@charset "utf-8";

@import "styles_contenu.css";
@import "concours.css";

/* CSS Document */
body, html{
	width:100%;
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/fond-body.png) #8ea4af;
	background-repeat:repeat-x;
}
#total{	
	/*width:1300px;*/
	background:url(../images/fond-total.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	min-height:900px;
}
.box{
	width:992px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/fond-box.png);
	background-repeat:no-repeat;
	padding-top:23px;
}
#header{
	width:992px;
	height:163px;
}

#header.fr{
	background:url(../images/fond-header-fr.png);
}

#header.en{
	background:url(../images/fond-header-en.png);
}
#header.es{
	background:url(../images/fond-header-es.png);
}
#header #compteur_arbres{
	width:67px;
	height:16px;
	position:absolute;
	margin-left:712px;
	*+margin-left:708px;
	margin-top:-161px;
	color:#FFFFFF;
	letter-spacing:4px;
	font-weight:bold;
	text-align:right;
	font-size:12px;
	padding-top:2px;
}
#header #compteur_bouteilles{
	width:67px;
	height:16px;
	position:absolute;
	margin-left:712px;
	*+margin-left:708px;
	margin-top:-152px;
	color:#FFFFFF;
	letter-spacing:4px;
	font-weight:bold;
	text-align:right;
	font-size:12px;
	padding-top:2px;
}
#header #compteur_chaussures{
	width:67px;
	height:16px;
	position:absolute;
	margin-left:712px;
	*+margin-left:708px;
	margin-top:-127px;
	color:#FFFFFF;
	letter-spacing:4px;
	font-weight:bold;
	text-align:right;
	font-size:12px;
	padding-top:2px;
}
#header #nav_langue{
	height:43px;
	width:150px;
	position:absolute;
	margin-left:830px;
	margin-top:-89px;
}
#header #nav_langue #langue_en{
	margin-left:5px;
	display:block;
	float:left;
	width:38px;
	height:43px;
	background-image:url(../images/flag-en.png);
}
#header #nav_langue #langue_en:hover,#header #nav_langue #langue_en.actif{
	background-image:url(../images/flag-en-survol.png);
}

#header #nav_langue #langue_es{
	margin-left:5px;
	display:block;
	float:left;
	width:38px;
	height:43px;
	background-image:url(../images/flag-es.png);
}
#header #nav_langue #langue_es:hover,#header #nav_langue #langue_es.actif{
	background-image:url(../images/flag-es-survol.png);
}

#header #nav_langue #langue_fr{
	display:block;
	float:left;
	width:38px;
	height:43px;
	background-image:url(../images/flag-fr.png);
}
#header #nav_langue #langue_fr:hover,#header #nav_langue #langue_fr.actif{
	background-image:url(../images/flag-fr-survol.png);
}

