html,

body  {
	background-color: #DFDFD4;/*1a2022 bleu petrole*/
	color: #000000;
	height:100%;
	margin: 0px; /* pour eviter les marges */
    	text-align: center; /* pour corriger le bug de centrage IE */
	bottom: 0px;
	font-family: 'Helvetica','Arial',sans-serif;
	font-size: 14px;
	width: 100%;
}

/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */


.spacer {
	display: block;
	height: 10px;
	width: 10px;
}

#page {
	position: relative;
	min-height: 800px;
	width: 900px;
	padding-top: 20px;
	margin-bottom: -0px;
	padding-bottom: 10px !important;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
    	overflow: hidden;
        text-align: left; /* on retablit l'alignement normal du texte */
	white-space:normal;
	background-color: #fff;
	color: #000000;
}
		
	
#page a {
	color:#575656;
	text-decoration: underline;
}


#page a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#contenu {
	padding: 1em; 
	width: 70%
}

#search {

	width: 170px;	
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
   	 margin-right: 5px;
    	padding-left: 30px;
    	padding-bottom: 10px;
	background-image: url(../squelettes/images/search.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
   	vertical-align: middle;
	border-bottom: 1px dotted #7A6D2C !important;
	border-bottom: 1px solid #c6b668;
	background-color: #f5f5ec;
	
	text-align: left;
	font-size: 0.9em;
	}



#moncompte {
	position: relative;
	width: 900px;
	height: 20px;

	margin-top: -22px;
	margin-bottom:-0px;
	margin-left: auto;
    margin-right: 0;
	background-color: #DFDFD4;
	
	text-align: right;

	font-size: 0.8em;
	padding-top: 5px;
	
	}
	
#moncompte ul{
	display: inline;
	
	}
#moncompte ul li{
	list-style-type: none;
	display: inline;
	}

#moncompte a {
	color: #808080;
	text-decoration: none;
	}

#moncompte a:hover {
	color: #808080;
	text-decoration: underline;
	}
	
.logo_site {
	position: absolute;
	padding-left: 25px;
	padding-top: 15px;
	margin-bottom: 15px;
	}

.logo_site .slogan {
	font-style: italic;
	}
#entete	{
	position: relative;
	height: auto;
	width: auto;
	margin-top: 130px;
	}


#diaporama_innerfade {
	height: 120px;
	top: 0;
	margin: 0;
	background-color: transparent;
	overflow: hidden;
	}
	
#diaporama_innerfade ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#pied {
	text-align: center;
	padding-top: 5px;
	padding-bottom :5px;
	background-color: #DFDFD4;
	visibility: hidden;
	}

#pied img {
	vertical-align: middle;
	}
	
#pied a {
	text-decoration: none;
	color: #808080;
	}
#pied a:hover {
	text-decoration: none;
	color: #000;
	}

/* 
MENU HORIZONTAL	
*/
#page #horizontal {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	width: 900px;
	height: 25px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	right: 0;
	text-align: left;
	background: #fff;
	overflow: hidden;
}


#page #horizontal ul {	
	text-align: center;
	width: 910px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	

#page #horizontal li	{
	float: left;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.1em;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: -1px;
	color: #000;
	background-color: #ECE6CA;
}

#page #horizontal li a {
	display: block;
	width: 129px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#page #horizontal li a:hover {
	text-decoration: none;
	color: white;
	background: #A08F38;
}
#page #horizontal li a.on:hover {
	text-decoration: none;
	color: #575656;
	background: #fff;
}


#page #horizontal li a.on { 
	background: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* FIL D'ARIANE */
#page #hierarchie	{
	display: none;
	margin-top: -15px;

	}
.article-ancien-numero #page #hierarchie {
	display: block;
	font-size: .9em;
	color: #666;
}
	
/* Authentification page partenaires */
#page #auth  {
	float: right;
	padding: 2px;
	text-align: right;
	width: 300px;
	margin-top: 0px;
	background-color: #fff;

	}
	
#page #auth_art  {
	position: absolute;
	padding: 5px;
	overflow: hidden;
	width: 190px;
	height: 30px;
	right: 15px;
	margin-top: 5px;

	margin-bottom: 10px;
	background-color: transparent;
	border-bottom: 1px dotted #7A6D2C;
	}

