
/*Paragraphe et traitemente texte*/
.div_hr {
	border-bottom:1px solid #D5D5D5;
	height: 1px;
	margin: 0;
	padding: 5px 0 5px 0;
	clear:both;
}

.texte2{
	float:left;
	width:425px;
	margin:0px 0px 0px 35px;
	padding:5px 0px 5px 0px;
	/*margin:0px 20px 0px 35px;*/
}

.texte2 a{
	text-decoration:none;
	color:#000000;
}

.texte2 .img_small{
	width:45%;
	height:45%;
	/*border:1px solid #888888;*/
	margin:10px 10px 10px 0px;
	border:none;
	float:left;
}

.texte2 .img_big{
	width:100%;
	height:100%;
	/*border:1px solid #888888;*/
	margin:10px 0px 10px 0px;
	border:none;
	float:left;
}

.texte_articles .img_small{
	width:25%;
	height:25%;
	/*border:1px solid #888888;*/
	margin:10px 10px 10px 0px;
	border:none;
	float:left;
}

.texte_articles .img_big{
	width:50%;
	height:50%;
	/*border:1px solid #888888;*/
	margin:10px 0px 10px 0px;
	border:none;
	float:left;
}

/* Textes */

.texte_date{
	font-family: 'Gill Sans','Gill Sans MT';
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	color:#fadfc8;
	text-transform:uppercase;
}

.texte_small{
	font-family: 'Gill Sans','Gill Sans MT';
	font-size:12.5px;
	line-height:12px;
	font-weight:normal;
	color:#000000;
}

.texte_small a{
	font-family: 'Gill Sans','Gill Sans MT';
	font-size:12.5px;
	line-height:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.texte_small a:hover{
	font-family: 'Gill Sans','Gill Sans MT';
	font-size:12.5px;
	line-height:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.texte a{
	color:#000000;
	text-decoration:none;
}

.texte a:hover{
	/*color:#000000;*/
	text-decoration:none;
}

.titre{
	font-family: 'Gill Sans','Gill Sans MT';
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.titre_hot{
	font-family: 'Gill Sans','Gill Sans MT';
	font-size:22px;
	letter-spacing:1px;
	line-height:22px;
	/*font-weight:bold;*/
	color:#FFFFFF;
}

.titre_hot a{
	text-decoration:none;
}

.titre_hot:hover{
	background-color:#FF0033;
	text-decoration:none;
}

.titre2{
	font-family: 'Gill Sans','Gill Sans MT';
	font-size:18px;
	font-weight:normal;
	color:#555555;
}

.titre_in_article{
	font-family: 'Gill Sans','Gill Sans MT';
	font-size:17px;
	font-weight:normal;
}

.lien {
	 color:#000000;
	 padding:2px;
}

.lien a{
	 color:#000000;
	 padding:2px;
	 text-decoration:none;
}

.lien a:hover{
	 background-color:#FFFFFF;
	 color:#000000;
	 padding:2px;
	 text-decoration:none;
}

.lien2 {
	 color:#000000;
}

.lien2 a{
	 color:#000000;
	 text-decoration:none;
}

.lien2 a:hover{
	 background-color:#97BE0D;
	 color:#FFFFFF;
	 text-decoration:none;
}


