@charset "iso-8859-1";
body{
   background-color:#3c3b3b;
   scrollbar-base-color:#3c3b3b;
   scrollbar-arrow-color:white;
   scrollbar-highlight-color:white;
   scrollbar-shadow-color:white;
   scrollbar-face-color:#3c3b3b;
   scrollbar-track-color:#3c3b3b;
}

a{
   color:#ce0232;
   text-decoration:none;
}

a.hover{
   color:gray;
   text-decoration:underline;   
}

.contour{
   width:900px;
   height:530px;
   font-family:arial;
   font-size:12px;
   color:white;
   margin-top:20px;
   border:1px solid gray;
   }
   
.bandeau{
   width:900px;
   height:100px;
   background-image:url('../images/fondBandeau.jpg'); 
}

.menuHaut{
   width:900px;
   height:30px;    
}

.iframeMenuHaut{
   width:900px;
   height:30px;
   border:none;
   text-align:center;
   }
   
.onglet{
   width:850px;
   height:20px;
   text-align:center;
   font-family:arial; 
   font-size:13px;  
   border-bottom:1px solid gray;
   }
   
.contact{
   width:880px;
   height:30px;
   text-align:right;
   }  
   
.onglet td{
   border-right:1px solid white;  
   }   

.menuGauche{
   width:300px;
   height:370px;
   background-image:url('../images/fondMenuGauche.png'); 
   }
   
.iframeMenuGauche{
   width:300px;
   height:370px;
   border:none;
   text-align:center;    
   }

.item{
   height:200px;
   width:200px;
   margin-top:20px;
   font-family:arial;
   color:gray;
   font-size:12px;
   }

.zoneCentrale{
   width:600px;
   height:370px;
   vertical-align:top;
   text-align:justify;
   background-image:url('../images/fondZoneCentrale.png');    
   }
h2{ 
   margin-top:10px;
   margin-bottom:5px;
   text-transform:uppercase;
   color:#97918e;
   font-size:17px;  
   font-weight:normal;  
}

h3{
   font-style:italic;
   font-size:14px;
   color:white;
   margin-top:10px;
   margin-bottom:3px;
   font-weight:normal;
}


.ascenseur{
   overflow:auto;
   width:97%;
   height:305px;
   line-height:25px;
}
.intro{
   float:right;
   margin-left:25px;
   margin-bottom:15px;   
   }

.basPage{
   width:900px;
   height:30px;
   background-image:url('../images/fondBasPage.jpg'); 
   }
   
.copyright{
   font-size:10px;
   font-family:arial;
   text-align:right;
   }

.iframeBasPage{
   width:900px;
   height:30px;
   border:none;
   text-align:center;
   }
   
li{
   list-style-type:square;
}

.presentation{
  width:98%;
  color:white;
  font-size:11px;
  font-family:arial;
  letter-spacing:1px;
  text-align:justify;
 
  }
  
.presentation td{
  height:40px;
}



