/* CSS Document */

a:link {
	color:#000000; 
	text-decoration: underline;
	
} 

a:visited {
	color:#000000; 
	text-decoration: underline;
} 

a:hover {
	color:#000000; 
	text-decoration: underline;
}

a.lien:link {
	color:#000000; 
	text-decoration: underline;
	font-family:"Century Gothic";
	font-size:10pt;
	
} 

a.lien:visited {
	color:#000000; 
	text-decoration: underline;
	font-family:"Century Gothic";
	font-size:10pt;
} 

a.lien:hover {
	color:#000000; 
	text-decoration: underline;
	font-family:"Century Gothic";
	font-size:10pt;
}


a.menu:link {
	color:#FFFFFF; 
	text-decoration: underline;
	font-family:"Century Gothic";
	font-size:8pt;
	
} 

a.menu:visited {
	color:#FFFFFF; 
	text-decoration: underline;
	font-family:"Century Gothic";
	font-size:8pt;
} 

a.menu:hover {
	color:#FFFFFF; 
	text-decoration: underline;
	font-family:"Century Gothic";
	font-size:8pt;
}

.yz{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	}
.texte{
	font-family:"Century Gothic";
	font-size:10pt;
	color:#000000;
	}
.titre{
	font-family:"Century Gothic";
	font-size:12pt;
	color:#FF9900;
	}
	.titre01{
	font-family:"Century Gothic";
	font-size:10pt;
	color:#96E297;
	}
.texteintro{
	font-family:"Century Gothic";
	font-size:12pt;
	color:#000000;
}

.bodySansMarges {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ************************* Class Plan API GOOGLE ************************* */

.titreplan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.txtplan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #9a379b;
}
.plan {
	width: 500px;
	height: 350px;
	border:1px #140411 solid;
}

/* ************************* Fin Class Plan API GOOGLE ************************* */

/* index */

.idxtexteintro1 {
	font-family:"Century Gothic";
	font-stretch:expanded;
	font-size:12px;
	color: #FFFFFF;
}

.idxbody, .tplbody {
	background-color:#ffa03a;
	background-repeat:repeat-x;
	background-image:url(images/background.jpg);
}

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }