 /*
   CSS file for janvier - version 4.6  CeCILL Copyright (C) 2004-2007 by GuppY Team
    Initiated by Laurent Duveau and Nicolas Alves
     Web site = http://www.freeguppy.org/
     e-mail   = info@freeguppy.org
	   À partir de Design Papinou © 2008 - Site Papinou : http://www.papinou.info
	   contrat Creative Commons : http://creativecommons.org/licenses/by-sa/2.0/fr/
	   Valid W3C CSS : http://jigsaw.w3.org/css-validator/

	   Janvier 2009 : Modification du design par Sabine Jeangérard - http://astrographisme.com/skins46/
*/
html { /*  document */
  font: 11px Arial, Helvetica, sans-serif;
  color: #000000;
  background: inherit;
}
body {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A88F62;
	background-image:  url(img/fond_page.gif);
	background-repeat: no-repeat;
	
	
}
a { /* lien */
  color: #FFFFCC;
  background: inherit;
  text-decoration: none;
}
a:hover { /* lien survolé */
  color: #CC66CC;
  text-decoration: none;
  background-color: inherit
}
p { /* paragraphe */
  margin: 16px 0;
  color: inherit;
  background: inherit;
}
hr {
	height: 1px;
	width: 98%;
	border-top: 1px solid #5A105A;
	border-right: 1px #5A105A;
	border-bottom: 1px #5A105A;
	border-left: 1px #5A105A;
}
ul, ol { /* listes */
	padding:0;
	margin:0;
}

h1 { /* titre niveau 1 */
	font-size: 24px;
}
h2 { /* titre niveau 2 */
	font-size:18px;
}
h3 { /* titre niveau 3 */
	font-size:16px;
}
h4 { /* titre niveau 4 */
	font-size:14px;
}
.bordure {
  border: 0 solid #660033;
}
/******************************************
* Mise en page des blocks div principaux */
#screen_choice { 
  z-index : 20;
  position : absolute;
  top : 1px;
  right : 1px;
  padding : 0;
  margin : 0;
  text-align : right;
}
div#page {
	margin-top: 0;
	margin-bottom: 0;
}
#page {
	margin-top: 0px;
	margin-bottom: 0px;
}

#headTop { /* header top and middle (logo-banner + citation) */
  z-index : 15;
  margin : 0;
  padding : 0;
  
height: 100px;
}
#headBottom { /* header bottom (logo-menu) */
  margin : 0;
  padding : 0;
  background-color: #CAD12C;
}
#mainContent {
	height: auto;
	width: auto;
	background-image: url(img/fond-content.gif);
	background-repeat: repeat-y;
	position: relative;
}
#mainData {
	margin: 0;
	padding:0;
	height: auto;
	width: 653px;
	position: relative;
	background-repeat: no-repeat;
	background-image:  url(img/fond-ot-p.jpg);
	background-color: #009BDD;
}

#leftside {
	float:right;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px 0;
	margin: 0;
	width: 160px;
	color: #ffffff;
  
}
#leftside a {
  color: #f2f2f2;
}
#leftside a:hover {
  color: #FF8080;
}
#rightside {
	float:right;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px 0;
	margin: 0;
	width: 180px;
	color: #ffffff;
	
}
#rightside a {
  color: #f2f2f2;
}
#rightside a:hover {
  color: #FF8080;
}
#endbox { /* optionnal area between main page and bottom */
  text-align: left;
	margin-bottom: 4px;
}
#foot {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #5A105A;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #887049;
}
#foot a {
  color: #f2f2f2;
}
/*******************************************
 * Mise en page des blocks dans le header */
div.logo { /* block logo */ 
  background-color : transparent;
  padding : 42px 20px 0px 38px;
  text-align : center;
}
div.banner { /* block bannière */
  background-repeat : no-repeat;
  padding : 65px 65px 20px 10px;
  text-align : center;
}
/*************************
 * block boite citation */
