  

body { /*  corps du document */
 font: 14px Arial, Helvetica, sans-serif;
 color: #000000;
 border:0px #C0C0C0 solid;
 background: url(cfs.png) repeat;
 margin: 0px;
}
a { /* lien */
 color: #F58309;
 background-color: transparent;
 text-decoration: none;
}
a:hover { /* lien survolé */
 font-weight: bold;
 color: #1E8FFF;
 background-color: transparent;
 position: relative;
 top: 1px;
 left: 1px;
 text-decoration: none;
}
p { /* paragraphe */
 margin: 4px 0;
}
hr { /* ligne horizontale */
 border-style : none none dotted;
 border-color : #f9c063;
 height: 0;
 border-width: 0px 0px 1px;
 width: 98%;
}
ul, ol { /* listes */
 font: 14px Arial, Helvetica, sans-serif;
 color: #000000;
 background-color:inherit;
 margin: 0;
 padding: 0;
}
h1 { /* titre niveau 1 */
 font-size: 26px;
}
h2 { /* titre niveau 2 */
 font-size: 20px;
}
h3 { /* titre niveau 3 */
 font-size: 18px;
}
h4 { /* titre niveau 4 */
 font-size: 16px;
}
.bordure {
 border: 0px solid #AEDAFC;
}

/******************************************
* Mise en page des blocs div principaux */
div#page { /* mask border for IE */
 border: none;
 background: #B4FFB4;
 width : 984px;
 margin-top : 0px;
 margin-bottom : 0px;
 margin-right : 10px;
 margin-left : 10px;
}
#screen_choice {
 margin: 0;
 padding: 0;
}
div#screen_choice {
 position: absolute;
 top: 2px;
 right: 8px;
}
#page { /* all the page */
 color:#000000;
 background: url(cfs.png) repeat;
 padding-top: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-right: 10px;
 margin-left: 10px;
}
#headTop { /* header top and middle (logo-banner + citation) */
 color:inherit;
 background: url(header2.png) no-repeat;
 width: 984px;
 height: 200px;
}
#headBottom { /* header bottom (logo-menu) */
 color:inherit;
 background-color: #B4FFB4;
 margin: 0px 0px;
 padding-bottom: 8px;
}
#headBottom td {
text-align:center;
}
#mainContent { /* main page */
 background: #B4FFB4;
 margin: 0px 0px;
 padding: 0;
}
#leftside { /* leftboxes area */
 margin: 0;
 padding : 4px;
}
#rightside { /* right boxes area */
 margin: 0;
 padding : 4px;
}
#endbox { /* optionnal area between main page and bottom */
 text-align: left;
 background: #B4FFB4;
 margin: 0;
 padding: 0px;
}
#foot { /* footer Copyright */
 font: 0.8em Arial, Helvetica, sans-serif;
 color: inherit;
 background : url(footer.png) no-repeat;
 width: 984px;
 height: 200px;
 text-align: center;
 margin: 0px;
}

/*******************************************
 * Mise en page des blocs dans le header */
div.logo { /* block logo */
 text-align: center;
 padding: 0 30px;
}
div.banner { /* bloc bannière */
 background-repeat: no-repeat;
 text-align: center;
 padding: 30px 70px 20px;
}

/*************************
 * bloc boîte citation */
div.quote { /* bloc citation */
 white-space: nowrap;
 text-align: center;
 padding: 0 4px;
}
div.quote span.cita { /* texte */
 font: 13px Arial, Helvetica, sans-serif;
 font-style: normal;
 color: #008000;
 text-align: center;
 border: 0;
 margin: 0;
 padding: 0 8px;
}
div.quote span.author { /* auteur */
 font-style: normal;
}

/***********************************
 * block box Header Menu sections */