page #auth_art h1 {
	text-align: right;
	margin: 0;
	padding-right:5px;
	padding-left: 20px;
	color: #808080;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: normal;
}
	
#page #auth2 {
	width : 300px;
	padding: 2px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30%;
	background-color: #fff;

	}

#page #auth2 .login form {
	text-align: left;
	width : 300px;
	margin-top: 50px;
	margin-left: 0;
	padding-right:5px;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;

	}

	
#page #auth h1, #page #auth span, #page #auth_art h1	{
	text-align: right;
	margin: 0;
	padding-right:5px;
	color: #808080;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: normal;
	}
	
#page #auth h1 a, #page #auth_art h1 a {
	text-decoration: underline;
	color: #808080;
	}

#page #auth h1 a:hover {
	text-decoration: none;
	color: #808080;
	}
	

#page #auth2 h2	{
	text-align: center;
	margin: 0;
	padding-right:5px;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: normal;
	}

/* colonne droite */
#page #droite {
	float: right;
	overflow: hidden;
	height: auto;
	width: 200px !important;
	width: 200px;
	margin: 0;	
	padding: 5px;
	margin-top: 10px;
	margin-right:10px !important;
	margin-right:0px;
	margin-bottom:10px;
/*	border-left: 1px dotted #7A6D2C;*/
	background-color: #F5F5EC;

	}

#page #droite .droite_bloc	{
	margin-top: 10px;
	padding: 3px;
	border: 0;
	background-color: #F5F5EC;
	}

#page #droite .droite_bloc ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
		}


#page #droite .droite_bloc ul	li{
	font-size: 0.8em;
		}

#page #droite .droite_bloc ul li a {
	color:#575656;
	text-decoration: none;
}

#page #droite .droite_bloc ul li a:hover {
	color:#FF0000;
	text-decoration: none;
}

#page #droite .droite_bloc h1	{
	text-align: left;
	margin: 0;
	padding:0;
	color: #7A6D2C;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
	


/*
PANIER
*/

	
#page #droite .panier {
	border-bottom: 1px dotted #7A6D2C !important;
	border-bottom: 1px solid #c6b668;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#page #droite .panier ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
		
#page #droite .panier ul li {
	border-bottom: 1px dotted #D9D9D9;
	 }
#page #droite .panier form {
	display: inline;
}
#page #droite .panier-titre-produit {
	text-align: left;
	margin: 0;
	padding:0;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 22px;
	}
	
#page #droite .panier-detail-produit	{
	display: inline;
	text-align: left;
	margin: 0;
	padding:0;
	color: #666;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	}
#page #droite .panier .panier-detail-produit img {
	vertical-align: middle;
	}

#page #droite  p.total-panier {
	text-align: right;
	margin: 0;
	padding:0;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	}
#page #droite  p.terminer-commande	{
	text-align: right;
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right: 5px;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.9em;
	font-weight: bold !important;
	font-weight: normal;
	
	background-image: url(../squelettes/images/ok.png);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	
		}
#page #droite  p.terminer-commande	img{
	vertical-align: middle;
	}

#page #droite  p.terminer-commande a {
color: #639e2b;
text-decoration: none;
}


#page #droite  p.terminer-commande a:hover{
color: #8dcf4d;
text-decoration: none;
}


#page #droite h3.titre-panier {
	text-align: center;
	margin: 0;
	padding:0;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.9em;
	font-weight: bold;

	/*background-image: url(../squelettes/images/cart.png);
	background-position: 10px 3px ;
	background-repeat: no-repeat;
	padding-left: 40px;*/
	padding-bottom: 5px;
	
	background-color: #F5F5EC;
}

/* 
PAGE D'ACCUEIL	
*/

.gauche1 {
	float: left;
	width: 135px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 15px !important;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-top: 10px;

	text-align: left;
	}


.gauche1 h1	{
	width: 135px;
	margin: 0;
	padding:0;
	font-size: 2.8em;
	line-height: 1em;
	color: #A08F38;
	overflow: hidden;
	}
	
#conteneur_banniere {
	float: left;
	height: auto;
	width: 660px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	}

.banniere2 {
	text-align: center;
	}

	
#droite a, #milieu a, .gauche1 a {
	color:#575656;/*575656 gris fonce */
	text-decoration: underline;
}


