/*-------- DECLARATION DES ID-------------- */
 
 

/*--------DECLARATION DES POLICES----*/

 @font-face {
    font-family:'IndieFlower';
    font-weight: normal;
    src: url('../../font/IndieFlower.ttf') format('truetype');
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-weight: normal;
    src: url('../../font/PT_Sans-Narrow-Web-Regular.ttf')format('truetype');
} 
@font-face {
    font-family: 'Roboto Condensed';
    font-weight: normal;
   src: url('../../font/RobotoCondensed-Light.ttf')format('truetype');
}
 
 /*--------------------*/

body {
	background-color:#25511D;
	background-color:#fff;
  color:#666633;
}

 #navbar_header{
  width:1200px;
  margin-left:auto;
  margin-right:auto;
  float : none;
}
   
#global{
  width:1170px;   
  text-align: center; 
  font-family: Helvetica, Arial,sans-serif; 
  font-size:19px;
  font-weight:300;
  margin-left:auto;
  margin-right:auto;    
 } 

#content{width: 1000px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

#clear{clear:both;}

  /*---------------- a couper-------*/ 
  
#milieu{
width:1000px; 
background-color:#fff; 
color:#222;
text-align:center;
margin-top:25px;
margin-left:auto;
margin-right:auto;
} 

#milieu h2{
  color: #fff;
}

#container{
 width:800px;
text-align: center;
margin-top:20px;
padding-bottom:100px;
margin-left: auto;
margin-right: auto;
}

 
 /*--------------h1----------------*/ 
 
h1{
font-family: 'Roboto Condensed';
color:#706e6e; /*--------gris encore + clair----*/ 
color:#63704b;
font-weight:lighter;
font-size:60px;
line-height:normal;
clear:both;
 }

 /*--------------- h2-----------------*/  

h2{   
font-family: 'Roboto Condensed';
color:#798081; /*--------gris pas trop fonce----*/ 
color:#63704b;
font-size:50px;
font-weight:normal;
line-height:normal;
text-transform:uppercase;
text-align:left;
 clear:both; 
 }

 /*----------------- h3 ----------------*/ 

h3{
font-family: 'PT Sans Narrow' Helvetica, sans-serif;  
color:#222; 
color:#706e6e; /*--------gris encore + clair----*/ 
color:#63704b;
  
font-weight:lighter; 
font-size:40px;
line-height:normal;
text-align:left; 
 }  

/*------------------ h4-----------------*/  

h4{
font-family: 'PT Sans Narrow' Helvetica, sans-serif;  
color:#63704b;
font-weight: lighter;
font-size:30px;
line-height:0.5em;
text-align:left; 
}
 
 /*------------------ h5-----------------*/   

 h5{
font-family: 'PT Sans Narrow' Helvetica, sans-serif;  
color:#222;
font-size:25px;
text-align:left; 
}

/*---------- BLOCK--------*/  

#block{
  border:1px solid #666;
  padding: 20px 25px 25px 25px;
  font-size: 17px;
    border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
    
}

#block p{
  font-size: 17px;
}

/*---------- --------*/  

#info{border-left:1px solid #555; 
padding-left:25px;
font-size: 17px;  
}

#info p{
  font-size: 17px;
}

#nocopy{
background-color:#555;
 
} 
#accueil{
width:200px; 
text-align:center;
float:right;
}
#retour{
padding-right:30px;
 float:right;
}

#copyrights{
background-image:url('../images/general/copie_interdite.jpg') ;
width: 37px;
height:35px;
background-repeat:no-repeat;
float:right;
}

marquee{
font-size:13px;
color:#25511D;
margin:0 40px;
font-style:italic;
font-weight:bold;
}

  /*-------------------- DIAPORAMA ----------------*/  

#diaporama{
width:100%;
margin-top: 50px;  
margin-left:auto;
margin-right:auto; 
}

#diaporama h2{text-align: center;
 font-size:40px;
}

#footer{
width:1150px;
margin-left:auto;
margin-right:auto; 
 }
 

/*--------FIN  DECLARATION DES ID-------------- */

/*///////////////////////////////////////////////////////////////////*/

/*----------DECLARATIONS DES BALISES---------*/

p{
 font-family: Helvetica, Arial,sans-serif; 
font-size:19px;
font-weight:300;
line-height:1.7em;
text-align:justify;
clear:both; 	
}


iframe{border:none;
}
 
img.sansBordure{border:0;}

.noborder{border:0;}

a img{border:0;}

/*----------FIN DES DECLARATIONS DES BALISES---------*/

/*///////////////////////////////////////////////////////////////////////////*/


/*-------- DECLARATION DES CLASSES-------------- */

.arrondi{
border:solid #fff 1px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
padding:3px;
}

.border{border: 1px solid #555;
  padding:5px;
}

.font17{font-size: 17px}

.font15{font-size: 15px}

