/* CSS ITHCF */
/* Ce document ne peut être reproduit sans l'accord express de ses propriétaires. Merci de respecter le travail d'autrui... */
/* Laforge Jérôme
/*	
===================================================================
		Elements de base
===================================================================
*/

body {
	margin				: 0px;
	background-image	: url(images/fond.jpg);
	font-family			: verdana;
	color				: #000000;
	font-size			: 12px;



}
h1 {
	color		: #515D10;
	font-weight	: bold;
	font-size	: 16px;
	margin-left	: 10px;
	clear		: both;
}

h2 {
	color			: #515D10;
	font-weight		: bold;
	font-size		: 14px;
	text-decoration	: underline;
	font-style		: italic;
}

h3 {
	font-weight		: normal;
	font-size		: 13px;
	font-style		: italic;
}

h4 {
	font-weight		: bold;
	font-size		: 12px;
	clear			: both;
}

hr {
	color			: #D88623;
	background-color: #D88623;
	height			: 1px;
	border			: 0;
	clear			: both;
}
#conteneur {
	margin				: 10px auto;
	width				: 796px;
	height				: auto;
}


/*	
===================================================================
		En-tête
===================================================================
*/

#header {
	width			: 796px;
	height			: 149px;
	float 			: left;
	background-image:url(images/header.jpg);
}


/*	
===================================================================
		Menu 
===================================================================
*/

#leftMenu {
	float	: left;
	display	: block;
}

#center_menu {
	width			: 733px;
	height			: 16px;
	float 			: left;
	font-size		: 12px;
	/*position        : relative;*/
	background-image:url(images/center_menu.jpg);
	
}

#centerMenuContenu {
	width			: 733px;
	height			: 16px;
	margin			: 0px;	
}

#rightMenu {
	float:left;
	

}

#belowMenu{
	float	: left;
	display	: block;
	
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;


}

#liens{
color: #000;
text-decoration: none;
border: 0 none;
}

#liensPhoto{
color: #eeffd4;
text-decoration: none;
border-bottom: 1px solid grey;
border-right: 1px solid grey;
padding: 10px;
padding-top : 40px;



}

#center_menu dl {
	float:left;
	 
}

#center_menu dt {
cursor: pointer;
text-align: left;
font-weight: none;
background: none;
border: none;
margin: 1px;



}

#center_menu dd {
display: block;
border: 1px solid gray;
position: absolute;
width:17em;



}

#center_menu li {
text-align: left;
background: #ccfe7a;



}

#center_menu li a, #center_menu dt a #liens a{
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#center_menu li a:hover, #center_menu li a:focus, #center_menu dt a:hover, #center_menu dt a:focus,#liens a:hover,#liens a:focus {
color: red;


}
/*	
===================================================================
		Center  
===================================================================
*/

#leftCenter {
	float	: left;
	display	: block;
}

#aboveCenter {
	float	: left;
	display	: block;
}

#center{
	width			: 480px;
	height			: 373px;
	float 			: left;
  	background-image:url(images/center.jpg);
}

#centerContenu {
	overflow		: auto;
	width			: 460px;
	height			: 350px;
	padding			: 10px;
	margin			: 0px;	
	font-size	    : 13px;
}

#abovePicture{
	float	: left;
	display	: block;
}

#rightCenter {
	float	: left;
	display	: block;
}

#picture {
	float	: left;
	display	: block;
}

#rightPicture {
	float	: left;
	display	: block;
}


/*	
===================================================================
		footer
===================================================================
*/


#footer{
	width			: 764px;
	height			: 60px;
	float 			: left;
	background-repeat: no-repeat;
	background-image: url(images/footer.jpg);

}

#footerContenu{
	 
	width			: 600px;
	height			: 50px;
	padding-left    : 25px;
	padding-top     : 18px;
	text-align      : center;
	font-size		: 15px;
	font-weight	: bold;
	margin          :  0;

}

#footerRight {
	float	: left;
	display	: block;
}



/*	
===================================================================
		Cadre
===================================================================
*/




#moncadre {
width:400px;
margin:auto;
padding:10px;
background-color:white;
border-left:1px solid #000000; /* couleur du cadre */
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
}






