/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #f0efe0;
	margin: 1.5em;
	margin-top: 5px;
	text-align: center;
	font-size: 1em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur { width: 100%; }

#conteneur #contenu {
	float: right;
	width: 760px;
	_height: 450px;
	min-height: 450px;
	background: white;
	padding: 10px;
	overflow-x: hidden;
}
.page_sommaire #conteneur #contenu {
	background: none;
	_overflow-x: hidden;
}
#conteneur #navigation {
	float: left;
	width: 184px;
	text-align: center;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete {
	width: 100%;
	margin-bottom: 0;
}

#entete .banniere {
	float: right;
	width: 780px;
	margin-bottom: 0;
	height: 105px;
	overflow: hidden;
}
#entete .banniere ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
	height: 90px;
	width: 900px;
	overflow: hidden;

}
#entete .banniere ul li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	width: 900px;
	overflow: hidden;
}
#entete .banniere .surtitre{
	text-transform: uppercase;
	color: #9c354d;
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif;
	width: 720px;
	overflow: hidden;
}
#entete .banniere .titre{
	font-family: georgia, serif;
	font-size: 35px;
	font-weight: normal;
	width: 720px;
	overflow: hidden;
}
#entete .banniere .texte{
	font-style: italic;
	font-family: georgia, serif;
	font-size: 18px;
	color: #463c3c;
	padding-left: 10px;
	width: 720px;
	overflow: hidden;
}
#entete .banniere .logo-div{
	float: left;
	padding-right: 0;
}


#contenu .logo-div {
	float: right;
	background-image: none;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-left: 0;
	padding-right: 10px;
	margin-right: 10px;
	padding-bottom: 0;
}
.page_rubrique #contenu .logo-div{
	float: none;	
	background-image: url(ombre-150-droite.jpg);
	
}
.page_rubrique #contenu .logo-div .spip_logos{
	padding-top: 20px;
}

#entete .banniere .titre a{
	color: #463c3c;
}

#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; 
	padding-right: .7em;
}
#entete a { text-decoration: none; }
#navigation .formulaire_recherche a{  display: none;}

/* Fil d'Ariane */
#hierarchie {
	color: gray;
	margin-bottom: 1em;
	font-size: 0.77em; 
}
#hierarchie a{
	color: gray;
}
/* Pied de page */
#pied {
	clear: both;
	text-align: center;
	width: 80%;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.67em; color: gray;}
#pied small a {
	color: gray;
}
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
.encart li { margin: 0; padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
#navigation .rubriques { 
	font-weight: bold;
	border: none;
	
}
#navigation .rubriques li{
	text-transform: uppercase;
	width: 100%;
	background: #d9dac8;
	margin-bottom: 4px;
	padding: 0;
	text-align: right;
}
#navigation .rubriques li.on, .page_sommaire #navigation .rubriques li.lien-accueil{
	background: white;
}
#navigation .rubriques ul li.on ul li{
	background: #f0efe0;
}

#navigation .rubriques li:hover{
	background: #c1c3b5;
}
#navigation .rubriques a {
	color: #717368;
	padding: 5px;
}
#navigation .rubriques li a {
	line-height: 22px;
}

#navigation .rubriques ul ul li, .rubriques ul ul{
	text-transform: none;
	background: #d9dac8;
	padding: 0;
	padding-bottom: 3px;
	padding-top: 2px;
	margin: 0;
}
#navigation .rubriques ul ul li {
	background: #d9dac8;
}
#navigation .rubriques ul ul li a {
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
#navigation .rubriques ul ul li.on a {
	color: #565656;
}
#navigation .rubriques ul ul li:hover{
	text-decoration: underline;
}
#navigation .rubriques ul li ul{
	display: none;
	font-size: .9em;
	text-transform: none;
	padding-top: 0;
	padding-bottom: 0;
}
#navigation .rubriques ul li.on ul{
	display: block;
}

#navigation .rubriques .menu-titre { display: none;}

.breves { 
	background: none; 
	border: 1px dashed #D9DAC8;
	color: #717368;
}
.breves .menu-titre { 
	background: #D9DAC8;  
	border: none;
	padding-top: .5em;
	padding-bottom: .5em;
	text-transform: uppercase;
	font-size: .9em;
}
.breves a {
	color: #717368;
}

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 1em; }