#droite a:hover, #milieu a:hover, .gauche1 a:hover {
	color:#FF0000;
	text-decoration: underline;
}
	
.gauche1 h2	{

	margin: 0;
	padding:0;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;	
		
		}
		
		
.gauche1 h3	{
	text-align: left;
	margin: 0;
	padding:0;
	color: #861C25;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: -0.03em;
	}

.gauche1 h4	{
	text-align: left;
	margin: 0;
	padding-left: 7px;
	color: #861C25;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.9em;
	font-weight: normal;

	}
		
#milieu	{
	float: left;
	overflow: hidden;
	width:480px !important;
	width: 490px;

	padding-top: 3px;
	padding-left: 15px;
	padding-right: 5px;
	
	margin-top:10px;
	margin-left:0px;
	margin-bottom:5px;
	border-left: 1px dotted #7A6D2C !important;
	border-left: 1px solid #c6b668;
	border-right: 1px dotted #7A6D2C !important;
	border-right: 1px solid #c6b668;
	}

.une {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	line-height: 1.2em;
	padding-bottom: 25px;
}
	
.une .spip_logos {
	float: right;
	border: none;
	margin-left: 5px;
	margin-bottom: 5px;
      padding-top: 1.5em;
}

.une h2, .pub h2	{
	text-align: left;
	margin: 0;
	padding:0;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	}

.une h2 {
	margin-top: 1em;
}

.une h3, .pub h3	{
	text-align: left;
	margin: 0;
	padding:0;
	color: #861C25;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: -0.03em;
	}





.pub	{
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	min-height: 150px;
	
	height: auto !important;
	height: 160px;

	background-color: #F5F5EC;
	
	border-top: none;
	border-bottom: 1px dotted #7A6D2C !important;
	
	border-bottom: 1px solid #c6b668;
	}
.pub h1 {
	text-align: left;
	margin: 0;
	padding:0;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 22px;
	}


.pub img {
	float: right;
	margin-right: 5px;
	}
	
#droite .reportage {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: none;
	border-bottom: 1px dotted #7A6D2C !important;
	border-bottom: 1px solid #c6b668;
	
	
	background-color: #F5F5EC;

	}
#droite .reportage h1	{
	text-align: center;
	margin: 0;
	padding:0;
	color: #7A6D2C;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;

	}

#droite .reportage ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;

	}
#droite .reportage li	{
	display: block;
	margin-left: 10px;
	text-indent: -0.9em;
	padding-top: 5px;
	
	font-family: 'Helvetica','Arial',sans-serif;
	font-size: 0.9em;
	line-height: normal;
	

	}


#droite .reportage li a {
	color:#575656;/*575656 gris fonce */
	text-decoration: none;
}
#droite .reportage li a:hover {
	color:#FF0000;
	text-decoration: none;
}


.reportage .arch_photo  {
	text-align: right;
	right: 0;
	margin-top: 10px;
	font-size: 0.8em;
	color:#FF0000;
	text-decoration: none;
	
	}
.reportage .arch_photo a:link	{
	color:#FF0000;
	text-decoration: none;
}


/*********** PAGE NIVEAU 2 RUBRIQUE et niveau 3 ARTICLE************/


.rubrique	{
	padding : 0px;
	margin:00px;
	overflow: hidden;
	}

.rubrique h1, .page_recherche h1 {
	text-align: left;
	margin: 0;
	color: #666;
	padding:0;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;	
}
div.recherche_chapo {
	color: #666;
	font-size: .9em;
}

.rubrique h1 span, .page_recherche h1 span	{
	text-align: left;
	display: inline;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	color: #666666;
		
		}
		
.page_recherche {
	float: left;
	width: 630px;
	padding : 10px;
	margin: 10px;
	overflow: hidden;
	}



.form_auteur form {
	text-align: left;
	width : 400px;
	margin-top: 0px;
	margin-left: 30%;
	padding-right:5px;
	color: #000000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size:1em;
	font-weight: normal;
	line-height: normal;

	}


.rubrique h2, .page_recherche h2, .rubrique_partenaires h2 {
	text-align: left;
	margin: 0;
	padding:0;
	color: #a08f38;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.3em;
	font-weight: bold;

	}

#page .page_recherche h3 {
	text-align: left;
	margin: 0;
	padding:0;
	color: #a08f38;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}
	