div.quote { /* block citation */ 
  white-space : nowrap;
  text-align : left;
  padding : 0 4px;
  margin: -22px 0 0 250px
}
div.quote span.cita { /* texte */
  font : 12px arial, helvetica, sans-serif;
  color : #404040;
  background-color : inherit;
  font-style : normal;
  text-align : center;
  padding : 0 4px;
}
div.quote span.author { /* auteur */ 
  font-style : normal;
}
/***********************************
 * block box Header Menu sections */
 * block box Header Menu sections */
div.menuIcons {
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
}
div.menuIcons ul { /* block liste du menu */
	margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: #F0ECAD url(img/menu-haut-over.gif) repeat-x center center;
}
div.menuIcons ul li { /* toutes les sections */
	display: inline;
}
div.menuIcons ul li span { /* toutes les sections */
	display:block;
	white-space:nowrap;
}
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:0;
}
div.menuIcons ul li.menu_admin { /* section admin */
	float:right;
	padding-right:3px;
}
div.menuIcons ul li a span {
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66;
	font-weight: bold;
}
div.tblbox ul li a span, td.tblbox ul li a span { /* lien latéral */
  color: #FFCCCC;
  background-color: inherit;
  text-decoration: none;
  font: bold 11px Arial, Helvetica, sans-serif;
}
div.menuIcons ul li a span.current { /* lien actif */
  color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #758C06 url(img/menu-haut.gif) repeat-x center center;
}
div.tblbox ul li a span.current, td.tblbox ul li a span.current { /* lien latéral actif */
  color:#cedf21;
  background-color: #CCCC99;
  text-decoration: underline;
}
div.menuIcons ul li a:hover span {
	color: white !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background: #758C06 url(img/menu-haut.gif) repeat-x center center;
	cursor: hand;
}
div.tblbox ul li a:hover span, td.tblbox ul li a:hover span { /* lien latéral survolé*/
.getDocumentDOM().browser.getPageBusy() color: #cedf21;
  text-decoration: underline;
  background-color: inherit
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}
/******************************************
 * Mise en page des blocks dans le corps */
/* block lateral boxes */
.htable { 
  margin-bottom : 8px;
}
.htable1 { 
  margin-bottom : 8px;
}
.htable2 { 
  padding : 0 2px;
}
.spacer {
  padding: 8px 2px;
}
.titrebox { /* Titre */
  white-space: nowrap;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #FFFFEE;
  text-align: left;
}
#leftside .titrebox {
	padding: 0;
	white-space: nowrap;
	font : bold 14px/31px arial, helvetica, sans-serif;
	color: #FFFFFF;
	width: 160px;
	height: 31px;
	text-align: center;
	margin-top: 60px;
	
}

#rightside .titrebox{
color: white !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background: #758C06 url(img/menu-haut-over.gif) repeat-x center center;
	cursor: hand;	
}

.titrebox2 {  /* Autre titre */
font : 12px arial, helvetica, sans-serif;
color : #ffffff;
background-color : inherit;
text-align : center;
}
.tblbox {  /* Corps */
	
	padding: 4px;
	margin-bottom: 20px;
	text-align:left;
}
#rightside .tblbox {  /* Corps */
  color : #ffffff;
}
#leftside .tblbox {
	color : #ffffff;
	
}

.tblboxover { /* Corps survolé */
  padding : 4px;
  margin-bottom : 8px;
  color : #ffffff;
  text-align : left;
}
/* block central boxes */
.titre {
	border: 0 solid #660033;
	white-space: nowrap;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20pt;
	margin-bottom: 20px;
	padding-top: 20px;
	
}

.tbl {
	font : 11px arial, helvetica, sans-serif;
	color : #FFFFCC;
	padding : 0px;
	margin-bottom : 8px;
	text-align : left;
}
.tblcolor {
	font : 11px arial, helvetica, sans-serif;
  	color : #990000;
  	padding : 0px;
  	margin-bottom : 8px;
  	text-align : left;
	background-color: #C7CC32;

}
.tbltout {
	font : 11px arial, helvetica, sans-serif;
  	color : #12719D;
  	padding : 0px;
  	margin-bottom : 8px;
  	text-align : left;
	background-color: #C7CC32;

}
.tbl2 {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-bottom: 8px;
	text-align:left;
	background-color: #CCCCCC;
	color: #006600;
		
}

