body#top {
	margin : 0;
	font-family : Arial,Verdana,Geneva,Helvetica,sans-serif;
	background : #ffffff;
	font-size: 12px;
}


a:link
{
text-decoration: none;


} 

a:visited
{

text-decoration : none;
} 

/*
 * 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;
	
}

h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #4755d3;
	margin: 5px 0 0 10px;
	text-decoration: none;
	border-bottom: 0;
	line-height: 25px;
}

/* menu general horizontal*/

#menugeneral {
	position:absolute;
	width:784px;
	left:50%;
	margin-left:-392px;
	top: 121px;
	font-size:11px;
	height:28px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	background: #fff;
}

#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.trad {
	display:block;
	float:right;
	border:1px dotted gray;
	margin-left:2px;
	text-decoration:none;
	font-weight:bold;
	height:24px;
	color:#ffffff;
	padding:0px 5px 0px 35px;
	line-height: 20px;
	background : url(http://fdf.be/IMG/OM_accueil.png) no-repeat #fff;
}

#menugeneral a:hover {
	color:#112233;
	border:2px solid gray;
}

#menugeneral a.accueil {
	background : url(http://fdf.be/IMG/b_accueil.png) no-repeat;
}
#menugeneral a.accueil:hover {
	background : url(http://fdf.be/IMG/accueil.png) no-repeat #fff;
}
#menugeneral a.plan {
	background : url(http://fdf.be/IMG/b_plan.png) no-repeat;
}
#menugeneral a.plan:hover {
	background : url(http://fdf.be/IMG/plan.png) no-repeat #fff;
}
#menugeneral a.fonctionnement {
	background : url(http://fdf.be/IMG/b_fonctionnement.png) no-repeat;
}
#menugeneral a.fonctionnement:hover {
	background : url(http://fdf.be/IMG/fonctionnement.png) no-repeat #fff;
}
#menugeneral a.chat {
	background : url(http://fdf.be/IMG/b_chat.png) no-repeat;
}
#menugeneral a.chat:hover {
	background : url(http://fdf.be/IMG/chat.png) no-repeat #fff;
}
#menugeneral a.communiques {
	background : url(http://fdf.be/IMG/b_communiques.png) no-repeat;
}
#menugeneral a.communiques:hover {
	background : url(http://fdf.be/IMG/communiques.png) no-repeat #fff;
}
#menugeneral a.message {
	background : url(http://fdf.be/IMG/b_message.png) no-repeat;
	line-height: 10px;
	font-weight: normal;
}
#menugeneral a.message:hover {
	background : url(http://fdf.be/IMG/message.png) no-repeat #fff;
}

#menugeneral a.elections2007 {
	background : url(http://fdf.be/IMG/b_elections_main.png) no-repeat;
}
#menugeneral a.elections2007:hover {
	background : url(http://fdf.be/IMG/elections_main.png) no-repeat #fff;
}

/*
 * Bloc corps du site
 */


div#corps , div#corps_wiki {
	position:absolute;
	width:784px;
	left:50%;
	margin-left:-392px;
	top: 150px;
	border:3px solid #fff;
	padding: 0;
}
div#corps {
	background: url(http://fdf.be/IMG/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: #fff;
	margin-top: 2px;
	padding: 2px;
	background: #cc0066;
	margin-bottom: 0px;
}

#gauche ul {
	display: block;
	margin:0;
	padding:0;
	list-style: none;
}

#gauche a {
	display: block;
	overflow:auto;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	
	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: 11px;
	font-weight: normal;
	
	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: 460px;
	padding: 1px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
}


.MainNormal {
        width: 425px;
        margin-bottom:0px;
	margin-top:0px;
	padding:5px;
        clear: both; 
}

.MainNormal .liste {
	font-size:15px;
	color:#000;
}


.MainNormal p{
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
        font-size: 9pt; 
	margin-top:0cm;
	margin-bottom:3px;

}

.MainNormal .date{
	color:#bababa;
	font-family: "Trebuchet MS";
	font-size:11px;
	font-weight:bold;
}

.MainNormal h2{ 
	font-family: "Trebuchet MS";
font-size:15px;
	font-weight:bold;
	color:#000;
	margin-bottom:0px;
	margin-top:0px;
}

.MainNormal a:hover {
	color:#cc0066;
}

div#cyberlettre {/* partie centrale du site */
	float: left;
	width: 100%;
	padding: 0;
	margin-left: 0px;

}

div#contenu_seul {/* partie centrale du site + partie droite */
	float: left;
	width: 624px;
	padding: 0;
	margin-left: 5px;
}


.fleche{
	padding-left: 20px;
	background: #FFF url(http://fdf.be/IMG/suivant.png) no-repeat left;
	background-position: 0 0.1em;
	color: #be002e;
	margin-bottom: 0;
}

