* {margin: 0; padding: 0; list-style-type: none;}

html, body	{ width: 100%;	height: 100%;}

body  {
	font-size: 11px;
	font-family: Verdana;
	background: #95a1a3 url(img/fond-body.gif);
	text-align: center
}

/*************************************************************************************************/
/* SPIP-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de votre squelette                */


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip {float: left; display: block;}
ol.spip { list-style: decimal; }
ol.spip li { list-style: inherit; }
li.spip {}

h3.spip {
}

/* Paragraphes, citations, code et poesie */
p.spip_note {}
p.spip { text-align: left; }
blockquote.spip, .spip_serif { font-family: "Bitstream Vera Serif", Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.1em; }
.spip_cadre { width: 99%; border: 1px solid; }

.spip_surligne { background: #FF6; }

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

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 10px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 10px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin: 0 auto;}
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin: 0 auto;
}

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.spip_modele {float:right; display:block; border:1px dotted gray; width:180px;}

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

a, a:link, a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #cc0000;
}

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #900; } /* liens internes */
a.spip_out { color: #900; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #0A74A6; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */
a.on { font-weight: bold; color: #000; } /* liens exposes */

/*************************************************************************************************/



#page { 
	margin: 0 auto;
	width: 842px;
	text-align: center;
	background: #95A1A3 url("img/fond-page.gif") repeat-y center top;
	position: relative;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
}
h1, h1.titre-article {
	font-size: 20px;
	padding: 0 0 14px 20px;
	background: transparent url("img/fond-h1.gif") no-repeat 0 6px;
}
h1.accueil {
	margin-bottom: 18px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: bold;
}

h2.titre-article { margin-bottom: 0px; }

h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 110%;
}

/* Intertitres insérés dans un article  */
h2, h3.spip {
	font-size: 18px;
	background: transparent url(img/fond-h2.gif) no-repeat 0 14px;
	padding: 10px 0 10px 20px;
	margin: 0;
	font-weight: normal;
	text-align: left;
}

h4
{
	margin: 2px;
	font-size: 100%;
	font-weight: bold;
}

h5
{
	margin: 2px;
	margin-left: 0px;
	font-size: 90%;
	font-weight: bold;
}

h6
{
	margin: 2px;
	margin-left: 0px;
	font-size: 80%;
	font-weight: bold;
}

ul li, h3 a {
	background: transparent url(img/puce.gif) no-repeat 0 2px;
	padding: 0 0 4px 15px;
}
h3 b.petit-info a {
	background: none;
	padding: 0;
}

#entete
{
	margin: 0 auto;
	width: 810px;
	height: 197px;
	background: transparent url(img/fond-header.jpg) no-repeat center top;
	text-align: left;
	z-index: 3;
}
#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
}

/* debut menus */
#encart
{
	float: left;
	width: 265px
}

#encart .menu {	
	margin: 0 50px 0 15px;
}
#encart .menu p {	
	padding: 10px;
	color: #4E6666;
	font-size: 12px;
	line-height: 1.4em
}