.cartouche .titre {
	color: rgb(69, 60, 60); 
	font-family: 'Georgia','serif'; 
	font-size: 36px; 
	font-weight: normal; 
}
.contient-rubrique .cartouche .titre, .contient-article .cartouche .titre  {
	color: gray;
	font-family: serif; 
	letter-spacing: 1px;
	font-size: 26px; 
}
.cartouche .surtitre {
	color: rgb(143, 14, 49); 
	font-family: 'Verdana-Bold','Verdana','sans-serif'; 
	font-size: 11px;
	font-weight: bold; 
	text-transform: uppercase;
}
.cartouche .soustitre {
	color: rgb(69, 60, 60); 
	font-family: 'Georgia-Italic','Georgia','serif'; 
	font-size: 18px; 
	font-style: italic;
} 
.page_sommaire #contenu .soustitre{
	font-style: italic;
	font-family: georgia, serif;
	font-size: 18px;
	color: #463c3c;
	padding-left: 10px;
}
.page_sommaire #contenu .surtitre{
	font-weight: bold;
	font-family: verdana, serif;
	font-size: 11px;
	color: #463c3c;
	padding-left: 10px;
}
.page_sommaire #contenu .titre{
	font-family: georgia, serif;
	font-size: 72px;
	color: #323232;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 1em;
}
.page_sommaire #contenu .texte{
	padding-left: 15px;
	padding-right: 10px;
	font-size: 16px;
}
.page_sommaire #contenu .texte i{
	font-style: italic;
	font-family: georgia, serif;
	font-size: 18px;
	color: #463c3c;
	margin-bottom: 1em;
}

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; display: none;}
.page_rubrique5 .cartouche small {display: block;}

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: normal;
	line-height: 1.4em; }
.page_sommaire .chapo {
	display: none;
}
.page_rubrique .chapo{
	color: #463C3C; 
	font-family: 'Georgia-Italic','Georgia','serif'; 
	font-size: 18px; 
	font-style: italic;
}
.contient-rubrique .chapo, .contient-article .chapo  {
	color: gray;
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #323232; font-size: 16px; font-family: Georgia,Times,serif; text-align: justify;}
.page_article .texte, .page_rubrique .texte {
	line-height: 1.4em;
}
.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none;  }
.page_sommaire .liste-articles {
	position: relative;
	border: 22px solid #c1c3b5; 
	overflow: hidden;
	width: 736px;
	padding-bottom: 1em;
	padding-top: .5em;
	background: white;
}
.page_sommaire .liste-articles .selection a{
	padding: 4px;
	border: 1px solid #acac90;
	color: #acac90;
	
}

.page_sommaire .liste-articles ul {position: relative; width: 50000px; padding: 0; margin: 0;}

.liste-articles li { margin-bottom: 1em; clear: both; }
.page_sommaire .liste-articles ul li {clear: none; float: left; width: 736px; padding: 0; margin: 0;}

.page_rubrique .liste-articles li .surtitre{
	color: rgb(143, 14, 49); 
	font-family: 'Verdana-Bold','Verdana','sans-serif'; 
	font-size: 11px;
	font-weight: bold; 
	text-transform: uppercase;
}

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; 
}


.page_rubrique .liste-articles li .titre {
	color: rgb(69, 60, 60); 
	font-family: 'Georgia','serif'; 
	font-size: 36px; 
	font-weight: normal;
}
.page_rubrique .liste-articles li .soustitre {
	color: rgb(69, 60, 60); 
	font-family: 'Georgia-Italic','Georgia','serif'; 
	font-size: 18px; 
	font-style: italic;
}
.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; 
}
.page_sommaire .liste-articles li .spip_logos {
	float: none;
	padding-right: 0;
}

.liste-articles li p { margin: 0; padding: 0; }
.liste-articles li p.spip {margin-bottom: 1em;}

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	font-size: 14px;
	line-height: 1.4em; }
.page_sommaire .liste-articles li .texte {
	margin-bottom: 0
	padding-left: 10px;
}


.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	border-bottom: 1px solid #D9DAC8;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left; }
.page_plan #contenu h2 a{
	color: #717368;
}
.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; 
	list-style-type: none;
}
.page_plan #contenu .contre-encart li {}
.page_plan #contenu .contre-encart li strong a {
	color: #717368;
}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
#contenu .formulaire_spip fieldset {
	border: none;
	padding: 1em;
}
#contenu .inscription2 {		
	padding: .5em;
	border: 1px dashed #cccccc;
}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { 
	float: right;
	font-size: .9em;
	width: 100px;
}
.formulaire_recherche label { display: none; }
.formulaire_recherche input{
	color: gray;
	border: 1px dotted gray;
	text-align: right;
	padding-right: 5px;
}

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	font-size: 0.88em;
	font-weight: normal; 
	color: #FF6900;
}

.forum-repondre a{
	color: #ff6900;
	font-size: normal;
}