#page .page_recherche h3 a {
	text-decoration: underline;
	color: black;
}
.rubrique ul, .page_recherche ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.rubrique li, .page_recherche li	{
	
	margin: 0;
	padding: 0;

	}
	
.rubrique li h1, .page_recherche li h1 {
	display: inline;
	font-family:'HelveticaNeue-Bold','HelveticaNeue','75 Helvetica Bold','Arial',sans-serif;
	color: #a08f38;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
}

.rubrique li h2, .page_recherche li h2{
	display: inline;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
	color: #666666;
}


/*
**
** PAGE RUBRIQUE PHOTO
**
**
*/

.rubrique_photo	{
	width: 677px;
	padding : 0px;
	margin : 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-right: 0px;
	overflow: hidden;
	border-right: 1px dotted #7A6D2C !important;
	border-right: 1px solid #c6b668;

	}

.rubrique_photo h1	{
	text-align: center;
	margin: 0;
	padding:0;
	color: #666;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;	
		
		}

.rubrique_photo h1 span	{
	text-align: left;
	display: inline;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	color: #666666;
		
		}
.rubrique_photo ul	{
	list-style-type: none;
	padding-bottom: 10px;

	}
.rubrique_photo ul li	{
	
	margin: 0;
	padding: 0;

	}

.rubrique_photo ul li img {
	
	vertical-align: bottom;

	}

.rubrique_photo li h1 {
	display: inline;
	font-family:'HelveticaNeue-Bold','HelveticaNeue','75 Helvetica Bold','Arial',sans-serif;
	color: #a08f38;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
}

.rubrique_photo li h2 {
	display: inline;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
	color: #666666;
}


/*
**
** PAGE PARTENAIRES
**
**
*/

.rubrique_partenaires {
	float: left;
	height: auto !important;
	min-height: 450px;
	height: 480px;
	width: 647px !important;
	width: 637px;
	padding : 10px;
	margin: 10px;
	margin-right: 0;
	border-right: 1px dotted #7A6D2C !important;
	border-right: 1px solid #c6b668;
	}
	

	

.rubrique_partenaires ul {
	margin-left: 0;
	margin-right: 50px;	
	padding-bottom: 10px;
	border-top: 1px solid #D9D9D9;
}
.rubrique_partenaires ul li{
	padding-top: 5px;
	list-style-type: square ;
	list-style-image: none;
	list-style-position: outside;
	color: #909090;	
		}
.rubrique_partenaires ul li span {
	color: #000;	
		}

.intro_part {
	margin-right: 80px;
	margin-left: 80px;
	text-align: justify;
	font-style: italic;
	color: #909090;
	/*border-bottom : 1px dotted #808080;*/
		}

.intro_part h1, .rubrique_partenaires h1 {
	text-align: center;
	text-indent: 20px;
	margin: 0;
	padding:0;
	color: #666;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
		}





/*** PAGE NEWS FROMAGERES **/

.rubrique_news	{
	float: left;
	width: 637px;
	padding : 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-right: 1px dotted #7A6D2C !important;
	border-right: 1px solid #c6b668;
	}

.rubrique_news h1 {
	text-align: center;
	margin: 0;
	padding:0;
	color: #666;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.rubrique_news h1 span	{
	text-align: right;
	display: inline;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	color: #666666;
}

.rubrique_news ul {
	width: 520px;
	text-align: left;
	list-style-type: none;
	margin-right : 70px;
	margin-left : 0;
	border-top: 1px solid #D9D9D9;
}
.rubrique_news li	{
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;

	}
	
.rubrique_news li h1 {
	display: inline;
	font-family:'HelveticaNeue-Bold','HelveticaNeue','75 Helvetica Bold','Arial',sans-serif;
	color: #a08f38;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
}

.rubrique_news li h2 {
	display: inline;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	color: #000;
}



/*** PAGE ANCIENS NUMEROS ***/

.rubrique_AN	{
	width: 667px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 480px;
	height: auto;
	border-right: 1px dotted #7A6D2C !important;
	border-right: 1px solid #c6b668;
}

.rubrique_AN h1	{
	text-align: center;
	margin: 0;
	padding:0;
	color: #666;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;	
}
		
