html {
	background: url(../images/bg_lineaire.jpg) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 786px;
}

body {
	background: url(../images/bg.jpg) top center no-repeat;
	min-height: 200px;
	margin: 0;
	padding-top:445px;
}


/****************
Les contenants
****************/
#contenant{
	width: 1000px;
	margin:0 auto;
	clear: both;
}

#panneau_gauche{
	float:left; 
	width:150px; 
	margin-left:45px;
}

#panneau_droite{
	float:right; 
	width:685px; 
	padding:0;
	height:100%; 
	margin-right:75px;
}

#bulle_environnement {
	background:url(../images/top_feuille.png) no-repeat top; 
	width:141px;
	min-height:54px; 
	height:auto;
	padding-top: 54px;
	margin-top:20px; 
	text-align:left;
}

#contenu_bulle {
	background-color:#FFFFFF; 
	padding:8px 8px 13px 8px;
	font-size: 12px;
	color:#333333;
}

#contenu_bulle li{
	list-style-type:disc;
	list-style-position:outside;
	margin-left: 15px;
	line-height: 16px;
	padding-left:0px;
}

.spacer_bas_de_page{
	clear:both;
	display:block;
	height:35px;
}

/****************
Le menu
****************/
#menu {
	padding:0 10px; 
	text-align:left;
}

#menu a {
	position: relative;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin: 6px 0;
	display: block;
}

#menu a:hover, #menu .page {
	color:#00944f;
}

#distributeurs{
	width:100%;
	font-size: 11px;
	color: #FFFFFF;
}

#distributeurs td{
	vertical-alignment: top;
	width: 25%;
}

/****************
Les classes textes
****************/
.grand_titre_blanc{
	font-size: 35px;
	color: #FFFFFF;
	letter-spacing:1px;
	line-height:44px;
}

.titre_regulier_blanc{
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;
}

.titre_regulier_vert{
	font-size: 13px;
	font-weight:bold;
	color: #00944f;
}

.titre_jaune{
	font-size: 17px;
	font-weight:bold;
	color: #fbab12;
}

.texte_regulier_blanc{
	font-size: 12px;
	color: #FFFFFF;
}


