body{
  background-color:#EBFBF0;
	color: #1F5647;
	margin: 0px;
	text-align: center; /* pour corriger le bug de centrage IE */ 
	font-family: Arial, Helvetica, sans-serif;
}

/**************** BANDEAU HAUT **************************/

#bandeau{
  position:relative;
  top:0px;
  left:0px;
  width: 770px;
  height:100px;
  max-height:100px;
	overflow: hidden; 
	z-index: 200;
  background-image: url(../../images/bandeau.jpg);
  background-repeat: no-repeat;
}

#bandeau img {
	float: left;
	border-style:none;
}

#bandeau .logo {
	width: 96px;
	height: 80px;
	margin:8px 0px 0px 20px;
}

#bandeau .logo_lepinet {
	width: 241px;
	height: 80px;
	margin:8px 0px 0px 20px;
}

#bandeau h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 45px 5px 0px 0px;
	color: #955204;
	letter-spacing: 2px;
	font-weight: bold;
	text-align:right;
}
/**************** CONTENU **************************/

#fenetre {
	border: 3px solid #1F5647;
	width: 770px;
	margin:0 auto;
}

#contenu2 {
	width: 100%;
	background-image: url(../../images/degrade.jpg);
	background-repeat: repeat-y;
	background-color:#EBFBF0;
	color: #518274;
}

html>body>#contenu2{ /*pour tous les navigateurs sauf IE : min-height*/
	height: auto;
  min-height: 480px;
	width:auto;
}

.div_image_fond {
	text-align: center;
	margin:0px;
  width: 766px;
  height: 367px;
}

.image_fond {
  border: 0px;
}

#dialogue1 {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -180px;
	color: #955204;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

#dialogue2{
	position: absolute;
	top: 130px;
	left: 50%;
	width: 350px;
	margin-left: -50px;
  width: 340px;
	color: #26594B;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

#photo {
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -150px;
 	width: 300px;
	border: 0px;
	padding: 0px;
	text-align: center;
}


h1 {
	text-align: center;
	width: 700px;
	border-top: 1px solid #C2D0CC;
	border-bottom: 1px solid #C2D0CC;
	padding: 5px;
	margin: 10px 20px 20px 20px;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

.ordinaire {
	font-size: 13px;
	color: #1F5647;	
	font-weight: normal;
	margin: 0px 10px 0px 5px ;
	text-align: justify;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

