/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html {
	font-size: 100%;
} /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body {
	color: #333;
	font: 0.8125em 'Open Sans', Tahoma, Geneva, sans-serif;
}
/* Titraille / Intertitres */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font: normal 2.6em Amaranth;
}
h1 {
	font-size: 2.5em;
	color: #A19A92;
}
h2 {
	font-size: 1.40em;
	font-weight: normal;
}
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active {
	color: #003;
}
h3 {
	font-size: 1.20em;
	font-weight: bold;
}
h3.spip {
} /* Cf.: spip_style.css */
hr.spip {
} /* Cf.: spip_style.css */
/* Autres enrichissements typo */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
small {
	font-size: 0.90em;
	color: #666;
}
dfn {
	font-weight: bold;
	color: #666;
}
del {
	text-decoration: line-through;
}
ins {
	color: red !important;
	text-decoration: none;
}
sup, sub {
	font-size: .8em;
	font-variant: normal;
}
/* Listes */
ul.spip {
} /* Cf.: spip_style.css */
ol.spip {
} /* Cf.: spip_style.css */
dl {
}
dt {
}
dd {
}
/* Citations, code et poesie */
cite {
}
q {
}
blockquote {
}
blockquote.spip {
} /* Cf.: spip_style.css */
blockquote.spip_poesie {
} /* Cf.: spip_style.css */
.spip_code {
} /* Cf.: spip_style.css */
.spip_cadre {
} /* Cf.: spip_style.css */
address {
}
/* Tableaux */
table.spip {
} /* Cf.: spip_style.css */
/* Logos, documents et images */
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.spip_logos {
} /* Cf.: spip_style.css */
.spip_documents {
} /* Cf.: spip_style.css */
.spip_documents_center {
} /* Cf.: spip_style.css */
.spip_documents_left {
} /* Cf.: spip_style.css */
.spip_documents_right {
} /* Cf.: spip_style.css */
.spip_doc_titre {
} /* Cf.: spip_style.css */
.spip_doc_descriptif {
} /* Cf.: spip_style.css */
/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body {
	background: #7F2B00;
	margin: 0;
	padding: 0;
	text-align: center;
}
#page {
	position: relative;
	width: 990px;
	margin: 0px auto 0;
	text-align: left;
	background: #FFF url(../images/fond.jpg) repeat-y center top;
}
#entete {
	width: 990px;
	height: auto;
	margin: 0px auto;
}
#entete a.accueil {
	display: block;
	width: 67%;
}
#entete a.accueil img.spip_logos {
	vertical-align: bottom;
	line-height: 1em;
}
#entete a.accueil #nom_site_spip {
	vertical-align: bottom;
	font-size: 2.2em;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}
#entete .formulaire_menu_lang {
	position: absolute;
	right: 0;
	top: 0.90em;
	display: block;
	width: 30%;
} /*Cf.: spip_formulaires.css*/
#conteneur {
	clear: both;
	float: right;
	overflow: hidden;
}
#contenu {
	width: 600px;
	margin: 1.8em 40px 0px 20px;
}
#navigation {
	float: left;
	width: 260px;
	text-align: left;
	margin-left: 30px;
	margin-top: 1em;
	display: block;
	padding: 0px;
	position: relative;
}
#extra {
	float: left;
	clear: left;
	width: 240px;
	margin-top: 1em;
	overflow: hidden;
}
#pied {
	clear: both;
	width: 990px;
	text-align: center;
	color: #FFF;
	font: 11px "Trebuchet MS";
	margin: 0px auto;
	padding: 15px 0px 0px;
	height: auto;
	background: #7F2B00 url(../images/fond2.jpg) repeat-y center;
}
#pied img {
	vertical-align: middle;
}
/* Espaceur de blocs */
.nettoyeur {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1px;
	font-size: 1px;
}
/* Non visible a l'ecran */
.invisible {
	position: absolute;
	top: -3000em;
	height: 1%;
}
/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie {
	clear: both;
	font-size: 0.8em;
	text-align: left;
	width: 920px;
	margin: 1em 30px 2em;
}
#hierarchie, #hierarchie a {
	color: #666;
}
.cartouche {
	margin-bottom: 1em;
}
.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 4px;
}
.cartouche p {
	margin: 0;
	padding: 0;
	clear: left;
}
.surtitre, .soustitre {
	font-size: 0.90em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}
