@charset "iso-8859-1";




/* Blocs du site */
.Page {
margin-left: auto;
margin-right: auto;
width: 1000px;
overflow:hidden;
padding:0;
left:0;

  }


.Logotype {
	margin-left:0px;
	width: 335px;
	height:272px;
	padding:0px;
	float: left;
   
  }




.Background {
	width:100%;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 203px;
  }




.Bandeau {
    border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
    background-color:#000000;
    height:300px;
    width:100%;
    float:left;

  }



.Navigation {
	width:665px;
	height:auto;
	margin:0px;
	padding:0px;
	background-color:#19171c;
	float:right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

  }


.Navigation-Secondaire {
	width:665px;
    height:40px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	float:right;

	  }

.Bloc-Menu {
	width:150px;
	height:auto;
    margin-right:20px;
	float:left;
    overflow:hidden;
  }

.Bloc-Contenu {
	width:470px;
	height:auto;
    margin-right:20px;
	float:left;
    overflow:hidden;
  }



.Bloc-Gauche {
	width:640px;
	height:auto;
    margin-right:20px;
	float:left;
    overflow:hidden;
  }

.Bloc-Droite {
	width:300px;
	height:auto;
    float:right;
    overflow:hidden;


  }


.Content {
	width:960px;
	margin:0px;
	padding:20px;
	background-color:#FFFFFF;
	float:left;

  }


.Diaporama {
	width:640px;
	height:300px;
	margin-bottom:20px;
	float:left;
	overflow:hidden;

     }
	 
	 
	.Video {
	width:79px;
	height:270px;
	float:right;
	background-color:#473833;
	padding:15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF; 
     } 


.Presentation {
	width:300px;
	height:300px;
    float:right;
    overflow:hidden;
  }




.Publicite {
	width:300px;
	height:250px;
    float:right;
  
  }







.Meteo-Image{
	float:left;
    width:40px;
    height:40px;
    margin:0px;
    padding:0px;
}


.Footer {

   width:1000px;
   height:auto;
   margin:0px;
   padding:0px;
   background-color:#19171A;
   float:left;

  }



.Plan {

   width:1000px;
   height:auto;
   margin:0px;
   padding:0px;
   background-color:#000000;
   float:left;


  }



/* Photo */
.Photo-Gauche {
	margin-right:20px;
    margin-bottom:20px;
	float:left;
    border: 3px solid #443631;
  }

.Photo-Droite {
    margin-left:20px;
    margin-bottom:20px;
	float:right;
	border: 3px solid #443631;
  }


/* Fiches */

.Fiche-Orange {
	width:448px;
	margin:0px;
	padding:10px;
	float:left;
	border-bottom: 1px dotted #F8690B;	
    padding-bottom:20px;
  }

.Fiche-Rouge {
	width:448px;
	margin:0px;
	padding:10px;
	float:left;
	border-bottom: 1px dotted #F3111D;	
    background-color:#ffffff;
    padding-bottom:20px;

  }

.Fiche-Rose {
	width:448px;
	margin:0px;
	padding:10px;
	float:left;
	border-bottom: 1px dotted #FB44AC;	
    background-color:#ffffff;
    padding-bottom:20px;

  }


.Fiche-Vert {
	width:448px;
	margin:0px;
	padding:10px;
	float:left;
	border-bottom: 1px dotted #82AA16;	
    background-color:#ffffff;
    padding-bottom:20px;

  }


.Fiche-Violet {
	width:448px;
	margin:0px;
	padding:10px;
	float:left;
	border-bottom: 1px dotted #B4177E;	
    background-color:#ffffff;
    padding-bottom:20px;

  }



/* Bannières */

.Banniere-Marron {
	width:635px;
	height:173px;
	margin:0px;
	padding:15px;
    text-align:right;
	background-color:#443631;
	float:right;
	background-image: url(../images/Banniere-Marron.jpg);
	background-repeat: no-repeat;
  }


