body {
	background: #ceded3;
	color: #1b9cb9;
	font-size: 12px;
}

a {
	color: #1b9cb9;
}

/*  Entete */
.entete {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entete .titre {
	font-weight: bold;
	border-bottom: 2px solid #1b9cb9;
	margin-bottom: 3px;
}
.entete .maj {
	font-weight: normal;
	font-size: 5em;
}

.entete .sous_titre {
	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

/*---------------------------
	GAUCHE
-----------------------------*/
.gauche {
	float: left;
	width: 15%;
	vertical-align: top;
}

/* Menu */
.menu {
	margin-top: 40px;
	font-weight: bold;
}

.menu a {
	display: block;
	text-decoration: none;
	border: 1px solid #ceded3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.menu a:hover{
	text-decoration: none;
	border: solid 1px #1b9cb9;
}
.titre_sous_menu {
}
.sous_menu ul {
	margin: 0px;
}
.sous_menu a {
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}



/*------------------------
	  CENTRE 
--------------------------*/
.centre {
	margin: 0 1% 0 16%;
	vertical-align: top;
	background: #f7f7f7;
}

/* Cadre */
.cadre{
	border-spacing: 0px;
}

.tl {
	background: url(../images/border_left.png) left repeat-y;
	padding: 0px;
}
.tc {
	background: url(../images/border_top.png) top repeat-x;
	width: 100%;
}
.tr {
	background: url(../images/border_right.png) right repeat-y;
	padding: 0px;
}

.bordure_gauche {
	background: url(../images/border_left.png) left repeat-y;
}

.bordure_droite {
	background: url(../images/border_right.png) right repeat-y;
}

.bl {
	text-align: left;
	padding: 0px;
}

.bc {
	background: url(../images/border_bottom.png) bottom repeat-x;
	width: 100%;
}
.br {
	vertical-align: bottom;
	padding: 0px;
}

/* Article */
.article {
	color: #000000;
	/*text-align: justify;*/
	margin-bottom: 30px;
}
.article .boite_titre {	
	border-bottom: 2px solid #1b9cb9;
	margin-bottom: 20px;
}
.article .titre {
	clear: both;
	font-size: 1.7em;
	font-weight: bold;
}
.article .partie{
	margin-bottom: 2em;
}
.article .sous_titre{
	clear: both;
	border-bottom: 1px solid #1b9cb9;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}
.article a.clickable{
	color: #000000;
	text-decoration: none;
}
.article a.clickable:hover{
	color: #1b9cb9;
}
.article ul{
	margin: 0px;
}
.article .photo{
	float: right;
	text-align: center;
	padding-left: 1em;
}
.fonctions{
	float: right;
}

/*  ------------------------
	DROITE
 ---------------------------*/
.droite {
	float: right;
	width: 1%;
	vertical-align: top;
	position: relative;
}

/*------------------------
          BAS DE PAGE
--------------------------*/
.bas {
	margin: 0 1% 0 16%;
	text-align: center;
	clear: both;
}

/*--------------------------------
          IMPRIMER
----------------------------------*/
body.imprimer{
	background: #ffffff;
}

/*--------------------------------
          DIAPORAMA
----------------------------------*/
.photo_diapo{
	text-align: center;
}
.photo_diapo .titre {
	font-size: 1.2em;
	color: #1b9cb9;
}
.photo_diapo .descriptif{
	font-style: italic;
}	
.photo_diapo .navigation{
	margin-top: 10px;
}

/* -------------------------
      CLASSE SPIP 
---------------------------*/
a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }

.spip_code { }

p.spip_note { }

h3.spip {
	color: #1b9cb9;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top : 40px;
	margin-bottom : 40px;
	padding: 0em;
}

.spip_puce {
	list-style-position: inside;
	border-width: 0px;
}
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}

table.spip {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	border-collapse:collapse;
}

table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}

table.spip tr.row_first {
	background-color: #FCF4D0;
}

table.spip tr.row_odd {
	background-color: #d0d0d0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

hr.spip { }
b.spip { }
i.spip { }

strong.spip{
	color: #1b9cb9;
}
blockquote.spip {
	margin-left : 40px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 0px;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.forml { width: 100% ; background-color: #FFDDAA;}

.spip_encadrer {
	font-family: helvetica, arial, sans-serif;
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

.spip_cadre {
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
}

div.spip_poesie {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;
}
div.spip_poesie div {
	text-indent: -60px;
	margin-left: 60px;
}

.spip_bouton { background-color: #FFCC00;}

form.formrecherche { 
	margin-top: 5px;
	margin-bottom: 5px;
}
input.formrecherche {
	width: 95%;
	background-color: #FFDDAA;
}

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

.spip_surligne { background-color: #FFFF66; }


/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
	behavior: url("win_png.htc");
}


/*
 * Barre de raccourcis
 */

a.spip_barre img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
	background-color: #FFDDAA;
}
a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}