.cartouche .surtitre {
	margin-bottom: 0.30em;
}
.cartouche .soustitre {
	margin-top: 0.50em;
	margin-bottom: 0.30em;
}
.cartouche .traductions {
	font-size: 0.90em;
}
.chapo {
	margin-bottom: 1.50em;
	line-height: normal;
	color: #666;
	font-size: 1.1em;
}
.texte {
	line-height: 1.60em;
}
.hyperlien {
	display: block;
	background: #EEE;
	padding: 0.50em 1em;
	font-weight: bold;
	color: #8B6F92;
}
.ps, .notes {
	margin-bottom: 2em;
	line-height: 1.40em;
}
.notes {
	clear: both;
	font-size: 0.90em;
}
abbr.published {
	border: 0;
}
/* Portfolio */
#documents_portfolio {
	clear: both;
	margin: 2em auto;
	text-align: center;
}
#documents_portfolio .spip_logos {
	margin: 6px 3px 0 3px;
	border: 4px solid #DDD;
}
#documents_portfolio a.on .spip_logos {
	border-color: #F57900;
}
#documents_portfolio a:focus .spip_logos, #documents_portfolio a:hover .spip_logos, #documents_portfolio a:active .spip_logos {
	border-color: #8B6F92;
}
/* Habillage des forums
---------------------------------------------- */
.repondre {
	clear: both;
	margin-top: 2.50em;
	margin-right: 1em;
	text-align: right;
	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.50em;
}
.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;
	color: #333;
}
.forum-texte {
	margin: 0;
	padding: 0.50em 1em;
	color: #333;
}
.forum-texte .hyperlien {
}
.forum-texte .repondre {
	margin: 0;
	padding: 0.10em 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: 0;
	border-bottom: 1px dotted #B8B8B8;
	margin: 0;
	padding: 3px 6px 2px 6px;
	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;
	margin: 0 0 2em 0;
	padding: 0;
	background: none;
}
#signatures table {
	width: 100%;
	margin: 1em 0 0 0;
}
#signatures thead {
	text-align: center;
	color: #555;
}
#signatures td {
	padding: 0.50em;
	border: 2px solid #FEFEFE;
	vertical-align: top;
}
#signatures td.signature-date {
	background: #E4F0F0;
	text-align: center;
	white-space: nowrap;
}
#signatures td.signature-nom {
	background: #ECF4F4;
	text-align: center;
}
#signatures td.signature-nom small {
	display: block;
}
#signatures td.signature-message {
	background: #F4F8F8;
}
#signatures .formulaire_recherche {
	margin: 1em 0;
	text-align: right;
} /*Cf.: spip_formulaires.css*/
#signatures .formulaire_recherche input.text {
	width: 10em;
	text-align: left;
} /*Cf.: spip_formulaires.css*/
/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de navigation */
.menu {
	clear: both;
	margin-bottom: 2em;
	text-align: left;
}
.menu p {
	margin: 0.7em 0;
	padding: 0.2em 0.1em;
}
.menu ul {
	margin: 0em;
	padding: 0em;
	list-style: none;
}
.menu ul li {
	border-bottom: 1px dotted #DDD;
	list-style: url(../images/puce.gif) none inside;
	padding: 1em;
	margin-bottom: 1em;
}
.menu ul li ul {
	margin-left: 1em;
	border: 0;
}
.menu ul li li {
	padding: 0;
	border: 0;
}
/* Pagination */
.pagination {
	clear: both;
	text-align: right;
	font-size: 0.90em;
	color: #666;
}
.pagination .on {
	font-weight: bold;
	color: #666;
}
/* Rubriques */
.rubriques ul {
	border: 0;
}
.rubriques ul li {
	background: #EEE;
	border: 0;
}
.formulaire_recherche {
	margin-bottom: 2em;
} /*Cf.: spip_formulaires.css*/
/* Listes d'articles et extraits introductifs */
.articles ul li {
	clear: both;
	padding: 0.40em 0.20em;
}
.articles ul li h3 {
	margin: 0.30em 0;
}
.articles .spip_logos {
	float: right;
	clear: right;
	margin: 0 0 4px 16px;
}
.articles ul li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0;
}
.articles ul li .introduction {
	margin-top: 0.30em;
	line-height: 1.40em;
}
/* Couleurs des liens
---------------------------------------------- */
a {
	color: #CC0000;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}
.menu-titre {
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
}
.soustitre {
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	text-align: left;
	font-size: 1.8em;
	background-color: #A19A92;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #584532;
}
.rubriques {
	padding: 15px;
	margin-bottom: 10px;
}

.rubriques ul li {
	list-style-image: url(../images/puce.gif);
	list-style-position: inside;
}
.rubriques ul li on {
	font-weight: bold;
	color: #000;
}
.rubriques ul li ul li {
	list-style-type: square;
	color: #EEE;
}

#menusom {
	color: #FFF;
	z-index: 3000;
	width: 980px;
	margin: 0px 5px;
	display: block;
	background: #A19A92;
	text-align: left;
	padding: 0px;
	height: 2.2em;
}
.titrebloc {
	color: #333;
	display: block;
	padding: 0px 0px 8px;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #CCC;
	margin: 8px 15px 0px;
}
.box-gauche {
	-moz-border-radius : 6px 6px 6px 6px;
	border: 1px solid #999;
	margin-bottom: 15px;
	padding: 1px;
	background: #FDFDFD url(../images/block_topbg.gif) repeat-x center top;
}
.listesA {
	list-style-type: none;
	font-size: 0.9em;
	list-style-position: inside;
	margin: 0px;
	list-style-image: url(../images/puce.gif);
	padding: 10px 15px;
	line-height: 1.6em;
}
.listesA li a {
	color: #333;
}
.listesB {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 15px 10px 12px;
	line-height: 1.6em;
	list-style: none inside;
}
.listesB li a {
	color: #333;
}
.box-shadow {
	-moz-border-radius : 4px 4px 4px 4px;
	border: 1px solid #FFF;
}
.titre-actu {
	color: #900;
	margin: 0px 0px 8px;
	font: bold 0.9em/1.2em Verdana, Geneva, sans-serif;
}
.texte-actu {
	color: #666;
	font: 0.9em/1.4em Verdana, Geneva, sans-serif;
}
.listesB li {
	border-bottom: 1px dotted #999;
	margin: 0px;
	padding: 10px 0px 15px;
}
.titre_rub {
	color: #7F2B00;
	font: 3.6em/normal 'Amaranth', Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 920px;
	border-bottom: thin dotted #7F2B00;
	margin-right: 30px;
	margin-left: 30px;
}
.bandeau {
	margin: 0px 5px;
	width: 980px;
	padding: 0px;
	display: block;
}
#pied_bas {
	height: 28px;
	width: 990px;
	margin: 0px;
	padding: 15px 0px 0px;
	background: #7F2B00 url(../images/pied-bas.jpg) no-repeat center bottom;
}
#pied_bas a {
	color: #DFDDDB;
	text-decoration: none;
}
.titre_art {
	font: 2em/normal 'Open Sans', Arial, Helvetica, sans-serif;
	color: #F06;
}
.titre_box {
	font: 1.4em/normal 'Open Sans', Arial, Helvetica, sans-serif;
	color: #F06;
}
.rappelmenu ul {
	margin: 0px 25px;
	padding: 0px;
	line-height: 1.3em;
	color: #CC0000;
	list-style: square url(none) inside;
}
#accueil_marginbox {
	margin: 20px 0px;
	clear: both;
	display: block;
	position: relative;
	background: #E8E8E8 url(../images/top_header.gif) no-repeat center top;
	padding: 20px 30px;
}
.box_accueil {
	width: 278px;
	padding: 0px;
	color: #000;
	float: left;
	margin: 20px 0px;
	display: list-item;
	height: auto;
}
.bandeau_home {
	margin: 0px 30px 20px;
	padding: 0px;
	width: 920px;
	clear: both;
	position: relative;
	display: table;
}
.rappelmenu {
	padding: 0px;
	width: 922px;
	margin: 15px 30px;
}
.rappelmenu ul li a {
	color: #FFFFFF;
}
.rappelmenu ul li {
}
.ligne-separ {
	border-bottom: 1px solid #FFF;
}
.navig-separ {
	height: 20px;
	width: 1px;
	background: #FFEFB0;
	display: block;
	float: left;
	position: relative;
	margin: 4px 0px;
	padding: 0px;
}
.titre-accueil {
	color: #FFFFFF;
	font: bold 1.1em 'Open Sans', Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px 0px 0.6em;
	padding: 0.3em 0.6em;
	background: #A19A92;
}
.lignepointvertic {
	border-right: 1px dotted #666;
	padding: 0px;
	float: left;
	width: 1px;
	margin: 20px;
	display: list-item;
	height: auto;
}
.txthome {
	color: #333;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0.86em;
	line-height: 1.1em;
}
#pied .rappelmenu table tr td.separ_menu {
	border-right: 1px dotted #C9C5C0;
}
.bouton {
	font: 0.86em/1.6em Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #A19A92;
	width: 7em;
	text-align: center;
	float: right;
	padding: 0px;
	margin-top: 0.5em;
}
.bouton a {
	color: #FFF;
}
.titre_rub_pied {
	color: #524D45;
	padding: 0px;
	margin: 0px 20px 8px;
	font-size: 1.5em;
	line-height: normal;
	text-align: center;
}

