html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font,  ins, kbd, q, s, samp,
	small, strike, strong, sub, tt, var,
	dl, dt, dd, ol, ul, li,table
	fieldset, form, label, legend,caption, tbody, tfoot, thead, th{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		/*font-weight: inherit;
		font-style: inherit;
		font-size: 12px;*/
		font-family: inherit;
		vertical-align: baseline;
	}
	
body{
	/*font:.75em/1.5em normal Verdana, Arial, sans-serif;*/
	color: #2b2a3b;
	/*font-size:12px;*/
	margin: 0;
	background-color: #2f394b;
	font:.75em/1.5em normal Verdana, Arial, sans-serif;
		
	}

html>body {

		font-size:12px;
		}
/* border:1px solid #000000;*/	
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #0e5d86; }
h1 { color:#0e5d86; text-decoration:none; font-weight:bold; font-size:20px ; margin-top:0px;margin-bottom:10px; padding-left:10px; padding-top:5px;  background-image:url(../images/image_h1.gif); background-repeat:no-repeat; width:auto; height:23px !important; height:28px;}
h2 { color:#0e5d86; text-decoration:none; font-weight:bold; font-size:18px ;margin-bottom:5px ; text-align:left; }
h3 { color:#474507; text-decoration:none;  font-size:14px ;margin-bottom:0px; font-weight:bold;}
h4 { color:#2b2a3b;  font-size:12px ;font-weight:bold;font-style: italic; }

p, table, ul{
font:12px/1.5em normal Verdana, Arial, sans-serif;
}

hr{
width : 100%;
height:1px;
clear: both;
border: 0; /* enleve toute bordure */
border-bottom: 1px #0e5d86 solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}

a { color: #0e5d86; text-decoration: none; font-size:12px;}
a.accueil {padding:0;margin-top:3px;margin-left:-1px;float:left; display:block; width:200px; height:106px; /*border:solid 1px #000000*/}
a:hover{ text-decoration:underline ;}
a.footer {color:#2b2a3b; }

ul{margin-left:25px;}

#content {
overflow:hidden;
width:915px;
height:auto;
background: url(../images/ombre_d_g2.gif) repeat-y top center;
padding: 0px;
margin-top:5px;
}

#contenu
{
overflow:hidden;
float:left;
width:895px !important;
width:915px;
height:auto;
padding:10px;

text-align:left;
}

#contenu p {
text-align:justify;
margin :5px;
}

#contenu div.gauche {
float:left;width:540px;
}

#contenu div.droite {
float:left;width:320px;margin-left:10px;
}

.bloc_accueil{
float:left;
margin-left:5px;
margin-right:5px;
width:174px !important;
width:184px;
height:168px !important;
height:178px;
padding: 5px;
background: url(../images/bloc3.gif) no-repeat center center;
text-align:left;
color:#FFFFFF;
}
.bloc_accueil a{
color:#d8ed0a;
}

.bloc_accueil_texte{
float:left;
margin:0px;
padding:0px;
width:490px;
height:180px;
margin-left:5px;
margin-right:5px;
overflow:scroll;
overflow-x: hidden;
padding-right : 5px;
}

.bloc_accueil p{
color:#FFFFFF;
}

.bloc_accueil h2{
color:#FFFFFF;
}



span.jaune {
color : #faba00;
font-size : 30px;
}

#top {
width:100%;
height:38px;
background: url(../images/ombre_top2.gif) no-repeat top center;
padding: 0px;
}

#bottom {
float:left;
/*width:875px !important;*/
width:915px;
height:50px !important;
height:60px;
background: url(../images/ombre_bottom2.gif) no-repeat top center;
padding-top: 10px;
text-align:center;
color:#FFFFFF;
}

#bottom a{
color:#FFFFFF;
}




/*-------------Menu-------------------*/

#menu, #menu ul /* Liste */     
{
float:none;
/*
V1
margin-left:40px;
margin-top: 44px;*/

margin-left:230px;
margin-top: 93px;
padding : 0; /* pas de marge intérieure */
list-style : none; /* on supprime le style par défaut de la liste */
line-height : 15px; /* on définit une hauteur pour chaque élément */
text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
         /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
         /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
        font-weight : bold;
		font-size : 15px;
		display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #e4eaf1; /* couleur de fond */        
        color : #0e5d86; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 125px;/* largeur */
}

#sous_menu a /* Contenu des listes */
{
        font-size:12px;
		font-weight:normal;
		display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
		padding-left:3px;
        background : #e4eaf1; /* couleur de fond */        
        color : #0e5d86; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 122px !important;
		width : 125px;
		text-align : left;/* largeur */
}


#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}
#menu span{
		display : block; 
        width : 125px;
		cursor : default;
}

#menu span.no_link{

		font-weight : bold;
		font-size : 15px;
        background : #e4eaf1; /* couleur de fond */        
        color : #0e5d86; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
}

#menu span.sous_titre{
		font-weight : normal;
		font-size : 12px;
		background : #d8ed0a; /* couleur de fond */        
		color : #333; /* couleur du texte */
		text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid #fff ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 125px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		margin-left:0px;
		margin-top: 0px;
		border-left     : 1px solid #fff ;
		border-right    : 1px solid #fff ;
}


#menu li ul li /* Éléments de sous-listes */
{
       	border-left     : 0px  ;
		border-right    : 0px  ;
		border-bottom : 1px solid #fff; 
}

#menu li ul li.sous_titre /* Éléments de sous-listes */
{
        background : #d8ed0a;
		width : 125px;
		font-weight : normal;
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ;
		border-left     : 1px solid #fff ;
		     /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
       /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid #fff ;
		border-right    : 1px solid #fff ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #e4eaf1; /* On passe le texte en noir... */
        background: #0e5d86; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}
/*-------------Fin Menu-------------------*/

#contenu_texte {
	float:left;
	width:527px !important; /*moz width*/
	width:587px; /*IE width*/
	height:675px !important; /*moz height*/
	height:708px; /*IE height*/
	overflow:hidden;
	text-align:justify;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 45px;
/*border:solid 1px #000000;*/
}


div.contenu_scroll {
	width:100%;
	float:left;
	height:620px;
	overflow:scroll;
	overflow-x: hidden;
	padding-right : 10px;
}
/* Galerie photo */
div#galerie
{
	width: 330px ;
	background-color: #fbf0df ;
	border: 1px solid #dcb ;
	padding: 5px ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 15px Arial, serif ;
	color: #000066 ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}
/*------------- Fin galerie photos -----------------*/

div.saison {
width:550px;
background-color:#FFFFFF;
padding : 10px;
text-align:left;}

a.saison {
color:#FFFFFF;
}

#form{ 
margin-left: auto;
margin-right: auto;
/*padding:20px 20px 20px 30%;*/
width:380px;
text-align : center;
overflow:hidden;
border:solid 1px #FFFFFF;
padding:10px;
background-color:#0e5d86;
border:2px solid #d8ed09
}

#form div{
float:left;
margin-top:5px;
width:100%;
}
/*Formulaire*/

input,textarea{
border:1px solid #0e5d86;
background-color:white;
font-size:12px;
vertical-align:middle;
float:left;
width:250px;
}	
	
label.left{
		width:80px;
		float:left;
		display:block;
		text-align:left;
		color:#FFFFFF;
	}

textarea{
width:250px;
height:100px;
margin-bottom:0px;
	}

input.submit{
width:100px;
margin-left:80px;
margin-top:0px;
float:left;
}