div.menuIcons { /* block menu */
	padding:1px 10px 50px 182px;
	text-align:center;
	
}
div.menuIcons ul { /* block liste du menu */
	margin:0;
	padding:0;
	list-style:none;
}
div.menuIcons ul li { /* toutes les sections */
	float:left;
	margin-right:8px;
	text-align:center;
}
div.menuIcons ul li span { /* toutes les sections */
	display:block;
	white-space:nowrap;
	width:210px;
	height:20px;
}
div.menuIcons ul li.menu_flags { /* section drapeau */
	float:left;
	margin-right:10px;
	text-align:center;
}
div.menuIcons ul li.menu_flags img { /* séparation drapeau */
	margin:3px;
}
div.menuIcons ul li.menu_admin { /* section admin */
	float:right;
	padding-right:3px;
}
div.menuIcons ul li a span, div.tblbox ul li a span { /* lien */
  /*color: #FFFF40;*/
  text-decoration: none;
  font: bold 15px comic sans ms, Arial, sans-serif;
  position : relative;
  padding : 1px 3px 3px 23px;
  /*border : 1 px inset #EC4E6D;
  background : #000000;*/
  margin-top : 10px;
  margin-right : 3px;
  margin-left : 3px;
}

div.menuIcons ul li a span.current { /* lien actif */
  /*color: #FFFF40;*/
  text-decoration: none;
  position : relative;
  /*border : 1px outset #894A87;
  background : #894A87;*/
  padding : 1px 3px 3px 23px;
  margin-top : 10px;
  margin-right : 2px;
  margin-left : 2px;
}
div.menuIcons ul li a:hover span { /* lien survolé*/
  /*color: #FFFF40;*/
  text-decoration: none;
  position : relative;
  padding : 1px 3px 3px 23px;
  /*border : 1px inset #F58309;
  background : #F58309;*/
  margin-top : 10px;
  margin-right : 2px;
  margin-left : 2px;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  /*color: #FFFF40;*/
  text-decoration: none;
  font: bold 13px Arial, Helvetica, sans-serif;
  border : 1px inset #EC4E6D;
  background : #EC4E6D;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
  /*color: #FFFF40;*/
  text-decoration: none;
  border : 1px inset #894A87;
  background : #894A87;
}
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
  color: #000000;
  text-decoration: none;
  background-color: transparent; position: relative; top: 1px; left: 1px;
  border : 1px inset #F58309;
  background : #F58309;
}

div.menuIcons ul li a span.name_home{  /* fond menu accueil JN*/
background-image:url(../../inc/img/icons/boutons/home.gif);
color:#CC33CC;
}

div.menuIcons ul li a span.name_news{  /* fond menu news JN*/
background-image:url(../../inc/img/icons/boutons/news.gif);
color:#FF9900;
}

div.menuIcons ul li a span.name_download{  /* fond menu telechargement JN*/
background-image:url(../../inc/img/icons/boutons/download.gif);
color:#0066FF;
}

div.menuIcons ul li a span.name_guestbook{  /* fond menu livre d'or JN*/
background-image:url(../../inc/img/icons/boutons/guestbook.gif);
color:#9933CC;
}


div.menuIcons ul li a span.name_faq{  /* fond menu faq mots du cahier JN*/
background-image:url(../../inc/img/icons/boutons/faq.gif);
color:#33CCFF;
}


div.menuIcons ul li a span.name_photo{  /* fond menu photo JN*/
background-image:url(../../inc/img/icons/boutons/photo.gif);
color:#00CC33;
}


div.menuIcons ul li a span.name_admin{  /* fond menu admin JN*/
background-image:url(../../inc/img/icons/boutons/admin.gif)
}

/******************************************
 * Mise en page des blocs dans le corps */
/* block lateral boxes */
.titrebox { /* Titre */
 font: bold 14px comic sans ms, Arial, sans-serif;
 color: #CC00CC;
 /* background : #C0FFC0; */
 text-align: left;
 width: 168px;
 height: 30px;
 padding: 4px;
 margin-bottom: 3px;
}
.tblbox { /* Corps */
 color: #000000;
 background-color: #FFFF99;
 text-align: left;
 border-top : 1px solid #40FF40;
 border-left : 1px solid #40FF40;
 border-right : 1px solid #40FF40;
 border-bottom : 1px solid #40FF40;
 margin-bottom: 8px;
 padding : 2px;
}
.titre { /* block central boxes */
 font: bold 18px comic sans ms, Arial, sans-serif;
 color: #990099;
 background-color : #CCCCFF;
 white-space: nowrap;
 text-align: left;
 padding: 0 5px 0 5px;
}
.tbl {
 font: 12px Arial, Helvetica, sans-serif;
 color: #000000;
 background: url(carreau.png) repeat;
 border : 1px solid #FFFF80;
 text-align: left;
 margin-bottom: 8px;
 padding: 4px;
}
div ul, ol { /* listes */
 margin-left: 16px;
 padding: 8px 0 8px 8px;
}
div li {
 margin-left: 12px;
 padding: 0;
}