.menu {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
.menu ul li {	
	background: transparent url(img/fond-menu-li.gif) no-repeat bottom right;
	padding: 3px 13px 17px 0;
}
.menu ul li.sans_fond {	
	background: none;
}
.menu ul li.sans_fond.on {	
	background: transparent url(img/fond-menu-li.gif) no-repeat bottom right;
}
.menu ul li a, .menu ul li b {	
	background: transparent url(img/fond-menu-li-a.gif) no-repeat 178px 2px;
	padding: 0 15px 0 0;
	display: block;
}
.menu ul li span
{
	display: block;	
	font-style: italic;
	background: none;
	padding: 3px 15px 0 0;
	font-weight: normal;
	font-size: 10px;
}
.menu ul li span a {	
	background: none;
	padding: 0;
}
.menu ul li a, 
.menu ul li a:visited,
.menu ul li b {}
.menu ul li a:hover {}


.menu ul li a:hover,
.menu ul li li a:hover,
.menu ul li li a.lienon {}

.menu ul li li a, 
.menu ul li li a:visited,
.menu ul li a:hover,
.menu ul li li a:hover {}

.menu ul li li a.lienon {}

.menu ul li li a.article {}
.menu ul li li a.article:hover {}

.menu ul li {}
.menu ul ul {}
.menu ul li li a {}

.menu li li address a
{
	padding: 0px 0 4px 4px;
	font-style: italic;
}

/*  Titre rubrique dans #encart .menu */
.rub {
	background: transparent url(img/fond-menu-rub.gif) no-repeat bottom right;
	padding: 13px 15px 13px 0;
}
.rub a, .rub b {
	padding: 0 15px 0 0 ;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
/*  Titre sous rubrique dans #encart .menu */
.menu ul li.s-rub {
	background: transparent url(img/fond-menu-s-rub.gif) no-repeat bottom right;
	padding: 13px 15px 13px 0;
	position: relative;
	top: -6px;
}
.menu ul li.s-rub a {
	background: transparent url(img/fond-a-s-rub.gif) no-repeat 175px 2px;
	padding: 0 15px 0 0;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.menu ul li.s-rub a.on {
	color: #000000;
}

.menu li.sous-sous-rub {
	background: none;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
}
.menu li.sous-sous-rub a {
	background: transparent url(img/fond-menu-lili-a.gif) no-repeat 168px 6px;
	padding: 0 15px 0 0;
	display: block;
}
.menu li.sous-sous-rub a.on {
	font-weight: bold;
	color: #000000;
}
.menu li.sous-sous-rub span {
	display: block;
	padding-right: 0;
}
.menu li.sous-sous-rub span a {
	background: none;
	display: block;
	padding-right: 10px;
}
.menu li.sous-sous-rub span a.on {
	font-weight: bold;
	color: #000000;
}
.menu ul li.sans_fond a.on { font-weight: bold; color: #000; } /* liens exposes */

/*  ANNONCE dans #encart */
.annonce {}
.menu li.annonce a {}
.menu li.annonce .spip_logos,
.menu li.annonce a img {}

#menu-top {
	position: absolute;
	top: 46px;
	left: 666px;
	text-align: left;
	z-index: 97;
}
#menu-top ul li {
	background: none;
	padding: 0;
}
#menu-top ul li a {
	background: transparent url(img/puce.gif) no-repeat 0 4px;
	padding: 0 0 10px 12px;
	text-transform: uppercase;
} 


#menu-principal {
	position: absolute;
	top: 162px;
	left: 266px;
	text-align: left;
	z-index: 98;
	width: 560px;

}
#menu-principal ul li {
	float: left;
	background: none;
	padding: 0;
}
#menu-principal ul li a {
	background: transparent url(img/puce.gif) no-repeat 0 3px;
	padding: 0 10px 0 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
} 

/* #menu-recherche {  position: absolute; top: 185px; width: 148px;} */
#menu-recherche { width: 100px; }
#menu-recherche.menu ul li { border-top: 0; }

#menu-rubriques { position: absolute; top: 190px; width: 150px;
	z-index: 90px;
}

.menu-item { font-size: 85%; }

.menu-item,
.menu-titre-special, 
.menu-titre { background-color: #313c72; } 


/* fin des menus */


/* (inc/inc-menu.html) */
#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	background: none;
	display: block;
	z-index: 95;
}


#bloc-contenu
{
	position: relative;
	float: left;
	padding: 0 38px 0 0;
	border: none;
	width: 510px;
	background: transparent url(img/fond-contenu.gif) no-repeat right top;
	text-align: left;
}
#bloc-contenu ul {
}


#bas {
	margin: 0 auto;
	padding: 22px 0 25px 272px;
	width: 570px;
	font-size: 10px;
	background: transparent url(img/fond-footer.gif) no-repeat center bottom;
	text-align: left;
	clear: both;
}

