body 
{
    background-color:#636363;  
    background-image:url('./image/fond.gif');  
    background-position: top left;  
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 11px;
	color: #636363;    
}
/*
A:link 
{
    font-weight : bold;
    text-decoration : none;
    color : #636363;
}
A:visited 
{
    font-weight : bold;
    text-decoration : none;
    color : #636363;
} 
*/

.langue:link
{
    font-weight : bold;
    text-decoration : none;
    color : #636363;    
}

.langue:visited 
{
    font-weight : bold;
    text-decoration : none;
    color : #636363;
} 

.disclainer:link
{
    color : #636363;    
}

.disclainer:visited 
{
    color : #636363;
} 

.download:link
{
    font-weight : bold;
    color : #636363;    
}

.download:visited 
{
    font-weight : bold;
    color : #636363;
} 

.degrader_rouge {
    background: url('./image/rouge.gif') top left repeat-y;
}

.degrader_rouge_download
{
    background-image:url('./image/rouge_petit.gif');  
    background-position: top left;  
    background-repeat: repeat-y         
}

.degrader_gris_download
{
    background-image:url('./image/gris_petit.gif');  
    background-position: top left;  
    background-repeat: repeat-x;         
}

.degrader_gris {
    background: url('./image/gris.gif') top left repeat-y;         
}

.degrader_gris_lien
{
    background-image:url('./image/gris_lien.gif');  
    background-position: top left;  
    background-repeat: repeat-x;         
}

.degrader_gris_faq
{
    background-image:url('./image/gris_faq.gif');  
    background-position: top left;  
    background-repeat: repeat-y;         
}

.titre
{
    color : #636363;
}


a, a:hover {
    font-weight: bold;
	color :#636363;
}	

ul {
    font-family: Arial;
    font-size: 12px;
	color: #636363;    
	list-style-type: none ;
	text-align: left;
}
li {
	padding: 2px 0;
}	


.lg {
	padding: 0 26px 5px 0;
}	
.bottom {
	text-align: center;
	margin-top: 3px;
	font-size: 13px;
}	

th {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}	

.div_titres_textes {
 	margin: 50px 0 0 10px;
 	color: #636363;
 	font-family: Arial;
 	font-size: 12px;
 	font-weight: bold;
 	text-decoration:underline;
}	
 
.div_textes {
	margin: 20px 0 0 10px;
	padding: 10px;
	width: 500px;
	height: 400px;
	border: 1px solid #000;
	overflow-x: auto;
}	
