html {
	font-size: 100%;
}

body {
	margin: 0;
	padding:0;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background: white;
	
}


/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/fond.jpg) repeat-y;
}

/* En-tête */
#entete {
	padding: 20px 0;
	background:url(../images/haut.jpg) no-repeat top;
	}

/* Bloc de contenu */
#centre {
	width: 100%;
	overflow: hidden;
	}

/* Gestion des étages */
#etage {
	display:block;
	margin-bottom:40px;
	}
.etage {
	display:block;
	margin-bottom:40px;
	}

	
/* Etage avec deux colonnes */
#une_gauche {
	margin-left:25px;
	width:689px;
	display:block;
	}
#une_gauche_bis {
	float:left
	margin-left:25px;
	width:600px;
	}
#une_droite {
	float:right;
	margin-left:739;
	width:230px;
	margin-right:25px;
	}

/* gestion de l'introduction et des logos gites...*/
#intro_gauche {
	margin-left:25px;
	width:689px;
	display:block;
	}

#intro_droite {
	float:right;
	margin-left:739;
	width:230px;
	margin-right:25px;
	}

/* Gestion à deux collones (info disverses) */
#deux_gauche {
	float:left;
	margin-left:25px;
	width:600px;
	display:block;
	}

#deux_droite {
	margin-left:645px;
	width:320px;
	margin-right:25px;
	display:block;
	}
	
/* gestion à une seule colonne */	
#une {
	margin-left:25px;
	margin-right:25px;
	width:944px;
}

.une {
	margin-left:25px;
	margin-right:25px;
	width:944px;
}
/* Menu de navigation */
#trois_gauche {
	float: left;
	margin-left:25px;
	width: 300px;
	display:block;
}

/* Contenu principal */
#trois_centre {
	float: left;
	margin-left:25px;
	width: 300px;
	display:block;
	
}

/* Contenu secondaire */
#trois_droite {
	margin-left: 675px;
	margin-right: 25px;
	width:294px;
	display:block;
	
}

.trois_gauche {
	float: left;
	margin-left:25px;
	width: 300px;
	display:block;
}

/* Contenu principal */
.trois_centre {
	float: left;
	margin-left:25px;
	width: 300px;
	display:block;
	
}

/* Contenu secondaire */
.trois_droite {
	margin-left: 675px;
	margin-right: 25px;
	width:294px;
	display:block;
	
}

#form{
	margin-left:25px;
	width:500px;
	display:block;
	}

#contact {
	float:right;
	margin-left:550;
	width:419px;
	margin-right:25px;
	}
/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
	background:url(../images/bas.jpg) no-repeat bottom;
	text-align:center;
	margin-top:20px;
	padding-bottom:35px;
	font-weight:bold;
	color:#A52C6E;
}
#pied a {
	text-decoration:none;
	color:#A52C6E;
	font-weight:bold;
	}
	
#pied a:hover {
	text-decoration:underline;
	}

/* Gestion des encarts */

/* news info divers*/
div#cadre {  
	width: 290px;
	padding-top: 13px;
	margin-top:31px;
	background: url(../images/hautcadre.jpg) left top no-repeat;

}

div#bloccadre {  
	background: url(../images/bascadre.jpg) left bottom no-repeat;
	margin:0px;
	padding-bottom: 24px;

	}

div#bloccadre p {
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	}

div#bloccadre li {
	color:#777777;
	font-size:11px;
	list-style:disc;
	}
	
div#bloccadre h1 {
	padding-left:25px;
	background: url(../images/cyclamens.png) no-repeat;
	font-size: 1.2em;
	color:#434343;
	font-weight:bold;
	margin-left:10px;
	}

div#bloccadre h1 b  {
	color:#6c7f00;
	}

div#bloccadre h3 {
	font-size: 1em;
	color:#A52C6E;
	margin-left:0px;
	font-weight:bold;
	margin-left:10px;
	}


/* Gestion de l'image d'entete */

.imgentete {
	margin-left:25px;
	}
.drapeau {
	float:right;
	margin-right:30px;
	margin-top:18px;
	}
/* Titres */
h1 {
	font-size: 1.8em;
	color:#6c7f00;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
h2 {
	font-size: 1.2em;
	color:#434343;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left:25px;
	background: url(../images/cyclamens.png) no-repeat;
	}

h2 b {
	color:#6c7f00;
	}
	
h3 {
	font-size: 1.2em;
	color:#434343;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	margin-top:0px;
	}


	
h4 {
	font-size: 1em;
	color:#a52c6e;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}


/* Paragraphes */
p {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color:#777777;
	margin: .65em 0;
	text-align:justify;
	}
	



/* Liens */
a {
	text-decoration:none;
	color:#A52C6E;
	font-weight:bold;
	}
	
a:hover, a:focus {
	text-decoration:underline;
	}
	
a img {
	border: none; /* -> 10 */
	}


strong {
	font-weight: bold;
	color: dimgray;
	}






/* -------------Gestion du Menu--------------------------- */

#menu {
	margin-left:400px;
	background:url(../images/ronddroite.png) right no-repeat;
	padding:0px;
	width:517px;
	}
	
#nav {
	background:url(../images/rondgauche.png) left top no-repeat;
	list-style: none;
	padding-left:20px;
	overflow: hidden;	/* Création du contexte de formatage */
	}
	
#nav li {
	float: left ;
	height:23px;
	border-left: 1px solid #FFF ;
	color: #fff ;
	background: #434343 ;
	}
	
#nav li:hover {
	float: left ;
	border-left: 1px solid #FFF ;
	color: #fff ;
	background: #212121 ;
	}	
		
#nav li a {
	display: block ;
	padding-left:10px;
	padding-right:10px;
	background: #434343 ;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding-top: 4px;
	padding-bottom:4px;
	text-align: center ;
	text-decoration: none ;
	}
	
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #212121 ;
	display: block ;
	text-decoration: none ;
	padding-left:10px;
	padding-right:10px;
	}
			
.legende {
	font-size:0.8em;
	padding-top:10px;
	font-style:italic;
	}		

