/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
    
    
}
							/* Eléments principaux de la page */
							
							
							

body
{
    background: url('images/fond_jaune.png');  /*couleur de fond pour la page*/
    font-family: 'Trebuchet MS', Arial, sans-serif; /*police generale de la page */
    color: #181818; /*une couleur*/
}

#bloc_page
{
    width: 900px;
    margin: auto;/* pour centrer un boc div il FAUT une largeur et un margin. auto centre*/
   /* border:1px solid red;*/
}
a:hover /* Apparence au survol des liens */
{
   text-decoration: underline;
   color: green;
}
a:active /* Quand le visiteur clique sur le lien */
{
    color: gray;
}
section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal; /*met le texte en gras*/
    text-transform: uppercase; /* transforme tous les titres en majuscules*/
}
									
									
									
									/* Header */


#titre_principal h1
{
float :left;
 margin-left:40px;
 font-family: 'BallparkWeiner', serif;  /* je met mon titre avec ma police téléchargée*/
    font-size: 2.0em;
    font-weight: normal;
   
   display: inline-block;

}




#titre_principal
{
    
    height: 200px;
    border-radius: 10px;
    background: url(../images/diapocanigou.jpg) no-repeat;
    
    box-shadow: 8px 8px 12px #1c1a19; /* ajoute une ombre*/
    margin-bottom:-10px;
    
    
}

#titre_principal em
{
	color:#760001;
}

#banniere_description
{
	
    position: relative;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 18px;
    padding-top: 15px;
    padding-left: 4px;
   background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    box-shadow: 8px 8px 12px #1c1a19; /* ajoute une ombre*/
    }
    				



header mark
{

color:gray;				/* couleur de fond et de polices pour le menu*/

}

				
							


						
							
hr
{
   width: 90%;
   color: darkgrey; /* mettre une ligne */
   height: 3px;
    margin-top:20px;
}

section p

{
text-align: center;/* centre le texte introduction  Et met le texte en brun*/ 
color:#760001;
line-height:1.25em;/* hauteur de ligne réduit à 3/4 */


}




section nav ul
{
    list-style-type: none;    /* on suprime les puces en mettant none */
}

section nav li
{
    display: inline-block;
    margin-right: 15px;
}

section nav a
{	color: #000000;
    font-family: Verdana;
    
    font-size: 14px;
    color: #181818;
    border-bottom: 3px solid #760001;
   text-decoration: none; /*enleve le soulignement*/
    
}
#carte, #plan {
     display: inline-block;
     vertical-align: top;
}


#carte
{						/* mise en page de la carte*/
width:500px; height:400px;
}
#carte {
float:right;
width: 50%;
}
#plan					/* mise en page du plan*/
{

width:350px; height:180px;
margin-top:30px;
border:3px solid black;
   padding:10px;
    width: 45%;
}
#bloclocalisationcarte
{
margin-top:50px;   /* décale le bloc vers le bas*/
padding-bottom:50px;
border:1px solid black;

}
#localisation 
{
line-height:0.25em;/* hauteur de ligne réduit à 3/4 */
padding-left:20px;
float:left;
}

p
{
line-height:0.25em;/* hauteur de ligne réduit à 3/4 */
}
 strong 
 {
 text-decoration : underline;
 margin-left:150px;
}
p em
{
margin-left:170px;

}
footer nav
{
	display:inline-block;
	font-size: 12px;
  
    text-align: right;
 /* border:3px solid black;*/
  }

footer nav ul
{
    list-style-type: none;    /* on suprime les puces en mettant none */
}

footer nav li
{
    display: inline-block;
    margin-right: 50px;
    font-size: 10px;
}
footer nav a:link 
{ 
 text-decoration:none; /* enleve la ligne qui souligne les liens par defaut*/
} 

footer nav a
{
	color: #181818;
    border-bottom: 3px solid #760001;
}

