EM, H1, H2, H3, H4, H5, H6 {
   font-family : "Times New Roman", Times, serif; 
}

TH, TD, TR {
   font-family: arial, verdana, helvetica, sans-serif;
}

TH {
   font-size: 10pt;
   font-weight: bold;
   background-color: #D3DCE3;
}

TD {
   font-size: 10pt;
}


BODY {
   font-family : "Times New Roman", Times, serif; 
   font-size : 12pt; 
   text-align : justify;
   color : black;  
   background : #ffffcc; 
}

P {
   font-family : "Times New Roman", Times, serif; 
   margin-left : 0em;
   text-indent : 1em;
   border-left : 0.5em;
   border-right : 0.5em;
}


H1 {
   font-size : 18pt; 
   text-align : center; 
   color : red; 

}


H2 {
   font-size : 16pt; 
   color : darkblue; 
   text-align : center; 
}

H2.accueil {
   font-size : 18pt; 
   background : #333399;
   text-shadow:#FF0099; 
   color : #ffffcc; 
   text-align : center; 
   margin : 0.5em;
}

H3 {
   font-size : 14pt; 
   color : #FFA040;
   background : #ffffcc; 
   text-align : left; 
   margin : 0.5em;
}

H4 {
   font-size : 12pt; 
   text-align : left; 
   color : black; 
   background : #ffffcc; 
   margin : 1em;
}

H5 {
   font-size : 10pt; 
   color : #999999;
   background : #ffffcc; 
   text-align : center; 
}

select, option {
   background : #ffffff; 
}

input {
   text-indent:3px;
   font-size : 10pt; 
}

input.bmauve {
   background : #ccccff; 
   border:5px groove silver;
   margin-top: 5px; 
   margin-right: 5px; 
   margin-left: 5px; 
}

HR.novisible {
   clear: both;
   visibility: hidden;
   font-size: 1pt;
}