.bas-tblcolor {
	background-position: center;
}
.largmilieu{
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div ul, ol { /* listes */
  padding : 8px 0 8px 8px;
  margin-left : 16px;
}
div li { 
  padding : 0;
  margin-left : 12px;
}
/************************************
 * block box lateral Menu Sections */
  ul.boxmenu { /* block liste */
  margin : 0;
  padding : 4px;
  list-style : circle;
}
ul.boxmenu li { /* items liste */ 
  margin-bottom : 10px;
}
ul.boxmenu li img { /* icons */
  vertical-align : middle;
  margin-right : 10px;
}
.rubr { 
  padding : 0 2px;
  margin : 1px;
  font : bold 11px arial, helvetica, sans-serif;
  color : #FFFFCC;
  background-color : inherit;
  text-align : left;
}
p.rubr { 
  padding : 0 2px;
  margin : 1px;
  font : bold 11px arial, helvetica, sans-serif;
  color : #FFFFCC;
  background-color : inherit;
  text-align : left;
}
.item { 
  padding : 2px 0;
  margin : 0;
  font : 11px arial, helvetica, sans-serif;
  color : #ffffff;
  background-color : inherit;
  text-align : left;
  list-style : none;
}
ul.item { 
  margin : 0;
  padding : 0;
}
ul.item li.item { /* titres des articles */
  padding : 2px 0 2px 10px;
  font : 11px arial, helvetica, sans-serif;
  color : #ffffff;
  background-color : inherit;
  text-align : left;
  list-style : none;
}
.curr_item { 
  padding : 2px 0;
  background-color : inherit;
  font : 11px arial, helvetica, sans-serif;
  color : #ffffff;
  text-align : left;
  list-style : none;
}
ul.item li.curr_item { /* titre article est affiché */
  padding : 2px 0 2px 10px;
  font : 11px arial, helvetica, sans-serif;
  color : #ffffff;
  text-align : left;
  list-style : none;
}
/*************************************
 * block box central forum - tables */
.forum { 
  padding : 5px 5px;
  font : bold 15px century gothic, sans-serif;
  color : #ffffff;
  background-color : #c00000;
  text-align : center;
}
.forum2 { 
  padding : 5px 5px;
  font : bold 12px arial, helvetica, sans-serif;
  color : #404040;
  background-color : #f2f2f2;
  border : 0px solid #f2f2f2;
  text-align : left;
}
tr.forum2 { 
  padding : 5px 5px;
  font : bold 12px arial, helvetica, sans-serif;
  color : #404040;
  background-color : #c0c0c0;
  text-align : left;
}
.quest { 
  padding : 5px ;
  font : 12px arial, helvetica, sans-serif;
  color : #404040;
  background-color : #f2f2f2;
  border : 0px solid #c0c0c0;
  text-align : left;
} 
.rep { 
  padding : 10px 5px 5px 5px;
  font : 12px arial, helvetica, sans-serif;
  color : #404040;
  background-color : #fff;
  border : 1px solid #c0c0c0;
  text-align : left;
} 
.bord {
	background-repeat: no-repeat;
	background-image:  url(img/fond-b-ot3.jpg);
	background-color: #009BDD;	
} 
.bord2 { 
  border : 0 double #b7b6be;
}
/*************
 * Calendar */  
.cal { 
  border-collapse : separate;
  border : 0px solid #b7b6be;
  border-spacing : 0px;
  background-color : #000000;
  color : inherit;
} 
tr.cal { /* calendar nav bar */ 
  font : 11px arial, helvetica, sans-serif;
  color : #404040;
  background-color : #c0c0c0;
  text-align : center;
} 
td.cals { /* week */
  font : 11px arial, helvetica, sans-serif;
  color : #f2f2f2;
  background-color : #c00000;
  width : 14%;
  text-align : center;
} 
td.cal0 { /* empty cell*/
  font : 11px arial, helvetica, sans-serif;
  color : #404040;
  width : 14%;
  text-align : center;
} 
td.cal1 { /* days */
  font : 11px arial, helvetica, sans-serif;
  color : #f2f2f2;
  width : 14%;
  text-align : center;
} 
td.cal2 { /* today */
  font : 11px arial, helvetica, sans-serif;
  color : #000000;
  background-color : #808080;
  width : 14%;
  text-align : center;
} 
td.cal3 { /* sunday or special */
  font : 11px arial, helvetica, sans-serif;
  color : #f2f2f2;
  width : 14%;
  text-align : center;
}
td.cal4 { /* today is sunday or special */
  font : 11px arial, helvetica, sans-serif;
  color : #000000;
  background-color : #808080;
  width : 14%;
  text-align : center;
}
td.calevt { /* planner event */ 
  font : bold 11px arial, helvetica, sans-serif;
  color : #ffffff;
  background-color : #000000;
  text-decoration : underline;
  text-align : center;
  width : 14%;
}
/************************
 * Formulaires (Forms) */
 form {
	background-color:#C7CC32;
	width:100%;
	font-family:"trebuchet ms",sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
fieldset {
	padding:10px;
	margin-bottom:10px;


}
legend {
	color:#FFF;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.bouton, button { /* bouton */
  cursor : pointer;
  margin : 4px 0;
  color : #404040;
  background-color : #f2f2f2;
  font : 10px arial, helvetica, sans-serif;
  border: 0px;
}
input.texte { /* champ texte */
  margin : 2px 0;
  background-color : #fff;
  font : 10px arial, helvetica, sans-serif;
  border : 1px solid #b7b6be;
  color : #404040;
}
select { /* champ select */
  color : #3B88B4;
  background-color : #FDFDFD ;
  border : 1px solid #c0c0c0;
  font : 12px arial, helvetica, sans-serif;
  margin : 4px 0;
}
textarea { /* champ textarea */ 
  color : #404040;
  background-color : #fff;
  border : 1px solid #c0c0c0;
  overflow : auto;
  margin : 4px 0;
}
/**********************
 * Editeur FckEditor */
.Code { 
  border : 1px solid #c0c0c0;
  padding-right : 5px;
  padding-left : 5px;
  color : #404040;
  font : 11px arial, helvetica, sans-serif, Monospace;
  background-color : #fff;
}
/*********************
 * Editeur pgeditor */
div #toolbarIcons_ptxt, div #toolbarSmileys_ptxt { 
  color : inherit;
  background-color : #fff;
}
/*******************
 * pop comment RSS */
.pop { 
  z-index : 30;
  width : 380px;
  text-align : left;
}
.pop a { 
  display : block;
}
.pop span { 
  z-index : 30;
  display : none;
}
.pop a:hover span { 
  display : block;
  width : 280px;
  position : absolute;
  top : 2em;
  left : 2em;
  color : #404040;
  background-color : #f2f2f2;
  font : 11px arial, helvetica, sans-serif;
  padding : 4px;
}
/*******************************************
 * Mise en page des blocks dans le footer */
#foot span.copyright {
  font : 0.8em arial, helvetica, sans-serif;
  color : #f2f2f2;
  background-color : inherit;
}
/************************
 * Divers, inclassables */