#encart .ps  {
	width: 232px;
	position: relative;
	left: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4E6666;
	font-size: 13px;
	line-height: 15px;
	background: transparent url(img/citation.gif) repeat-y 0 0;
}
* html #encart .ps  {
	left: 1px;
}
.ps div {
	background: transparent url(img/citation-bas.gif) no-repeat bottom left;
	padding: 0 0 20px 0;
}
.ps div p {
	background: transparent url(img/citation-haut.gif) no-repeat top left;
	padding: 10px 20px 10px 10px;
	height: 100%;
}
.ps i {
	font-style: italic;
	display: block;
	font-size: 11px;
}
#page.sommaire #encart .ps  {
	top: -13px;
}

.article-info-rubrique {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #990000;
}

/* -------------------------------------------------------
 	15. PLAN DE SITE
 ------------------------------------------------------- */
#plan {
	margin: 0px;
	padding: 0px;
}

#plan ul
{
	padding-left: 2px;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 1.5em;
}

#plan ul ul { list-style: disc; }
#plan ul ul ul { list-style: disc; margin-left: 1em;}
#plan ul ul ul ul { list-style: disc; }

#plan li
{
	/*background: #EEEEEE;*/
	margin-bottom: 1px;
	font-weight: bold;
}

#plan li li
{
	font-weight: normal;
	list-style-type: square;
	background: none;
	padding-left: 0px;
}

.plan-archives
{
	font-size: 95%;
	font-weight: bold;
	padding-left: 1px;
	font-weight: bold;
	background: #DDDDDD;
}

#plan h2 {
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}
#plan h3 {
	text-transform: uppercase;
	padding: 2px 0;
	text-indent: 2px;
	background: transparent url(img/fond-hr.gif) no-repeat top left;
	padding: 15px 0 0 0;
}


/* -------------------------------------------------------
 	10. FORUM
 ------------------------------------------------------- */

a.spip_barre img
{
	border: 1px solid #bbb;
	padding: 2px;
	margin: 0px;
	background-color: #eee;
}

a.spip_barre:hover img
{
	border: 1px solid #aaa;
	padding: 2px;
	margin: 0px;
	background-color: white;
}

.reponse_formulaire
{
	font-family: Arial, Geneva, Helvetica, Lucida, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.forum-titre
{
	font-weight: bold;
	font-size: 120%;
}
.chapo
{
	font-weight: bold;
	text-align: left;
	background-color: #f3f3f3;
	margin: 0 0 1em 0;
	background: transparent url(img/fond-hr.gif) no-repeat bottom left;
	padding: 0 0 15px 0;
}
.chapo
{
	line-height: 1.4em;
	margin-top: 1em;
	clear: both;
}

.edito .chapo {
	margin-top: 0;
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
}
.texte_accueil {
	width: 298px;
	float: left;
}
.texte_accueil h3 {
	clear: both;
}


ul .forum-chapo { font-size: 83%; }
.forum-item { font-size: 92%; }

.surtitre
{
	font-size: 11px;
	color: #95A1A3;
}

.sous-titre
{
	font-size: 11px;
}



.encadre {
	padding: 10px;
	margin: 5px 0;
	background-color: #C8DBDB;
}
.cadre {
	padding: 10px;
	margin: 5px 0;
	clear: both;
}

.edito{
	background: transparent url(img/fond-edito-couleur.gif) repeat 0 0;
	width: 197px;
	float: right;
}
.edito .fond {
	background: transparent url(img/fond-edito.gif) no-repeat bottom left;
	padding: 10px 10px 30px 10px;
}



.edito h3
{
	background: EBF0F0 url(img/titre-coin.gif) no-repeat top left;
}
.signatures td 
{ 	
	background: url(img/titre-coin.gif) no-repeat top left;
}
.separateur
{
	background: transparent url(img/puce.gif) no-repeat left center;
}
h5 .separateur {
	background: none;
	color: #990000;
}

#entete .nom-site span {}

#menu-lang,
#formulaire-lang {
	right: 0;
	text-align: right;
}

.clear {clear: both;}
.retrait {
	padding: 0 0 0 30px;
}
