/*---------- ELEMENTS HTML ----------*/
*{
	margin:0;
	padding:0;
}

body{
    font-size:10px;
    color:#565656;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border:0;
	margin:0;
}

a{
	color:inherit;
	text-decoration:none;
}

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

ul, li{
	list-style-type:none;
	color:inherit;
}

div{
	/*border:1px solid red;*/
}


/*---------- STRUCTURE ----------*/
#global{
    position:relative;
    width:945px;
	height:630px;
	margin-left:auto;
    margin-right:auto;
	margin-top:30px;
}
	
	/*-------bg extensible-------*/
	.global01{
		/*border:solid 1px black;*/
		float:left; 
		padding:92px 0 0 0 ;
		vertical-align:top; 
		background:url(../images/fond_01.jpg) top no-repeat;
	}
	
	.global02{
		border:0px;
		padding:0 0 109px 0;
		float:left;
		background:url(../images/fond_02.jpg) bottom no-repeat;
	}
	
	.global03{
		border:0px;
		width:945px;
		padding:0;
		background:url(../images/fond_03.jpg) bottom repeat-y;
	}

#header{
	float:left;
	margin-top:-48px;		/*bg extensible*/
}

#header h1{
	top:25px;
	left:4px;
	position:absolute;
}

#page{
	padding-bottom:15px;
}

#content{
	float:left;
	background:url(../images/bg_contenu.jpg) repeat-y;
	height:460px;
	width:753px;
	padding:10px 0px 6px 10px;
	margin-top:-16px;			/*bg extensible*/
	margin-bottom:-86px;			/*bg extensible*/
}

/*---------- NAVIGATION ----------*/
#navigation{
	color:#808080;
	margin-bottom:4px;
	width:780px;
	/*float:right;*/
	position:absolute;
	left:165px;
}

#navigation li{
	float:left;
	font-size:9px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	border:1px #C6C7C8 solid;
	border-bottom:0px;
	width:107px;
}

#navigation .on{
	border:1px #000000 solid;
	border-bottom:0px;
}

#navigation li a{
	display: block;
	text-align:center;
	padding:9px 0px 5px 0px;
}

#navigation li a:hover{
	background-color:#C6C7C8;
	display: block;
	text-align:center;
	padding:9px 0px 5px 0px;
}


/*---------- VERTICAL NAVIGATION ----------*/
#vertical_nav{
	width:152px;
	float:left;
	height:271px;			/*bg extensible*/
	padding-top:102px;
	padding-left:13px;
}

#vertical_nav ul li{
	height:19px;
	padding-left:13px;
	width:126px;
	background:url(../images/btn.jpg) no-repeat;
	color:#FFFFFF;
	margin-bottom:2px;
	padding-top:6px;
}

#vertical_nav ul li a{
	display: block;	
}

#annexes{
	float:left;
}

#footer{
	float:left;
	padding-top:10px;
}

#actualites{
	float:left;
	margin-top:20px;
}

#utile{
	top:523px;
	position:absolute;
	width:152px;
	left:13px;
}

#utile form{
	margin:0;
	padding:0;
	float:left;
}

#utile .dec-advforms-label{
	width:14em;
}

#utile .dec-advforms-input-field{
	width:102px;
	color:#808080;
}

#utile .dec-advforms-submit-button{
		position:absolute;
		top:10px;
		left:108px;
		padding:0;
		margin:0;
}


/*---------- PAGE HOME ----------*/
.encart_home{
	float:left;
	width:532px;
	height:459px;
	margin:0px;
	padding:0px;

}
.encart_home .dsc-images dsc-images-left, .encart_home .dsc-image-center, .encart_home .dsc-content-6-image-0, .encart_home .dsc-content-6-image-1{
	border:0px;
	margin:0px;
	padding:0px;
}


.encart_home2{
	float:left;
	width:199px;
	height:468px;
	margin-left:5px;
}

.lien_bas{
	height:20px;
	margin-left:15px;
}