/************************************
 * block box lateral Menu Sections */
ul.boxmenu { /* block liste */
 list-style: none;
 margin: 0;
 padding: 8px 0;
}
ul.boxmenu li { /* items liste */
 margin-bottom: 10px;
}
ul.boxmenu li img { /* icons */
 vertical-align: middle;
 margin-right: 10px;
}

/**************************************************************************
 * block box lateral Article (menu list, menu dynamic 1, menu dynamic 2) */
.rubr { /* catégories des articles */
 color: #000000;
 padding: 4px 2px;
 margin: 1px;
 font: bold 13px Arial, Helvetica, sans-serif;
 text-align:left;
}
.item {
 padding: 2px 0px;
 margin: 0px;
 color: #000000;
 font: 13px Arial, Helvetica, sans-serif;
 text-align:left;
 list-style: none;
}
ul.item {
 margin:0;
 padding:0;
}
ul.item li.item { /* titres des articles */
 padding: 2px 0px 2px 10px;
 font: 13px Arial, Helvetica, sans-serif;
 color: #000000;
 text-align:left;
 list-style: none;
}
.curr_item {
 padding: 2px 0px;
 font: 14px Arial, Helvetica, sans-serif;
 color: #000000;
 text-align:left;
 list-style: none;
}
ul.item li.curr_item { /* titre article est affiché */
 padding: 2px 0px 2px 10px;
 font: 12px Arial, Helvetica, sans-serif;
 color: #800000;
 text-align:left;
 list-style: none;
}

/*************************************
 * block box central forum - tables */
.forum {
 font: bold 14px Arial, Helvetica, sans-serif;
 color: #000000;
 background : background: url(carreau.png) repeat;;
 border : 1px solid #F9C063;
 text-align: center;
 padding: 5px 5px;
}
.forum2, tr.forum2 {
 font: bold 14px Arial, Helvetica, sans-serif;
 color: #000000;
 background : background: url(carreau.png) repeat;;
 border : 1px dotted #1E8FFF;
 text-align: left;
 padding: 5px 5px;
}
.quest {
 font: 14px Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: background: url(carreau.png) repeat;;
 text-align: left;
 padding: 5px;
}
.rep {
 font: 14px Arial, Helvetica, sans-serif;
 color: #000000;
 background-color:#ACE6FB;
 border: 1px dotted #F9C063;
 text-align: left;
 padding: 10px 5px 5px 5px;
}
.bord {
 border: 0px solid #E4DCDC;
 padding: 1px;
}
.bord2 {
 border: 0px solid #F9C063;
}

/*************
 * Calendar */
.cal {
  border-collapse: separate;
  border: 0px solid #FFC800;
  border-spacing: 0px;
  /*background: url(main_fond.png);*/
  color:#000000;
}
tr.cal { /* calendar nav bar */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
}
td.cals { /* week */
  font: 12px Arial, Helvetica, sans-serif;
  color:#FF6600;
  width: 14%;
  text-align: center;
}
td.cal0 { /* empty cell*/
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
  width: 14%;
  text-align: center;
}
td.cal1 { /* days */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
  width: 14%;
  text-align: center;
}
td.cal2 { /* today */
  font: 12px Arial, Helvetica, sans-serif;
  color:#00CC99;
  width: 14%;
  text-align: center;
}
td.cal3 { /* sunday or special */
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
  width: 14%;
  text-align: center;
}
td.cal3 strong a { /*mois affiché*/
color:#0000FF;
}
td.cal4 { /* today is sunday or special */
  font: 12px Arial, Helvetica, sans-serif;
  color: #00CC99;
  width: 14%;
  text-align: center;
}
td.calevt { /* planner event */
  font: bold 12px Arial, Helvetica, sans-serif;
  color:#FF00FF;
  border: 1px outset #F9C063;
  text-decoration: none;
  text-align: center;
  width: 14%;
}
td.calevt a{
  color:#FF00FF;
}
td.calevt a:hover{
color:#9933FF;
}

