body {

	background-image: url(images/body.png);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}


/* position des éléments */

#tout {
	margin: 20px auto;
	width: 960px;
}

#bandeau {/*background-image: url(images/stripes.gif);*/
background-color:#EFEFEF;
	margin: 20px auto;
}

#colonne_gauche{
	float: left;
	width: 160px;
	padding:5px;
	padding-top: 0px;
	padding-bottom: 40px;
	background-image: url(images/deco.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#corps {
	float: left;
	margin-left: 5px;
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	width: 580px;
	background-color:#FFFFFa;
	border:5px solid #FFFFFa;
}

#colonne_droite {
	float: right;
	width: 160px;
	padding:5px;
	padding-top:0px;
}

#pied {
	clear: both;
	width: 960px;
	text-align:center;
	padding-top:10px;
	padding-bottom : 10px;
}

/*images de décoration des colonnes*/
.deco{
	background: url(images/deco.png) no-repeat;
	padding-top: 15px;
}
.deco1{
	background: url(images/deco1.png) no-repeat;
	padding-top: 15px;
}

.deco2{
	background: url(images/deco2.png) no-repeat;
	padding-top: 15px;
}

.deco3{
	background: url(images/deco3.png) no-repeat;
	padding-top: 20px;	
}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

/* tableau Spip */

table {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;

}	

/* lien */
	
a {
	text-decoration: none;
	color:#0000d0;
}

a:hover {
	color:#ff9933;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#0000d0;
}

a:visited:hover {
	color:#ff9933;
	text-decoration: none;
}

h1 /* surtitre */
{
 font-size: 16px;
 color:#003399;
}

h2 /* titre */
{
 font-size: 18px;
}

h3 /* soustitre et intertitre*/
{
 font-size: 16px;
 color:#2280B2;

}

h4 /* chapeau */
{
 color:#003399;
}

/* image centrée */


/* tableau */

table.spip {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border-style:inset;
	border-width:3px;
	border-color:#999999;

}

table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;
	margin-right: auto;

	
}

table.spip tr.row_first {
	background-color: #d7d7d7;
}

table.spip tr.row_odd {
	background-color: #efefef;
}

table.spip tr.row_even {
	background-color: #ffffff;
}

table.spip td {
	
	text-align: left;
	vertical-align: middle;
	border-style:inset;
	border-width:3px;
	border-color:#d7d7d7;

}

table.spip td.row_first {
	background-color: #efefef;
	
	text-align: left;
	vertical-align: middle;
}

/* agenda */


.calendar_this_day {
text-align:center;
background-color:#efefef;
font-weight:bold;
}

.calendar_this_month {
text-align:center;
background-color: #fefefe;
}

.calendar_not_this_month {
text-align:center;
background: #ececec;
color:#aaa;
}

.small_mini {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-align:center;
font-style:normal;
}

.small_mini a {
font-weight:bold;

}

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; width: 12em; }
.formulaire_recherche label { display: none; }

/*  Habillage general des menus de navigation
---------------------------------------------- */

#navigation p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul{ margin: 0; text-align: left; padding: 0.2em 0 0.1em 0.5em; list-style:none; }
#navigation li{ margin: 0 0 0 8px; padding: 0.1em 0.7em 0.2em 0.7em; list-style: none;}
#navigation #montre_ou_masque_tout {font-weight:bold;}

#navigation dt{ margin:0.2em -0.5em; padding: 0.1em 0.5em 0.3em 0.5em ; }
#navigation .ss-rubrique{ border-left:1px solid #ffcc00; font-size:80%; list-style-type: square; margin-left: 1.5em; padding-left :0;}
#navigation .rubrique_vide { background: url(images/rond.png) left  no-repeat; margin-left: 0; padding-left:1.5em; }
#navigation .dd{display: none; margin-top: 1px;margin-left: 0px;}
#navigation .ddon {display: inline;margin-left: 0px;}
#navigation #site_menu li{ border-left:0px ;text-align:center;padding-bottom:0.5em;}
#navigation  li.ss-ss-rubrique .ss-ss-rubrique{ 	border-left:0px solid #ffcc00;margin-left: 1em;padding-left:0em; }
#navigation  li.ss-ss-rubrique ul.ss-rubrique{ 	margin-left: 0;padding-left:0; }

