/* Ce fichier définit le style visuel pour les différents éléments.
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le chapitre (DROITE)
 * - la navigation
 * - L'accès réservé
 * - La partie GAUCHE
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css

* Les éléments HTML en général

fond gris-bleu foncé : #2f393e;
vert clair : #c6e047;
vert foncé : #a9c139;
bleu embelys : #226d9f;
gris recherche : #e7e7e7;

-------------------------------------------------------- */
@import "layout.css";


body{
	background-color: #2f393e; 
	color: #3366CC;	/* bleu */
	font-size: small;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{font-size: 1.7em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}


fieldset{
	border: none;
}

/*label{
	cursor: pointer;
	cursor: hand;
}*/

.champ label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	font-size: 0.9em;
}

textarea{
	width: 450px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



/* La page
-------------------------------------------------------- */

#page{
	background-image:url(../images/milieu.png);
	background-repeat: repeat-y;
	background-position: left top;
}


 
/* L'entête
-------------------------------------------------------- */

#entete{
	height: 94px;
	background: #FFFFFF url(../images/top.png) no-repeat left top;
}

.bienvenue{
	text-align: left;
	font-weight:bold;
	color:#226d9f;
	font-size: 1.5em; /* hauteur de la ligne */
	margin :20px 0px 0 0px;  /* haut droite bas gauche */
}
.bienvenue img{
	float:left;
	margin :3px 0 0 100px;  /* haut droite bas gauche */
	/*border: 1px solid #E3E3E3;*/
}

/* Le chapitre (partie DROITE)
-------------------------------------------------------- */

.titre{
	margin-bottom: 0;
	background: url(../images/logotitre-v.png) no-repeat left top;
	border-right: 5px solid #E3E3E3;
	padding: 2px 0 0 45px;
}
.titre h2{
	color: #A9C139;
	margin: 0;
	border-bottom: 1px solid #eaeaea;
	margin: 0 -30px 0 0;
}
.titre p{
	margin:0;
	padding:1px 0;
}

.contenu {
	text-align: justify;
	padding : 5px 10px 0px 45px;
	margin-left: 2px;
	border-right: 5px solid #E3E3E3;
}
.contenu li{
	margin:10px 0 0 15px;
	list-style-image : url(../images/etoileverte.jpg);
}
.contenu ul{
	margin: 0;
	padding: 0 0 0 15px;
}
.contenu p{
	margin-bottom:30px;
}
.contenu p:first-letter {/* premiere lettre des paragraphes... */
   float: left; 
   font-size: 2em; /* hauteur de 2 lignes */
   margin-right: 2px; /* marge de 5px à droite pour que ça ne colle pas trop au reste du texte */
}
.contenu p a:link {
	color:#3366CC;	/* bleu */
	text-decoration: none;
}
.contenu p a:visited{
	text-decoration: none;
	color: #3366CC;	/* bleu */
}
.contenu p a:hover{
	text-decoration: none;
	color: #A9C139;	/* vert fonce */
}
.contenu p a:active {
	text-decoration: none;
	color: #3366CC;	/* bleu */
}

.flechehaut a {
	background-image: url(../images/fhautv.png);
	display: block;
	width: 13px;
	height:13px;
}
.flechehaut a:hover {
	background-image: url(../images/fhauto.png);
}
.flechehaut img{
	border:0;
}
.flechehaut {
	margin-top:50px;
	margin-left:500px; /* ! largeur differente pour les autres pages */
}

.acro {
	cursor:help;
	border-bottom: #3366CC 1px dotted;
}

.fevad{
	margin :30px 0 30px 0;  /* haut droite bas gauche */
	text-align:center;
}
.fevad img{
	text-align:center;
	border: 1px solid #c6e047;	/* vert clair */
}

.cliquez{
	margin :50px 0 0 50px;  /* haut droite bas gauche */
	font-size:10px;
}
.fausse-lettrine {
   font-size: 1.5em; /* hauteur de 2 lignes */
   font-weight:bold;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   margin-right: 1px; /* marge de 1px à droite pour que ça ne colle pas trop au reste du texte */
}


/* La navigation ==> menu, meteo et calendrier
-------------------------------------------------------- */

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	width:96%;

}
#navigation li{
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/etoile.jpg) no-repeat left center;
	color:#669900;	/* vert fonce */
}

#navigation a:link {
	color:#FF6600;	/* orange */
	text-decoration: none;
}
#navigation a:visited{
	text-decoration: none;
	color: #FF6600;
}
#navigation a:hover{
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}
#navigation a:active {
	text-decoration: none;
	color: #FFF;
}
/* lien entre span
-------------------------------------------------------- */
#navigation a:link span { /*  */
	color:#669900;	/* vert fonce */
	text-decoration: none;
}
#navigation a:visited span {
	text-decoration: none;
	color: #669900;	/* vert fonce */
}
#navigation a:hover span {
	text-decoration:underline;
	color: #FFF;
	font-weight:bold;
	font-style:italic;
}
#navigation a:active span {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}


