BODY {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    text-align: justify;
    background-color: #BC0202;
    }

TD {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    }

P {
    margin-left: 1px;
    margin-right: 1px;
    color: black;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    }

A:visited {
    color : #000000;
    text-decoration : none;
	font-weight: normal;
    }

A:link {
    color : #000000;
    text-decoration : none;
	font-weight: normal;
    }
 
A:hover {
    color : #BC0202;
    text-decoration : none;
    }

A:active {
    color : #BC0202;
    text-decoration : none;
	font-weight: normal;
    }

.menu {
    font-size: 8pt;
    }
	
.titre {
    font-size: 12pt;
	font-weight: bold;
    }

.jaunepale {
    font-size: 8pt;
	color : #FFF2B2;
	font-weight: bold;
    }



INPUT {background: #FFF2B2}
SELECT {background: #FFF2B2}
TEXTAREA {background: #FFF2B2}
UL 	{  padding:0px; padding-left: 15px;}
LI	{ text-align: left; }

/*===========================*/
/*          INFOBULLE        */
/*===========================*/
#infobulle {
	z-index: 99;
	width: 400px;
  	color: #000000;
  	background-color: #FFF2B2;
  	position: absolute;  
  	display: none;
  	border: 2px solid #CC0000;
  	padding: 10px;
  	font-family: Arial, Helvetica, sans-serif;
  	align: left;
  	font-size: 10pt;
}

