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

/* largeur ecran
 * -------------------------------------
 * 771px				48em
 * 800px				50em
 * 960px				60em
 * 1024px				64em
 * feuille de style basee sur 100% (equivalent 1em) pour un design en accessibilite.
 * la police à 100% ici est de 16px, soit 0.97em, et remet tout dans l'ordre.
 * pour obtenir une taille en em a partir des pixels, on divise par 16
 * par exemple 1024px ÷ 16 = 64 em.
 * de cette manière l'internaute qui agrandira ou diminuera la taille verra TOUT le site
 * agrandi ou diminue dans des proportions respectees.
 */

/* 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
/*  ------------------------------------------ */

/* -- WinIE correction de la retaille du texte -- */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */

body {
	background: url(squelettes/img/gif/bg_head.gif) repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: verdana, arial, helvetica, sans-serif, sans;
	font-size: 0.8125em; /* standard de spip */
	font-size: 0.97em; (equivalent de 1em, soit 100%)
	color: #333;
}

hr.spip {
	border: 0;
	color: #29abe2;
	background-color: #29abe2;
	height: 1px;
	margin-top: 0;
}

hr.gris {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

.orange {
	color: #f08518;
}

/*  ------------------------------------------
/*  Couleurs des liens par d&#381;faut
/*  ------------------------------------------ */
a { color: #604A7F; text-decoration: none;outline: none !important }
a:focus,a:hover,a:active { color: #F57900; text-decoration: underline; }

/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em;  }
h1 { 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 { 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 {list-style: decimal;} /* 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
/* ------------------------------------------ */

/*taille de la page du site reglee a 1008 px*/
#page { position: relative; width: 63em; margin: 0 auto; padding: 0 8px;text-align: left; }

#entete { width: 63em; height: 130px;margin: 0; }
#entete #entetelogo {float: left;}
#entete a.accueil {display: block; width: 17%; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 1em;margin: 30px 0 0 0; }
#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: left; width: 78%; overflow: hidden; }
#contenu { float: left;padding-top: 0.30em;width: 70%; }
#navigation { float: right; width: 28%; overflow: hidden; }
#extra { float: right; clear: right; width: 20%; margin-top: 2em; overflow: hidden; }

#conteneur {margin-top: 2em;}

#pied { clear: both; width: 100%; margin: 0; padding: 0.70em 0; border-top: 1px solid; text-align: center; font-size: 0.88em; }
#pied img { vertical-align: middle; }
#pied a {color: #666;}

/* 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 { float:left; margin-bottom: 0; font-size: 0.80em; margin: 9em 0 0 2em; }
#hierarchie, #hierarchie a { color: #666; }

.cartouche { margin-bottom: 2.2em;}
.cartouche .spip_logos { float: left; margin: 0 5px 4px 0; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche .published {font-size: 0.80em;}
.surtitre, .soustitre { font-size: 0.90em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
.cartouche .entry-title { font-size: 1.20em; }
.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: 0.5em; border-top: 1px solid;line-height: 1.20em; font-weight: normal; letter-spacing: 2px;color: #29abe2; font-size: 0.80em;text-align: justify; }
.texte { line-height: 1.40em;font-size: 0.90em;text-align: justify; }
.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; }*/

/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }

/* Rubriques, Sous-Rubriques et Articles */
ul#menus_rub,ul#menus_rub li{margin:0;padding:0;list-style: none;}
ul#menus_rub li {margin:0;}
ul#menus_rub h3 {font: normal 100%/1.5 Verdana,sans-serif;margin:0;padding: 5px 0 3px 8px;text-align:left;}
ul#menus_rub h3 a {color: #fff;text-decoration: none;}
ul#menus_rub h3 a:hover {color: #000;text-decoration: none;}
ul#menus_rub h3 a.on {color: #000;font: normal 100%/1.5 Verdana,sans-serif;}
ul#menus_rub p {margin:0;padding:5px 5px;}
ul#menus_rub div {margin-bottom: 8px;}

ul#menus_rub div#menu1{background:#f15a24}
li#titre1 h3{background: #f15a24;border-bottom: 1px solid #fff;}

ul#menus_rub div#menu6{background:#29abe2}
li#titre6 h3{background: #29abe2;border-bottom: 1px solid #fff;}

ul#menus_rub div#menu2{background:#39b54a}
li#titre2 h3{background: #39b54a;border-bottom: 1px solid #fff;}

ul#menus_rub div#menu4{background:#662d91}
li#titre4 h3{background: #662d91;border-bottom: 1px solid #fff;}

ul.menus {width: 200px;padding: 5px 0 5px 12px;text-indent: -1em;}
li.lignemenu a{display: block;font-size: 80%;color: #fff;margin: 0 0 5px 20px;text-decoration: none;}
li.lignemenu a:hover {color: #000;}
li.lignemenu a.on {font-weight: normal;color: #000;}
li.lignemenussrub a {display: block;font-size: 80%;color: #fff;font-weight: bold;margin: 0 0 5px 20px;text-decoration: none;}
li.lignemenussrub a.on {color: #000;}
li.lignemenussrub a:hover {color: #000;}

/* Bloc Contact dans rubriques et articles */
ul#bloc_contact,ul#bloc_contact li{margin:0;padding:0;list-style: none;}
ul#bloc_contact li{margin:0;}
ul#bloc_contact h3{font: normal 120%/1.3 Verdana,sans-serif;
    margin:0;padding: 5px 0 3px 8px;text-align:left;color: #fff}
ul#bloc_contact p{margin:0;padding:5px 5px;}
ul#bloc_contact div {margin-bottom: 10px;}
ul#bloc_contact div#menu_contact{background:#9e005d;}
li#titre_cont h3{background: #9e005d;border-bottom: 1px solid #fff;}

.formulaire_recherche { margin-bottom: 2em; } /*Cf.: spip_formulaires.css*/

/* Listes d'articles et extraits introductifs */
.articles h2 {font-size: 95%;font-weight: bold;margin-bottom: 10px;}
.articles h2 span {color: #29abe2;}
.articles ul {list-style-type: none;margin-left: 20px;}
.articles ul li { clear: both; padding: 0.10em 0.20em; }
.articles ul li h3 { margin: 0.30em 0;font-weight: normal;font-size: 100%; }
.articles ul li h3 img{margin-right: 4px;}
.articles ul li div{margin-left: 18px;font-size: 80%;color: #29abe2;}
.articles .spip_logos { float: left; clear: right; margin: 0 10px 4px 0; }
.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; }

.articles_suite h2 {margin: 0 0 10px 20px;font-size: 95%;font-weight: bold;}
.articles_suite span {font-size: 80%;line-height: 1.5em;}
.articles_suite span a{color: #29abe2}
.articles_suite ul {list-style-type: none;margin-left: 30px;}
.articles_suite ul li { clear: both; padding: 0.10em 0.20em; }
.articles_suite ul li h3 { margin: 0.30em 0;font-weight: normal;font-size: 90%; }
.articles_suite ul li h3 img{margin-right: 4px;}
.articles_suite .spip_logos { float: left; clear: right; margin: 4px 10px 0 0; }
.articles_suite ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles_suite ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }

.sites {width: 95%;}
.sites h2 {margin: 0 0 10px 10px;font-size: 95%;font-weight: bold;margin-bottom: 5px;}
.sites ul {list-style-type: none;margin-left: 14px;border-top: 1px solid #29abe2;}
.sites ul li {font-size: 85%;}
/*  ------------------------------------------
/*  Habillage specifique de certaines pages
/*  ------------------------------------------ */

/*  Page sommaire
---------------------------------------------- */

body.page_home {
	background-image: none;
	background: #fff;
}

.page_home #header-ref {margin-left: 5px;text-align: center;}

#header-ref span {font-size: 75%;color: #ccc;}

.page_home #contenant {
	margin: 3.75em 0 0 0;
	width: 100%;
	background: #000;
}

.page_home #bloc_gauche {
	margin: 3.75em 0 0 0;
	width: 35.625em;
	height: 35.625em;
}

.page_home #bloc_gauche img {z-index: 1;}

#bloc_gauche .bloc {
	width: 11.870em;
	height: 11.875em;
}

.hg {float: left;background: #3AB54B;}
.hh {float: left;background: #fff;}
.hd {float: left;background: #9F005D;}

.mg {float: left;background: #01A89E;}
.mm {float: left;background: #fff;}
.md {float: left;background: #F15A25;}

.bg {float: left;background: #2D3192;text-align: center;}
.bb {float: left;background: #fff;}
.bd {float: left;background: #fff;}

.bg p {margin-top: 5.312em;}

.bg p a {
	font-size: 120%;
	color: #fff;
}
.bg p a:hover {
	color: #f15a25;
	text-decoration: none;
}

#bloc_gauche img {
	position: absolute;
	top: 14.375em;
	left: 19.375em;
}

.presenter {
	width: 11.25em;
	/*height: 190px;*/
	background: none;
}

.presenter p.titre a {
	font-size: 120%;
	margin-left: 0.625em;
	color: #fff;
}

.presenter p.titre a:hover {color: #f15a25;text-decoration: none;}

.presenter ul {list-style: none;margin-left: 0.625em;}
.presenter ul li a {font-size: 90%;color: #fff;}
.presenter ul li a:hover {color: #f15a25;text-decoration: none;}

.agence {position: absolute; top: 8.125em; left: 36.875em;}

.ressources {position: absolute; top: 8.125em; left: 48.125em;}

.offres {position: absolute; top: 21.875em; left: 36.875em;}

.references {position: absolute; top: 21.875em; left: 48.125em;}

.savoir {position: absolute;top: 25em; left: 46.875em;width: 11.56em; background: #C1282D;padding: 0 0 1.20em 1.25em;}

ul.ssrub {margin-top: 10px;}


/*  Page article.html
---------------------------------------------- */
.tete-article {margin-left: 105px;}
.tete-article h1 img {margin: 0;}

.page_article .chapo {
	border-top: 1px solid #29abe2;
	border-bottom: 1px solid #29abe2;
	padding-bottom: 15px;
}

.page_article .surtitre {
	font-size: 0.80em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	line-height: 2em;
	padding-left: 10px;
	background-color: #29abe2;
	color: #000000;
}

.page_article .entry-content {font-size: 80%;}
.page_article ul.spip {margin-left: 30px;list-style-type: none;}
.page_article ul.spip li {background: #fff url(squelettes/img/png/flecher_02.png) 0 1px no-repeat;padding-left: 23px;}

.page_article ul.spip ul.spip {list-style-type: disc;margin-left: 45px;}
.page_article ul.spip ul.spip li{background: none;padding-left: 0;}

.page_article ol.spip{margin-left: 25px;}
.page_article p.parag {font-size: 120%;color: #29abe2;}

/* page incluse inc-articles.html  */

.autres_articles hr {margin: 0 0 5px 0;}
.autres_articles h3{font: normal 120%/1.3 Verdana,sans-serif;
    margin:0;padding: 0;text-align:left;color: #29abe2;}
.autres_articles ul {margin: 0 0 0 10px;list-style: none;}
.autres_articles ul li {
	font: normal 90%/1.4 Verdana,sans-serif;}
.autres_articles ul li a {color: #000;text-decoration: none;}
.autres_articles ul li a:hover {color: #29abe2;}

/*  Pages contact.html, localisation.html
---------------------------------------------- */

#contenu #contact { 
	/*width: 33em;*/
	width: 80%;
	margin-top: 25px;
	margin-left: 15%;
	margin-right: 15%;
	/*border: 1px solid red;*/
}

.page_contact h3, .page_upload h3{
	margin-bottom: 10px;
}

.page_contact .vcard, .page_upload .vcard {
	font-size: 80%;
}

.page_contact .contacter {
	display: none;
}

.vcard p {
	font-weight: bold;
}

.vcard p a {
	font-size: 110%;
}
#extra a.charger {font-size: 90%;}

.page_localisation .vcard {
	font-size: 90%;
}
.page_localisation p.appel {font-weight: normal;font-size: 110%;color: #604A7F;}
.page_localisation p.appel a {font-weight: bold;}
.page_localisation p.appel a:hover {text-decoration: none;}

.page_localisation a.ecrire:hover {text-decoration: none;}

/*  Page site.html
---------------------------------------------- */

.page_site .articles img {margin: 5px 2px 0 0;}
.page_site .articles ul li small { font-size: 70%;margin-left: 20px; }

/*  Page plan.html
---------------------------------------------- */

.page_plan .plan_site {margin-left: 15px;}
.page_plan .plan_secteur {float: left;width: 48%;margin-bottom: 1.5em;}

.page_plan h2 {font-size: 110%;font-weight: bold;}

.page_plan h2.coul1 a {color: #f15a24;}

.page_plan h2.coul6 a {color: #29abe2;}

.page_plan h2.coul2 a {color: #39b54a;}

.page_plan h2.coul4 a {color: #662d91;}


.page_plan ul.plan_art {margin: 0.5em 0 0.5em 2em;font-size: 80%;}

.page_plan ul.plan_ssrub, .page_plan ul.plan_web {margin: 0.5em 0 0.5em 1.9em;}
.page_plan ul.plan_ssrub li a, .page_plan ul.plan_web li {font-size: 95%;}
.page_plan ul.plan_web {color: #604A7F;}

/* Liens spéciaux 
---------------------------------------------- */
a.spip_out {background: url(squelettes/img/gif/out.gif) right no-repeat;padding-right: 14px;}
a:hover.spip_out {text-decoration: none;}