/* CSS Document */

body, td, p, td p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
th { color: #940101U; }
a {
	color: #000000;
	text-decoration: underline;
}
a:hover { text-decoration: underline; }

.texte_bandeau { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}
a.lien_bandeau { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: underline; font-weight: bold;}
a:hover.lien_bandeau { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: underline; font-weight: bold;}

.texte_lien {
	color: #F82C00;
}

.texte_titre {
	color: #940101;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.texte_titre_2 {
	color: #1D7604;
	font-size: 18px;
	font-weight: bold;
}
.texte_titre_3 {
	color: #940101;
	font-size: 16px;
	font-weight: bolder;
}
.texte_titre_4 {
	color: #247CC4;
	font-size: 16px;
	font-weight: bolder;
}
.texte_titre_5 {
	color: #940101;
	font-size: 14px;
	font-weight: bolder;
}
.texte_lien_2 a {
	color: #940101;
	font-size: 12px;
	font-weight: bolder;
}
.texte_lien_3 a {
	color: #1D7604;
	font-size: 13px;
	font-weight: bolder;
}

#enorme { font-size: 18px; font-weight: bold; }
#gros {	font-size: 16px; font-weight: bold; }
#grand { font-size: 13px; }
#moyen { font-size: 11px; }
#petit { font-size: 10px; }

#noir {
	color: #000000;
	text-decoration: underline;
}
#gris { color: #666666; }
#blanc { color: #FFFFFF; }
#bleu { color: #247CC4; }
#vert { color: #2A6D1E; }
#rouge { color: #F82C00; }
#bordeaux { color: #940101; }
#grisbleu { color: #98A3A7; }

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #940101;
}

input.saisie_extranet {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #92221A;
}
input.saisie_auth {
	font-size: 10px;
	background-color: #FFFFFF;
	font-weight: normal; 
	border: 1px solid #000000;
	width: 95px;
}
input.bouton_extranet {
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #92221A;
	width: 80px;
}
input.bouton_auth {
	background-color: #D8331C;
	color: #FFFFFF;
	font-size: 11px;
	border: thin outset #FFFFFF;
}
textarea.saisie_extranet {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #92221A;
	scrollbar-face-color: #D45C2D;
	scrollbar-arrow-color: #FFF3E6;
	scrollbar-track-color: #FFF3E6;
	scrollbar-shadow-color: #FFF3E6;
	scrollbar-highlight-color: #92221A;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-Color: #FFF3E6;
}

.formulaire { width: 200px; }
.formulaire2 { width: 300px; }
.saisie_recherche { width: 100%; font-size: 10px; font-weight: bold; border: #FFFFFF;}

.checkbox { border: 0px; }
.bouton { width: 100%; }
.bouton2 {
	width: 95px;
	background-color: #D8331C;
	color: #FFFFFF;
	font-size: 11px;
	border: thin outset #FFFFFF;
}

.recherche_resultat {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2C981E;
}
.lien_resultat {

	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2C981E;
}
.date { width: 100px; }
.recherche_detail {
	color: #000000;
	background-color: #E7FBB6;
}
.boutonok {

	width: 30px;
	background-color: #D8331C;
	color: #FFFFFF;
	font-size: 11px;
	border: thin outset #FFFFFF;
}
