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

#container {
	background: url(../img/communs/accueil/tile_white.gif) repeat-x;
	width: 100%;
}

/* Début entête (photo et texte teaser) */
#header {
	background: url(../img/communs/accueil/bkg_header.gif) no-repeat;
	height: 311px;
	width: 968px;
}
#header_picture {
	background: url(../img/communs/accueil/bkg_header-picture.jpg) no-repeat 10px 6px;
	height: 311px;
	position: relative;
	width: 968px;
}
#header_text {
	color: #fff;
	font: 22px/34px Georgia, "Times New Roman", Times, serif;
	height: 150px;
	left: 75px;
	position: absolute;
	top: 40px;
	width: 400px;
}
/* Fin entête */

#content_text {
	background: #fff url(../img/communs/accueil/bkg_content.gif) no-repeat center bottom;
	margin: auto;
	padding: 3px 0px 23px 0px;
	width: 960px;
}
#content_text h1 {
	color: #008ec7;
	font: 24px/30px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px 0px 20px;
}
#content_text h1 img {
	vertical-align: middle;
}

#content_columns {
	background: url(../img/communs/accueil/tile_content-columns.png) repeat-y center;
	margin: auto;
	width: 960px;
}

/* Début colonne de gauche */
#content_column_one {
	float: left;
	font: 16px/normal Arial, Helvetica, sans-serif;
	margin: 0px 14px 0px 12px;
	width: 300px;
}
/* Exception Explorer 6 */
*html #content_column_one { margin: 0px 14px 0px 6px; }
/* Début menu catégories produits */
#content_column_one ul {
	background: url(../img/communs/communs/bkg_filet.png) no-repeat top;
	margin: 5px 0px 10px 0px;
}
#content_column_one li {
	background: url(../img/communs/communs/bkg_filet.png) no-repeat bottom;
	color: #8d8d8d;
	padding: 5px 20px;
}
#content_column_one li a {
	color: #8d8d8d;
	text-decoration: none;
}
#content_column_one li a:hover {
	color: #008ec7;
}
/* Fin menu catégories produits */
/* Fin colonne de gauche */

/* Début colonne du centre */
#content_column_two {
	float: left;
	font: 14px/20px Arial, Helvetica, sans-serif;
	width: 300px;
	margin: 0px 20px 0px 0px;
}

/* Début menu nouvelles */
#content_column_two ul {
	background: url(../img/communs/communs/bkg_filet.png) no-repeat top;
	margin: 5px 0px 10px 0px;
}
#content_column_two li {
	background: url(../img/communs/communs/bkg_filet.png) no-repeat bottom;
	color: #8d8d8d;
	padding: 5px 20px 5px 33px;
}
#content_column_two li img.dot {
	float: left;
	margin: 5px 0px 0px -13px;
}
#content_column_two li a {
	color: #008ec7;
	text-decoration: none;
}
#content_column_two li a:hover {
	color: #8d8d8d;
	text-decoration: none;
}
/* Fin menu nouvelles */
/* Fin colonne du centre */

/* Début colonne de droite */
#content_column_three {
	color: #8d8d8d;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: 0;
	width: 275px;
}
#content_column_three h1 {
	margin-top: 17px;
}
#content_column_three p {
	margin: 0px 0px 0px 20px;
}
#content_column_three img {
	margin: 30px 0px 0px 20px;
	vertical-align: top;
}
/* Fin colonne de droite */

/* Styles généraux */
.bleu {
	color: #008ec7;
}
/* Fin styles généraux */