#header #lien_logo{
	width:200px;
	height:162px;
	display:block;
	margin-left:13px;
}
#contenu{
	width:942px;
	background:url(../images/fond-contenu.png);
	background-repeat:repeat-y;
	padding:1px 25px 10px 25px;
}
#footer{
	padding:40px 40px 0px 40px;
	width:912px;
	height:141px;
	background:url(../images/fond-footer.png);
	background-repeat:no-repeat;
	text-align:center;
}
#footer .gauche{
	float:left;
	width:298px;
	text-align:left;
	padding-left:0px;
	margin-right:20px;
	color:#7a7a7a;
}
#footer .gauche a{
	color:#555067;
	font-weight:normal;
}
#footer .droite{
	float:left;
	width:590px;
	text-align:left;
}
#footer .droite img{
	
}
/*MENU DEROULANT*/
/*
#menu_haut{
	position:relative;
	height:39px;
	width:992px;
	background:url(../images/fond-menu.png);
	padding-top:2px;
}
#menu_deroulant{
	position:absolute;
	height:36px;
	list-style-type: none;
	padding: 0;
	border: 0;
	margin:0px 0 0 0;
	z-index:80;
}
#menu_deroulant li{
	float: left;
	text-align:center;
	width:129px;
	height:36px;
}
#menu_deroulant #first_lien{
	padding-left:26px;
	width:136px;
}
#menu_deroulant #last_lien{
	padding-right:20px;
	width:146px;
}
#menu_deroulant li:hover, #menu_deroulant li.menu_lien_actif{
	cursor:pointer;
}
#menu_deroulant li a{
	display:block;
	padding-top:9px;
	padding-bottom:10px;
	width:140px;
	color:#888d90;
}
#menu_deroulant li:hover, #menu_deroulant li.menu_lien_actif{
	background:#888d90;
}
#menu_deroulant li:hover a, #menu_deroulant li.menu_lien_actif a{
	color:#ffffff;
	text-decoration:none;
}
#menu_deroulant #first_lien:hover, #menu_deroulant #first_lien.menu_lien_actif{
	background:url(../images/survol-menu-first.png);
	background-repeat:no-repeat;
	background-position:center right;
}
#menu_deroulant #last_lien:hover, #menu_deroulant #last_lien.menu_lien_actif{
	background:url(../images/survol-menu-last.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#menu_deroulant .sous_menu{
	display: none;
	padding: 0;
	list-style-type: none;
	margin: 1px 0 0 0;
}
#menu_deroulant .sous_menu li{
	padding: 0;
	margin: 0;
	border: 0;
	height:29px;
	width:162px;
}
#menu_deroulant .sous_menu li a:link, #menu_deroulant .sous_menu li a:visited{
	display: block;
	margin:0;
	border: 0;
	text-decoration: none;
	text-align:left;
	background:#ffffff;
	padding-left:10px;
	padding-right:0;
	height:9px;
	width:150px;
	color:#888d90;
	border-bottom:1px solid #e7e8e9;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#menu_deroulant .sous_menu li.last a{
	border-bottom:none;
	height:10px;
}
#menu_deroulant .sous_menu li.last a:hover{
	height:9px;
}
#menu_deroulant .sous_menu .sous_menu_top{
	width:162px;
	height:13px;
	background:url(../images/sous-menu-top.png);
	background-repeat:no-repeat;
}
#menu_deroulant .sous_menu .sous_menu_bottom{
	width:162px;
	height:10px;
	background:url(../images/sous-menu-bottom.png);
	background-repeat:no-repeat;
}
#menu_deroulant .sous_menu li a:hover{
	background:#888d90;
	color:#ffffff;
	border-left:1px #888d90 solid;
	border-right:1px #888d90 solid;
	border-bottom:1px #888d90 solid;
}
#menu_deroulant li:hover > .sous_menu{
	display: block;
}
#menu_haut .separateur{
	width:2px;
	height:36px;
	background:url(../images/trait-separation.png);
	background-repeat:no-repeat;
	float:left;
}
*/
/*MENU DEROULANT*/
#menu_haut{
	position:relative;
	height:39px;
	width:992px;
	background:url(../images/fond-menu.png);
	padding-top:2px;
}
#menu_deroulant{
	position:absolute;
	height:36px;
	list-style-type: none;
	padding: 0;
	border: 0;
	margin:0px 0 0 0;
	z-index:1500;
}
#menu_deroulant li{
	float: left;
	text-align:center;
	width:162px;
	height:36px;
}
#menu_deroulant #first_lien{
	padding-left:20px;
	width:142px;
}
#menu_deroulant #last_lien{
	padding-right:20px;
	width:142px;
}
#menu_deroulant li:hover, #menu_deroulant li.menu_lien_actif{
	cursor:pointer;
}
#menu_deroulant li a{
	display:block;
	padding-top:9px;
	padding-bottom:10px;
	width:162px;
	color:#888d90;
}
#menu_deroulant li:hover, #menu_deroulant li.menu_lien_actif{
	background:#888d90;
}
#menu_deroulant li:hover a, #menu_deroulant li.menu_lien_actif a{
	color:#ffffff;
	text-decoration:none;
}
#menu_deroulant #first_lien:hover, #menu_deroulant #first_lien.menu_lien_actif{
	background:url(../images/survol-menu-first.png);
	background-repeat:no-repeat;
	background-position:center right;
}
#menu_deroulant #last_lien:hover, #menu_deroulant #last_lien.menu_lien_actif{
	background:url(../images/survol-menu-last.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#menu_deroulant .sous_menu{
	display: none;
	padding: 0;
	list-style-type: none;
	margin: 1px 0 0 0;
}
#menu_deroulant .sous_menu li{
	padding: 0;
	margin: 0;
	border: 0;
	height:29px;
	width:162px;
}
#menu_deroulant .sous_menu li a:link, #menu_deroulant .sous_menu li a:visited{
	display: block;
	margin:0;
	border: 0;
	text-decoration: none;
	text-align:left;
	background:#ffffff;
	padding-left:10px;
	padding-right:0;
	height:9px;
	width:150px;
	color:#888d90;
	border-bottom:1px solid #e7e8e9;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#menu_deroulant .sous_menu li.last a{
	border-bottom:none;
	height:10px;
}
#menu_deroulant .sous_menu li.last a:hover{
	height:9px;
}
#menu_deroulant .sous_menu .sous_menu_top{
	width:162px;
	height:13px;
	background:url(../images/sous-menu-top.png);
	background-repeat:no-repeat;
}
#menu_deroulant .sous_menu .sous_menu_bottom{
	width:162px;
	height:10px;
	background:url(../images/sous-menu-bottom.png);
	background-repeat:no-repeat;
}
#menu_deroulant .sous_menu li a:hover{
	background:#888d90;
	color:#ffffff;
	border-left:1px #888d90 solid;
	border-right:1px #888d90 solid;
	border-bottom:1px #888d90 solid;
}
#menu_deroulant li:hover > .sous_menu{
	display: block;
}
#menu_haut .separateur{
	width:2px;
	height:36px;
	background:url(../images/trait-separation.png);
	background-repeat:no-repeat;
	float:left;
}

