/*  ----------------------------------------------------------- */
/*  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:#f1f1f1 url(/IMG/general-bg.png) repeat-x left top;
	margin: 0px;
	padding:0px;
	font:normal normal normal 12px Arial;
	text-align: center;
	font-size: 1em;
	color: #333;
}
p.spip{
	margin-bottom:0px;
	padding-bottom:10px;
	font:normal normal normal 12px Arial;
	width:700px;
}
h3.spip{
	margin-top:0px;
	color:#FE8F00;
}
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: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur { 
	width: 940px;
	padding:0px 25px 0px 25px;
	position:relative;
	background:url(/IMG/bg-page.png) repeat-y left top; }

#conteneur #contenu {
	width: 100%;
}

#conteneur #navigation {
	position:absolute;
	width: auto;
	top:-66px;
	right:0px;
	text-align: left;
}

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

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

/* Entete */
#entete {
	width: 100%;
	height:130px;
	background:url(/IMG/banner.png) no-repeat left top;
	position:relative;
}
#entete #nom_site_spip,
#entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; padding:11px 0px 0px 0px;display:block; }
#entete .formulaire_recherche { 
	position:absolute;
	right:0px;
	top:40px;
}
#entete .formulaire_recherche a{
	padding:0px;
}

/* Fil d'Ariane */
#hierarchie {
	display:none;
	clear: both;
	margin-bottom: 2em;
	font-size: 0.77em; }

/* Pied de page */
#pied {
	background:url(/IMG/bg-footer.png) repeat-x left top;
	clear: both;
	width: 100%;
	height:39px;
	text-align: center; }
#pied small { 
	color:#ffffff;
	display:block;
	padding-top:11px;
	font-size: 11px; }
#pied small a {
	color:#ffffff;}
#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%; }

/* endpage */
#endpage{
	height:40px;
	background:url(/IMG/endpage.png) no-repeat left top;}
/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

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

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

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font:normal normal bold 15px Arial;
	text-align:left;
	padding-bottom:5px;
	margin-bottom:0px;
	border-bottom:1px solid #cccccc; }

