/************************************************************************************************/
/*corps de la page web*/
/************************************************************************************************/
body
{
   z-index:1;
   background-color:rgb(130,130,130);
   background-image: url("Images/fond.jpg");
}

/************************************************************************************************/
/* L'entête */
/************************************************************************************************/
#en_tete
{
   margin:auto;
   width: 1000px;
   height: 114px;
   background-repeat: no-repeat;
}

/************************************************************************************************/
/* Le cadre de l'entête */
/************************************************************************************************/
#menu 
{
	/*background-image: url("Images/debutcorps.png");*/
	background-repeat: repeat-x;
	width: 984px;
	left:12%;
	height: 40px;
	z-index:1;
	position:absolute;
	margin:auto;
}

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

#menu dl
 {
	margin:auto;
	float: left;
	width: 15%;
}

/*présentation principale du menu*/
#menu dt
 {
	text-align: center;
	font-weight: bold;
	background-image: url("Images/metal.png");
	border: 1px solid gray;
	margin: 1px;
}

/*aspect du menu déroulant bordure fond etc..*/
#menu dd 
{
	background-image: url("Images/metal.png");
	display: none;
	border: 1px solid gray;
}

/*alignement des sous menus dans menu déroulant*/
#menu li 
{	
	text-align: center;
}
/*couleurs des liens dans les sous menus*/
#menu li a
{
	color: rgb(0,0,0);
	font-weight: bolder;
	text-decoration: none;
}

/*couleur des menus type accueil nous contacte sans menu déroulant*/
#menu dt a 
{
	color: rgb(0,0,0);
	font-weight: bolder;
	text-decoration: none;
}

/*effet quand  on pointe sur le lien*/
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus 
{
	background-color:yellow;
	font-weight: bolder;
	text-decoration: none;
}

/************************************************************************************************/
/* Le corps de la page */
/************************************************************************************************/
#corps
{
	background-image: url("Images/background.png");
	padding:15px;
	width:986px;
	z-index:10;
	color:white;
	min-height:600px;
	margin:auto;
	overflow:visible;
	text-align: justify;
 }

#corps h1
{
   margin-top:30px;
   text-align: center;
   color:rgb(255,255,0);
   border: 2px solid gray;
}

#corps h2
{
   text-align: center;
   color:rgb(255,225,0);
}

#corps h3
{
   color:rgb(255,180,0);
}

#image
{
	margin-top:500px;
	margin-right:100px;
	margin: auto;
}

#corps a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none;
   color:white;
}

#corps p:first-letter
{
padding-left: 20px;
} 

#corps a /* Lien normal */
{
   text-decoration: none;
   color:white;
   font-size:18px;
}

#corps li
{
	margin-left:30px;
}

/************************************************************************************************/
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
/************************************************************************************************/
#pied_de_page
{
    width:986px;
	margin:auto;
	height: 30px;
	padding-left:15px;
	padding-right:15px;
	background-image: url("Images/pied.png");
	font-size: 8pt;
	text-align: center;
	color: #fff;
}

#cpied_de_page a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none;
   color:rgb(120,120,120);
}

#pied_de_page a /* Lien normal */
{
   text-decoration: none;
   color:rgb(120,120,120);
   font-size:18px;
}

/************************************************************************************************/
/* autres 
/************************************************************************************************/
.ImageFlottanteGauche
{
	float: left;
	margin-right:15px;
	margin-bottom:10px;
}

.enconstruction
{
	margin-left:365px;
}
.photoMap1
{
	position:absolute;
	top:300px;
	margin-left:10px;
}

.photoMap2
{
	position:absolute;
	top:520px;
	margin-left:520px;
}

.photoMap3
{
	position:absolute;
	top:200px;
	margin-left:500px;
}
.stop
{
   clear: both;
}

.photoCentrer
{
	text-align:center;
}

.info
{
	color: red;
	font-size:28px;
}

.prec
{
	background-image: url("Images/diapo/2.jpg");
	height:29px;
	width:24px;

}
.prec:hover
{
	background-image: url("Images/diapo/hover2.jpg");

}
.prec:active
{
	background-image: url("Images/diapo/click2.jpg");

}

.suiv
{
	background-image: url("Images/diapo/1.jpg");
}
.suiv:hover
{
	background-image: url("Images/diapo/hover1.jpg");
}
.suiv:active
{
	background-image: url("Images/diapo/click1.jpg");
}

#lien
{
	text-align:center;
	clear: both;
}