/* ----------------- feuille de stye CCS ---------------------*/

/* Ce fichier définit les styles visuel des différents éléments des pages.
 * Dans l'ordre, avec le noms des blocs principaux :
 * - balises html generales
 * - global (bloc englobant tous les autres 988 pixel de large)
	 * - intro
	 * - central
	 	 * - gauche
		 * - centre
		 * - droit
	 * - mission
 	 * - bas
	  	 * - basgauche
		 * - basdroit

 * Les blocs de niveau 2 sont inclus dans les blocs principaux.
*/


/* balises html generales
============================================================ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #FEFF3F;
	margin: 0px;
	padding: 0px;
}

h1 {
	height: 50px;
	width: 980px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	background-position: center;
	text-align: center;
}

/* les différents blocs
============================================================ */

#global {
	width: 990px;
	background-image: url(../images/fond-conteneur.jpg);
	margin: 0 auto;
}

#intro {
	height: 100px;
	width: 800px;
	font-size: 14px;
	text-align: justify;
	margin-right: 38px;
	margin-left: 38px;
	margin-top: 10px;
	margin-bottom: 20px;
}


#central {
	width: 800px;
	font-size: 14px;
	position: relative;
	height: 280px;
	margin: 0 auto;
}

#gauche {
	width: 260px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#centre {
	width: 260px;
	position: absolute;
	left: 270px;
	top: 0px;
}

#droite {
	width: 260px;
	position: absolute;
	left: 540px;
	top: 0px;
}

#mission {
	font-size: 16px;
}

#bas {
	width: 850px;
	background-image : url(../images/cadre.gif);
	text-align: center;
	height: 341px;
 	margin: 0 auto;
}

#basgauche {
	float: left;
	width: 500px;
	margin-left: 30px;
}

#basdroit {
	float: right;
	width: 250px;
}

/* page acces
============================================================ */

#map {
	width: 680px; 
	height: 500px;
	margin: 10 auto;
}

#pieddepage { 
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
}

/* les différents styles de texte
============================================================ */

.titreactivites {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

.titregras1 {
	font-size: 24px;
	font-weight: bold;
}

.titregras2 {
	font-size: 16px;
	font-weight: bold;
}
