@charset "utf-8";
/* CSS Document */
* {
	margin : 0;
	padding : 0;
}

body {
	font-family : Arial;
	background : #333333;
    font-size: 70%;
}

#header {
	
	height : 464px;
	background : url(images/header.jpg) repeat-x;
	color : #ffffff;
}

#blocheader {
	padding: 10px 0 0 0;
	text-align:center;
	width:980px;
	margin: 30px auto ;
	
}

.logoimg {
	display:block;
	float:left;
	padding: 10px 0 0 10px;
	margin: 20px 0 10px 0px;
}




#menuH {
	padding:5px 0 0 0;
	height : 41px;
	 margin: -150px auto 20px auto;
	background : url(images/barreHorizontale.png) repeat-x;
}

#menuH .effet {
	margin: 0px auto 20px auto;
	padding: 15px 0 0 0;
	width : 955px;
}

#menuH li {
	
	float:left;
	list-style: none;
	border: none;
	list-style: none;
	
}

#menuH .bouton {
	padding: 13px 0 0 0;
}

#menuH .effet a:hover, .effet a:focus, .effet a:active {
	margin: 0;
	float: left;
	list-style : none;
	border: none;
	background : url(images/boutonMHHover.png);
}

#menuH .li .ligne {
	
	border: none;
	width: 900px;
}

#conteneur {
	
	width: 950px;
	margin: 100px auto 0 auto;
	overflow: hidden;
	clear: both;
	border:1px solid #202020;
}


h2 {
   font-size: 24px;
  }
h3 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
  }

h5 {
	font-size : 10px;
	font-weight : 100;
	margin : 15px auto;
}


a img {
	border : none;
}

a{
	color:#06F;
}
#footer1 {
	color : #ffffff;
	width : 950px;
	height : 50px;
	text-align : center;
	margin : 30px auto;
	border-top : 1px solid #202020;
	clear:both;
	position:relative;
}
