/* CSS Document */
/* Fichier corps.css */

/************* Accueil *****************/
.boitegauche1{
	position: relative;
	width: 450px;
}
.boitegauche2{
	position: relative;
	width: 400px;
}
.boitegauche3{
	position: relative;
	width: 400px;
}

.boitedroite1 img {
	position: absolute;
	top: 40px;	
	right: 50px;
	width: 200px;
	height: 140px;
}
.boitedroite2  {
	position: absolute;
	top: 230px;	
	right: 50px;
	width: 200px;
	height: 150px;
}


/************* A Voir ********************/

.Texte_avoir {
	position: relative;
	width: 600px;
}
.Texte_avoir span {
	font-weight: bold;
}

/************* Localisation *****************/


 
.gauchetexte {
	position: relative;
	width: 400px;
}
.gaucheimage {
	position: relative;
	top: 5px;
}  
.droiteimage {
	position: absolute;
	top: 50px;
	right: 40px;
}
.droitetexte {
	position: absolute;
	top: 230px;	
	right: 40px;
	width: 300px;
}
.gauchetexte a, .droitetexte a {
	font-weight: bold;
	color: #0374A9;/* bleu marine */
	text-decoration: none;
	padding-left: 0;
}
.gauchetexte a:hover, .droitetexte a:hover {
	text-decoration: underline;
}

/************* Plan d'accès *****************/

.plan {
	position: relative;
	left: 20px;
}
.plandacces li{
	float: left;
	display: inline;
	margin-left: 10px;	
}
.plandacces{
	list-style-type: none;
	margin-left: 100px;		
	width: 600px;	
	height: 210px;
}
.boitecentre a {
	list-style-type: none;
	color: #0374A9;/* bleu marine */
}
.boitecentre a:hover {
	text-decoration: underline;
}

/************* Contact *****************/

fieldset {
	width: 650px;
}
table.contact  {
	text-align: left ;
}
.form_message_alerte {
	color: #E94F45; /* red */
	font-weight: normal;
}

/************* Tarifs *****************/

table.tarifs {
	text-align: center;
	margin: auto;
}
.trcouleur {
	background: #2DC4A1;/* vert pâle */
}

/************* Chemins *****************/

table.chemins {
	text-align: center;
	margin: auto;
}

/************* Plagede kernevest *****************/

.imagegauche {
	position: relative;
	margin-left: 0px;
	border: 0;
}
.imagedroite {
	position: absolute;
	top: 55px;
	right: 0;
	margin-right: 20px;
	border: 0;
}