/*PAGINATION*/
#contenu .bloc_pagination{
	text-align:center;
}
#contenu .bloc_pagination a, #contenu .bloc_pagination span{
	padding:4px 8px 4px 8px;
	font-size:13px;
	color:#588298;
	border:1px #588298 solid;
	margin:1px;
}
#contenu .bloc_pagination span{
	font-weight:bold;
	background:#588298;
	color:#FFFFFF;
}
#contenu .bloc_pagination a:hover{
	text-decoration:none;
	color:#888D90;
}
#contenu .bloc_pagination #contenu .page_active{
	background-color:#d1cf09;
	color:white;
}
.se_recherche{
	position:absolute;
	top:147px;
	margin-left:736px;
}
.recherche_text{
	position:absolute;
	border:1px #ffffff solid;
	height:16px;
	width:140px;
	top:7px;
	color:#7a7a7a;
}
.recherche_submit{
	position:absolute;
	margin-left:20px;
	top:6px;
	left:155px;
	background-image:url(../images/bouton-ok.png);
	border:none;
	text-indent:-9999px!important;
	width:37px;
	height:23px;
	background-color:transparent;
	font-size:0;
	display:block;
	line-height:0;
}
.recherche_submit:hover{
	background-image:url(../images/bouton-ok-survol.png);
	cursor:pointer;
}
#contenu #animation{
	margin-top:10px;
	width:940px;
	height:246px;

}
#contenu #animation .gauche{
	width:630px;
	height:246px;
	float:left;

}
#contenu #animation .droite{
	width:310px;
	height:246px;
	float:left;
}
#contenu #animation .droite .haut{
	width:310px;
	height:12px;
	background:url(../images/animation-droite-haut.png);
	background-repeat:no-repeat;
	float:left;
}
#contenu #animation .droite .milieu{
	width:268px;
	height:222px;
	float:left;
	background:url(../images/animation-droite-milieu.png);
	background-repeat:repeat-x;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	padding:0px 20px 0px 20px;
}
#contenu #animation .droite .bas{
	width:310px;
	height:12px;
	background:url(../images/animation-droite-bas.png);
	background-repeat:no-repeat;
	float:left;
}
#contenu #bloc_accueil{
	margin-top:9px;
	width:941px;
	height:389px;
}
#contenu #bloc_accueil #bloc_actu{
	width:316px;
	height:389px;
	float:left;
}
#contenu #bloc_accueil #bloc_actu .haut{
	width:316px;
	height:39px;
	background:url(../images/fond-haut-actu.png);
	background-repeat:no-repeat;
}
#contenu #bloc_accueil #bloc_actu .haut h2{
	margin-top:0;
	color:#ffffff;
	padding-top:9px;
	padding-left:26px;
	font-size:18px;
}
#contenu #bloc_accueil #bloc_actu .milieu{
	width:314px;
	height:329px;
	background:url(../images/fond-milieu-actu.png);
	background-repeat:repeat-x;
	border-left:1px #dedede solid;
	border-right:1px #dedede solid;
	padding-top:10px;
}
#contenu #bloc_accueil #bloc_actu .milieu h3{
	background:url(../images/fond-titre-actu.png);
	background-repeat:no-repeat;
	width:285px;
	height:27px;
	margin-top:0px;
	margin-left:5px;
	padding-top:8px;
	margin-bottom:0px;
	padding-left:18px;
	font-size:16px;
	color:#557e93;
	float:left;
}
#contenu #bloc_accueil #bloc_actu .milieu .date{
	background:url(../images/fond-date-actu.png);
	background-repeat:no-repeat;
	width:303px;
	height:21px;
	float:left;
	margin-left:5px;
}
#contenu #bloc_accueil #bloc_actu .milieu .date .la_date{
	width:235px;
	height:18px;
	padding-top:3px;
	padding-left:10px;
	float:left;
	color:#ffffff;
}
#contenu #bloc_accueil #bloc_actu .milieu .date .share_btn{
	width:58px;
	height:19px;
	padding-top:2px;
	float:left
}
#contenu #bloc_accueil #bloc_actu .milieu .date .share_btn img{
	margin-left:2px;
}
#contenu #bloc_accueil #bloc_actu .milieu p{
	width:283px;
	float:left;
	/*margin-left:5px;*/
	padding-left:10px;
	padding-right:10px;
}
#contenu #bloc_accueil #bloc_actu .milieu .separ_actu{
	background:url(../images/separateur-actu.png);
	background-repeat:no-repeat;
	width:301px;
	height:2px;
}