/*
 * 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;
}


#intime {
	width:410px;
	background-image: url(http://fdf.be/IMG/agendaOM2.png);
	background-repeat:no-repeat;
	background-position-y:right; 
	height:112px;
        margin-top: 0px; 
        margin-left: 29px;
	font-family: "Trebuchet MS";
	color: #ffffff; 
        text-decoration: none; 
        font-size: 13px;  
}


#intime a {
	text-decoration: none;
	font-weight : bold;
	font-size: 14px;
	color: #000;
 margin-left: 5px;
}

#agenda {
	display: block;
	width: 435px;
	margin-top: 10px;
	margin-left: 10px;
	padding:4px;
	border-bottom: 2px dashed black;
	border-left: 2px dashed black;
	background: #e1eaf2;
}

#agenda h3 {
	margin: 5px 5px 2px 0;
}

#agenda a {
	text-decoration: none;
	color: #CC0066;
	font-size: 15px;
	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;
	color: #797979;
	margin-top: 10px;
}

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: 18px;
	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;
	
	overflow: auto;
}

.introcyb {
	text-align: justify;
	margin-right: 0px;
	overflow: auto;
}

*html .intro {
	clear: both;
	width: 460px;
}


*html .introcyb {
	clear: both;
	width: 100%;
}
/* 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(http://fdf.be/IMG/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: #b4e2b3;
}
#droite h2.bleu {
	background: #cc0066;
}

#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.bleu2, #droite a.orange {
	display: block;
	overflow:hidden;
	width: 148px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	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.bleu2, #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.bleu2 {
	overflow: visible;
	border: 0;
	clear: both;
}
#droite a.orange {
	overflow: visible;
	border: 0;
	clear: both;
}
 /**/

#droite a.vert {
	background: #e0f6e0;
}
#droite a.bleu2 {
	background: #a8bcc6 url(http://fdf.be/IMG/spaak.png)  no-repeat center;

}
#droite a.bleu {
	background: #a8bcc6;
}
#droite a.orange {
	background: #ffb658;
}

#droite a:hover {
	color:#112233;
	background:#fff;
}

#droite a.bleu2:hover {
	color:#112233;
	background:#fff url(http://fdf.be/IMG/spaak.png)  no-repeat center;
}

/*
 * 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 150px;
}


/*
 * 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;
}

.descriptif {
	margin-top: 1em;
	font-size: 1em;
}

.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: #e1eaf2;
}

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: 325px;
	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: 0px solid black;
	margin: 0 5px 0 0;
	padding:2px;
	font-size: 8px;
	overflow: auto;	
}

div.plan1 {
	background: #fff;
}

div.plan2 {
	background: #f4fcfe;
}

div.plan_ssrub {
	border-left: 2px solid gray;
	margin-left: 20px;
	padding:0px;
}

.img_plan {
	border: 0;
	width: 18px;
	height: 18px;
	margin-left: 20px;
}

/*
 * Menuliste
 */

.nav1 {
        /*bloc contenant la hiérarchie*/
        width: 100%;
        padding:0px;
        font-size: 11px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background:#FFCC99;
 border:1px solid #FFFFFF;
 border-bottom: 0px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:148px;
 _width:150px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:148px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #FFFFFF;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#cc0066;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover{
 background:#323284;
 color:#cc0066;
}

ul.menulist li.smenu {
        background-image: url(http://fdf.be/IMG/suivant.png) !important;
        background-position: 140px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(http://fdf.be/IMG/suivant.png) !important;
        background-position: 137px;
        background-repeat: no-repeat;
}
.titreBorderBottom {
	border-bottom:1px solid #000;
	float:left;
}

.centreTitre a{
	text-decoration:none;
}

.centreTitre {
	font-family:"Trebuchet MS";	
	font-size:15px;	
	font-weight:bold;	
	color:#c30000;
	float:left;
}


.droiteTitreVoir {
	text-align:right;
	float:right;
	font-size:10px;
	color:#797979;
	background: #FFF url(http://fdf.be/IMG/flechesite.png) no-repeat left;
	background-position: 0 0.1em;
}

.droiteTitreVoir a{
	text-decoration:none;
	color:#797979;	
}

.droiteTitreVoir a:hover {
	text-decoration:underline;
	color:#797979;
}

.droiteTitreVoir2 {
	text-align:right;
	float:right;
	font-size:10px;
	color:#797979;
	background: #FFF url(http://fdf.be/IMG/rien.gif) no-repeat left;
	background-position: 0 0.1em;
}

.droiteTitreVoir2 a{
	text-decoration:none;
	color:#797979;	
}

.droiteTitreVoir2 a:hover {
	text-decoration:underline;
	color:#797979;
}

.banniereBloc {
	left: 50%;
	margin-left: -390px;
	top: 8px;
	position:absolute;
	width:784px;
	height:110px;
	/* background-image: url("http://fdf.be/IMG/bandeaudegrade.png"); 
	background-repeat:repeat-x;
	background-position: top; */

}
.bannieregauche {
	height:110px;
	width:380px;
	border:0px;
	float:left;
}

#Bannieredroite{
	height:110px;
	height:404px;
	float:right;
	border:0px;	
}
