body{
	font-family:Helvetica,Arial,Trebuchet MS, sans-serif;
	font-size:13px;
	padding: 0;
	text-align: left;
	color: black;
	margin:0;
	padding:0;	
}
p{
	margin:1em 0px 1em 0px;
}
ul{
	margin-top:0;
}
li{
	margin:0 0 0 0;
}
form{
	margin:0;
	padding:0;	
}
a{
	color:#2f5177;
}
a:hover{
	color:#6c8faf;
}
#Header{
	position:relative;
	float:left;
	width:949px;
}
#Top_Menu{
	background:url(../images/top_menu_bg.jpg) repeat-x bottom;
	padding:5px;
}
#Global{
	position:absolute;
	top:32px;
	left:50%;
	width:1024px;
	margin-left:-512px;	
	background:url(../images/fade_bg.jpg) repeat-y;
}
#Wrapper{
	float:left;
	width:988px;
	padding:0 24px 0 22px;
}
#Content{
	float:left;
	width:948px;
	padding:15px 15px 50px 15px;
	min-height:600px;
}
* html #Content{
	height:600px;
}
#ContentPage{
	float:left;
	width:748px;
	padding:15px 15px 50px 15px;
	
}
#Menu {
	position:absolute;
	top:129px;
	left:38px;
	bottom:100px;
	background:url(../images/menu_bottom.jpg) no-repeat #c6a24a bottom;
	padding:10px 0 225px 0;
	margin-right:15px;
	width:210px;
}
#Menu a{
	color:black;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}
#Menu p:hover, #Menu p.selected{
	background:#af8f3f;
}
#Col1{
	/*float:left;
	width:415px;*/
	padding-left:220px;
	padding-right:10px;
}
#Col1accueil{
	 float:left;
	 width:415px;
	 padding-left:220px;
		padding-right:10px;
}
#Col2{
	float:right;
	width:300px;
	margin-bottom:50px;
}
#Bottom{
	float:left;
	width:938px;
	color:white;
	padding:20px;
	background:url(../images/square_bg.jpg);
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
#Bottom a{
	color:black;
	text-decoration:none;
}
#Bottom a:hover{
	color:white;
	text-decoration:none;
}
.copyright{
	font-size:10px;
	margin:auto;
	width:500px;
	margin-top:1em;
}
h3{
	color:#2e5078;	
	/*background:url(../images/title_bullet.jpg) no-repeat top left;*/
	margin:1em 0 8px 0px;
	padding:0;
	padding-left:0px;
	font-size:16px;
	line-height:normal;
}
h2{
	background:url(../images/title_bullet.jpg) no-repeat top left;
	font-size:18px;
	color:#2e5078;	
	margin:0em 0 8px 0px;
	padding-left:50px;
	text-align:left;
}
h4{
	font-size:12px;
}
.side{
background:#f2f2f2; 
padding:10px;
margin-top:30px;	
}
.side p{
	margin:0px;
	padding:0px;	
}
.side .line{
	margin:3px 0 3px 0;
	padding:0;
	background:#2e5078;
	height:1px;
	overflow:hidden
}
.center{
	margin:auto;
}
.pdf{
	margin-left:10px;
	padding:10px 0 10px 40px;
	background:url(../images/pdf.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.dirList{
	float:left;
	margin-right:20px;
	width:170px;
	height:170px;
}
.dirList strong{
	color:#2e5078;
}
p.confList{
	margin-bottom:0px;
	padding:0;
}
div.confList{
	margin-left:45px;
	padding:0;
}
div.confList ul{
	margin:0;
	padding:0;
	list-style-position:inside;
}
div.confList ul li{
}
.login{
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	padding:20px;
	width:350px;
	margin:auto;
	margin-top:2em;
	color:#666666;
}
.login input[type=password], .login input[type=text]{
	border:1px solid #e5e5e5;
	background:#FFFFF;
	font-size:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:28px;
	width:100%;
	color:#666666;
}
.login input[type=submit]{
	cursor:pointer;
	background:white;
	border:1px solid #999999;
	padding:2px 5px 2px 5px;
}