.box { 
  font : 11px arial, helvetica, sans-serif;
  color : #ffffff;
  background-color : inherit;
}
p.box { 
  margin : 0;
  font : 11px arial, helvetica, sans-serif;
  color : #ffffff;
  background-color : inherit;
}
a.box { 
  color : #ffffff;
  background : inherit;
  text-decoration : none;
  font : 11px arial, helvetica, sans-serif;
}
a.box2 { 
  color : #ffffff;
  background-color : inherit;
  text-decoration : none;
  font : 11px arial, helvetica, sans-serif;
}
a:hover.box { 
  color : #ffffff;
  text-decoration : none;
  font : bold 11px arial, helvetica, sans-serif;
 background-color : inherit;
  position : relative;
  top : 1px;
  left : 1px;
}

.top { 
  font : 1.2em arial, helvetica, sans-serif;
  color : #404040;
  background-color : inherit;
  text-align : center;
}
.timer { 
  font : italic 1em arial, helvetica, sans-serif;
  color : #f2f2f2;
  background-color : inherit;
  text-align : center;
  padding : 2px;
}
.clsCursor { 
  cursor : pointer;
}
.notice { 
  color : red;
  background-color : #ff9;
  padding : 2px;
}
.band {
  
}
#ficheup{
	border: 1px solid #996600;
	width: 96%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#fichemid{
	width: 96%;
	border: 1px solid #333399;
	background-color: #EEFFCA;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
