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

body {
	background-color:#f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #707070;
	text-align:justify;
}

td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	color: #707070;
}

.rubrique {
	text-transform:lowercase;
	color: #727272;
	font-family:arial;
	font-size:24px;
	letter-spacing:-1px;
	font-weight:bold;
}
a:link, a:visited { 
	color: #707070;
text-decoration:none;
}
a:hover {
	text-decoration:underline;
color:#fa029b;}
.nom {
	font-size:24px;
	text-transform:lowercase;
	color: #fa029b;
	font-family:arial;
	font-size:22px;
	letter-spacing:-1px;
	font-weight:bold;
}

.gras {
	font-weight:bold;
	color:#343434;
	
}

div#wn	{ 
    position:relative; 
    width:450px; height:150px; 
    overflow:hidden;
	}

div.images {
	letter-spacing:400px;
}

div.titre_news { 
border-bottom:solid 1px #999;
padding-bottom: 3px;
font-family: arial;
text-transform: lowercase;
color:#5b5b5b;
letter-spacing:-1px;
font-weight:bold;
font-size:17px;
}

#header1 {
	width:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.2px;
	line-height: 1.2em;
	border-bottom: dashed 1px white;
	color:white;
	margin-bottom:18px;
	float:left;
	}
	
div.retour {
	font-size:10px;
}

div.description_right {
	padding-right:20px;
	text-align:right;
}
div.description_left {
	padding-left:20px;
	text-align:left;
	border-left:solid 1px #a9a9a9;
}