*{
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family : arial;
	font-size : 11px;
}

body{
	margin: 0;
	padding: 0;
	text-align : center;
	color:black;
	background-image : url(../images/background.png);
}

/*********************************/
/* page */
/*********************************/
#page{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/page.png);
}

/*********************************/
/* header */
/*********************************/
#header{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

#header_banniere{
	background-image : url(../images/banniere.png);
	width: 900px;
	height: 150px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#header_menu{
	width:900px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	text-align:right;
}


#header_menu p{
	color:black;
	font-size:1.2em;
	margin-bottom:3px;
}

#header_menu a, a:visited{
	color:black;
	font-size:1.1em;
	text-decoration:none
	
}

#header_menu a:hover{
	color:black;
	font-size:1.1em;
	text-decoration:underline;
}

/*********************************/
/* content */
/*********************************/
#content{
	width: 900px;
	height:100px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

html>body #content {
height: auto;
min-height: 100px;
} 


#sidebar{
	float:left;
	margin-left:5px;
	text-align:left;
	padding: 10px 0px 10px 15px;
	background-image : url(../images/sidebar.png);
	background-repeat: repeat-y;
}

ul.menu_sidebar, .menu_sidebar li, .menu_sidebar a {
	padding:0px ;
	margin:0px;
	font-size:1.2em;
} 

.menu_sidebar {
	width :13em ; 
	list-style-type:none;
	font-weight:bold;
}

.menu_sidebar li a{
	background-color: transparent ; 
	display:block; 
	padding-left:0.5em ; 
	margin-bottom:0.2em;
	color:black ; 
	text-decoration:none ; 
	height:1.2em;
	font-weight:bold;
} 

.menu_sidebar li a:hover{
	text-transform: uppercase;
} 

#zone_content_all{
	margin-left:200px;
	width:667px;
}

#zone_content_top, #zone_content_bottom{
	background-image : url(../images/zone_content.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height:5px;
}

#zone_content_middle{
	background-image : url(../images/zone_content_middle.png);
	background-repeat: repeat-y;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

/*********************************/
/* footer */
/*********************************/
#bas_page{
	width:1000px;
	height: 75px;
	margin-left:auto;
	margin-right:auto;
	background-image : url(../images/footer.png);
	font-size:0.8em;
}

#footer{
	width:900px;
	height: 70px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;

}

#footer p{
	color:black;
	font-size:0.9em;
	margin-bottom:3px;
}

#footer a, a:visited{
	color:black;
	font-size:0.9em;
	text-decoration:none
	
}

#footer a:hover{
	color:black;
	font-size:0.8em;
	text-decoration:underline;
}

/*********************************/
/* Identification */
/*********************************/

#zone_content_middle_identification{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.zone_content_middle_identification_saisi{
	background-color: transparent ; 
	display:block; 
	padding-left:0.5em ; 
	margin-bottom:0.3em;
	color:black ; 
	text-decoration:none ; 
	height:1.5em;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

.zone_content_middle_identification_saisi a, .zone_content_middle_identification_saisi a:hover{
	background-color: transparent ; 
	display:block; 
	padding-left:0.5em ; 
	margin-top:2em;
	color:black ; 
	text-decoration:none ; 
	height:1.5em;
	font-weight:bold;
	font-size:1em;
	text-align:center;
}