/* ------------------------------------------
/* 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:"Arial",Verdana,Verdana; color: #333;
}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 10px; padding: 0; font-weight: normal; font-size: 1em; }
h1,h2,h3,h4,h5,h6 { margin: 10px; padding: 0; font-weight: normal; font-size: 1em; ; }
h1 { font-size: 1.70em; color: #000; }
h2 { font-size: 1.40em; font-weight: normal; color: #234FBC;}
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #234FBC; }
h3 { font-size: 1.20em; font-weight: bold; }
h4 { color: #234FBC; text-decoration: none; }
h3.spip {} /* Cf.: spip_style.css */
hr.spip {color: #234FBC; text-decoration: none;} 
p {margin:0; padding:6px; text-align:justify;
}
/* 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 */

.ombre
{background: url('img/ombre.png') no-repeat bottom right;
}
 
.ombre img
{display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px 10px;
padding: 4px;
}

.spip_logos {
margin-left: 10px;

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

div.encart {
background-color:#FFFFFF;
border:1px solid #8BC2E2;
margin:6px 6px 12px;
}

div.encartj {
background-color:#FFFFFF;
border:1px solid #FDD223;
margin:6px 6px 12px;
}

div.encartj li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

div.encartv li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.encartr h1 {
background-color:#CF0E07;
border-top-color:#CF0E07;
border:1px solid #CF0E07;
text-align:center;
color:#FFFFFF;
margin:0;
padding:6px 6px;
}

.encart h2 {
border-top-color:#8BC2E2;
border:1px solid #8BC2E2;
text-align:center;
color:#8BC2E2;
margin:0;
padding:6px 6px;
}

.encartj h2 {
background-color:#FDD223;
text-align:center;
color:#FFFFFF;
margin:0;
padding:6px 6px;
}

div.encartv {
background-color:#FFFFFF;
border:1px solid #79A416;
margin:6px 6px 12px;
}

.encartv h2 {
background-color:#79A416;
text-align:center;
color:#FFFFFF;
margin:0;
padding:6px 6px;
}

div.encartvi {
background-color:#FFFFFF;
border:1px solid #4B0164;
margin:6px 6px 12px;
}

.encartvi h2 {
background-color:#4B0164;
text-align:center;
color:#FFFFFF;
margin:0;
padding:6px 6px;
}

div.encartr {
background-color:#FFFFFF;
border:1px solid #CF0E07;
margin:6px 6px 12px;
}

.encartr h2 {
background-color:#CF0E07;
text-align:center;
color:#FFFFFF;
margin:0;
padding:6px 6px;
}

div.encartb {
background-color:#FFFFFF;
border:1px solid #00A4E2;
margin:6px 6px 12px;
}

.encartb h2 {
background-color:#00A4E2;
text-align:center;
color:#FFFFFF;
margin:0;
padding:6px 6px;
}

.encartb h1 {
background-color:#0097D8;
text-align:center;
color:#FFFFFF;
margin:0;
padding:6px 6px;
}

.encart p {
margin:0;
padding:6px;
text-align:justify;
}

.encart h2 img {
float:left;
margin:0 5px 5px 0;
}

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

#page {
display:block;
background-color:#FFFFFF;
margin:0 auto 50px;
overflow:hidden;
position:relative;
width:980px;}

#entete { 
width:980px; 
margin: 0; 
padding-top: 1.60em; 
border-bottom: 2px solid #234FBC; 
height:150px;}

#centre{
float:left;
font-size:13px;
line-height:16px;
margin:0 9px;
overflow:hidden;
padding:0 0 40px;
text-align:left;
width:540px;
margin-top: 10px;
}

#gauche 
{display:block;
float:left;
width:200px;
}
 
#droite 
{display:block;
float:left;
width:199px;
}

#unique
{display:block;
float:left;
width:780px;
}



#pied {
display: block;
width:980px;
text-align:center;
padding-top: 1.60em; 
background-color:#FFFFFF;
border:1px solid #8BC2E2;
margin:0 auto 50px;
padding:6px 6px;
}

/* 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-top: 2em; margin-bottom: 2em; }
.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: #333333; }
.texte { line-height: 1.60em; 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: #FFFFFF; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }

/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de navigation */
.encart ul { font-weight: bold; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #DDD; }
.encart li { margin: 1em;  list-style: none; }

/* 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: #234FBC; text-decoration: none; }
a:focus,a:hover,a:active { color: #8BC2E2; text-decoration: underline; }  