body {
    margin: 0px;
    padding: 0px;
	background-image:url(../img/motif_fond.jpg);
	background-repeat:repeat;
	background-color:#FFFFFF;
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/************************************************************** HEADER **************************************************************/

#header
{
    text-align: center;
	font-size:24px;
}
#header_titre {
    background-color: #000000;
    height: 47px;
	background-image:url(../img/titre.jpg);
	background-repeat:no-repeat;
}

.titre{
	margin:20px 0;
}

.guide{
	font-size:20px;
	color:#739E12;
	margin:10px;
	font-weight:bold;
}

#logoheader{
	float:right;
	margin-right:20px;
}

/************************************************************** CONTENU **************************************************************/

#guideG{
	float:left;
	width:33%;
	text-align:center;
}

#guideG2{
	float:left;
	width:50%;
	text-align:center;
}

#guideC{
	float:left;
	width:34%;
	text-align:center;
}

#guideD{
	float:left;
	width:33%;
	text-align:center;
}

#guideD2{
	float:left;
	width:50%;
	text-align:center;
}

#flag{
	margin:5px;
}

.texte{
	margin:2px 20px;
	text-align:justify;
}

/************************************************************** DIVERS **************************************************************/

#footer {
    padding: 10px;
    text-align: center;
    clear: both;
} 

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
h2{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#871408;
}

h4{
	margin-top:50px;
	margin-bottom:2px;
	font-size:14px;
	color:#871408;
}



a:link, a:visited{
	font-family:"Comic sans MS", Verdana, Arial, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
	color:#739e12;
	font-weight:bold;
}
a:active{
	text-decoration:none;
	font-weight:bold;
}

#index a:link, #index a:visited{
	text-decoration:underline;
}




#center{
	text-align:center;
}

#texte_gauche{
	float:left;
}






#station_li{
	list-style:url(../img/puce-station.png);
	padding-left:10px;
	margin-bottom:10px;
	padding-top:-5px;
}




.alignLeft{
	text-align:left;
}