.rubrique_AN h2 {
	display: inline;
	font-family:'HelveticaNeue-Bold','HelveticaNeue','75 Helvetica Bold','Arial',sans-serif;
	color: #a08f38;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.8em;
	line-height: normal;
	margin-left: 10px;
}

.liste_an {
	position:relative;
	clear: left;
	width: auto;
	margin-bottom: 10px;
	margin-top: -30px;
	padding: 0;
	padding-top: 30px;
	overflow: hidden;


	}
.liste_an ul	{
	margin: 0;
	padding: 0;
	text-align: center;
	}
.liste_an li	{
	float: left;
	width: 100px;
	display: inline;
	list-style: none;
	padding: 5px;
	
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	
		}


#page .liste_an li a {
	color:#575656;/*575656 gris fonce */
	text-decoration: none;
}


#page .liste_an li a:hover {
	color:#FF0000;
	text-decoration: none;
}


.sommaire_revue	{
	float: left;
	width: 520px;
	min-height: 480px;
	height: auto;
	text-align: justify;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;

	margin-bottom: 20px;
	border-left: 1px dotted #7A6D2C !important;
	border-right: 1px dotted #7A6D2C !important;
	
	border-left: 1px solid #c6b668;
	border-right: 1px solid #c6b668;

	}
.sommaire_revue h2 {
	text-align: left;
	margin: 0;
	padding:0;
	margin-top: .5em;
	color: #A08F38;
	font-family: 'HelveticaNeue-Bold','HelveticaNeue','Helvetica Neue','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;	
	}

.sommaire_revue ul {
	padding-bottom: 10px;
	list-style: square inside;
	color: #909090;
	}


.sommaire_revue ul li {
	padding-top: 2px;
	}


#page .sommaire_revue ul li a:hover{
	color: #000;
	text-decoration: none;
}

#page .sommaire_revue ul li a{
	text-decoration: none;
}

/****************** PAGE CONTACT **/
.rubrique_contact	{
	float: left;
	width: 617px !important;
	width: 577px;
	min-height: 480px;
	height: auto;
	text-align: justify;
	padding: 0;
	margin: 0;
	right:0;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;

	border-right: 1px dotted #7A6D2C !important;
	border-right: 1px solid #c6b668;
	}


.rubrique_contact img	{
	float: right;
	}

.rubrique_contact h1	{
	text-align: center;
	margin: 0;
	padding:0;
	color: #666;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;	
	
		}
	
	
	
	
/********************** PAGE ARTICLE PHOTO ***/

.article_photo {
	width: 657px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	border-right: 1px dotted #7A6D2C !important;
	border-right: 1px solid #c6b668;
}

.article_photo h1	{
	text-align: left;
	color: #a08f38;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 22px;	
		
		}

.article_photo h1 span	{
	text-align: left;
	display: inline;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	color: #666666;
		
		}
.portfolio {
	float: left;
	width: 99%;
	height: auto;
	margin:0;
	padding: 0;
	margin-top: 10px;
	background-color: #FFF;
}

	
/********************** PAGE ARTICLE ***/

.gauche_art	{
	float: left;
	padding:8px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 120px;
	
	/*border-right: 1px dotted #7A6D2C;*/
	}
	
.gauche_art	img {
	padding: 3px;
	}

.gauche_art input.ajouter-panier, #droite input.ajouter-panier {
   background: none;
   background-color: #D9D9D9;
   cursor: pointer;
   font-size: 0.9em;
   color: #000;
   border: none;
}

.gauche_art ul, #droite ul {
	margin: 0;
	padding: 0;
	}
.gauche_art ul li, #droite ul li {
	font-size: .8em;
	list-style-type: none;
	}

.annee {
	margin-top: 20px;
	}
.annee ul li {
	margin-left: 5px;
	}
.gauche_art .droite_mag_lie, #droite .droite_mag_lie {
	text-align: left;
	padding: 3px;
	margin-bottom: 3px;
	}
	
.gauche_art .droite_mag_lie img, #droite .droite_mag_lie img{
	padding: 3px;
	padding-left: 0;
	padding-top: 0;
	}
	
.gauche_art .droite_mag_lie form, #droite .droite_mag_lie form  {
	margin-bottom: 5px;
	}

