body#top {
	margin : 0;
	font-family : Arial,Verdana,Geneva,Helvetica,sans-serif;
	background : #110584;
	font-size: 12px;
}

/*
 * Entete, bandeau
 */
 
/* cadre entete avec bandeau*/
div#entete {
	position:absolute;
	left: 50%;
	margin-left: -392px;
	top: 8px;
	border:3px solid #fff;
	width: 784px;
	height: 110px;
	background : url(images/bandeau.png) no-repeat;
}

h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 0 10px;
	text-decoration: none;
	border-bottom: 0;
	line-height: 38px;
}

/* menu general horizontal*/

#menugeneral {
	position:absolute;
	width:784px;
	left:50%;
	margin-left:-392px;
	top: 124px;
	font-size:11px;
	height:28px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	background: #ddd;
}

#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:2px;
	text-decoration:none;
	font-weight:bold;
	height:24px;
	color:#fff;
	padding:0px 5px 0px 31px;
	line-height: 20px;
}

#menugeneral a:hover {
	color:#112233;
	border:2px solid gray;
}

#menugeneral a.accueil {
	background : url(images/b_accueil.png) no-repeat;
}
#menugeneral a.accueil:hover {
	background : url(images/accueil.png) no-repeat #fff;
}
#menugeneral a.plan {
	background : url(images/b_plan.png) no-repeat;
}
#menugeneral a.plan:hover {
	background : url(images/plan.png) no-repeat #fff;
}
#menugeneral a.fonctionnement {
	background : url(images/b_fonctionnement.png) no-repeat;
}
#menugeneral a.fonctionnement:hover {
	background : url(images/fonctionnement.png) no-repeat #fff;
}
#menugeneral a.chat {
	background : url(images/b_chat.png) no-repeat;
}
#menugeneral a.chat:hover {
	background : url(images/chat.png) no-repeat #fff;
}
#menugeneral a.message {
	background : url(images/b_message.png) no-repeat;
	line-height: 10px;
	font-weight: normal;
}
#menugeneral a.message:hover {
	background : url(images/message.png) no-repeat #fff;
}


/*
 * Bloc corps du site
 */

div#corps , div#corps_wiki {
	position:absolute;
	width:784px;
	left:50%;
	margin-left:-392px;
	top: 152px;
	border:3px solid #fff;
	padding: 0;
}
div#corps {
	background: url(images/fond.png) repeat-y;
}
div#corps_wiki {
	background: #fff;
}


div#authentification {
	margin-left: 200px;
	width: 395px;
	margin-top: 30px;
}

div#menugeneral h3 {
	margin: 0 0 0 4px;
}

/*
 * Partie gauche du site, menus rubriques
 */

div#gauche {
	float: left;
	clear: both;
	color: #333;
	width: 150px;
}

#gauche h2{
	width: 144px;
	font-size: 14px;
	color: #333;
	margin-top: 2px;
	padding: 2px;
	background: #bfcb94;
	margin-bottom: 0px;
}

#gauche ul {
	display: block;
	margin:0;
	padding:0;
	list-style: none;
}

#gauche a {
	display: block;
	overflow:hidden;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	height:24px;
	padding:0 2px 0 2px;
	border: 1px transparent;
}

/* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
     #gauche a {
	overflow: visible;
}
 /**/

#gauche a:hover {
	color:#112233;
	border: 1px dotted gray;
	background: #fff;
}

.menu_img24 {
	border: 0;
	align: left;
	width: 24px;
	height: 24px;
	margin-right: 2px;
}

.menu_img_ssrub {
	border: 0;
	align: left;
	width: 20px;
	height: 14px;
	margin-right: 2px;
}

#gauche a.ssrubrique { 
	font-size: 9px;
	font-weight: normal;
	height:14px;
	padding: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
}

#gauche a.ssrubrique:hover { 
	border-bottom: 1px transparent;
	border-right: 1px transparent;
}

*html #gauche a.ssrubrique {
	margin-top: -6px;
}

/* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
     #gauche a.ssrubrique {
	margin-top: 0;;
}
 /**/
 
*html #gauche a.ssrubrique:hover {
	border: 0;
}

/*
 * Partie centrale du site
 */

div#contenu {/* partie centrale du site */
	float: left;
	width: 474px;
	padding: 0;
	margin-left: 5px;
}

