/* CSS Document */

html, body{
	margin:0;
	padding:0;
	text-align:left;
	font-family: Verdana;
	font-size: 11px;
	color: #974901;
} 
 
#pagewidth{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #974901;
	border-left-color: #964903;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #974901;
} 
#admin{
	width:780px;
	height:160px;
	cursor: hand;
}

#header{
	height:183px;
	background-image: url("images/top.jpg");
	background-repeat: no-repeat;
}
 
#leftcol{
 width:135px; 
 float:left; 
 }
 
#maincol{
	float: right;
	display:inline;
	width:596px;
	left: -9px;
	padding-left: 20px;
	background-color: #F5F7DA;
	position: relative;
	margin-top: 25px;
 }
 
#footer{
	height:116px;
	clear:both;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
 }
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

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


#menu {
	height: 130px;
	width: 140px;
	left: 20px;
	position: relative;
	top: 94px;
}
#menu li {
	background-image: url("images/menu.gif");
	padding: 0px;
	list-style-type: none;
	height: 30px;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	float: left;
	width: 170px;
}
#menu a {
	text-decoration: none;
	text-indent: 30px;
	color: #000000;
	height: 30px;
	width: 170px;
	float: left;
	font-size: 10px;
	line-height: 30px;
	list-style-type: none;
}
#menu a:hover {
	font-weight: bold;
	height: 30px;
	background-image: url("images/menu_over.gif");
	width: 170px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#sousmenu {
	background-color: #CDD315;
	width: 125px;
	margin-left: 10px;
	padding-left: 5px;
	background-image: url("images/document.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#sousmenu a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
#sousmenu a:hover {
	color: #828E46;
	line-height: 18px;
}
.sousmenu {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}
.sousmenubrun {
	color: #974901;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
}
#photo {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CDD315;
	float: right;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
a {
	color: #974901;
	font-weight: bold;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
.photo {
	margin-left: -20px;
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #974901;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CDD315;
}

.photo_pdf {
	margin: 2px;
	float: left;
}
.photo_droit {
	margin: 5px;
	float: right;
}


 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