.gauche_art .droite_mag_lie input.ajouter-panier, #droite .droite_mag_lie input.ajouter-panier {
	display: inline;
	background: none;
	background-color: #D9D9D9;
	cursor: pointer;
	font-size: 0.8em;
	color: #000;
   border: 1px dotted #808080 !important;
   border: 1px solid #ccc;
}

.gauche_art .droite_mag_lie .declinaisonProduit, #droite .droite_mag_lie .declinaisonProduit {
	display: none;
	}

.gauche_art .droite_mag_lie h2, #droite .droite_mag_lie h2 {
	text-align: left;
	margin: 0;
	padding:0;
	color: #7A6D2C;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: .8em;
	font-weight: normal;
		}
.gauche_art .droite_mag_lie h2 span, #droite .droite_mag_lie h2 span{
	text-align: left;
	margin: 0;
	padding:0;
	color: #000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1em;
	font-weight: 600;
		}



#page .gauche_art ul li  a {
	color:#575656;/*575656 gris fonce */
	text-decoration: none;
}
#page .gauche_art ul li  a:hover {
	color:#FF0000;
	text-decoration: none;
}

.gauche_art h1 {
	text-align: left;
	margin: 0;
	padding:3px;
	padding-top: 2px;
	margin-bottom: 5px;
	color: #808080;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
}


.texte_art {
	float: left;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	width: 520px;
	text-align: justify;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;

	margin-bottom: 10px;
	border-right: 1px dotted #7A6D2C !important;
	border-left: 1px dotted #7A6D2C !important;
	
	border-right: 1px solid #c6b668;
	border-left: 1px solid #c6b668;
}

.texte_art input.ajouter-panier, .texte_abo input.ajouter-panier {
	display: inline;
	background: none;
	background-color: #D9D9D9;
	cursor: pointer;
	font-size: 0.8em;
	color: #000;
   border: 1px dotted #808080;
}

.texte_art .declinaisonProduit, .texte_abo .declinaisonProduit  {
	display: none;
	}

.texte_art h4 span {

	margin: 0;
	padding:0;
	color: #000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: .9em;
	font-weight: normal;
		}




.texte_art h1, .texte_abo h1, .sommaire_revue h1 {
	text-align: left;
	color: #666;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
		
	margin-top: 1em;
}

.texte_art h1 {
	color: #A08F38;
	margin-bottom: 1em;
}
.texte_art h2, .texte_abo h2 {
	margin-top: 0px;
	text-align: left;
	color: #000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1em;
	font-weight: normal
		}	
	
.PJ {
	border-top: 1px dotted #808080;
	margin-right: 60px;
	margin-top: 30px;
	text-align: left;
	color: #808080;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 1em;
	font-weight: normal
		}


.texte_art h4 a, .texte_abo h4 a {
	color: #808080;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
		}
		
.texte_art h4 a:hover{
	color: #000;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
		}
		
.nettoyeur	{
	clear: both;
	}

/* STYLE POUR LA PAGE ABONNEMENT*/


.texte_abo {
	float: left;
	width: 617px !important;
	width: 577px;
	min-height: 480px;
	height: auto;
	text-align: justify;
	padding: 0;
	margin: 0;
	right:0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;

	border-right: 1px dotted #7A6D2C !important;
	border-right: 1px solid #c6b668;
	
	
	}

.texte_abo ul li h4{
	text-indent: 15px;
	
	text-align: left;
	color: #808080;
	font-family: 'Helvetica-Bold','Helvetica','Arial',sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: normal;
		}
		



/* STYLE POUR LES PAGES DES ETAPES DE COMMANDE */

#etapes	{
	padding: 20px;
	margin: 10px;
	}

.titrePage h3{
	text-align: left;
	}

#cont_panier	{
	
	margin-left: 150px;
	border: 1px solid #ccc;
	}
	
#etapes #cont_panier form	{
	margin : 0;
	border: 0;
	padding: 0;
	}
	
.col1,.col2,.col3,.col4,.col5 {
	float: left;
	width: 100px;
	border: 1px solid orange;
	}

.titretableau {
	height: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	}

.cell	{
	font-size: 0.8em;
	height: 40px;
	text-align: center;
	}

#etapes	form {
	
	margin-left: 100px;
	margin-right: 180px;
	border-top: 1px dotted #ccc;
	}
	
	
