

 
	body {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	padding: 0px;
	margin: 10px;
}

a.spip-admin-boutons {display : none;}



/* ~~~~~~~~~~~~ article (affichage presque semblable à "derniers articles" ~~~~~~~~~~~~ */

.article a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.article a:after {
	display: inline;
	content: " <" attr(href) ">";
}

.article a.spip_note:after {
	display: none;
}

.article .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
}

.article .surtitre {
	color: #777777;
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
}

.article .titre {
	color: #990000;
	font-size: 200%;
	font-weight: bold;
	margin: 0px;
}

.article .soustitre {
	color: #777777;
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
}

.article .detail {
	color: #6262A4;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.article .texte {
	margin: 10px 0px 10px 0px;
}

.article .web {
	border: 10px 0px 10px 10px;
	color: #990000;
}

.article .chapo {
	color: #6262A4;
	margin: 10px 200px 10px 0px;
	font-weight: bold;
	border: 1px solid #6262A4;
	padding: 5px;
}

.article .chapo .spip {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.article .post-scriptum {
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	font-size: 100%;
	border-top: 2px solid #6262A4;
}

.article .post-scriptum .extrait {
	font-weight: bold;
	color:#6262A4;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.article .notes {
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	border-top: 2px solid #6262A4;
	font-size: 90%;
}

.article .en-tete {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
}

.article h3 {
	color: #6262A4;
	font-weight: bold;
	font-size: 160%;
	margin: 1.5em 0em 0.5em 0em;
}

.article blockquote {
	border: 1px solid #808080;
	background: #EEEEEE;
	padding: 10px 20px;
}

.article .spip_code {
	display: block;
	padding: 10px 20px;
}

.article table {
	font-size: 90%;
	border-color: #FFFFFF;
}

.article tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.article tr.row_odd {
	background: #DDDDDD;
	color: #000000;
}

.article tr.row_even {
	background: #DDDDDD;
	color: #000000;
}

.article td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}




/* Puces generees par un tiret seul en debut de ligne */
/* Ces puces ne sont pas incluses dans une balise <ul> et le code obetnu est <li class="spip"> */
li.spip {list-style-image: url(http://www.valas.fr/squelettes/images/puce-n0.gif); list-style-position: inside;}
/* Puces generees par un tiret suivant d'un ou plusieurs asterisques (ex: -* blabla...) */
/* Ces puces sont incluses dans une balise <ul class="spip"> et le code de chaque item est <li class="spip"> */
ul.spip,  ol.spip {margin-left: 1em; padding-left: 1em;}
ul.spip li.spip {list-style-image: url(http://www.valas.fr/squelettes/images/puce-n1.gif); list-style-position: inside;}
ul.spip ul.spip  {margin-left: 1em; padding-left: 1em;}
ul.spip ul.spip li.spip {list-style-image: url(http://www.valas.fr/squelettes/images/puce-n2.gif); list-style-position: inside;}

ol.spip li.spip {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
}

ol.spip ol.spip li.spip {
	list-style-type: lower-alpha;
}

ol.spip ol.spip ol.spip li.spip {
	list-style-type: lower-roman;
}



.spip_documents_left {
	float: left;
	margin: 0 10px 10px 0;
}

.spip_documents_center {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0 0px 10px 0px
}

.spip_documents_right {
	float: right;
	margin: 0 0 10px 10px;
}

.spip_documents_no-float {
	clear: both;
	margin: 0 0 10px 0;
}

.spip_documents_left .spip_documents, .spip_documents_center .spip_documents, .spip_documents_right .spip_documents {
	text-align: center;
	font-size: 90%;
	border: 1px solid #6262A4;
	background: #F0F0FA;
	padding: 5px 0 5px 0;
	margin: auto;
}

.spip_documents_no-float .spip_documents {
	text-align: center;
	font-size: 90%;
	border: 1px solid #6262A4;
	background: #F0F0FA;
	padding: 5px 0 5px 0;
}

span.spip_documents_center {
	clear: both;
	display: block;
}

.spip_doc_titre {
	clear: both;
	font-weight: bold;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	text-indent: 0;
}

.spip_doc_descriptif {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
	color: #808080;
}

img {
	border-width: 0;
}

.clearer {
	clear: both;
	display: block;
}


<!--[if gte IE 6]>
    /* IE.CSS                                                              */
/* Cette feuille contient:                                              */
/* - tous les hacks necessaires a IE 6       */
/* -------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/* RAZ                                                                  */
/* -------------------------------------------------------------------- */
* html * {height:1; zoom:1}
* html .ajaxbloc, * html input, * html img, * html textarea, * html blockquote {height:auto;}
/* html object {height:none;}*/
 
/* -------------------------------------------------------------------- */
/* layoutxx.css                                                         */
/* -------------------------------------------------------------------- */


/* -------------------------------------------------------------------- */
/* base.css                                                             */
/* -------------------------------------------------------------------- */
* html .spip_code, * html .spip_cadre {height:auto;}
* html blockquote.spip_poesie div {text-indent:0;}

* html .formulaire_recherche input{border-width:0px; display:inline; background-color:#E0E0E0}
* html .formulaire_recherche input.text {height:23px; width:118px; border:1px solid #6262A4;}
* html .formulaire_recherche input.submit {border: 0px;}
/* -------------------------------------------------------------------- */
/* layout.css                                                           */
/* -------------------------------------------------------------------- */


/* -------------------------------------------------------------------- */
/* bandeau.css                                                          */
/* -------------------------------------------------------------------- */
/* html .bandeau_haut {height: 325px;} /* IE6 ne comprend pas min-height */
* html .bandeau_haut {height:50px;}
* html .nav_bandeau{width: 45%;} /* IE6 ne comprend pas max-width */
* html .bandeau_bas {height: 23px;}

/* -------------------------------------------------------------------- */
/* noisettes.css                                                        */
/* -------------------------------------------------------------------- */
* html #noisette_herbier.noisette .contenu .texte ul.innerfade li {margin-left:-60px;}
* html #noisette_miniagenda.noisette {height:auto;}
* html #noisette_miniagenda.noisette .contenu{width:178px}
* html #noisette_miniagenda.noisette .contenu br.nettoyeur{line-height : 0;} /* Sous IE6 ce nettoyeur a une hauteur non nulle */
* html #noisette_miniagenda.noisette .contenu h2 {float:left;}
* html #noisette_miniagenda.noisette .contenu h2.titre_bloc.centre{width: 90px;}
* html #noisette_miniagenda.noisette .contenu h2 a.titre_bloc.bord{width: 44px;}
* html #noisette_miniagenda.noisette .contenu h2 a.titre_bloc#auj{border:none}
* html #noisette_miniagenda.noisette .contenu h2#auj{width: 100%;}
* html .menu_rub1 ul.menulist ul {top: -1px;}
/* -------------------------------------------------------------------- */
/* elements.css                                                         */
/* -------------------------------------------------------------------- */
* html .cartouche{width: 180px;}
* html .planche li {height: 16em;}


* html #planche.galerie-album, *+html #planche.galerie-album  {height: 220px;}
* html .album_vignette a.image-vignette, *+html .album_vignette a.image-vignette {/*hack pour ie : permet de creer le fond bleu des vignettes et l'espacement entre elles*/
	background-color: #E0E0E0;
	padding: 0;
	margin: 5px;
	height: 100px;
}<![endif]-->