.date{color:#ff0000;}
 

.blanc{color:#fff;
}

.noir{
color:#000;
}

.gras{font-weight:bold;}

.italique{
   
	font-style:italic; 
	font-size:15px;
}
 
.cartoucheorange{
background-color:#FFCC33;
border:solid #FFFFFF 1px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
padding:15px;
}
.cartouchejaune{
background-color:#FFFFCC;
border:solid #CCCC66 1px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
padding-top:3px;
padding-bottom:3px;
padding-left:15px;
padding-right:15px;
text-align:center;
margin-left:100px;
}
.cartouchevert{
width:150px;
background-color:#CCCC66;
border:solid #FFFFFF 1px;
-moz-border-radius: 10px;
padding:3px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
 
	/* ------
 .effetgondole{
    box-shadow: -7px 6px 15px #333;  
  } 
  ------ */
 
   .effetjp{
    -moz-box-shadow: 8px 8px 12px #aaa inset;  
   -webkit-box-shadow: 8px 8px 12px #aaa inset;  
   -goog-box-shadow: 8px 8px 12px #aaa inset;  
    box-shadow: 0 0 8px #565656; 
	} 
	 
.fondvert{
background-color:#CCCC66;
background-color:#fff;
padding:10px;
}

.majuscule {
	text-transform: uppercase;
}


/*----------BOUTON ENTREZ- 
 
.myButton {
  -moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
  -webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
  box-shadow:inset 0px 39px 0px -24px #e67a73;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #eb675e));
  background:-moz-linear-gradient(top, #e4685d 5%, #eb675e 100%);
  background:-webkit-linear-gradient(top, #e4685d 5%, #eb675e 100%);
  background:-o-linear-gradient(top, #e4685d 5%, #eb675e 100%);
  background:-ms-linear-gradient(top, #e4685d 5%, #eb675e 100%);
  background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#eb675e',GradientType=0);
  background-color:#e4685d;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #ffffff;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  padding:6px 15px;
  text-decoration:none;
  text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e4685d));
  background:-moz-linear-gradient(top, #eb675e 5%, #e4685d 100%);
  background:-webkit-linear-gradient(top, #eb675e 5%, #e4685d 100%);
  background:-o-linear-gradient(top, #eb675e 5%, #e4685d 100%);
  background:-ms-linear-gradient(top, #eb675e 5%, #e4685d 100%);
  background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e4685d',GradientType=0);
  background-color:#eb675e;
}
.myButton:active {
  position:relative;
  top:1px;
}
    
 
 FIN BOUTON ---------*/
  

#menu iframe{ 
border:none;
 } 
  
/*-------- FIN DES DECLARATIONS DES CLASSES-------------- */

 ul{
text-align:left;
list-style-type: none; 
}
 
a:link {
  color:#666;
  text-decoration: none;
}
 
#home{
width: 64px;
height: 64px; 
text-align: left;
}

#home img{
 text-align: left; 
}

/* ------------------   MENU DÉROULANT -----------------------  */

#barre_nav {width:100%; } 

/* Fond et Bordure de la Barre de Navigation */

#barre_nav ul { 
 text-align: center;
 font-family:'PT Sans Narrow'; 
  margin-left: 0; 
}

#barre_nav li { 
  margin-right: 0;  
}

#barre_nav li:last-child { margin-right: 0;}

/* Police et Couleur des Liens */

#barre_nav li a {
font-family: 'PT Sans Narrow';   
font-size: 17px;
 
  border:1px solid #555;     
  padding: 10px 20px 10px 20px;  
 
  -moz-box-shadow: 0px -20px 10px -10px rgba(0,0,0,0.3) inset; 
 -webkit-box-shadow: 0px -20px 10px -10px rgba(0,0,0,0.3) inset; 
 -goog-box-shadow: 0px -20px 10px -10px rgba(0,0,0,0.3) inset; 

 text-decoration: none;
}


/* Police et Couleur des Liens quand Survolés par la Souris */

#barre_nav li a:hover { color:#B061A2;
}

#barre_nav li a:visited {color:#ff0000;
}

/* Centrer la Barre de Navigation */

#barre_nav li { 
display: inline-block;
float: none;
}

#barre_nav li:last-child { margin-right:0;}
  

/* ----- Apparence du menu déroulant ----- */

#barre_nav li ul {   
display: none;
height: auto;
padding: 0; 
margin: 0;   
border: 0;
position: absolute;
width: 270px; /* Largeur de la barre des sous-catégories */
padding-top: 20px; /* Distance entre barre des sous-catégories et barre de navigation */
z-index:9999;
}

#barre_nav li:hover ul { 
display: block;
margin-left: 3px; /* Alignement avec le lien de la barre de navigation */
}


#barre_nav li li {
display: block;
margin: 0px;
padding: 0px;
width: 270px; /* Largeur de la barre des sous-catégories */
 
float: none;
}

#barre_nav li:hover li a {
font-size:17px;
background-color: #C49DB8; /* Couleur du fond du lien */
background-color: #63704b;
background-color: #fff;
color:#000;    
}

#barre_nav li ul a {
display: block;
height: auto;
margin: 0;
padding-top: 5px; /* Distance au dessus des liens */
padding-bottom: 5px; /* Distance en dessous des liens */
padding-left: 10px; /* Distance à gauche des liens */
text-align: left;
}

#barre_nav ul ul a {
color: #222; /* Couleur des liens */
}

#barre_nav li ul a:hover, #barre_nav li ul li:hover > a {
color: #fff; /* Couleur des liens quand survolés par la souris */
background-color: #B061A2; /* Couleur du fond du lien quand survolés par la souris */
background-color: #c37c32; /* marron */
text-decoration: none;
}

 #barre_nav li ul a:visited{color:#ff0000;  
 
 }
  

/* ---------   FIN MENU DÉROULANT -----------  */

 
