@charset "UTF-8";
/* CSS Document */

body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	}



#conteneur
{
   width:100%;
   height:100%; 
   overflow:auto;
   margin-bottom: 0px;
   border:none;
}


#conteneurmenu
{	
   width:100%; 
   height:126px; 
   background-color: #FFFFFF;
   margin-top: 10px;
   margin-bottom: 0px;
   padding:0px 0px 0px 0px;
   border:none;
   font-family: Courier New, Courier, monospace;
   text-indent:0cm;
   line-height: 1.8;
   text-align:right;
   overflow:hidden;
}  

#conteneurlogo
{	
   float:left;
   position:relative;
   height:100%;
   margin: 0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   border:none;
   }
   
#conteneur2top
{	
   float:left;
   position:relative;
   height:100%;
   margin-top: 0px;
   margin-bottom: 0px;
   padding:5px 0px 0px 0px;
   border:none;
   }
   
#conteneurmenugauche
{	
   float:right;
   position: relative;
   width: 60px;
   margin: 10px 30px 0px 0px;
   padding:5px 10px 5px 0px;
   border-top: 1px dashed #000000;
   border-bottom: 1px solid #000000;
   }
   
#conteneur3top
{	
   width : 205px;
   background-color: #FFFFFF;	
   margin: 0px 30px 0px 30px;
   padding:5px 0px 5px 10px;
   border-top: 1px dashed #000000;
   border-bottom: 1px solid #000000;
   }
   
#conteneur4top
{	
   width : 205px;
   background-color: #FFFFFF;	
   margin: 0px 30px 0px 30px;
   padding:5px 0px 5px 10px;
   border-bottom: 1px dashed #000000;
   }

.conteneur5top
{	
   background-color: #FFFFFF;	
   text-align:right;
   margin: 0px 30px 0px 30px;
   padding:5px 0px 5px 10px;
   border-bottom: 1px dashed #000000;
   }

#conteneurtitre
{	
   width : 205px;
   padding:5px 0px 5px 10px;
   border-top: 1px dashed #000000;
   border-bottom: 1px solid #000000;
   }

#conteneurtexte
{	
   width : 205px;
   padding:5px 0px 5px 10px;
   border-bottom: 1px dashed #000000;
   }
   
#conteneurlegende
{	
	padding: 5px 5px 5px 5px;
	font-size: 9px;
	margin-bottom:20px;
	color: #FFFFFF;
	background-color: #000000;
   }

 
 #conteneurinfo
{	
   width:100%; 
   height:100%;
   position: absolute;
   margin-top: 0px;
   margin-bottom: 0px;
   padding:0px 0px 0px 0px;
   vertical-align:bottom;
   border:none;
   font-size: 10px;
   font-family: Courier New, Courier, monospace;
   text-align:left;
   clear: both;
}  

.thumb
{
	float: left;
	width: 200px;
	height: 150px;
	background-image: url(images/bord.gif);
	margin: 30px 0px 50px 30px;
}

.thumb:hover img{
  width:100px;
  height:75px;
}

.thumb:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


#picture {
	width: 200px;
	height: 150px;
	border-top: 1px solid #000000;
}

.image {
	width: 700px;
	border-top: 1px solid #000000;
	background-image: url(images/bord.gif);
}

#caption {
	padding: 5px 5px 5px 5px;
	font-size: 9px;
	width: 190px;
	color: #FFFFFF;
	background-color: #000000;
}

#colgauche
{  
   float:left;
   margin: 40px 0px 0px 30px;
   padding:0px 0px 0px 0px;
   border:none;
   }
   
#coldroite
{  
   float:left;
   height : 300px;
   margin: 40px 0px 0px 30px;
   padding:0px 0px 0px 0px;
   border:none;
   text-align:left;
   }

