body#top {
	margin : 0;
	font-family : Arial,Verdana,Geneva,Helvetica,sans-serif;
	background : #006a8a;
	font-size: 12px;
}

/*
 * Entete, bandeau
 */
 
/* cadre entete avec bandeau*/
div#entete {
	position:absolute;
	left: 50%;
	margin-left: -392px;
	top: 8px;
	border:5px solid #cccece;
	width: 780px;
	height: 150px;
	background : url(images/bandeau.jpg) no-repeat;
}


/* menu general horizontal*/

#menugeneral {
	position:absolute;
	width:780px;
	left:50%;
	margin-left:-392px;
	top: 168px;
	font-size:11px;
	height:24px;
	border-left:5px solid #cccece;
	border-right:5px solid #cccece;
	background: #cccece;
}

#menugeneral ul {
	margin:0;
	padding:0;
}
#menugeneral ul li {
	display:inline;
	margin:0;
	padding:0;
}

#menugeneral a {
	display:block;
	float:left;
	border:1px dotted gray;
	margin-left:1px;
	margin-right: 3px;
	text-decoration:none;
	font-weight:bold;
	height:22px;
	color:#7e8282;
	padding:0px 5px 0px 5px;
	line-height: 20px;
	background: #fff;
}

#menugeneral a:hover {
	color:#112233;
	border:2px solid gray;
	background:#cccece;
}

#menugeneral a.mg_allume, a.mg_allume:hover {
	color:#fff;
	background:#7e8282;
	border:1px dotted gray;
}


/*
 * Bloc corps du site
 */

div#corps , div#corps_wiki {
	position:absolute;
	width:780px;
	left:50%;
	margin-left:-392px;
	top: 192px;
	border:5px solid #cccece;
	padding: 0;
}
div#corps {
	background: url(images/fond.png) repeat-y;
}
div#corps_wiki {
	background: #fff;
}

div#menugeneral h3 {
	margin: 0 0 0 4px;
}


/*
 * Partie centrale du site
 */

div#contenu {/* partie centrale du site */
	float: left;
	width: 610px;
	padding: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
*html div#contenu {
	width: 605px;
}

span.date {
	color: #505050;
	font-weight: bold;
}

hr.pointille {
	height: 0px;
	border: none;
	border-bottom: 1px dotted gray;
	background-color: #fff;
	margin: 0 10px 5px 0;
}

h1.titre {
	font-size: 18px;
	font-weight: bold;
	color: #f48e0a;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

a.titre_art {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #f48e0a;
}

a.titre_art:hover {
	text-decoration: none;
	color: #303030;
	background: #e8e8e8;
}

a.titre2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #f48e0a;
}

a.titre2:hover {
	text-decoration: none;
	color: #303030;
	background: #e8e8e8;
}

.intro {
	text-align: justify;
	margin-right: 5px;
	overflow: auto;
}

*html .intro {
	clear: both;
	width: 560px;
}

/* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
     .intro {
	overflow: visible;
}
 /**/

.info_article {
	clear: both;
	font-size: 10px;
	color: #333;
	padding: 3px;
	margin: 10px 10px 20px 10px;
	background: #fff url(images/fond_info_art.png);
}

a.suite {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	color: #f48e0a;
}

a.suite:hover {
	color: #303030;
}

a.suite:visited {
	color: #303030;
}

span.chemin {
	font-style: italic;
	color: red;
}

span.auteur {
	margin-left: 10px;
	font-style: italic;
	margin-right: 20px;
}

span.commentaire {
	margin-left: 2px;
	margin-right: 3px;
	color: red;
}


/*
 * Partie droite du site
 */

div#droite {
	float: right;
	width: 150px;
	margin-right: 5px;
}
*html div#droite {
	float: right;
	width: 150px;
	margin-right: 0;
}
/* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
     div#droite  {
	width: 148px;
}
 /**/

#droite h2.bleu, #droite h2.orange, #droite h2.gris {
	width: 146px;
	font-size: 12px;
	color: #fff;
	padding: 2px;
	margin-bottom: 0px;
	margin-top: 10px;
	border-left: 2px dotted gray;
	border-bottom: 1px dotted gray;
	border-right: 2px dotted gray;
	border-top: 2px dotted gray;
}