.orange{color:#fe8f00;}

.retourliste{
	font:normal normal bold 11px Arial;
	color:grey;
	float:right;
}
input.go{
	background:none;
	float:left;
	border:none;
	font:normal normal bold 11px Arial;
	color:white;
	padding:3px 0px 0px 4px;
}
/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */


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

.menu-titre {
	display:none;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 15px 0px 0px 0px; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0; float:left; padding-top:1px;}
#navigation li a, .encart li a{color:white;font-size:11px;font-weight:bold;background:url(/IMG/sep.png) no-repeat left top;height:19px;padding:2px 10px 0px 10px;}
#navigation li a:hover, .encart li a:hover{text-decoration:none;font-weight:bold;background:url(/IMG/sep-over.png) no-repeat left top;}

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques {}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFEAEA;display:none; }
.breves .menu-titre { background: #FFF2F2; }

.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
/*  ------------------------------------------ */
.page_sommaire .feedhome{
	float:right;
	padding-right:18px;
	padding-top:5px;
}
* + html .page_sommaire .feedhome{
	padding-top:3px;
}
.page_sommaire h2{
	font:normal normal bold 32px Arial;
	width:100%;}
.page_sommaire .blocs{
	float:left;
	width:638px;
}
.page_sommaire .bloc1{
	background:url(/IMG/bloc1.png) no-repeat left top;
	width:625px;
	height:420px;
	margin-top:20px;
	padding-top:30px;
}

.page_sommaire .bloc1 h2{
	font:normal normal bold 18px Arial;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	padding:6px 0 5px 14px;
}
.page_sommaire .bloc1 p{
	font:normal normal normal 12px Arial;
	padding:5px 40px 0px 55px;
	background:url(/IMG/bullet.png) no-repeat 42px 8px;
}
.page_sommaire .bloc2{
	background:url(/IMG/bloc2.png) no-repeat left top;
	width:520px;
	height:118px;
	margin-top:20px;
	padding:5px 0px 0px 20px;
}
.page_sommaire .bloc2 p{
	font:normal normal normal 11px Arial;
	width:500px;
}
.page_sommaire .liste-articles{
	float:left;
	width:300px;
	height:400px;
	margin-top:20px;
	background:url(/IMG/push.png) no-repeat left top;
}
* html .page_sommaire .liste-articles{
	width:280px;
}
.page_sommaire .liste-articles h2{
	font:normal normal bold 18px Arial;
	color:#ffffff;
	padding:8px 0 0 15px;
}
.page_sommaire .liste-articles ul{
	padding:13px 22px 0px 22px;
	height:267px;
	overfloaw:hidden;
}
.page_sommaire .liste-articles li{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	height:59px;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
}
.page_sommaire .liste-articles li .titre{
	font:normal normal bold 12px Arial;
}
.page_sommaire .liste-articles li small{
	font-size:10px;
}
.page_sommaire .liste-articles li .texte{
	border:none;
	font:normal normal normal 11px Arial;
	margin:0px;
	padding:0px;
	color:#979797;
}
.page_sommaire .liste-articles .listecomplete{
	font:normal normal normal 11px Arial;
	color:#ffffff;
	float:right;
	padding:4px 18px 0px 0px;
	text-decoration:underline;
}
.page_sommaire .visu{
	position:absolute;
	bottom:-28px;
	right:4px;
	background:url(/IMG/zoom.png) no-repeat right bottom;
	width:392px;
	height:247px;
}
.page_about #contenu{
	height:500px;
}
.page_about .visu{
	background:transparent url(/IMG/zoom.png) no-repeat scroll right bottom;
	bottom:-32px;
	height:247px;
	position:absolute;
	right:-1px;
	width:392px;
}
.page_about h2{
	font:normal normal bold 32px Arial;
	width:100%;
}
.page_about p{
	width:550px;
	font-size:12px;
}
.page_about .hr{
	height:10px;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.page_about h3{
	font:normal normal bold 18px Arial;
	color:#333333;
	margin-top:25px;
}
.page_contact h2{
	font:normal normal bold 32px Arial;
	width:100%;
}
.page_contact p{
	font-size:12px;
}
.page_contact h3{
	font:normal normal bold 18px Arial;
	color:#333333;
	margin-top:25px;
}
.page_contact .hr{
	height:10px;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.page_recherche .cartouche .surtitre{
	font:normal normal bold 32px Arial !important;
	width:100%;
}
.page_partenaires h2{
	font:normal normal bold 32px Arial;
	width:100%;
}
.page_partenaires h3{
	font:normal normal bold 18px Arial;
	color:#333333;
	margin-top:25px;
	padding-bottom:15px;
}
.page_partenaires p{
	font-size:12px;
	width:600px;
}
.page_mentions h2{
	font:normal normal bold 32px Arial;
	width:100%;
}
.page_mentions p{
	font-size:12px;
}
.page_mentions h3{
	font:normal normal bold 18px Arial;
	color:#333333;
	margin-top:25px;
}
.page_mentions .hr{
	height:10px;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.dyb{
	width:258px;
	height:500px;
	position:absolute;
	right:21px;
	top:97px;
	border-left:1px solid #cccccc;
	padding:0px 20px 0px 20px;
}
.dyb h3{
	font:normal normal bold 18px Arial;
	color:#50a3d9;
}
.dyb p{
	font:normal normal normal 11px Arial;
}
.dyb a,
.dyb a:hover{
	cursor:pointer;
	color:#50a3d9;
}
.dyb a.bt,
.dyb a:hover.bt{
	background:url(/IMG/bt-dyb.png) no-repeat left top;
	display:block;
	width:272px;
	height:35px;
	cursor:pointer;
	margin-top:10px;
}
	
.page_rubrique .chapo,
.page_rubrique .chapo p,
.page_rubrique .contre-encart{
	width:600px
}
.page_rubrique #conteneur{
	min-height:620px;
}
* html .page_rubrique #conteneur{
	height:620px;
}
.page_entreprises h2{
	font:normal normal bold 32px Arial;
	width:100%;
}
.page_entreprises h3{
	font:normal normal bold 18px Arial;
	color:#333333;
	margin-top:25px;
}
.page_entreprises p{
	width:600px;
	font-size:12px;
}
.page_entreprises ul.bullet{
	padding-top:0px;
	margin-top:0px;
}
.page_entreprises ul.bullet li{
	font:normal normal normal 12px Arial;
	width:600px;
}
.page_entreprises .hr{
	height:10px;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.page_candidats h2{
	font:normal normal bold 32px Arial;
	width:100%;
}
.page_candidats p{
	width:600px;
	font-size:12px;
}
/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 0px; }

.cartouche .titre {
	font:normal normal bold 28px Arial;
	width:100%;
	border-bottom:15px solid #FDDEB2;
	padding-bottom:5px;
	overflow:hidden;
	white-space:nowrap;
	padding-top:15px;
}
* html .cartouche .titre {
	margin-bottom:15px;
	padding-top:0px;
}
* +html .cartouche .titre {
	margin-bottom:15px;
	padding-top:0px;
}
#contenu .surtitre, #contenu .soustitre {
	color:#FE8F00;
	font:normal normal normal 11px Arial;
}
#contenu .soustitre {
	color:#FE8F00;
	font:normal normal bold 11px Arial;
	position:absolute;
	right:28px;
	top:54px;
}
* html #contenu .soustitre {
	top:68px;
}
* +html #contenu .soustitre {
	top:68px;
}

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

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { 
	color:#FE8F00;
	font:normal normal bold 11px Arial;
	position:absolute;
	left:28px;
	top:54px;
}
* html .cartouche small {
	top:68px;
}
* +html .cartouche small {
	top:68px;
}
.cartouche small a{color:#FE8F00;}

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


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	font:normal normal normal 11px Arial;
	padding:15px 0px 20px 0px;
}

.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: #000; font-size: 0.96em; }

.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; }
.liste-articles li {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	padding-bottom:10px;
	padding-top:20px;
	width:600px;
}
.page_sommaire .liste-articles li {
	width:253px;
}

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

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.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;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

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

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

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

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

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width:140px; font-family: inherit; font-size: inherit;background:none;border:none;padding-left:5px;padding-top:3px;float:left;}

/* 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 { 
	width: 12em;
	text-align:left;
	background:url(/IMG/bg-recherche.png) no-repeat left top;
	width:177px;
	height:24px;
}
.formulaire_recherche label { display: none; }

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

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.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; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

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

/*  ------------------------------------------
/*  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: underline; }
