/* CSS Document */

.txt_courant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.txt_courant_gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.bordure { border: solid #949494 1pt;}
.bordure_noir-ph { border: solid #000000 3pt;}
.bordure_noir-ph-large { border: solid #000000 9pt;}
.bordure_verte-ph { border: solid #c6e034 1pt;}
.bordure_verte_bas{border-bottom:solid #c6e034 1pt;}
.bordure_verte_gauche{ border-left:solid #c6e034 1pt;}

INPUT {
color:#000000; background-color:#e8f0b9; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; height:15px; border-width:1px; border-color:#C6e034;
}
SELECT { 
color:#000000; background-color:#e8f0b9; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; height:17px; border-width:1px; border-color:#C6e034; 
}
TEXTAREA  {
color:#000000; background-color:#e8f0b9; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; height:60px; border-width:1px; border-color:#C6e034;
}
BUTTON { color:#000000; background-color:#e8f0b9; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; height:17px;}
focus {
	background: beige;
	color: black;
}