*html #droite h2.bleu, #droite h2.orange, #droite h2.gris {
	border-left: 2px solid gray;
	border-bottom: 1px solid gray;
	border-right: 2px solid gray;
	border-top: 2px solid gray;
}
/* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
#droite h2.bleu {border: 1px solid gray;}
#droite h2.orange {border: 1px solid gray;}
#droite h2.gris {border: 1px solid gray;}
 /**/

#droite h2.bleu {
	background: #89a5bb;
}
#droite h2.orange {
	background: #f48e0a;
}
#droite h2.gris {
	background: #a3a5a2;
}

#droite ul {
	display: block;
	margin:0;
	padding:0;
	list-style: none;
}

#droite ul li {
	list-style: none;
	margin:0;
	padding:0;
}

#droite ul li.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}

#droite a.bleu, #droite a.orange, #droite a.gris {
	display: block;
	overflow:hidden;
	width: 148px;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: black;
	padding:2px;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
}
*html #droite a.bleu, #droite a.orange, #droite a.gris {
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

/* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
#droite a.bleu {
	overflow: visible;
	border: 0;
	clear: both;
}
#droite a.orange {
	overflow: visible;
	border: 0;
	clear: both;
}
#droite a.gris {
	overflow: visible;
	border: 0;
	clear: both;
}
 /**/

#droite a.bleu {
	background: #c2def4;
}
#droite a.orange {
	background: #ffb658;
}
#droite a.gris {
	background: #cccece;
}

#droite a:hover {
	color:#112233;
	background:#fff;
}

/*
 * Pied de page
 */
div#pied {
	clear: both;
	width: 780px;
	background: #ddd;
	margin-top: 10px;
	border-top: 5px solid #cccece;
	font-size: 10px;
	padding: 5px 0 5px 0;
}

#pied a {
	color: black;
}

#pied .ours {
	display: block;
	background: #a3a5a2;
	height: 18px;
	text-align: right;
	border: 1px dotted black;
	color: white;
	margin: 0 0 0 200px;
}


/*
 * Recup feuille habillage SPIP Mise en page des textes (bordures...)
 */
.surtitre {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 1em;
	font-size: 1.5em;
}

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}

.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}


/*
 * Recup et modification éléments de la feuille spip_style.css
 */
 
span.spip_surligne {
	background-color: #FFFF66;
}

/* 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; }

.spip_puce {
	list-style-position: inside;
	border-width: 0px;
}

.spip_encadrer {
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

p.spip {
	text-align: justify;
}

.spip_logos {
	margin: 3px;
	border-width: 0px;
}

.spip_documents{
	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-size : 90%;
}

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;
}
/* Des couleurs specifiques selon les types de menus */

.forums 		{ background-color: #e8f8f8; }
.forums .menu-titre	{ background-color: #f0fcfc; text-align:center; }

/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 5px 0 0 0;
	list-style: none;
}
.forum-fil {
	margin-top: 4px;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	overflow: auto;
}
*html ul .forum-item {
	width: 448px;
}
*html ul ul .forum-item {
	width: 428px;
}
*html ul ul ul .forum-item {
	width: 408px;
}
*html ul ul ul ul .forum-item {
	width: 388px;
}
*html ul ul ul ul ul .forum-item {
	width: 368px;
}

.forum-repondre-message {
	text-align: right;
}

.forum-titre-auteur {
	color: white;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 100%;
	background: #1e7099;
}
ul ul .forum-chapo {
	background: #a8bcc6;
}
ul ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}


/*
 * Formulaires
 */
input.formrecherche {
	background-color: #ddd;
	margin: 1px dotted #000000;
	display: block;
	width: 148px;
	font-weight: normal;
	font-size: 10px;
	color: black;
	padding:2px;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-size: 100%;
}

.spip_bouton {
	padding: 3px;
	background: #d0d0d0;
}

.spip-admin {
}


.prive {
	color: green;
	font-size: 9px;
	text-decoration: none;
}

#pagination {
	background: #ddd;
	position:relative;
	font-weight: bold;
	border:1px dotted #000000;
}

/*
 * Réponse au forum
 */
 
#forum_texte {
 	float: left;
	display: block;
	width: 280px;
}

#forum_repondre {
	float: left;
	display: block;
	width: 330px;
	background: #d5e5ee;
}