/* * Habillage des forums */
ul.forum { 
	display: block; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	padding-right: 2em; 
	list-style-type: none;
}
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; list-style-type: none;}
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #808080; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }
.forum-texte .forum-repondre-message a {
	color: #FF6900;
}

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { margin-left: 0.5em; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { margin-left: 0.5em; }
ul ul ul .forum-message { margin-left: 0.5em; }
ul ul ul ul .forum-message { margin-left: 0.5em;}
ul ul ul ul ul .forum-message { margin-left: 0.5em; }
ul ul ul ul ul ul .forum-message { margin-left: 0.5em; }

ul .forum-texte { margin-left: 0.5em;border-left: 3px solid #c3c3a4; margin: 0; padding: 0; margin-bottom: 1em;padding-left: 0.5em; }
ul ul .forum-texte { margin-left: 0.5em;border-left: 3px solid #c3c3a4; }
ul ul ul .forum-texte { margin-left: 0.5em;border-left: 3px solid #c3c3a4; }
ul ul ul ul .forum-texte { margin-left: 0.5em;border-left: 3px solid #c3c3a4; }
ul ul ul ul ul .forum-texte { margin-left: 0.5em;border-left: 3px solid #c3c3a4; }
ul ul ul ul ul ul .forum-texte { margin-left: 0.5em;border-left: 3px dotted #c3c3a4; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { background: none;border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; }
ul ul .forum-chapo { background: none; }
ul ul ul .forum-chapo { background: none; }
ul ul ul ul .forum-chapo { background: none;  }
ul ul ul ul ul .forum-chapo { background: none; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }
.decouvrir{
	padding-left: 1em;
	font-size: 1.1em;
	display: inline;
	color: #c64818;
	letter-spacing: 1px;
}
.decouvrir a{
	color: #c64818;
	border-bottom: 1px dotted #c64818;
	
}
.decouvrir a:hover{
	border-bottom: 1px solid #c64818;
}
.fleche-entete {
	float: left;
	padding-top: 30px;
	padding-right: 10px;
}

.inscription2, .formulaire_inscription{
	margin-top: 1em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	border: 1px dashed #b0b0b0;
	
}
#navigation #login{
	font-size: .8em;
	border: 1px dashed #b0b0b0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
#navigation #login input {
	width: 99%;
}
#navigation #login .spip_bouton input, #navigation .spip_bouton input{
	width: auto;
	color: #b0b0b0;
	border: none;
}
#navigation #login fieldset, #navigation fieldset, #navigation .formulaire_spip fieldset{
	border: none;
}
#navigation #login form, #navigation .formulaire_spip form, #navigation form{
	color: #b0b0b0;
	margin-top: 1em;
}
#navigation #login fieldset legend, #navigation fildset legend, #navigation .formulaire_spip fieldset legend{
	text-transform: uppercase;
	color: #b0b0b0;
	font-size: 1em;
}
#navigation #login fieldset label, #navigation fieldset label{
	color: #b0b0b0;
}

#contenu .encart .produits_thelia, #contenu .produits_thelia{
	color: #6a6f78;
	font-size: .8em;
	margin-right: 0;
}

.page_rubrique3 #contenu .produits_thelia {
	width: 170px;
	height: 350px;
	border: none;
	margin-top: 0;
	padding: 0;
}
.page_rubrique3 #contenu .produits_thelia .thelia_titre {
	display: none;
}
.page_rubrique3 #contenu .produits_thelia .thelia_description {
	clear: left;
}

.page_sommaire #contenu .produits_thelia {
	width: auto;
}
.thelia_titre{
	color: #C64818;
	margin-top: 0;
}
.thelia_panier{
	margin-bottom: 0;
}
.page_sommaire .thelia_panier{
	margin-bottom: 1em;
}
.page_sommaire .thelia_titre {
	margin-top: 1em;
}
.thelia_titre, .thelia_prix{
	font-size: 1.1em;
	font-family: sans-serif;
	font-weight: bold;	
}
#contenu .produits_thelia {
	width: 130px;
	clear: right;
	text-align: left;
	border: 1px dashed gray;
	padding: 1em;
	margin: 1em;
	background: white;
	margin-right: 0;
}
.produits_thelia .thelia_panier a {
	color: #c64818;
	text-transform: uppercase;
	font-family: sans-serif;
}
.page_sommaire #contenu .texte .produits_thelia{
	clear: right;
	font-size: .8em;
	margin-top: 1em;
	background: white;
	font-size: 12px;
	margin-right: 5px;
}
#navigation .rubriques .deconnexion {
	color: #b0b0b0;
	clear: right;
	padding-top: 1em;
	text-align: right;
	color: #ff6600;
}
#navigation .rubriques .deconnexion ul li {
	background: none;
	text-transform: none;
}
#navigation .rubriques .deconnexion li a{
	margin-top: 1em;
	color: #97977e;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	padding-right: 0;
}
#navigation .rubriques .deconnexion a:hover{
	color: gray;
}