#fichemid1{
	background-color: #FCE2FB;
	float: left;
	width: 370px;
	border-top: #333399;
	border-bottom: #333399;
	border-left: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	
}
#fichemid2{
	background-color: #E9E9D1;
	height: 37px;
	text-align: left;
	text-indent: 10px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
#fichemid3{
	background-color: #FFffdd;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	color: #663300;
}
#fichemid4{
	background-color: #E2E2E2;
	text-align: left;
	text-indent: 30px;
	font-weight: normal;
	width: 100%;
	color: #CC9900;
	margin-top: 10px;
	margin-bottom: 10px;
}
#htable {
	margin-bottom: 8px;
	width: 100%;
	border: 1px solid #003366;
}
#ficheboite{
	text-align: center;
	background-color: #FFFFCC;
	
}
#ficheboite1{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ficheboite2{
	background-color: #DEDEBE;
	text-align: left;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
#savoir{
	background-color: #ECECFF;
	height: 48px;
	float: left;
	width: 50px;	
}
#fichemidsejour{
	width: 96%;
	border: 1px solid #333399;
	background-color: #EEFFCA;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
#fichemid1sejour{
	background-color: #FCE2FB;
	float: left;
	width: 500px;
	border-top: #333399;
	border-bottom: #333399;
	border-left: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	
}
.fiches{
	width: 660px;
}
#fichejcc{
	width: 100%;
	border: 1px solid #CC0000;
	background-color: #FEF7E7;
	margin: 5px 10px;
}
#fichejcc1{
	background-color: #CCFFCC;
	float: left;
	width: 56%;
	border-top: #336600;
	border-bottom: #336600;
	border-left: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	
}
#fichejcc2{
	background-color: #E9E9D1;
	height: 48px;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}
#fichejcc3{
	background-color: #DFE6DD;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 56%;
	color: #990000;
	float: left;
}
#fichejcc4{
	background-color: #FDF4D5;
	text-align: left;
	text-indent: 70px;
	color: #990000;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	color: #993300;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:  url(imgbox/overlay.png); }

* html #overlay{
	background-color: #666666;
	back\ground-color: transparent;
	background-image:  url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgbox/overlay.png", sizingMethod="scale");    
}
#imagesemaine {float:right;filter:shadow(color:gray,strength:10, direction:135);}
#template {
	margin: 0;
	padding:0;
	height: 750px;
	width: 813px;
	position: relative;
	background-color: #14749E;
}

.template {
	position:relative;
	margin:0px auto 0;
	padding:1px;
	text-align:center;
	width:auto;
	background-color: #12719D;
	color: #009900;
}
.office {
	width:600px;
	height:300px;
	margin-top: 144px;
	margin-bottom: 50px;
	margin-left: 28px;
}
.pub {
	width:468px;
	height:60px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#cadre {
	padding:10 0 5;
	width: 800px;
	margin-left: 5px;
	
	margin-bottom: 10px;
	border: 1px solid #B8D6C2;
	text-align:center;
	background-color: #5A105A;
	float: left;
}
#EmplacementDeMacarte {
	border: 1px solid #B8D6C2;
	color: #990000;
	height: 550px;
	width: 800px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
	margin-left: 5px;
	
}
#EmplacementDeMacarte a{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
#EmplacementDeMacarte a:hover{
	color: #660066;
  text-decoration: none;
  font-weight: bold;
}
#cadre a { /* lien */
   color: #660066;
  text-decoration: none;
   background-color: inherit
}
#cadre a:hover { /* lien survolé */
 color: #006600;
  text-decoration: none;
  background-color: inherit
}
#littrin {
	margin-right:6px;
	margin-top:-2px;
	float:left;
	color:white;
	background:#9CAD42;
	border:1px solid #FFFFFF;
	font-size:60px;
	line-height:40px;
	padding-top:4px;
	padding-right:5px;
	font-family:"Times New Roman", Times, serif;
}
