

/*
 * Mise en page des textes (bordures...)
 */


/* PERSO */

body,p,ul,li {
     font-family: Arial ;
     color: #000000;
     font-size: 90%;
}

td {font-family: Arial ;
     font-size: 90%; }

TD.explication {
	 font-family: Arial ;
         color: #000000;
         font-size: -1;
}

td.rens { 
background-color: #FFCC99; 
text-align: center;
}

td.rens2 { 
background-color: #FFCC99; 
width: 300;
text-align: right;
}

td.rensitem { 
background-color: #FFCC66;
text-align: right; 
}

td.radio{ 
text-align: center;
width: 15;}

td.div { 
background-color:  #FFFF99
}

td.titre { 
text-align: center;
background-color: #CC6666; 
color: #ffffff;
}

table.inscription { 
width: 700;
border-style: solid;
border-color: #000000;
}

.red { color: #ff0000; }