/* CSS Document */
.texte {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: reguar;
	color: #666666;
	line-height: 16px;
	text-decoration:none;
	background:#ffffff;
}
.textegrisfoncegras {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	text-decoration:none;
	background:#ffffff;
}
.titre {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	text-decoration:none;
}
.titregrisfonce {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	text-decoration:none;
}
.texteMENU {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: reguar;
	color: #0012FF;
	line-height: 20px;
	text-decoration:none;
	background:#ECF4FF;
}
a.texteMENU:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: reguar;
	color: #cccccc;
	line-height: 20px;
	text-decoration:none;
	background:#ECF4FF;
}
a.texteMENU:selected {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: reguar;
	color: #0012FF;
	line-height: 20px;
	text-decoration:none;
	background:#ECF4FF;
}
/*ajoute les lignes*/	
.lignes{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.lignestrois{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.champsdesaisie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #6D6E70;
	background: #cccccc;
	
}
.casecocher {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #ff0000; 
border : medium none inherit; 
background: #cccccc;
} 
.menuderoulant {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #000000; 
border : 1px solid #666666; 
background: #cccccc;
} 
