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

BODY {
	FONT-SIZE: 12px; COLOR: 666666; FONT-FAMILY: arial,helvetica,sans-serif
}

#fond {
	width: 740px;
	background-image: url(images/fond.jpg);
	margin: 0 auto;
}

#fond #en-tete {
	background-image: url(images/header01.jpg);
	height: 101px;
	width: 740px;
}

#haut-menu {
	background-image: url(images/haut_menu_logo.jpg);
	height: 76px;
	width: 176px;
}

#bas-menu {
	background-image: url(images/bas_menu.jpg);
	height: 168px;
	width: 176px;
}

#pied-de-page {
	background-image: url(images/footer.jpg);
	height: 96px;
}

/* Menu */

dl, dt, dd, ul, li {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}
#menu {
position: relative; /* placement du menu, à modifier selon vos besoins */
}

#menu ul li {
text-align: left;
padding: 0 3px 0 5px;
border-top: 1px #8baa65 solid;
}

#menu ul li ul li{
text-align: right;
border-top: none;
}


#menu {
width: 175px;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
#menu dt {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
width: 170px;
text-decoration: none;
color: #496222;
font-size: 12px;
font-weight: bold;
height: 16px;
cursor: pointer;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 3px;
}
#menu dd {
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #496222;
font-size: 11px;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#menu li a, #menu dt a {
text-decoration: none;
color: #496222;
font-size: 12px;
}
#menu li a:hover, #menu dt a:hover {
text-decoration: none;
color: #8CAB65;
}

#menu ul li ul li a {
text-decoration: none;
color: #496222;
font-size: 12px;
font-weight: normal;
}
#menu ul li ul li a:hover {
text-decoration: none;
color: #8CAB65;
}



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

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

ul.spip { list-style: disc; }
ol.spip { list-style: decimal; }
ul.spip li, ol.spip li { list-style: inherit; }
li.spip { margin: 0.3em 0 0.3em 0.8em; list-style-position: outside; }

h1 {
color: #AB0D16;
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #AB0D16;
font-size: 14px;
font-weight: bold;
}

h1.vert {
color: #507036;
font-size: 12px;
font-weight: bold;
border: 0px;
}

h2 {
font-size: 13px;
color: #507036;
margin: 0px 10px 0px 10px;
}

h3.spip {
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #507036;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #507036;
	FONT-WEIGHT: bold;
	text-align: left;
 }

/* Paragraphes, citations, code et poesie */
p.menu {margin: 0px 0px 0px 5px;}
p.spip {}
p.spip_note {}

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 {
	width: 530px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	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: 0px;
	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: 0; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
.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; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; }

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

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

/* * 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: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */

A { text-decoration:none;}
A:link	{color:blue;}
A:visited{color: blue;}
A:hover	{color: red;}
 .tabb { font-weight:bold; font-size:14px; font-family:Arial,Helvetica;}
 .tan {FONT-SIZE: 12px; COLOR: navy; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center}
 .tann {FONT-WEIGHT: bold;FONT-SIZE: 18px; COLOR: navy; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center}

a.theme {
color: #375C18;
}

a:link.theme {
color: #375C18;
}

a:visited.theme {
color: #375C18;
}

a:hover.theme {
text-decoration: none;
color: #98AB4C;
}


#conteneur{
margin: 0px 10px 0px 10px;
}

.ariane{
margin: 0px 10px 0px 10px;
}

#centre{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

#centre a {
color: #375C18;
}

#centre a:hover {
text-decoration: none;
color: #98AB4C;
}

#principal {
margin: 0 auto;
text-align: justify;
}

#menu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color : #FFFFFF;
}

#menu a {
text-decoration: none;
color: #496222;
font-size: 12px;
}

#menu a.ss-rub {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #496222;
font-size: 11px;
font-weight: normal;
}

#menu a:hover {
text-decoration: none;
color: #8CAB65;
}

#footer {
background-image: url(../images/design/footer.jpg);
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #E6E1BE;
}

#footer a {
color: #E6E1BE;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
color: #8CAB65;
}

TD {
	FONT-SIZE: 13px; COLOR: 666666; FONT-FAMILY: "Trebuchet MS",arial,helvetica,sans-serif;
}

.cadre-theme {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #363636;
	FONT-FAMILY: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	HEIGHT: 22px;
	BACKGROUND-COLOR: #DBE3B6;
	border: 1px solid #7A9955;
	padding: 0px 10px 0px 10px;
}

.static-cadre {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	background-color: #DBE3B6;
	border: 1px solid #C00402;
	padding: 0px 10px 0px 10px;
}

.chapo {
	font-weight: bold;
	}

.surtitre, .soustitre { 
	font-weight: bold;
	color: #507036;
	}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }

