#content{s /* IL FAUT EFFACER LE "s" */
float:right;
width: 75%;
margin: 0;
padding: 0 3% 0 0;
}
#content{
float:right;
width: 75%;
margin: 0;
padding: 0 3% 0 0;
}
/***********************************************/
/* 2col_leftNav.css */
/* Use with template 2col_leftNav.html */
/***********************************************/
/***********************************************/
/* HTML tag styles */
/***********************************************/
body{
font-family: Comic Sans Ms;
color: #59ACFF;
line-height: 1.166;
margin: 0px;
padding: 0px;
}
a:link, a:visited, a:hover {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
/***********************************************/
/* Layout Divs */
/***********************************************/
#masthead{
margin: 0;
padding: 10px 0px;
width: 837;
}
#navBar{
margin: 0 85% 0 0;
padding: 0px;
background-color: #82C0FF;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-top: 1px solid #000;
}
#content{
float:right;
width: 75%;
margin: 0;
padding: 0 3% 0 0;
}
/***********************************************/
/*Component Divs */
/***********************************************/
/************* #globalNav styles **************/
#globalNav{
border: 1px solid #000000;
color: #000000;
padding: 0px 0px 0px 0px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
this will force a horizontal scrollbar if there isn't enough room for all links
remove rule or change value to 'normal' if you want the links to line-wrap */
/************* #siteInfo styles ***************/
#siteInfo{
width: 837;
clear: both;
border: 1px solid #000000;
font-size: 80%;
color: #000000;
padding: 10px 10px 10px 10px;
margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up
with)
the bottom border of the navBar in cases where they "touch" */