/* CSS Document */
body{
	background-image:url(../images/page_index/fondpage2.png);
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	
}
hr{
	visibility:hidden;
}
#titre{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 60px;
	background:url(../images/chapitres/haut.png) top left no-repeat;
	text-align: left;
}
#titre a{
	display:block;
	height: 60px; 
	text-decoration: none;
	width: 220px;
}
span.espaceur{ /* dimensions et définitions des boutons */
	display: block;  /* mise en block de <a> pour lui donner des dimensions */
	width: 90px;
	height: 35px;
	line-height: 40px;  /* hauteur de ligne pour éviter les paddings */
}
/*Mise en page*/
h1{
	font-size: 1.1em
}
h2{
	font-size: 1em
}
h3{
	font-size: 0.9em
}

#menu{
	margin: 60px 0 0 0;
}
/******************************************************************************/
/*contenu page*/
#fiche{
	position: relative;
	float:left;
	width:  440px;
	text-align: center;
	color: #000;
	text-align: left;
	font-size: 1.2em;
	padding: 0px 40px;
	margin: 60px 0 0 0;
	background:transparent url(../images/chapitres/fondfiche.png) repeat-y;

}
#textefiche{
	background-color: #fff;
	padding: 5px;
	margin-top: 10px;
	border:1px solid #000;
}
#textefiche ul li{
	list-style-type: circle;
	}
#textefiche ol li{
	list-style-type: decimal;
	}
#cadrephoto{
	position: relative;
	float: left;
	text-align: left;
	width: 250px;
	padding-top: 10px;
	margin: 60px 0 0 0;
	/*border:1px solid #f00;*/
}
#lignephoto{
	position: relative;
	float: left;
	text-align: left;
	width: 680px;
	padding: 10px;
	margin: 10px 0 0 25px;
}
.photo{
	margin-bottom: 10px;	
}
.photo img{
	border:1px solid #000;
}
.legende{
	color: #fff;
	font-size: 0.8em;
}
.photohaute{
	margin-bottom: 10px;
	margin-left: 36px;
}
#lignephoto .photohaute { float: left; margin: 5px; }
#plan{
	position: relative;
	float:left;
	width: 508px;
	margin: 60px 0 0 0;
	padding: 0 10px 10px 0;
	background:transparent url(../images/chapitres/fondfiche.png) repeat-y;
	font-size: 1.2em;
}
#adresseacces{
	position:relative;
	float:left;
	text-align: center;
	background-color: white;
}
#plan a{
	color: blue;
	background-color: white;
	text-decoration: none;
	font-weight: bold;
}
#plan a:hover{
	color: white;
	background-color: blue;
	text-decoration: none; 
}
#texteficheacces{
	position: absolute;
	top:120px;
	left: 280px;
	padding: 5px;
	margin-top: 20px;
	width: 220px;
	text-align: left;
}
#acces1, #acces2, #acces3, #acces4, #acces5{
	background-color: white;
	border:1px solid #000;
}
/*CONTACT************************************/
#adresse{
	text-align: center;
}
#fichecontact{
	position: relative;
	float:left;
	width:  600px;
	text-align: center;
	color: #000;
	text-align: left;
	font-size: 1.2em;
	padding: 0px 40px;
	margin: 60px 0 0 0;
	
	/*border:1px solid #f00;*/
}
#formulaire{
	background-color: #fff;
	padding: 5px;
	margin-top: 10px;
	text-align: left;
	border:1px solid #000;
}
#formulaire h1{
	text-align: center;
}
fieldset {
	border:none;
}
#coord input, #coord select, #coord textarea{
	position:absolute;
	left:250px;
	border:1px solid #bfd1f6;
	width:250px;
}
#coord label.obligatoire input, #coord label.obligatoire select, #coord label.obligatoire textarea{
	border:1px solid #c00;
}
label {
	display:block;
	margin:0 0 3px 0;
}
label.obligatoire {
	color:#c00;
}
.envoyer{
	text-align: center;
}
#menu ul{
	margin: 0 0 0 5px;	
	padding: 2em 0 0 0;
}