@charset "UTF-8";
/* CSS Document */

body{
background-color: #E1E1E1;
margin-top: 0px;
/*text set*/
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: #666666

}


.legende{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-align: left;
text-decoration: none;
text-transform: none;
color: white;
}


.titre{
font: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
text-align: left;
text-decoration: none;
text-transform: none;
color: white;
}



/************************/


a{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: #666666
}

a:hover{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
text-align: center;
text-decoration: underline;
text-transform: uppercase;
color: red;
}


/************************/


#global{
width: 980px;
height: 100%;
margin: auto;
}

#header{
width: 980px;
height: 52px;
margin: auto;
}

	#logo{
	width: 190px;
	height: 52px;
	float: left;
	}
	
#menu{
width: 980px;
margin: auto;
margin-top: 120px;
margin-bottom: 50px;
text-align: center;
}


/********* Accueil ***************/


#accueilflash{
position:absolute;
left: 50%;
top: 50%;
width: 980px;
height: 340px;
margin-top: -170px; /* moitié de la hauteur */
margin-left: -490px; /* moitié de la largeur */
}


/********* Travaux ***************/


.bloc{
width: 800px;
height: 315px;
background-color: #444444;
margin: auto;
margin-top: 35px;
padding: 15px;
/** corners **/
-moz-border-radius-bottomleft: 8px; /*coin bas gauche */
-moz-border-radius-bottomright: 8px; /*coin bas droit */
}


#backtop{
width: 150px;
height: 10px;
margin-left: 80%;
margin-top: 25px;
margin-bottom: 25px;
text-align: right;
}


a.goto{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: white;
}


a.goto:hover{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
text-align: center;
text-decoration: underline;
text-transform: uppercase;
color: white;
}



#form{
position: absolute;
left: 50%;
top: 50%;
width: 344px;
height: 250px;
margin-top: -125px;
margin-left: -172px;
margin-bottom: 100px;
text-align: left;
/*text set*/
text-decoration: none;
text-transform: none;
}