/* Mise en forme de la page */
body, td
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Mise en forme des textes */
p, li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #E6E6E6;
	/*color: #646464;*/
}
p
{
	margin-top: 4px;
	margin-bottom: 3px;
}
.FormLP
{
	/*color: #000000;*/
	font-size: 10pt;
	background-color: #191919;
	padding: 0 0 4px;
}

.FormLI
{
	/*color: #000000;*/
	font-size: 10pt;
	background-color: #333;
	padding: 0 0 4px;
}

/* titre H1 */
h1
{
	font-size: 13px;
	margin-left: 10px;
	/*color: #1955A3;*/
	color: #E6E6E6;
	font-weight: bold;
}

h2
{
	font-size: 11px;
	margin-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
h2.std
{
	font-size: 12pt;
	margin-left: 0px;
	margin-top: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
h2.home
{
	text-align: left;
	margin-top: 12px;
	margin-bottom: 8px;
}

h3
{
	font-size: 13px;
	margin-left: 10px;
	color: #FF8624;
	font-weight: bold;
	text-align: right;
}

h4
{
	font-size: 10px;
	margin-left: 0px;
	color: #FFFFFF;
	border-top: 1px #FFFFFF dotted;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

h5
{
	font-size: 11px;
	margin-left: 0px;
	color: #646464;
	font-weight: normal;
	text-align: right;
}

ul
{
	margin-left: 0px;
	padding: 0px;
	/*margin-top: 12px;*/
}

ul li
{
	list-style: none;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 10px;
	color: #CCC;
	background-image: url(images/puce_32.png);
	background-repeat: no-repeat;
}

ul ul { padding-left: 25px; }

ul ul li
{
	list-style: none;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #808080;
}

.Zone_demicol ul
{
	margin-left: 0px;
	padding: 0px;
	/*margin-top: 12px;*/
}
.Zone_demicol ul li
{
	list-style: none;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #CCC;
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
}

.rubrique
{
	font-size: 11px;
	font-weight: bold;
	color: #828490;
	margin-left: 25px;
}

.textePetit
{
	font-size: 9px;
	color: #E6E6E6;
	/*color: #646464;*/
}

.texteStd
{
	font-size: 11px;
	color: #646464;
}

.texteStdnoir { color: #000000; }

.legend
{
	font-size: 9px;
	font-style: italic;
	color: #646464;
}

/*
.tdRubrique { background-image: url(images/menuTop.gif); }
*/

.orange
{
	font-size: 13px;
	color: #FF8021;
}

.vert
{
	font-size: 13px;
	color: #A0E522;
}

.bleu
{
	font-size: 13px;
	color: #3CA7F3;
}

.Acta
{
	font-weight: bold;
	font-size: 15px;
	color: #3CA7F3;
}

.Qualite
{
	font-weight: normal;
	font-size: 11px;
	color: #3CA7F3;
}

a.mentions:link
{
	font-size: 9px;
	text-align: center;
	color: #545A6F;
	text-decoration: none;
}

a.mentions:visited
{
	font-size: 9px;
	text-align: center;
	color: #545A6F;
	text-decoration: none;
}

a.mentions:hover
{
	font-size: 9px;
	text-align: center;
	color: #545A6F;
	text-decoration: none;
}

/* Liens par défault */
a:link
{
	color: #40A7F3;
	text-decoration: none;
	font-size: 12px;
}

a:visited
{
	color: #9DCFF3;
	text-decoration: none;
	/*text-decoration: underline;*/
}

a:hover
{
	color: #A9EB32;
	text-decoration: underline;
}

}

/* Autres Code */
.photosPositionnementDROIT
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.photosPositionnementGAUCHE
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.tiret
{
	border-top: dashed 1px;
	border-top-color: #AFADA2;
}

.bgNoRepeat { background-repeat: no-repeat; }

.boiteFormulaire
{
	font-size: 9px;
	color: #848692;
	border: 1px solid #c5c7cb;
	background-color: #ffffff;
}

.formulaire
{
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
}

.Bloc_Image
{
	padding: 10px 10px 10px 10px;
	width: 150px;
	height: 150px;
}

.Bloc_Image_bleu
{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 125px;
	height: 125px;
	background-color: #3CA7F3;
	float: left;
	display: block;
}

.Bloc_Image_vert
{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 125px;
	height: 125px;
	background-color: #A0E522;
	float: left;
	display: block;
}

.Bloc_Image_orange
{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 125px;
	height: 125px;
	background-color: #FF8021;
	float: left;
	display: block;
}


