/*redefinition tags*/
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin-left:10px;
	margin-top:5px;
	color:#C33;
}

/* Les types et tailles de police */
/* titre 18 */
h1 {font-size: 18px;font-weight:normal; margin-bottom:3px;margin-top: 3px; display:inline}
/* titre 14 */
h2 {font-size: 16px;font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}
/* titre 12 */
h3 {font-size: 14px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}
/* titre 11 */
h4 {font-size: 12px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}
/* titre 10 */
h5 {font-size: 11px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}
/* titre 10 */
h6 {font-size: 10px; font-weight:normal;margin-bottom: 3px;margin-top: 3px;display:inline}

a {text-decoration: none;}
img {border: 0;}
table {border-width: O;}
/*ul {list-style-image: url("http://c.voila.fr/V3/Icons/chevronNoir000_6x5.gif");margin-left: 8px;padding-left: 8px;}*/
form {margin: 0px;}
input {font-family: Arial;font-size: 12px;color: #000;background-color: #FFF;}
select {font-family: Arial;font-size: 12px;color: #000;background-color: #FFF;}
option {color:#000;}

/* Couleurs des background */
/* noir */
.bg000 { background-color: #000;}
/* blanc */
.bgFFF {background-color: #FFF;}
/* rouge */
.bgC33 {background-color: #C33;}
/*  bleu fonc */
.bg369 {background-color: #47A;}
/* vert */
.bg063 {background-color: #063;}
/* bleu des hr et contour */
.bg69C {background-color: #69C;}
/* fond bleu */
.bg9CC {background-color: #9CE;}
/* fond gris du footer */
/*.bgDDD {background-color: #DDD;}*/
/* fond orange de la barre du footer */
.bgF60 {background-color: #F60;}

/* Couleurs de police */
/* noir */
.c000 {color:#000;}
/* blanc */
.cFFF {color:#FFF;}
/* orange voila */
.cF60 {color:#F60;}
/* rouge Communiquer*/
.cC33 {color:#C33;}
/*  bleu fonc */
.c369 {color:#369;}
/* vert */
.c063 {color:#063;}
/* bleu */
.c69C {color:#69C;}
/*bleu essentiel*/
.c5BD {color: #5BD;}
/* bleu */
.c336 {color:#336;}
/* gris du header */
.c999 {color:#999;}

#GridTopRow {
	background-color: #C33;
	font-weight: bold;
	color: white;
}

#GridEvenRow {
	background-color: #ffcccc;
	font-size: 12px;	
	color: black;
}

#GridOddRow {
	background-color: #ff9999 ;
	font-size: 12px;	
	color: black;
}
/* classe nulle : hauteur de td etc...*/
