/* CSS Document */

/* Changement de couleur des input lors de l'utilisation */
.textInput,textarea{
	font-family:Arial, Helvetica, sans-serif;
	background :#E9E9E9;
	border:1px solid #fff;
	font-size:12px;
	padding:3px;
	font-size:12px;
	font-weight:normal;

	}
	.inputHighlighted{	
	background-color:#ffffff;
	font-family:arial;
	color:#AE0000;
	border:1px solid #AE0000;
	font-size:12px;
	font-weight:normal;
	padding:3px;
	}

a.distributeurs:link {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#AE0000; text-decoration:none; margin-bottom:2px;}
a.distributeurs:visited {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#AE0000; text-decoration:none; margin-bottom:2px;}
a.distributeurs:hover {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#AE0000; text-decoration:none; border-bottom:dashed 1px #333333; padding-bottom:1px; margin-bottom:2px;}

/* Mise en forme des textes */
.entete {
	font-family:Arial, Helvetica, sans-serif
	font-size: 18px;
	color: #DD0000;
	font-weight: bold;
	}
.titre {
	font-family:Arial, Helvetica, sans-serif
	font-size: 12px;
	color: #DD0000;
	font-weight: bold;
	}
.sous_titre {
	font-family:Arial, Helvetica, sans-serif
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	}
.text {
	font-family: Arial, Helvetica, sans-serif
	font-size: 10px;
	color: #000000;
	}
.text2 {
	font-family:Arial, Helvetica, sans-serif
	font-size: 13px;
	color: #000000;
	}
.red_text {
	font-family:Arial, Helvetica, sans-serif
	font-size: 12px;
	color: #DD0000;
	font-weight: bold;
	}

.border_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #DD0000;
	border-right-color: #DD0000;
	border-bottom-color: #DD0000;
	border-left-color: #DD0000;
}

.border_affichage {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DD0000;
	border-right-color: #DD0000;
	border-bottom-color: #DD0000;
	border-left-color: #DD0000;
}

.border_affichage_2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #666666;
	border-left-color: #666666;
}

