/* --------------------------------------------------------- */
/* 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 {
	font-size: 0.8125em;
	font-family: Tahoma, "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Georgia, Times, serif; }
h1 {
	color: #015B5B;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	/*font-size: 1.70em;
	color: #000;*/
}

h2 { font-size: 1.40em; font-weight: normal; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }

h3, h3 a, h3 a:focus, h3 a:hover, h3 a:active {
	color: #015B5B;
	font-size: 14px;
	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 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 400px;
	/*border: solid 1px #FF0000;*/
} /* Cf.: spip_style.css */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body {
	background: #f3f3f3;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

#entete {
	margin: 0 23px 0 23px;
	padding-top: 10px;
	height: 240px;
	/*border: solid 1px #FF0000;*/
}
#entete span {
	text-align: left;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}
#entete .banniere {
	clear: both;
	background:url(images/osiwa-banniere.jpg) no-repeat right bottom;
	height: 105px;
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
#entete .nom-site {
	clear: both;
	font-size: 24px;
	font-family: Tahoma, Georgia, Times, serif;
	font-weight: normal;
	padding: 0 0 0 10px;
}
#entete .nom-site p {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	margin: 5px 0 0 0;
}
#entete a.accueil {
	display: block;
	float: left;
	width: 104px;
}
#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*/

#lien-newsletter {
	display: block;
	text-align: center;
	background:url(images/osiwa-bt-newsletter.jpg) no-repeat left top;
	width: 252px;
	height: 68px;
	text-decoration: none;
	font-family: Tahoma;
	font-size:12px;
	color: #030408;
	margin: 0 0 10px 0;
}
#lien-newsletter  span{
	display: block;
	text-align: center;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #024437;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
}

.bloc-moduleG {
	text-align: center;
	margin: 0 0 10px 0;
	width: 252px;
	
	/*border: solid 1px #000000;*/
}
.bloc-moduleG .entete-moduleG {
	background:url(images/entete-moduleG.jpg) no-repeat left top;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 12px 0 0 39px;
	height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	/*border: solid 1px #FF0000;*/
}
.bloc-moduleG .corps-moduleG {
	background:url(images/corps-moduleG.jpg) repeat-y left top;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px 0 10px 0;
}
.bloc-moduleG .pied-moduleG {
	background:url(images/bas-moduleG.jpg) no-repeat left top;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1px;
	padding: 4px 0 0 0;
}

.bloc-moduleD {
	text-align: left;
	margin: 0 0 10px 0;
	width: 236px;
	
	/*border: solid 1px #000000;*/
}
.bloc-moduleD .entete-moduleD {
	background:url(images/entete-moduleD.jpg) no-repeat left top;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	padding: 12px 0 0 39px;
	height: 28px;
	text-decoration: none;
	text-transform: uppercase;
}
.bloc-moduleD .corps-moduleD {
	background-color: #FFFFFF;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	border: none;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 15px 3px 3px 5px;
	/*padding: 0 3px 3px 5px;*/
}
.bloc-moduleD .corps-moduleD a, .bloc-moduleD .corps-moduleD a:link, .bloc-moduleD .corps-moduleD a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration: none;
}
.bloc-moduleD .corps-moduleD a:hover {
	text-decoration: underline;
}

.bloc-moduleD .corps-moduleD li {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 44px;
	list-style: none;
	display: block;
	vertical-align: center;
}
.bloc-moduleD .corps-moduleD li#none {
	height: 1px;
}
.bloc-moduleD .corps-moduleD li span {
	background: url(images/picto.jpg) no-repeat left top;
	/*padding: 11px 11px 0 0;*/
	display: block;
	height: 11px;
	width: 11px;
	float: left;
	margin: 0 4px 0 0
}
.bloc-moduleD .corps-moduleD li img {
	float: left;
	margin: 0 3px 0 0
}
.bloc-moduleD .pied-moduleD {
	background: url(images/bas-moduleD.jpg) no-repeat left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	padding: 0 0 3px 0;
}