.Banniere-Orange {
	width:635px;
	height:173px;
	margin:0px;
	padding:15px;
    text-align:right;
	background-color:#F8690B;
	float:right;
	background-image: url(../images/Banniere-Orange.jpg);
	background-repeat: no-repeat;

  }

.Banniere-Violet{
	width:635px;
	height:173px;
	margin:0px;
	padding:15px;
    text-align:right;
	background-color:#B4177E;
	float:right;
	background-image: url(../images/Banniere-Violet.jpg);
	background-repeat: no-repeat;

  }


.Banniere-Rouge{
	width:635px;
	height:173px;
	margin:0px;
	padding:15px;
    text-align:right;
	background-color:#F3111D;
	float:right;
	background-image: url(../images/Banniere-Rouge.jpg);
	background-repeat: no-repeat;

  }


.Banniere-Rose{
	width:635px;
	height:173px;
	margin:0px;
	padding:15px;
    text-align:right;
	background-color:#FB44AC;
	float:right;
	background-image: url(../images/Banniere-Rose.jpg);
	background-repeat: no-repeat;

  }

.Banniere-Vert{
	width:635px;
	height:173px;
	margin:0px;
	padding:15px;
    text-align:right;
	background-color:#82AA16;
	float:right;
	background-image: url(../images/Banniere-Vert.jpg);
	background-repeat: no-repeat;

  }


/* Polices - Textes */



.Blanc{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    padding:0px;
    margin:0px;
   
  }

.Blanc a, .Blanc a:visited{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    padding:0px;
    margin:0px;
 	text-decoration: none;   
   
}
.Blanc .a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    padding:0px;
    margin:0px;
	
    	
}
.Blanc a:hover {
   	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    padding:0px;
    margin:0px;
    text-decoration: underline;
   
}



.Noir{
	color:  #473833;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
    text-align:justify;
  }

.Noir a, .Noir a:visited{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
 	text-decoration: none;   
   
}
.Noir .a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
	
    	
}
.Noir a:hover {
   	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
    text-decoration: underline;
   
}






.Noir-Fleche{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
	background-image: url(../images/Fleche-Noir.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
    margin-top:20px;
    margin-left:10px; 
    padding-left:15px; 
    float:left; 
  }

.Noir-Fleche a, .Noir-Fleche a:visited{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
 	text-decoration: none;   
   
}
.Noir-Fleche .a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
	
    	
}
.Noir-Fleche a:hover {
   	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
    text-decoration: underline;
   
}







