/* CSS Document */

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

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-family: verdana, Times, serif; }
h1 { font-size: 1.40em; color: #AF8300; font-family: verdana; font-weight: bold;  }
h2 { font-size: 1.40em; font-weight: normal; }
/*h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; } */
h3 a, h3 a:focus, h3 a:hover, h3 a:active {  margin: 0; padding: 0; line-height: 2.0em }
h3 {  margin: 0; padding: 0;font-size: 1.0em; font-weight: bold; line-height: 1.0em; }
h4 { margin: 0; padding: 0; font-size: 1em; font-weight: bold; color: #CD6502;line-height: 1em;}
h5 {  margin: 0; padding: 0;font-weight: bold;color: #003400; line-height: 1em;}
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 {}
p.spip{
}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img { margin: 0; padding: 0; border: 0; }
a .spip_logos { border: 0; }
.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 */

/*.format_png { behavior: url(win_png.htc); }*/

#pied { margin: 0 auto; width: 760px; height: auto; padding: 30px 15px 15px 15px ;/*padding: 35em 0; */ text-align: center; font-size: 0.90em; }
#pied img { vertical-align: middle; }

.spip_surligne { background-color: #FFFFFF;} /* Cf.: spip_style.css */


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


abbr.published { border: 0; }

#navigation { float: right; width: 30%; margin-top: 1em; padding-top: 10em; overflow: hidden; }
#extra { float: right; clear: right; width: 30%; margin-top: 1em; overflow: hidden; }

.cartouche { 
text-align: left;
padding: 0 0 20px 0px;
}


#formu-recherche{
width: auto; 
height: auto;
float: right;
margin-right: 6px;
}



/* Couleurs des liens
---------------------------------------------- */
a.normal {   text-decoration: none; }
a.normal:focus,a:hover,a:active { text-decoration: underline; }