#contenu #bloc_accueil #bloc_actu .bas{
	width:316px;
	height:11px;
	background:url(../images/fond-bas-actu.png);
	background-repeat:no-repeat;
}

#contenu #bloc_accueil #bloc_concours{
	width:300px;
	height:389px;
	float:left;
	margin-left:12px;
}
#contenu #bloc_accueil #bloc_concours .haut{
	width:316px;
	height:39px;
	background:url(../images/fond-haut-concours.png);
	background-repeat:no-repeat;
}
#contenu #bloc_accueil #bloc_concours .haut h2{
	margin-top:0;
	color:#ffffff;
	padding-top:9px;
	padding-left:26px;
	font-size:18px;
}
#contenu #bloc_accueil #bloc_concours .milieu{
	width:298px;
	height:339px;
	background:url(../images/fond-milieu-actu.png);
	background-repeat:repeat-x;
	border-left:1px #dedede solid;
	border-right:1px #dedede solid;
	text-align:center;
}
#contenu #bloc_accueil #bloc_concours .milieu p{
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
#contenu #bloc_accueil #bloc_concours .bas{
	width:300px;
	height:11px;
	background:url(../images/fond-bas-concours.png);
	background-repeat:no-repeat;
}
#contenu #bloc_accueil #bloc_nlfb{
	width:300px;
	height:389px;
	float:left;
	margin-left:12px;
}
#contenu #bloc_accueil #bloc_nlfb #newsletter{
	width:300px;
	height:136px;
	float:left;
}
#contenu #bloc_accueil #bloc_nlfb #newsletter .haut{
	width:300px;
	height:38px;
	background:url(../images/fond-haut-newsletter.png);
	background-repeat:no-repeat;
	float:left;
}
#contenu #bloc_accueil #bloc_nlfb #newsletter .haut h2{
	margin-top:0;
	color:#547c92;
	padding-top:9px;
	padding-left:26px;
	font-size:18px;
}
#contenu #bloc_accueil #bloc_nlfb #newsletter .milieu{
	width:278px;
	height:67px;
	padding:10px;
	float:left;
	background:url(../images/fond-milieu-newsletter.png);
	background-repeat:repeat-x;
	border-left:1px #dedede solid;
	border-right:1px #dedede solid;
}
#contenu #bloc_accueil #bloc_nlfb #newsletter .milieu p{
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
}

#contenu #bloc_accueil #bloc_nlfb #newsletter .milieu .nl_email{
	width:225px;
}
#contenu #bloc_accueil #bloc_nlfb #newsletter .bas{
	width:300px;
	height:11px;
	background:url(../images/fond-bas-newsletter.png);
	background-repeat:no-repeat;
	float:left;
}
#contenu #bloc_accueil #bloc_nlfb #facebook{
	margin-top:10px;
	width:300px;
	height:246px;
	float:left;
}

.lien_partenaire {
	background-color:#FFFFFF;
	margin-left:20px;
}
.lien_partenaire img {
	border:1px solid #d4d3d8;
	vertical-align:middle;
	padding:5px;
}

.article{
	padding-left:30px;
	padding-right:30px;
}
.lien_dmu {
	position:absolute;
	margin-left:-5000px;
	margin-top:-5000px;
}
.ariane {
	margin-top:10px;
}