/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	color: #717368;
	font-weight: normal;
	background-color: #D9DAC8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6cdde;
	font-size: 0.9em;
}

.footerTableau {
	color: #12335B;
	font-weight: bold;
	background-color: #bdbbcd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	font-weight: bold;
	width: 700px;
	text-align: right;
	margin: 10px;
}
.boutonMonCompteContenu a{
	color: #91916C;
	font-size: 1em;
	font-weight: normal;
	font-family: sans-serif;
}

.zoneDeSaisie {
	color: #12335B;
	font-weight: bold;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #12335B;
}


.titrePage {
	text-align: left;
	font-weight: bold;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.titrePage h2 {
	color: #91916C;
}

.sousTitrePage {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.textePage {
	color: #141414;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.separation {
	height: 1px;
	width: 600px;
	background-color: #7f8eb9;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	zoom:1;
}

.champFormMonCompte {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	color: #12335B;
	background-color: #e9f4fb;
	border: 1px solid #12335B;
	overflow: hidden;
	zoom: 1;
}

.menuMonCompte {
	color: #a9c9e9;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#monPanier {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.boutonMonCompteEntete {	
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.connexion-club, .connexion-boutique{
	float: left;
	width: 300px;
	padding: 1em;
	margin-right: 10px;
	border: 1px dashed #cccccc;
}
.connexion-club h2, .connexion-boutique h2{
	color: #C64818;
}
.connexion-club legend{
	display: none;
}
.connexion-club fieldset{
	border: none;
	padding: 0;
}
.texteencadre-spip{
	border: 1px dashed #cccccc;
	padding: 1em;
	margin: 1em;
	width: 250px;
}
a.spip_out{
	color: #C64818;
	border-bottom: 1px dashed #C64818;
}

#contenu a.thickbox {
	margin-top: 1em;
	padding: 5px;
	font-family: Arial,sans-serif;
}
#contenu a.cadre-rouge {
	color: white;
	background: #972946;
}
.page_sommaire #contenu a.thickbox {
	background: none;
	padding: 0;
	margin-top: 0;
	color: gray;
}
#contenu .forum-repondre a.thickbox {
	color: #FF6900;
	background: none;
	margin-top: 0;
	padding: 5px;
}
p.spip{
	margin-top: 1em;
}

.thelia_description p{
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1.1em;
}
.page_sommaire .thelia_description p{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.thelia_panier {
	line-height: 1.1em;
}
.page_sommaire .thelia_panier {
	line-height: 1.2em;
	margin-top: 10px;
}
strong.caractencadre-spip{
	color: #fb8113;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}
#voir-commentaires {display: none;}
.suivre-instruction{
	margin-top: 1em;
	color: #8a1f1f;
}
.page_sommaire .spip_documents_right {
	margin-right: 10px;
}
.page_rubrique5 .encart{
	float: right;
	width: 178px;
}
.page_rubrique5 .encart .titre {
	text-transform: uppercase;
	font-size: .9em;
}
.page_rubrique5 #conteneur #contenu {
	width: 567px;
	margin-right: 15px;
	background: white;
}
.page_rubrique5 #conteneur {
	
}
.page_rubrique5 #contenu .forum-repondre {
	text-align: right;
}
.page_rubrique5 #contenu .formulaire_forum {
	margin-top: 1em;
}
.page_rubrique5 #contenu .formulaire_forum fieldset {
	padding-left: 0;
	padding-right: 0;
}
.page_rubrique5 #contenu .formulaire_forum fieldset input, .page_rubrique5 #contenu .formulaire_forum fieldset textarea {
	border: 1px dotted gray;
}
.page_rubrique5 #contenu .formulaire_forum p.spip_bouton input {
	border: 1px dashed gray;
	background: white;
	color: #FF6900;
}
#calendar{
	border: none;
	font-size: 1.1em;
}
#calendar .menu-titre {
	background: #D9DAC8;
}
#calendar table {
	width: 100%;
	font-size: .9em;
}
#calendar table td a {
	font-weight: bold;
}
.page_rubrique #contenu .liste-articles{
	margin-top: 2em;
}
.page_rubrique4 #contenu .logo-div {
	padding-bottom: 0;
}
#navigation p.bienvenue {
	color: #FB8113;
	text-align: right;
	padding-top: 5px;
	float: right;
	clear: right;
	padding-right: 0;
}


