/* CSS Document */

.div {
      	width:525px;
      	height: 432px;
		overflow: auto;	
		scrollbar-face-color: #B4403A; 
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #000000; 
		scrollbar-darkshadow-color: #FFFFFF; 
		scrollbar-track-color: #DEDDB1; 
		scrollbar-arrow-color: #FFFFFF;
      }
	  
.minidiv {
      	width:650px;
      	height: 187px;
		overflow: auto;	
		scrollbar-face-color: #B4403A; 
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #000000; 
		scrollbar-darkshadow-color: #FFFFFF; 
		scrollbar-track-color: #DEDDB1; 
		scrollbar-arrow-color: #FFFFFF;
      }

.menu {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 10pt; 
	font-weight : bold;  
	color : #000000; 
}
.menu:hover { 
  color : #A64E3B; 
} 

.link {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 10pt; 
	font-weight : bold;
	color : #A64E3B; 
}
.link:hover { 
  color : #000000; 
} 


.body {
		background-image:url(images/back.jpg);
		background-repeat:no-repeat;
}


.titre {
	 
	font-family : Arial; 
	font-size : 25pt;
	font-weight : bold;
	color : #B4403A;   
	text-align:justify;
}


.sstitre {
	/* Textes de bases */
	
	font-family : Arial; 
   	font-size : 11pt;
	font-weight : bold;    
	color : #000000; 
}
.text {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 11pt;    
	color : #000000; 
}

.text2 {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 8.5pt; 
	font-weight : bold;   
	color : #FFFFFF; 
}
.img {
	/* Textes de bases */
	border-color: #A64E3B  
}