#colonne-gauche {
	clear: both;
	float: left;
	width: 252px;
	margin: 0 12px 0 0;
	padding: 0 0 0 23px;
}

#conteneur {
	float: left;
	width: 463px;
	overflow: hidden;
}
#contenu {
	padding-top: 0.30em;
}

#navigation {
	float: right;
	width: 231px;
	/*margin-top: 1em;*/
	overflow: hidden;
	margin: 0 23px 0 12px;
}
#extra {
	float: right;
	clear: right;
	width: 236px;
	margin-top: 1em;
	overflow: hidden;
	margin: 0 23px 0 10px;
	margin: 0 0 0 10px;
	padding: 0 23px 0 0;
}

#pied {
	float: none;
	clear: both;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 0.90em;
	background:url(images/osiwa-pied.jpg) repeat-x left top;
	margin: 0 0 1px 0;
}
#pied a, #pied a:link, #pied a:visited {
	font-size: 10px;
	font-family: Tahoma;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#pied a:hover, #pied a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#pied .cote-gauche {
	float: left;
	margin: 0 0 0 30px;
}
#pied .cote-droit {
	float: right;
	margin: 0 30px 0 0;
}
#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;
	margin-bottom: 2em;
	font-size: 0.90em;
	
	font-size: 11px;
}
#hierarchie, #hierarchie a {
	color: #666;
	
	color: #333333;
}
#hierarchie a:hover {
	color: #000000;
}

.cartouche { margin-bottom: 2em; }
.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: 1.40em; font-weight: bold; color: #669; }
.texte {
	line-height: 1.60em;
	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
.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.20em 0; padding: 0.20em 0.10em; }
.menu ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #DDD; }
.menu ul li { margin: 0.20em 0; padding: 0.20em; border-top: 1px solid #DDD; }
.menu ul li ul { margin-left: 1em; border: 0; }
.menu ul li li { padding: 0; border: 0; }

.menu-langues {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.menu-langues a, .menu-langues a:link, .menu-langues a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #015B5B;
	text-decoration: none;
	font-weight: bold;
}
.menu-langues a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.menu-osiwa {
	clear: both;
	margin: 5px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: nornal;
	color: #FFFFFF;
	text-align: left;
	border-top: solid 3px #000000;
}
.menu-osiwa ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	background-color: #287c6f;
	height: 24px;
}
.menu-osiwa ul li {
	margin: 0;
	padding: 5px 0 5px 0;
	float: left;
}
.menu-osiwa ul li a, .menu-osiwa ul li a:link, .menu-osiwa ul li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 30px 5px 30px;
	background-color: #287c6f;
	border-right: 1px solid #FFFFFF;
}
.menu-osiwa ul li a:hover, .menu-osiwa ul li a:active, .menu-osiwa ul li a.on {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
/*.menu-osiwa p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu-osiwa ul li li { padding: 0; border: 0; }*/

.sous-menu-osiwa {
	clear: both;
	margin: 10px 0 0 0;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	text-align: left;
}
.sous-menu-osiwa ul {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	/*border: solid 1px #000000;*/
}
.sous-menu-osiwa ul li {
	margin: 0;
	padding: 0;
	float: left;
	/*border: solid 1px #000000;*/
}
.sous-menu-osiwa ul li a, .sous-menu-osiwa ul li a:link, .sous-menu-osiwa ul li a:visited {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0 5px;
	border-right: 2px solid #9d9d9d;
	background-color: #FFFFFF;
}
.sous-menu-osiwa ul li a:hover, .sous-menu-osiwa ul li a:active {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.sous-menu-osiwa ul li a.on {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}


/* 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;
	
	font-family: Tahoma;
	font-size: 12px;
}


/* Couleurs des liens
---------------------------------------------- */
a { color: #604A7F; text-decoration: none; }
a:focus,a:hover,a:active { color: #F57900; text-decoration: underline; }