<style type="text/css">
<!--

body{
      padding : 0;
      margin : 0;
			font-family : "verdana";
      color : black;
      background-image : url(images/enfants.gif);
      background-repeat : repeat-x-y;
      }

SELECT {font-family: verdana;font-size: 12px; }

INPUT {font-family: verdana;font-size: 12px;font-weight: bold;}

td 		 {font-family: verdana;font-size: 12px;font-weight: normal; 
			 text-align : center; color:white;}

td.titre {font-family: verdana;font-size: 12px;font-weight: bold;
				 background-color: yellow; text-align : center; }
.ban {font-family: verdana;font-size: 18px;font-weight: bold;
				 background-color: #66CCFF; color:blue; text-align : center; }

h6 			 {font-family: verdana;font-size: 32px;font-weight: normal; color:white; }
h5 			 {font-family: verdana;font-size: 20px;font-weight: normal; color:white; }
h4 			 {font-family: verdana;font-size: 18px;font-weight: normal; color:white; }
h3 			 {font-family: verdana;font-size: 16px;font-weight: normal; color:white; }
h2 			 {font-family: verdana;font-size: 14px;font-weight: normal; color:white; }
h1 			 {font-family: verdana;font-size: 12px;font-weight: normal; color:white; }

.body 	 { background-color:#EEEEFF; color:white;}
.chap 	 { font-family:verdana; font-size:20px; color:blue;
      	 border-bottom-style:solid; border-bottom-width:3px; border-color:red;
      	 margin:0px; margin-bottom:16px; }
.sect 	 { font-family:verdana; font-size:16px; color:blue;
      	 border-bottom-style:solid; border-bottom-width:3px; border-color:red;
      	 margin:0px; margin-top:24px; margin-bottom:16px; }
.p  		 { font-family:verdana; font-size:11pt; color:black; margin-top:0px; margin-bottom:0px; }
.rouge   { color:red }
.bleu  	 { color:blue }
.vert  	 { color:green }
.jaune  	 { color:yellow }

.arial   { font-family: Arial }
.gras  	 { font-weight:bold }

.grand   { font-size:14px }
.moyen   { font-size:12px }
.petit 	 { font-size:10px; }
.mini 	 { font-size:8px; }

.droite 	 { text-align : right; }
.gauche 	 { text-align : left; }
.centre 	 { text-align : center; }

.ideminput {font-family: verdana;font-size: 12px;font-weight: bold;text-align : left;}
.ideminputbleu {color:blue;font-family: verdana;font-size: 12px;font-weight: bold;text-align : left;}
.fil_titre {color:black;background:yellow;font-family: verdana;font-size: 12px;font-weight: bold;text-align : center;}
.fil_table {color:black;font-family: verdana;font-size: 12px;font-weight: bold;text-align : center;}
.fil_table_mini {color:black;font-family: verdana;font-size: 10px;font-weight: bold;text-align : center;}

.interlig15 { line-height: 15px; }
.interlig25 { line-height: 25px; }
.interlig30 { line-height: 30px; }
.interlig35 { line-height: 35px; }
.interlig40 { line-height: 40px; }

/***************************************************************/
#content{
      padding-top : 130px;
      padding-bottom : 30px;
      padding-left : 230px;
      padding-right : 20%;
      font-family : "verdana", Georgia, Times, serif;
      }

#content h1{
      /*font-family : "verdana", Georgia, Times, serif;*/
      font-size : 18px;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      }      
               
#content h2{
      /*font-family : "verdana", Georgia, Times, serif;*/
      font-size: 16px;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
      }

#content p{
      /*font-family : "verdana", Georgia, Times, serif;*/
      font-size : 12px;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 16px;
      }

		
/***************************************************************/
#logo{
      position : absolute;
      top : 0px;
      left : 0px;
      z-index : 50;
      }

		
		
			
/***************************************************************/
/* menus                                                       */
/***************************************************************/
ul {
    list-style-type: none;/* on supprime les puces, inutiles */
    margin:0;
		padding:0;
		} 

/***************************************************************/
/* menu vertical                                                  */
/***************************************************************/
.menu_v li { 
    /*float: left; /* on aligne les listes sur la gauche */
		} 
		
.menu_v a {
      margin: 0 0px;
      width: 158px; /* on définit la taille du bouton de menu */
      height: 20px;
      display: block;
      text-align: center;
      border: 1px inset silver;
      text-decoration: none;
      font-size: 14px;       
			font-family : "verdana", Georgia, Times, serif;  
      color: #FFFF00;
/*      background-color: #85A0FF; */
			background-color: "#1d1854"
     }

.menu_v a:hover {
     background: palegoldenrod;
     border: 1px inset silver; 
     color: green;     
		 }

.menu_v a:active {
     background: #BADBA1;
     border: 1px inset silver; 
     color: white;
     }			
.menu_v a:focus {
     background: #BADBA1;
     border: 1px inset silver; 
     color: white;
     }			

/***************************************************************/
/* menu horizontal */
/***************************************************************/
.menu_h li { 
    float: left; /* on aligne les listes sur la gauche */
		} 
		
.menu_h a {
      margin: 0 0px;
      width: 100px; /* on définit la taille du bouton de menu */
      height: 20px;
      display: block;
      text-align: center;
      border: 0px inset silver;
      text-decoration: none;
      font-size: 14px;       
      font-family : "verdana", Georgia, Times, serif;  
      color: #FFFF00;
      background-color: #85A0FF;
     }

.menu_h a:hover {
     background: palegoldenrod;
     border: 1px inset silver; 
     color: green;     
		 }

.menu_h a:active {
     background: #BADBA1;
     border: 1px inset silver; 
     color: white;
     }			
.menu_h a:focus {
     background: #BADBA1;
     border: 1px inset silver; 
     color: white;
     }			

-->
</style>