@import "reset.css";

body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	

} 
 
#pagewidth{ 
	width:779px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:100px; 
	background: white url(/old/images/accueil_r1_c1.jpg) no-repeat; 
	width:100%;
} 
 
#leftcolaaaa{
	width:100px; 
	float:left; 
	position:relative; 
    display:inline; 
}
 
#twocols{
	width:660px; 
	float:right; 
	position:relative; 
}
 
#rightcolaaaa{
	width:181px; 
	float:right; 
	position:relative; 
	background: url('../images/gray.jpg') lightgray repeat-y;
    min-height: 429px;
	font-size:14px;
	padding: 10px;
   
}
 
#maincol{
 
	float: left; 
	display:inline; 
	position: relative; 
	 
}
 
#footer{
	height:12px; 
	background-color:white;
    color: darkgray;
    text-align: center; 
	clear:both;
    font-size:10px;
} 
 
ul#menu {
margin-left:-10px;
padding:0;
list-style: none;
width: 600px;
display: inline;
 
}

ul#menu li {
margin-top: none;
display: inline;
font-size: 12px;
padding-left: 8px;
}

ul#menu li a {
color: gray;
border: #000 solid 0px;
background: white;
height: 100%;
width: 100%;
}

ul#menu li a.active {
background: white;
color: gray;
border-bottom: #ef756a solid 1px;
}

ul#menu li a:hover {
background: white;
color: #ef756a;
border-bottom: #ef756a solid 1px;
}

ul#menu2 {
list-style: none;
width: 100px;
display: inline;
 
}

ul#menu2 li {

margin-left: 505px;
font-size: 11px;
padding-left: 9px;
}

ul#menu2 li a {
color: #ef756a;
border: #000 solid 0px;
background: white;
height: 100%;
font-size: 11px;
width: 100%;
}

ul#menu2 li a.active {
background: white;
color: #b92940;
}

ul#menu2 li a:hover {
background: white;
color: #b92940;
}

ul#menu3 {
list-style: none;
width: 100px;
display: inline;
 
}

ul#menu3 li {
margin-top: none;
margin-left: 192px;
font-size: 11px;
padding-left: 9px;
}

ul#menu3 li a {
color: #ef756a;
border: #000 solid 0px;
background: white;
height: 80%;
width: 100%;
}

ul#menu3 li a.active {
background: white;
color: #b92940;
}

ul#menu3 li a:hover {
background: white;
color: #b92940;
}

div#langbar{
position: absolute;
bottom: 0px;
right: 0px;
font-size:11px;
color: #b92940;}

div#langbar a {
color: #ef756a;
}

div#langbar a:hover {
color: #b92940;
}

/* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 

	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}