/* CSS Document */

body{
background-color:#000;

}



p.grostitre {
	line-height: 14px;
	font-size: 14px;
	color:#fff;
	font-weight: 600;
	font-family: Arial;
	width: 200px;
}


.grostitre {
	line-height: 20px;
	font-size: 20px;
	color:#fff;
	font-weight: 600;
	font-family: Arial;
	width: 500px;
}



.titre {
	line-height: 16px;
	font-size: 16px;
	color:#fff;
	font-weight: 600;
	font-family: Arial;
	width: 200px;
}


p.texte
		{
		
    height: 11px;
	line-height: 18px;
	font-size: 12px;
	color:#fff;
	font-weight:normal;
	font-family:Arial;
	width: 200px;
	
	}
	
	.textetitre
		{
		
    height: 10px;
	font-size: 13px;
	color:#fff;
	font-weight:normal;
	font-family:Arial;
	width: 200px;
	
	}
	
	p.textebio
		{
		
    height: 13px;
	font-size: 13px;
	color:#fff;
	font-weight:lighter;
	font-family:Arial;
	width: 600px;
	
	}
		



.bouton
	{
    height: 11px;
	line-height: 14px;
	font-size: 11px;
	color:#CCCCCC;
	font-weight:normal;
	font-family:Arial;
	
	}
.bouton a:link {color:#CCCCCC; text-decoration:none; font-size:11px; font-family:Arial; line-height: 10px; background-color: none;}
.bouton a:visited { color:#CCCCCC; text-decoration:none; font-size:11px; font-family: Arial; line-height: 10px;}
.bouton a:hover	{color:#000; text-decoration:none; font-size:11px; font-family:  Arial; line-height: 10px; background-color:#fff;}
.bouton a:active {color:#CCCCCC; text-decoration:none;  outline: none; font-size:11px; font-family:  Arial; line-height: 10px; background-color: #000;}



.grosbouton
	{
    height: 18px;
	line-height:25px;
	font-size: 18px;
	color:#CCCCCC;
	font-weight:normal;
	font-family:Arial;
	
	}
.grosbouton a:link {color:#CCCCCC; text-decoration:none; font-size:18px; font-family:Arial; line-height: 20px; background-color: none;}
.grosbouton a:visited { color:#CCCCCC; text-decoration:none; font-size:18px; font-family: Arial; line-height: 20px;}
.grosbouton a:hover	{color:#000; text-decoration:none; font-size:18px; font-family:  Arial; line-height: 20px; background-color:#fff;}
.grosbouton a:active {color:#CCCCCC; text-decoration:none;  outline: none; font-size:18px; font-family:  Arial; line-height: 20px; background-color: #000;}

.links
	{
    height: 14px;
	line-height:16px;
	font-size: 14px;
	color:#CCCCCC;
	font-weight:normal;
	font-family:Arial;
	
	}
.links a:link {color:#CCCCCC; text-decoration:none; font-size:14px; font-family:Arial; line-height: 10px; background-color: none;}
.links a:visited { color:#CCCCCC; text-decoration:none; font-size:14px; font-family: Arial; line-height: 10px;}
.links a:hover	{color:#000; text-decoration:none; font-size:14px; font-family:  Arial; line-height: 10px; background-color:#fff;}
.links a:active {color:#CCCCCC; text-decoration:none;  outline: none; font-size:14px; font-family:  Arial; line-height: 10px; background-color: #000;}



/************** mises en formes des images *********************************************/

#bloc_article{
	position:relative; 
	width: auto;
	margin:10px;
	float:left;
	height: auto;
	background-color:#FFFFFF;
}

#image_article{
	margin:0px;
	

}
#texte_article{
	width:200px;
	height:100px;
	margin:5px 0 0 0;
	
}

#texte_article h1{
	font-weight:bold;
	font-size:10px;
	margin:0px;
	padding:0px;



}

#body {
	font-family: "Verdana",Arial, Helvetica, sans-serif;
	font-size:xx-small;
	line-height : 12px;
	height : auto;
	width : auto;
	color : #ffffff;
	text-align: left;
	margin:0;
	background-color:#fffffff;

}
#body a:link {color:#ffffff; text-decoration:none; font-size:xx-small; font-family: "Verdana",Arial, Helvetica, sans-serif; line-height: 12px; background-color: #FFFFFF;}

#body a:visited { color:#ffffff; text-decoration:none; font-size:xx-small; font-family: "Verdana",Arial, Helvetica, sans-serif; line-height: 12px; background-color: #FFFFFF;}
 
#body a:hover	{color:#ffffff; text-decoration: none; font-size:xx-small; font-family: "Verdana",Arial, Helvetica, sans-serif; line-height: 12px; background-color: #FFFFFF;} 

#body a:active {color:#ffffff; text-decoration:none;  outline: none; font-size:xx-small; font-family: "Verdana",Arial, Helvetica, sans-serif; line-height: 12px; background-color: #FFFFFF;}


.marge{
margin-left: 20px;
}