/*
********** STRUCTURE DE BASE
*/
* { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; text-decoration: none; }
body { background: white; color: #000; font-family: "trebuchet ms", helvetica, sans-serif; font-size: 10pt; margin: 0; padding: 0; line-height: 1.1em; }
#nav { display: none; }
#menu_gauche { display: none; }
#pied { display: none; }
#tete { display: none; }
.orientation { display: none; }

/*
********** LIENS PAR DEFAUT
*/
a { color: #00b; text-decoration: none; font-weight: bold; }


/*
********** LISTE ARTICLES
*/
.post { position: relative; margin-bottom: 1.5em; border-bottom: 1px solid #DFDFD1; }
.post .date { position: absolute; top: 0; left: 5px; width: 2.3em; text-align: right; }
.post .date .month { text-transform: uppercase; font: 700 1.0em arial, sans-serif; color: #AFA999; }
.post .date .day { display: block; font: 700 2.1em arial, sans-serif; color: #AFA999; }
.post .title { display: block; padding: 0 0 5px 0; font-size: 1.2em; font-weight: bold; color: #586B7A; }
.post p { margin-left: 3.5em; padding: 0 0 1em 1.2em; border-left: 1px solid #DFDFD1; color: #000; }
.une_titre { font-size: 120%; font-weight: bold; }
.une_secteur { text-transform: uppercase; color: #AFA999; }
.pagination { padding: 3px; text-align: center; background: #fff; border: 1px solid #EFEFE0; text-transform: uppercase; }
.gras { font-weight: bold; }
h1.titre_article { font-size: 150%; font-weight: bold; color: #b00; margin-top: 30px; margin-bottom: 30px; }
h3.spip { text-align: center; text-transform: uppercase; font-weight: bold; margin-top: 5px; margin-bottom: 5px; }
.type_document { font-size: 80%; color: #7F765F; }
.orientation  { margin-bottom: 10px; color: #7F765F; font-size: 90%; text-transform: uppercase; border: 1px solid #EFEFE0; padding: 3px; background: #fff; }
.orientation  a { font-weight: normal; color: #7F765F; }
.orientation  a:hover { color: #00b; text-decoration: underline; }
p.spip { margin: 10px 0 10px 0; }
#ventre p { margin: 10px 0 10px 0; }


/*
********** RUBRIQUES
*/
h1.titre_rubrique { font-size: 150%; font-weight: bold; text-align: center; color: #b00; }


/*
********** COLONNE DROITE
*/
#colonne_droite { display: none; }


/*
********** TABLEAUX
*/
table.spip { margin: auto; margin-bottom: 1em; margin-top: 1em; border: 1px solid; border-collapse: collapse; }
table.spip caption { margin: auto; padding: 3px; caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; font-weight: bold; }
table.spip tr.row_first { background: #7F765F; color: #fff; }
table.spip tr.row_odd { background: #EFEFE0; }
table.spip tr.row_even { background: #fff; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }


/*
********** LOGOS, DOCUMENTS ET IMAGES
*/
img { border: none; }
.spip_logos { margin-right: 5px; margin-top: 3px; }
.spip_documents { text-align: center; margin-top:1em; margin-bottom:1em; }
span.spip_documents_center { display: block; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }


/*
**********SPIP PAR DEFAUT
*/
blockquote.spip { margin: 1em;  padding-left: 1em; padding-right: 1em; border: 1px dotted; }


/*
********** MISE EN FORME DES LIENS
*/
h3.liens_titre { font-size: 120%; font-weight: bold; text-transform: uppercase; margin-top: 15px; }
.liens_liste { list-style-type: square; padding: 0; margin-left: 30px; margin-top: 5px; }
.liens_liste li { color: #b00; }


/*
********** GALERIE PHOTOS
*/
#main-content .spip_logos { margin:0; }
#main-content a { width: 120px; display: block; float: left; margin-top: 5px; margin-left: 5px; background-color: #fff; border: 5px solid #fff; }
#main-content a:hover { background-color: #b00; border: 5px solid #b00; }
#main-content img { border: none; }
