
/*** Le saviez-vous ? ***/
#leSaviezVous {
	width: 610px;
	height: 50px;
	position: relative;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}
#leSaviezVous h3{
	width: 150px;
	height: 50px;
	display: block;
	background: white url(../images/le_saviez_vous.gif) no-repeat left top;
	font-size: 0;
	text-indent: -400px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left: 0px;
}
#leSaviezVous .info {
	width: 460px;
	height: 24px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	top: 17px;
	left: -460px;
	font-size: 11px;
	line-height: 12px;
	color: #6b6b6b;
}
#leSaviezVous #info0 {
	left: 150px;
}

/*** Lien Conseils et Astuces ***/
#lienConseilsAstuces {
	width: 610px;
	height: 12px;
	border-top: 1px solid #eeeeee;
	float: left;
	position: relative;
}
#lienConseilsAstuces a {
	position: absolute;
	top: -8px;
	right: 0px;
	background: white url(../images/puce_bleue.gif) no-repeat 10px 5px;
	padding-left: 16px;
	color: #3988ae;
	font-size: 10px;	
}
#lienConseilsAstuces a:hover {
	color: #38cce3;
	font-size: 10px;	
}



/****************
***  CONTENU  ***
****************/

.mod_article {
	width: 604px;
	font-size: 11px;
	color: #67777d;
	position: relative;
	z-index: 5;
}


.mod_article .block {
	clear: both;
	float: left;
	width: 604px;
	padding: 0 0 6px 0;
	margin: 18px 0 12px 0;
	background: url(../images/filet_articles.gif) no-repeat left bottom;
	position: relative;
	z-index: 5;
	text-align: justify;
}

.mod_article .ce_text {
	padding-top: 4px;
}



.mod_article .titre1,
.mod_article .titre2,
.mod_article .titre3,
.mod_article .titre4,
.mod_article .titre5 {
	padding: 14px 0 12px 42px;
	font-weight: bold;
	font-size: 14px;
	background:  no-repeat left bottom;
	/*position: relative;
	left: -14px;*/
	margin-left: -8px;
}
.mod_article .titre1 {
	color: #00aeb9;
	background-image: url(../images/titre1.gif);
}
.mod_article .titre2 {
	color: #fb8f0f;
	background-image: url(../images/titre2.gif);
}
.mod_article .titre3 {
	color: #0172b9;
	background-image: url(../images/titre3.gif);
}
.mod_article .titre4 {
	color: #d21e04;
	background-image: url(../images/titre4.gif);
}
.mod_article .titre5 {
	color: #a1b902;
	background-image: url(../images/titre5.gif);
}

/*****************
***  ARTICLES  ***
*****************/

.mod_article {
	width: 610px;
	font-size: 10px;
	color: #67777d;
	position: relative;
	z-index: 5;
}
.ce_text {
	padding: 0 0 6px 0;
	margin: 18px 0 12px 0;
	background: url(../images/filet_articles.gif) no-repeat left bottom;
	position: relative;
	z-index: 5;
}
.mod_article a {
	color: #3988ae;
}
.mod_article a:hover {
	color: #38cce3;
}

#articleAccrocheHome {
	color: #bd1220;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/filet_articles.gif) no-repeat left bottom;
}
#articleAccrocheHome .ce_text {
	min-height: 101px;
	_height: 101px;
	padding-left: 150px;
	background: url(../images/image_bienvenue.jpg) no-repeat left bottom;
}