div#contenu_seul {/* partie centrale du site + partie droite */
	float: left;
	width: 624px;
	padding: 0;
	margin-left: 5px;
}

/*
 * Menu hyperlien et cadre
 */
#hierarchie {
	border-bottom: 3px solid black;
	margin-top: 10px;
	margin-right: 5px;
}

#hierarchie a {
	text-decoration: none;
	font-weight : bold;
	font-size: 14px;
	margin-right: 5px;
	color: #505050;
}

#agenda {
	display: block;
	width: 440px;
	margin-top: 10px;
	margin-left: 10px;
	padding:4px;
	border-bottom: 3px dashed black;
	border-left: 3px dashed black;
	background: #bfcb94;
}

#agenda h3 {
	margin: 5px 5px 2px 0;
}

#agenda a {
	text-decoration: underline;
	font-size: 14px;
	margin-left: 10px;
}

#agenda a:hover {
	text-decoration: none; 
	color: #303030; 
	background: #e8e8e8;	
}

span.datepa {
	font-size : 10px;
}

span.auteura {
	margin-left: 10px;
	font-size : 10px;
	font-style: italic;
}

hr.traitblanc {
	height: 0;
	border-bottom: 2px solid white;
	margin: 0 2px 2px 2px;
}

hr.pointille {
	height: 0px;
	border: none;
	border-bottom: 1px dotted gray;
	background-color: #fff;
	margin: 0 10px 5px 0;
}

h1.titre {
	font-size: 20px;
	color: #505050; 
}

a.titre_art {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; 
	color: #505050; 
}

a.titre_art:hover { 
	text-decoration: none; 
	color: #303030; 
	background: #e8e8e8; 
}

span.auteur {
	margin-left: 15px;
	font-size : 10px;
	font-style: italic;
}

.intro {
	text-align: justify;
	margin-right: 5px;
	overflow: auto;
}

*html .intro {
	clear: both;
	width: 469px;
}

/* 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;
}

span.chemin {
	font-style: italic;
	color: red;
}

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.vert, #droite h2.bleu, #droite h2.orange {
	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.vert, #droite h2.bleu, #droite h2.orange {
	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.vert {border: 1px solid gray;}
#droite h2.bleu {border: 1px solid gray;}
#droite h2.orange {border: 1px solid gray;}
 /**/

#droite h2.vert {
	background: #80c87e;
}
#droite h2.bleu {
	background: #1e7099;
}
#droite h2.orange {
	background: #f48e0a;
}

#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.vert, #droite a.bleu, #droite a.orange {
	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.vert, #droite a.bleu, #droite a.orange {
	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.vert {
	overflow: visible;
	border: 0;
	clear: both;
}
#droite a.bleu {
	overflow: visible;
	border: 0;
	clear: both;
}
#droite a.orange {
	overflow: visible;
	border: 0;
	clear: both;
}
 /**/

#droite a.vert {
	background: #b4e2b3;
}
#droite a.bleu {
	background: #a8bcc6;
}
#droite a.orange {
	background: #ffb658;
}

#droite a:hover {
	color:#112233;
	background:#fff;
}

/*
 * Pied de page
 */

div#pied {
	clear: both;
	width: 784px;
	background: #ddd;
	margin-top: 10px;
	border-top: 3px solid #fff;
	color: #666;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 5px 0;
}

#pied a {
	color: black;
}

#pied .imgpied {
	border: 0;
	margin: 2px 10px 0 0;
	width: 10px;
	height: 10px;
}

#pied .utilisateur {
	text-align:left;
	margin: 0px 5px 3px 5px;
}

#pied .ours {
	display: block;
	background: #a3a5a2;
	height: 16px;
	text-align: right;
	border: 1px dotted black;
	color: white;
	margin: 0 0 0 50px;
}


/*
 * Chat
 */
 
div#chat {
	float: left;
	border:1px solid #808080; 
	width:610px; 
	height:287px; 
	overflow:auto;
	padding: 0 3px 0 3px;
	background:#fff;
}

div#connect_chat {
	margin:0;
	padding:0;
}

div#texte_chat {
	clear: both;
	padding-top: 5px;
	width: 784px;
	height:50px;
	border-top:3px solid white;
	background-color: gray;
}

.saisie {
	font-size: 10px;
	width: 610px;
}