.boutonMonCompteContenu  input{
   background: none;
   background-color: #D9D9D9;
   cursor: pointer;
   font-size: 1.1em;
   color: #000;
   border: none;

}

#etapes-achat	{
	padding: 10px;
	padding-top: 0;
	height: 70px;
	padding-bottom: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
	
#etapes-achat h2.invisible	{
	display: none;
	}

.titrePage {
	clear: left; 
}

.titrePage h1	{
	font-size: 1em;
	}

.titrePage h2	{
	font-size: 1em;
	}


#page .spip_forms {
	border-left: none;
	font-size: .9em;
	padding-left: 0;
}
#page .spip_forms fieldset {
	border: none;
	padding-left: 0;
	background: none;
}
#page .spip_forms legend {
	color: #A08F38;
	padding-left: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'HelveticaNeue-Bold','HelveticaNeue','Helvetica Neue','Arial',sans-serif;
}
/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }




	
#formmdp {
	width: 240px;
	margin-left: 30%;

	}

.banniere {
	position: absolute;
	right: 0;
	height: 130px;
	overflow: hidden;
	top: 23px;
}
.google-map {
	position: relative;
	clear: left;
	width: 659px;
	height: 400px;
	margin: 5px;
	background: white;
}
.sommaire_revue .google-map {
	width: 500px;
}
#droite .google-map {
	width: auto;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#droite .google-map #amtc_option_0, #droite .google-map #amtc_option_1, #droite .google-map #amtc_option_2  {
	display: none;
}
.google-map .titre-carte {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	background: #A08F38; 
	padding: 0;
	text-align: center; 
	color: white; 
	filter: alpha(opacity=80);
	opacity: .8; 
	font-weight: bold;
	font-size: 1.2em;
	height: 30px;
}
.sommaire_revue .google-map .titre-carte {
	width: 515px;
}
.google-map .titre-carte div {
	margin-top: 5px; 
	font-weight: normal;
}
.google-map .gmnoprint {
	margin-top: 30px;
}
.caractencadre-spip {
color: #a08f38;

padding-left: 0pt;

text-transform: uppercase;

font-weight: bold;

font-family: 'HelveticaNeue-Bold','HelveticaNeue','Helvetica Neue','Arial',sans-serif;
}

.formulaire_recherche label {
	display: none;
}
p.spip {
	line-height: 1.2em;
}
.article_photo .descriptif {
	color: #666;
	margin-bottom: 10px;
}
.chapo {
	color: #666;
	line-height: 1.3em;
	margin-bottom: 1em;
}
.texte {
	line-height: 1.2em;
	margin-bottom: 1em;
}
.logo-produit {
	height: 169px;
	overflow: hidden;
}
.panier-detail-produit .zoneDeSaisie {
	font-size: 1em;
}
h3.spip {
	display: inline;
	color: #A08F38;
}
#imageflow #captions {
	color: black;
}
#page fieldset {
	border: none;
}
#page fieldset legend {
	color: #A08F38;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-top: 2em;	
}
#page .spip_forms fieldset legend {
	margin-top: 0;
	
}
#milieu #imageflow {
	margin: 0;
	width: 450px;
	min-height: 300px;
	width: 490px;
	
}

#milieu #imageflow #images {
	width: 490px;
	height: 152px;
}
#milieu #imageflow #scrollbar-box {
	

}
#milieu #imageflow #captions {
	padding-top: 64px;
}
.lien-googlemap {
	margin-top: 1em;
}
.gauche1 .lien-googlemap h2 {
	color: #A08F38;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-bottom: .5em;
}
.liste-revues ul li {
	font-size: 1.2em;
	text-decoration: none;
	padding-top: .5em;
	padding-left: 1em;
}
#droite .liste-revues ul li.on, #droite .liste-revues ul li.on a {
	color: #861C25;
	font-weight: bold;
}
#documents_portfolio {
	border-top: 1px solid #7A6D2C !important;
	border-top: 1px solid #c6b668;
}
.recherche-rubrique-parent {
	color: #666;
	text-transform: uppercase;
}
.recherche-rubrique-parent .numero-revue {
	color: #A08F38;
}
.vignettes-photo ul {
	margin: 0;
	padding: 0;
}
.vignettes-photo ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: .3em;
	padding-right: .5em;
}