#navigation{
	background:  url(../images/milieuvert.png) repeat-y top left;
	margin :0;
	padding: 0;
}
#navigation div#calendrier{
	width :210px;
	float: right;
	margin: -30px 50px 0 20px !important;  /* haut droite bas gauche 		 important spécifie la propriété à prendre par défaut par les navigateurs modernes */
	margin: -30px 25px 0 20px;
}
#navigation  h2{
	margin : 0 0 5px 0;
	font-size: 1.1em;
}

#navigation div#calendrier h2 {
	display:none;
	
}
#navigation div#calendrier table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #A9C139;
}
#navigation div#calendrier table caption{
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}
#navigation div#calendrier table th{
	color: #5D5D5D;
	background-color: #C5E047;
}
#navigation div#calendrier table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #C5E047;
}

.aujourdhui {
  font-family: Verdana, Arial, Helvetica; 
  font-weight: bold; 
  color: #5D5D5D; 
  background-color: #C5E047;
}

#meteo{
	width : 220px;
	float: right;
	margin-right: 40px !important;		/* important spécifie la propriété à prendre par défaut par les navigateurs modernes */
	margin-right: 50px; /* hack pour IE6 qui ne comprend pas !important */
}
#menu{
	width : 280px;
	float: right;
	margin-right: 70px !important;		/* important spécifie la propriété à prendre par défaut par les navigateurs modernes */
	margin-right: 65px; /* hack pour IE6 qui ne comprend pas !important */
}
#menu .actif{
	color:#FFF;
	font-weight:bold;
	font-style:italic;
}

.spacer {
	clear: both;
}



/* L'acces reserve
-------------------------------------------------------- */

#reserve{
	margin:0;
	background: url(../images/top-bas.png) no-repeat left top;
	height: 35px;
	padding: 18px 0 0 150px;
	/*border: 1px solid #000000;*/
}

#reserve h2{
	float:left;
	font-size: 1em;
	margin :0px 10px 0 0;  /* haut droite bas gauche */
}

#reserve fieldset, #reserve p{
	margin: 0;
	padding: 0;
	height: 10px;
}

.bouton{
  background:#DED983;
  color:#345071;
}

#identification{
	width : 110px;
}
#erreur_ident{
	display:none;
	width: 500px; 
	font-size:x-small;
	font-weight:bold;
	color:#FF3300;
	margin: 5px 0 0 110px;
}



/* La partie GAUCHE
-------------------------------------------------------- */

#gauche div#rss{
	margin-left:20px;
	margin-top:50px;
	font-size:xx-small;
	font-weight:normal;
	text-align:left;
}
#gauche #rss h2{
	color: #A9C139;	
	border-bottom: 1px solid #eaeaea;
}
#gauche h6{
	color: #FF6600;
	text-align:center;
}
#gauche marquee{
	height:200px;
}

#gauche div#rss .liste{
	color:#999999;
	list-style-position: inside;
	list-style-type:circle;
}

.liste a:link{
   color:#A9C139;	/* vert fonce */
	text-decoration:underline;
}
.liste a:visited{
   color:#A9C139;
	text-decoration:underline;
}
.liste a:hover{
   color:#FF6600; /* orange */
   text-decoration: none;
}
.liste a:active{
   color:#A9C139;
	text-decoration:underline;
}

/*------------------------------------------------------------*/
#logos{
	margin-left:20px;
	border:1px solid #E7E7E7;
}

/*------------------------------------------------------------*/
#ref{
	margin-left:20px;
	margin-top:600px;
	width:260px;
	text-align:center;
	/*border:2px solid #FC5817;*/
}
#gauche div#ref marquee {
	height:60px;
	text-align:center;
}
#gauche div#ref marquee a:link{
	color:#A9C139;	/* vert fonce */
	text-decoration:none;
	font-size:9px;
}
#gauche div#ref marquee a:visited{
	color:#A9C139;
	text-decoration:none;
	font-size:9px;
}
#gauche div#ref marquee a:hover{
	color:#FF6600; /* orange */
	text-decoration: underline;
	font-size:9px;   
}
#gauche div#ref marquee a:active{
	color:#A9C139;
	text-decoration:none;
	font-size:9px;
}
.monpagerank {
	padding:1px;
	width:100px;
	background-color:#fff;
	text-align:center;
	border:1px solid #FC5817;
}

/* Le pied de page
-------------------------------------------------------- */

#piedpage{
	margin: 0;
	height:44px;
	background: url(../images/pied.png) no-repeat left bottom;
}
#piedpage .droits{
	color: #a9c139;	/* vert fonce */
	font-size:xx-small;
	/*font-style:italic;*/
	margin-right:30px;
}

/* Mots clé en bas de page
-------------------------------------------------------- */
#motsbas {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #2f393e; /* gris-bleu */
	font-size: 12px;
	color:#818386; /* gris */
}
#motsbas a:link {
	text-decoration: none;
	color:#818386;
}
#motsbas a:visited {
	text-decoration: none;
	color:#818386;
}
#motsbas a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
#motsbas a:active {
	text-decoration: none;
	color:#818386;
}