body {
	font: 14px  Georgia, "Times New Roman", Times, serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	line-height:24px;
}


a {
	color:#000000;
	text-decoration:none;
	}
	
a:hover {
	color:#990000;
	text-decoration:underline;
	}
	
a:visited {
	color:#990000;
	text-decoration: underline;
	}
	

.oneColFixCtrHdr #container {
	width: 1004px;
	min-height: 850px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat y;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #header {
text-align: center;
}

/*-------------------MENU------------------------------*/

#navcontainer ul {
margin: auto;
padding: 0;
list-style-type: none;
background-image: url(img/bg-li.jpg);
height: 32px;
width: 939px;
text-align: center;
}


#navcontainer ul li {
display: inline;
}


#navcontainer ul li a {
background-image: url(img/bg-li-divider.jpg);
background-repeat: no-repeat;
background-position: right;
padding-right: 50px;
padding-left: 50px;
line-height: 27px;
text-decoration: none;
font-size: 14px;
color: #000000;
}


#navcontainer ul li a:hover {
color: #990000;
}

/*-------------------FIN MENU------------------------------*/



.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 20px 0 20px;
	width: auto;
	min-height: 850px;
	background-color:#fff;
}

div#tofaccueil {
	float: left;
	margin-left: -5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 569px;
	}
	
	
div#leftcol {
	float: left;
	padding-bottom: 10px;
	width: 550px;
	overflow:inherit;
	text-align:justify;
	}
	

div#rightcol {
	float: right;
	margin-left:20px;
	padding: 20px;
	width: 330px;
	height:350px;
	font-size:11px;
	line-height:18px;
	color:#ffffff;
	background-image:url(img/bg-encart.jpg);
	background-repeat:no-repeat;
	text-align:left;
	}
		
	
	
.right {
	float: right;
	padding-right:25px;
	padding-top: 10px;
	}
	

.left {
	float: left;
	margin-left: -5px;
	padding-top: 10px;
	width: 569px;
	}
		

div#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:auto;
	font-size: 11px;
	text-align:center;
	color:#fff;
}


div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.texterouge{
	color:#900;
	font-weight: bold;
}

