body {


	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

/* position des éléments */

#tout {
	margin: 20px auto;
	width: 960px;
}

#bandeau {
	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;
}

.sous_rub{
	margin-top : -10px;
	list-style-image: url("images/li.gif");
	list-style-position: outside;
	margin-left: -22px;
}

#corps {
	float: left;
	margin-left: 5px;
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	width: 580px;

}

#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: 20px;
}
.deco1{
	background: url(images/deco1.png) no-repeat;
	padding-top: 20px;
}

.deco2{
	background: url(images/deco2.png) no-repeat;
	padding-top: 20px;
}

.deco3{
	background: url(images/deco3.png) no-repeat;
	padding-top: 30px;	
}

/* 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:#0000ff;
}

a:hover {
	color:#ff9933;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#0000ff;
}

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:solid;
	border-width:1px;
	border-color:#ffa500;

}

table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	
}

table.spip tr.row_first {
	background-color: #ffcc66;
}

table.spip tr.row_odd {
	background-color: #fbe07e;
}

table.spip tr.row_even {
	background-color: #f8e8b8;
}

table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	border-style:solid;
	border-width:1px;
	border-color:#ffa500;

}

table.spip td.row_first {
	background-color: #ffcc66;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	border-style:solid;
	border-width:1px;
	border-color:#993300;

}

/* agenda */


.calendar_this_day {
text-align:center;
background-color: #fbe07e;
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; }