.Orange-Fleche{
	color: #F8690B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
	background-image: url(../images/Fleche-Orange.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
    margin-top:20px;
    margin-left:10px; 
    padding-left:15px; 
    float:left; 
  }

.Orange-Fleche a, .Orange-Fleche a:visited{
	color: #F8690B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
 	text-decoration: none;   
   
}
.Orange-Fleche .a{
	color: #F8690B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
	
    	
}
.Orange-Fleche a:hover {
   	color: #F8690B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
    text-decoration: underline;
   
}





.Rouge-Fleche{
	color: #F3111D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
	background-image: url(../images/Fleche-Rouge.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
    margin-top:20px;
    margin-left:10px; 
    padding-left:15px; 
    float:left; 
  }

.Rouge-Fleche a, .Rouge-Fleche a:visited{
	color: #F3111D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
 	text-decoration: none;   
   
}
.Rouge-Fleche .a{
	color: #F3111D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
	
    	
}
.Rouge-Fleche a:hover {
   	color: #F3111D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
    text-decoration: underline;
   
}



.Rose-Fleche{
		color:  #FB44AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
	background-image: url(../images/Fleche-Rose.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
    margin-top:20px;
    margin-left:10px; 
    padding-left:15px; 
    float:left; 
  }

.Rose-Fleche a, .Rose-Fleche a:visited{
	color:  #FB44AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
 	text-decoration: none;   
   
}
.Rose-Fleche .a{
		color:  #FB44AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
	
    	
}
.Rose-Fleche a:hover {
   		color:  #FB44AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
    text-decoration: underline;
   
}




.Vert-Fleche{
		color:  #82AA16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
	background-image: url(../images/Fleche-Vert.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
    margin-top:20px;
    margin-left:10px; 
    padding-left:15px; 
    float:left; 
  }

.Vert-Fleche a, .Vert-Fleche a:visited{
	color:  #82AA16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
 	text-decoration: none;   
   
}
.Vert-Fleche .a{
		color:  #82AA16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
	
    	
}
.Vert-Fleche a:hover {
   		color:  #82AA16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
    text-decoration: underline;
   
}


.Violet-Fleche{
		color:  #B4177E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
	background-image: url(../images/Fleche-Violet.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
    margin-top:20px;
    margin-left:10px; 
    padding-left:15px; 
    float:left; 
  }

.Violet-Fleche a, .Violet-Fleche a:visited{
	color:  #B4177E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
 	text-decoration: none;   
   
}
.Violet-Fleche .a{
		color:  #B4177E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
	
    	
}
.Violet-Fleche a:hover {
   	color:  #B4177E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding:0px;
    margin:0px;
    text-decoration: underline;
   
}


.Titre-Marron {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #473833;
	height:auto;
	width:auto;
	padding-top:5px;
    padding-bottom:4px;
    padding-left:4px;
	float:left;
	margin-top:9px;
	text-transform: uppercase;
    margin-bottom:10px;	
	}


.Titre-Orange {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F8690B;
	height:auto;
	width:auto;
	padding-top:5px;
    padding-bottom:4px;
    padding-left:4px;
	float:left;
	margin-top:9px;
	text-transform: uppercase;
    margin-bottom:10px;	
	}




.Titre-Rouge {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F3111D;
	height:auto;
	width:auto;
	padding-top:5px;
    padding-bottom:4px;
    padding-left:4px;
	float:left;
	margin-top:9px;
	text-transform: uppercase;
    margin-bottom:10px;	
	}

.Titre-Rose {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FB44AC;
	height:auto;
	width:auto;
	padding-top:5px;
    padding-bottom:4px;
    padding-left:4px;
	float:left;
	margin-top:9px;
	text-transform: uppercase;
    margin-bottom:10px;	
	}



.Titre-Vert {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #82AA16;
	height:auto;
	width:auto;
	padding-top:5px;
    padding-bottom:4px;
    padding-left:4px;
	float:left;
	margin-top:9px;
	text-transform: uppercase;
    margin-bottom:10px;	
	}

.Titre-Violet {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #B4177E;
	height:auto;
	width:auto;
	padding-top:5px;
    padding-bottom:4px;
    padding-left:4px;
	float:left;
	margin-top:9px;
	text-transform: uppercase;
    margin-bottom:10px;	
	}

.Picto {
	width:39px;
	height:41px;
    float:left;
    margin:0px;
    padding:0px;

  }



/* Formulaires */

.Champs {
	font-family: Arial, Helvetica, sans-serif;
	color: #473833;
	font-size: 11px;
	font-weight: normal;
	width:300px;
	height:20px;
	border: 0px #473833;
	margin:0px;
	padding:0px;
	background-color: #E0E2E2;
	line-height: 170%;	
    padding-left:3px;
}

.Message {
	font-family: Arial, Helvetica, sans-serif;
	color: #473833;
	font-size: 11px;
	font-weight: normal;
	width: 380px;
	border: 0px #473833;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 200px;
	background-color: #E0E2E2;
    padding-left:3px;
}
.Boutons {

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	width: 70px;
	height: 19px;
	background-color: #473833;
	border: 0px solid;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.Menu {
	width: 110px;
	height: 25px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
}





/* Light box*/



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:  url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:  url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