.petitbouton {
	margin-left: 10px;
	margin-top: 3px;
	font-size: 10px;
	background: black;
	color: white;
}

/*
 * 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-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-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 {
	width: 95%;
	background-color: #ddd;
	margin: 1px dotted #000000;
}

.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 {
}

/*
 * Album
 */
 
div.album {
	float: left;
	display: block;
	border: 1px dotted gray;
	width: 144px;
	height: 220px;
	margin: 5px 5px 0 0;
	padding:1px;
	text-align: center;
	font-size: 10px;
	background: #ddd;
}

div.album a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

/* paramètres propres au calendrier - agenda */

.calendrier {
	background-color: #1e7099;
	display: block;
	width: 462px;
	border: 1px dotted gray;
	padding: 5px 0 5px 5px;
}
	
.jours_calendrier {
	float: left;
	display: block;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	background-color: #a8bcc6;
	color: #fff;
	width: 65px;
	height: 20px;
	text-align: center;
	padding: 1px 0 0 1px;
}

div.calendar_this_day , div.calendar_this_month , div.calendar_not_this_month {
	float: left;
	display: block;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	width: 65px;
	height: 65px;
	font-size: 10px;
	overflow: auto;
	padding: 1px 0 0 1px;
}

.calendar_this_day {
	background-color: #80c87e;
}

.calendar_this_month {
	background-color: #b4e2b3;
}
.calendar_not_this_month {
	background: #ddd;
	color: gray;
}

.d_calendrier {
	background-color: #1e7099;
	display: block;
	width: 143px;
	border: 1px dotted gray;
	padding: 1px;
}
	
.d_jours_calendrier {
	float: left;
	display: block;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
	background-color: #a8bcc6;
	color: #fff;
	width: 19px;
	height: 14px;
	text-align: center;
	padding: 1px 0 0 1px;
}

div.d_calendar_this_day , div.d_calendar_this_month , div.d_calendar_not_this_month {
	float: left;
	display: block;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
	width: 19px;
	height: 20px;
	font-size: 8px;
	line-height: 6px;
	overflow: hidden;
	padding: 1px 0 0 1px;
}

div.d_calendar_this_day a , div.d_calendar_this_month a , div.d_calendar_not_this_month a {
	margin-top: -4px;
}

.d_calendar_this_day {
	background-color: #80c87e;
}

.d_calendar_this_month {
	background-color: #b4e2b3;
}

.d_calendar_not_this_month {
	background: #ddd;
	color: gray;
}


.petitagenda {
	margin: 1px;
	font-size: 9px;
	background: #ddd;
}

.spip_bouton_petit {
	border: 1px solid #404040;
	padding: 1px;
	background: #d0d0d0;
	font-size: 9px;
	margin: 1px;
}

/*
 * Annuaire web
 */

div.annuaire, div.annuaire1,  div.annuaire2 {
	display: block;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	width: 460px;
	margin: 0;
	padding:2px;
	font-size: 10px;
	overflow: auto;	
}

div.annuaire {
	background: #1e7099;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div.annuaire1 {
	background: #a8bcc6;
}

div.annuaire2 {
	background: #ddd;
}

.prive {
	color: green;
	font-size: 9px;
	text-decoration: none;
}

#pagination {
	background: #ddd;
	position:relative;
	font-weight: bold;
	border:1px dotted #000000;
}

div.ssrubrique {
	float: left;
	display: block;
	width: 225px;
	font-size: 12px;
}

a.rubrique {
	text-decoration: none;
	font-weight : bold;
	font-size: 14px;
	margin-right: 5px;
	color: #505050;
}

/*
 * Réponse au forum
 */
 
#forum_texte {
 	float: left;
	display: block;
	width: 280px;
}

#forum_repondre {
	float: left;
	display: block;
	width: 330px;
	background: #d5e5ee;
}

/*
 * Plan du site
 */

div.plan1,  div.plan2 {
	display: block;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 5px 0 0;
	padding:2px;
	font-size: 10px;
	overflow: auto;	
}

div.plan1 {
	background: #a8bcc6;
}

div.plan2 {
	background: #ddd;
}

div.plan_ssrub {
	border-left: 2px solid gray;
	margin-left: 20px;
	padding:2px;
}

.img_plan {
	border: 0;
	width: 18px;
	height: 18px;
	margin-left: 20px;
}
