@charset "utf-8";
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	color: #AA7300;
	font-weight: bolder;
	font-size: 11px;
}
.champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-color: #FCFCFC;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.champ2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #FCFCFC;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	line-height: 36px;
	text-decoration: none;
}
.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 12px;
}
.titre3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E4715;
	line-height: 26px;
	text-decoration: underline;
}


.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
}
.texteCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F5A301;
	text-align: center;
}
.texteSoul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
	display: block;
}



.lien1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.lien2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.lienLang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
}
.lienSavoirPlus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F5A301;
	text-decoration: none;
	font-style: italic;
}

.traitVertical {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #3E3E40;
}
.demiCadre {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.traitBas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.traitVerDroite {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3E3E40;
}

