html {font-size: 100%;}

body {
	background-color:#e9e8e9;
	margin:auto;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
/* textes et titres gnraux //////////*/
p {
	font-size:0.9em;
	font-weight: normal;
}

#top h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	color:#FFFFFF;
	font-weight: normal;
	margin:0;
}
h1 {
	margin:40px 0 45px 0;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color:#009fd9;
	font-weight: normal;
	margin: 5px 0 10px 0;
	}
h3 a {
	color:#009fd9;
	}
.bouton {
	margin:0;
	height:35px;
	background-color:#009fd9;
	color:#FFF;
	padding:8px 12px 7px 12px;
	font-size:0.85em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	-webkit-border-radius: 4px 4px 4px 4px; /* coins arrondis*/
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

/* TOP ///////////////////////////////*/
#top {
	background-color:#009fd9;
	height:100px;
	line-height:100px;
	text-align:center;
	margin:0;
	}
	
/* CONTENU //////////////////////////*/

#main {
	background-color:#e9e8e9;
	width:100%;
	margin:0;
	height:100%;
	text-align:center;
}
#contenu {
	text-align:center;
	margin: 25px;
}
#coordonnees {
	width:510px;
	height:100%;
	margin : auto;
	padding:20px 30px 30px 35px;;
	text-align:center;
	overflow: hidden; /* Empche le dpassement des flottants. */
	zoom: 1; /* Idem pour IE 6-7 (active l'tat "hasLayout") */
}
#gauche {
	width:275px;
	text-align:left;
	float:left;
}
#gauche ul{
	padding-left:0;
	margin-top:0;
}
#gauche ul li{
	list-style-type:none;
	color:#009fd9;
	font-size:1.2em;
	line-height:1.6em;
}
#droite{
	width:200px;
	text-align:left;
	float:right;
	margin: 0;
	padding:0;
}
#droite p {
	margin:5px 0 5px 0;
}
#droite ul, #droite ul a {
	padding-left:0;
	text-decoration: none;
	margin-top:18px;
}
#droite ul li{
	display:inline-block;
	padding:0;
	margin:0 5px 0 0;
	height:30px;
	line-height:30px;
	vertical-align:middle;
}
#barre-separation {
	float:left;
	margin-top:5px;;
}
