@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#topmenu {
	PADDING-BOTTOM: 5px;
	MARGIN: 0px auto;
	WIDTH: 780px;
	TEXT-ALIGN: right;
	PADDING-top: 15px;
	background-color: #666;
}
HTML #topmenu {
	HEIGHT: 1%
}
#topmenu UL {
	MARGIN: 0px; FONT: bold 11px Arial, verdana, Helvetica, sans-serif; LIST-STYLE-TYPE: none
}
#topmenu LI {
	DISPLAY: inline; MARGIN: 0px; PADDING-left: 3px; PADDING-right: 3px;
}
#topmenu LI A {
	COLOR: #CCC
}

#topmenu LI A:hover {
	COLOR: #FF6
}
#entete {
	PADDING-RIGHT: 0.5em; PADDING-LEFT: 0.5em; PADDING-BOTTOM: 2.0em; MARGIN: 0px auto; WIDTH: 760px; PADDING-TOP: 1.5em; TEXT-ALIGN: left; BACKGROUND: #a2a19c;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #a2a19c;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#dropmenu {
	margin: 0 auto;
}
#banner {
	text-align: center;
	background-color: #A2A19C;
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #EBEBEB; 
	padding: 15px 10px 15px 20px;
	font: 12px Arial, Verdana, Geneva, sans-serif;
}
.twoColElsLtHdr #sidebar1 h3 {	
	font: 17px Arial, Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; 
	padding: 15px 10px 15px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
} 
.twoColElsLtHdr #mainContent h3 {	
font: 17px Verdana, Geneva, sans-serif;
}	
#footer {
	BACKGROUND: #A2A19C; PADDING-BOTTOM: 5px; MARGIN: 0px auto; TEXT-ALIGN: right;
	PADDING-top: 5px; width: 780px;
}
#footer UL {
	MARGIN: 0px; FONT: bold 11px Arial, verdana, Helvetica, sans-serif; LIST-STYLE-TYPE: none
}
#footer LI {
	DISPLAY: inline; MARGIN: 0px; PADDING-left: 3px; PADDING-right: 3px;
}
#footer LI A {
	COLOR: #333
}

#footer Li A:hover {
	COLOR: #FF6
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#copyright {
	width: 780px;
	margin:0 auto;
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align:left;
}	