/************************
 * Formulaires (Forms) */
form { /* formulaire */
  margin: 3px 0;
}
fieldset { /* Encadrement des champs */
 border: 1px solid #000000;
 margin: 8px;
}
legend { /* légende des encadrements */
 font: bold 14px Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: transparent;
}
input.bouton, button { /* bouton */
 font: 12px "trebuchet ms", helvetica, sans-serif;
 color: #000000;
 background : #40FF40;
 border: 1px inset #40FF40;
 cursor: pointer;
 margin: 4px 0;
}
input.texte { /* champ texte */
 font: 13px "trebuchet ms", helvetica, sans-serif;
 color: #000000;
 background-color: background: url(carreau.png) repeat;;
 border: 1px inset #000000;
 margin: 4px 0;
}
select { /* champ select */
 font: 13px "trebuchet ms", helvetica, sans-serif;
 color: #000000;
 background-color: background: url(carreau.png) repeat;;
 border: 1px solid #000000;
 margin: 4px 0;
}
textarea { /* champ textarea */
 color: #000000;
 background-color: background: url(carreau.png) repeat;;
 border: 1px solid #000000;
 overflow: auto;
 margin: 4px 0;
}

/**********************
 * Editeur FckEditor */
.Code {
 font: 13px Arial, Helvetica, sans-serif , monospace;
 color: #000000;
 background-color: #FFFFFF;
 border: 1px solid #000000;
 padding-right: 5px;
 padding-left: 5px;
}
/**********************
 * Editeur pgeditor */
div #toolbarIcons_ptxt, div #toolbarSmileys_ptxt {
 color: inherit;
 background-color: #F3E4B9;
}
/*******************************************
 * Mise en page des blocs dans le footer */
#foot span.copyright { /* Copyright */
 font: 0.8em Arial, Helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
}

/************************
 * Divers */
.box {
 font: 13px Arial, Helvetica, sans-serif;
 color: #000000;
 padding : 4px;
}
p.box {
 font: 13px Arial, Helvetica, sans-serif;
 color: #000000;
 padding : 4px;
 margin: 0;
}
a.box {
 font: 13px Arial, Helvetica, sans-serif;
 color: #F58309;
 text-decoration: none;
}
a.box:hover {
 font: bold 13px Arial, Helvetica, sans-serif;
 color: #1E8FFF;
 text-decoration: none;
 position: relative;
 top: 1px;
 left: 1px;
}
.htable { 
margin-bottom : 8px;
} 
.htable1 { 
margin-bottom : 8px;
} 
.htable2 { 
padding : 0 2px;
} 

/*******************
 * pop comment RSS */
.pop {
 z-index: 30;
 width: 400px;
 text-align: left;
}
.pop a {
 display: block;
}
.pop span {
 z-index: 30;
 display: none;
}
.pop a:hover span {
 font: 14px Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #000000;
 background-color: #F3e4b9;
 border: 1px solid #000000;
 display: block;
 width: 280px;
 position: absolute;
 top: -2em;
 left: 2em;
 padding: 4px;
}
.top {
 font: 0.8em Arial, Helvetica, sans-serif;
 border: 0px inset #F9C063;
 background : background: url(carreau.png) repeat;;
 text-align: center;
}
.timer {
 font: italic 0.8em Arial, Helvetica, sans-serif;
 color: inherit;
 background-color: inherit;
 text-align: center;
 padding: 10px;
}
.clsCursor {
 cursor: pointer;
}
.notice {
 color: #000000;
 background-color: #F3E4B9;
 padding: 2px;
}
            