/* ----- CSS ----- */
/* GESTION DU BANDEAU **************************************************/
.accueil{
	background:url(../media/accueil/bandeau.jpg);
}
/* AFFICHAGE DE FOND DU DIV MAIN **************************************************/
#main{
	/*background: url(../media/accueil/fond_main.gif) top left no-repeat;*/
}


/* CONTENUS **************************************************/
#innerLeft{
	float:left;
	margin:0;
	width:517px;
	font-size:11px;
}
#innerActus{
	margin:0;
	padding:0;
	width:280px;
	float:right;
	background:url(../media/accueil/fond_actus.gif) top left no-repeat;
}
#innerActus ul{
	margin:45px 0 0 27px;
	padding:0 0 15px 0;
	list-style-type:none;
	background:url(../media/accueil/fond_actus_bottom.gif) bottom right no-repeat;
}
#innerActus ul li{
	margin:0 0 16px 0;
	padding:0 15px 0px 12px;
	color:#666;
	font-size:11px;
	line-height:14px;
	background:url(../media/puce_bleu.gif) top left no-repeat;
	background-position:0 .2em;
}
#innerActus span{
	margin:0;
	padding:0;
	font-weight:bold;
	color:#333;
}
#innerActus p{
	margin:0 0 2px 0;
	padding:0;
	font-weight:normal;
	color:#333;
}
#innerActus a{
	color:#336695;
}
#linkWorldTxt{
	margin:68px 0 25px 20px;
	padding:0px;
	color:#333;
}
#linkWorldTxt ul{
	margin:0 0 0 295px;
	padding:0;
	list-style-type:none;
}
#linkWorldTxt ul li{
	padding:0 0 0 12px;
	line-height:12px;
	font-weight:bold;
	background:url(../media/puce_bleu.gif) left no-repeat;
}
#linkWorldTxt a{
	color:#457AC0;
}
#contentPaves{
	margin: 0 0 7px 15px;
	padding:0;
}
#contentPaves ul{
	margin:0;
	padding:0 10px 10px 10px;
	list-style-type:none;
}
#contentPaves ul li{
	margin:0 0 7px 0;
	padding:0 0 0 12px;
	line-height:14px;
}
#contentPaves a{
	font-weight:bold;
	font-size:12px;
	line-height:11px;
}
#contentPaves p{
	margin:0;
	padding:0;
	color:#666;
	line-height:11px;
}
#contentPaves .listVert{
	background:url(../media/puce_vert.gif) top left no-repeat;
	background-position:0 .3em;
}
#contentPaves .listBleu{
	background:url(../media/puce_violet.gif) top left no-repeat;
	background-position:0 .3em;
}
.pavesVert{
	float:left;
	margin:0 0 15px 0;
	padding:0;
	width:240px;
	height:127px;
	background:url(../media/accueil/paves_vert_bottom.gif) bottom right no-repeat;
}
.pavesVert a{
	color:#537B00;
}
.pavesBleu{
	float:right;
	margin:0 0 15px 0;
	padding:0;
	width:240px;
	height:127px;
	background:url(../media/accueil/paves_bleu_bottom.gif) bottom right no-repeat;
}
.pavesBleu a{
	color:#65698E;
}
.pavesEnd{
	clear:both;
}

/* SOUSMENU **************************************************/

#liensConnexes ul li{
	background:url(../media/puce_bleu.gif) left no-repeat;
	height:20px;
}

/* NEW HOME **************************************************/
.home_top	{ text-align: center; font-size: 11px; }
.home_top P	{ margin: 0px; }
.home_top .nidek	{ font-size: 11px; color: #457ac0; font-weight: bold; background: url(../media/puce_01.gif) left 2px no-repeat; padding-left: 11px; }
.home_top .nidekFr	{ color: #333; float: left; margin: 3px 5px 0 70px; }
.home_top .lien		{ float: left; }

.containerActus	{ float: left; width: 271px; background: url(../media/accueil/bg_actus.gif) 17px top no-repeat; font-size: 11px; color: #2e2e2e; padding: 70px 0 0 41px; margin: 3px 0 20px 0; }
.containerActus H2	{ display: none; }
.containerActus .actu	{ margin: 0 0 19px 0; background: url(../media/puce_01.gif) left 2px no-repeat; padding: 0 0 0 10px; }
.containerActus .actu P	{ margin: 0px; }
.containerActus .more	{ color: #087ac5; text-decoration: none; }
.containerActus .more:hover	{ text-decoration: underline; }
.containerActus .btn_actus	{ float: right; }
.containerActus .cat		{ font-weight: bold; color: #097bc6; }

.containerBoutique	{ float: left; width: 443px; padding: 0 0 0 31px; background: url(../media/accueil/bg_boutique.gif) top left no-repeat; font-size: 11px; margin: 3px 0 20px 0; }
.containerBoutique H2	{ display: none; }

.containerBoutique .descr	{ margin: 28px 0 0 170px; color: #2e2e2e; }

.containerBoutique .search				{ float: left; margin: 12px 0 18px 0; }
.containerBoutique .search FORM			{ float: left; }
.containerBoutique .search LABEL		{ float: left; color: #2e2e2e; margin: 3px 5px 0 0; }  
.containerBoutique .search INPUT.text	{ border: 1px solid #a7a59c; width: 169px; height: 16px; }
.containerBoutique .search INPUT.btn	{ margin: 3px 0 0 0; }

.containerBoutique .article	{ float: left; background: #fff; width: 209px; height:100px; border: 1px solid #e6e6e6; margin: 0 5px 5px 0; padding: 0 0 5px 0; }
.containerBoutique .article .titre	{ background: #f1f1f1 url(../media/puce_violet.gif) left 5px no-repeat; padding: 4px 2px 4px 10px; text-transform: uppercase; line-height: 12px; margin: 0 0 5px 0; }
.containerBoutique .article .titre A	{ color: #6a659b; font-weight: bold; }
.containerBoutique .article .vignette	{ float: left; padding: 0 5px 0 5px; }
.containerBoutique .article .vignette IMG	{ border: none; width: 50px; }
.containerBoutique .article .infos				{ float: left; }
.containerBoutique .article .infos	P			{ margin: 0px; }
.containerBoutique .article .infos .ref			{ float: left; color: #666; padding-left: 30px; }
.containerBoutique .article .infos .promo		{ float: left; background: #f80505 url(../media/accueil/bg_promo.gif) left top no-repeat; padding: 0 0 0 50px; margin: 5px 0 3px 2px; font-size: 10px; color: #fff; }
.containerBoutique .article .infos .promoEnd	{ float: left; background: url(../media/accueil/bg_promo_01.gif) top left no-repeat; width: 15px; margin-top: 5px; }

.containerBoutique .article .infos .prix	{ float: left; margin: 5px 0 3px 0; padding-left: 30px; color: #497abf; font-weight: bold; font-size: 12px; }
.containerBoutique .article .infos .more	{ float: left; color: #497abf; padding-left: 30px; }
.containerBoutique .article .infos .more A	{ color: #497abf; } 

.containerBoutique .btn_boutique	{ float: right; margin: 0 18px 0 0; }
