* {
	font-family: Tahoma;
	font-size: 12px;
	margin:0px;
	border:0px;
	padding:0px;
}
table.archi {
	border:0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	
}
body,a {color:#996600;}
a {text-decoration:none}
/*------------------------------------------------------*/
/*	colors	*/
/*------------------------------------------------------*/
.white {color:#FFFFFF}
/*------------------------------------------------------*/
/*	size	*/
/*------------------------------------------------------*/
.big {font-size:1.2em}
.small {font-size:0.8em}
.bold {font-weight:bold}
/*------------------------------------------------------*/
/*	main design	*/
/*------------------------------------------------------*/
#top {
	background: url(images/Design/back.png) repeat-x top;
	height:150px;
}
#main {
}
#foot {
	background: url(images/Design/back_foot.png) repeat-x bottom;
	float:none;
}
#topelement {
	width:800px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 90px;
	background: url(images/Design/top.png) no-repeat top;
}
#mainmenu {
	/*margin-top:90px;*/
	width:800px;
}
#mainelement {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#footelement {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
/*------------------------------------------------------*/
/*	Gites	*/
/*------------------------------------------------------*/
.gitedroit {
	background-position:bottom;
	background-repeat:no-repeat;
	width:250px;
	height:500px;
}
/*------------------------------------------------------*/
/*	Accueil	*/
/*------------------------------------------------------*/
.actu {
	border-bottom:1px solid #CC3300;
	margin:5px 0px 5px 0px;
}
.enbref {width:280px}
.enbref hr {background-color:#C8DAEC; border:0px; height:2px; margin:5px 20px 5px 20px}
/*------------------------------------------------------*/
/*	formulaires	*/
/*------------------------------------------------------*/
.formulaire input,.formulaire select,.formulaire textarea {margin:2px; padding:2px; border:1px solid #99CC66;color:#996600;}
.formulaire .erreur {font-size:0.8em; color:#CC3333}
.formulaire_ok{width:500px; padding:20px; font-weight:bold}
/*------------------------------------------------------*/
/*	Spip style	*/
/*------------------------------------------------------*/
p {
	text-align:justify;
	margin-bottom:8px;
}
/* Intertitre */
h3.spip {color:#93C400;font-size:1.4em; border-bottom:2px solid #93C400; margin:15px 0px 8px 0px;}
hr.spip { margin: 2em auto; }

/* Listes SPIP */
ul.spip {}
ol.spip { list-style: decimal; }

/* Citations, code et poesie */
blockquote.spip { margin: 2em 0; padding-left: 1em; border-left: 0.30em solid; }
blockquote.spip_poesie { margin: 2em 0; padding-left: 1em; border-left: 1px solid; font-family: Garamond, Georgia, Times, serif; }
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }

.spip_code, .spip_cadre { font-family: Courier, "Courier New", monospace; color: #036; }
.spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; }
div.spip_code, .spip_cadre { margin-bottom: 1em;  }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first {}
table.spip tr.row_odd {}
table.spip tr.row_even {}
table.spip th, table.spip td {}
table.spip th {}
table.spip td {vertical-align:top}

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em 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 { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }
.spip_documents img {padding:3px; border:1px solid #CCCCCC; background-color:#FFFFFF}

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

/* Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_ancre {} /* liens internes a la page */
a.spip_in {} /* liens internes */
a.spip_mail { color: #996600; }
a.spip_mail:before { content: "\002709"; } /* liens vers un email */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
a.spip_glossaire:hover { text-decoration: underline overline; }
.on { font-weight: bold; } /* liens exposes */

/* Chapo */
.chapo {font-style:italic;}

/* titre */
.titre {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:8px;
}

