/* 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*/
}
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*/
}
#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
{
    /*display: inline-block;*/
    height: 200px;
    border-radius: 10px;
    background: url(../images/diapopyrenees.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 h2
{
	
    font-family: Dayrom, serif;/* je met les sous titre dans l'autre police  téléchargée*/
    font-size: 2.6em; /*taille de la police "que faire"*/
    margin-top: 0px;
    font-weight: normal;
    width:460px;
     margin:0 6px 6px 0;
	/*border:1px solid red;*/
    
}
header nav
{
	display: inline-block;
	float:right;
    /*width: 200px;*/
    text-align: right;
	
	
}
header nav ul
{
    list-style-type: none;    /* on suprime les puces en mettant none */
    }
header nav li
{
	
    display: inline-block;

    margin-right: 1px;
   /* border: 5px solid blue;*/
}
header nav a
{
    font-size: 20px;
    color: #181818;
    padding-bottom: 3px;
    padding-right: 3px;
    text-decoration: none;
    
}


						
							


							/* Navigation */
							
hr
{
   width: 90%;
   color: darkgrey; /* mettre une ligne */
   height: 3px;
    margin-top:20px;
}
					/* menu*/
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*/
    
}
section mark
{
color:white;				/*couleur de fond et de polices pour le menu*/
background-color: gray;
}


section aside ul li
{
 list-style-type: none;
 display:inline-block;
 
 border:1px solid red;/* couleur du cadre des images*/
 
}								/* bas de la page*/

section p
{

}

footer mark
{
color:red;
}
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;
}
								/* tableau mise en forme*/
table
{
 margin: auto; /* Centre le tableau */
 width:800px;
 border-width:1px; 
 border-style:solid;
 border-color:black;
 border-collapse: collapse; /* Les bordures du tableau seront collÈes (plus joli) */

 }
 td { 
 border-width:1px;
 border-style:solid; 
 border-color:black;
 text-align:center

 }
th { 
 border-width:1px;
 border-style:solid; 
 border-color:black;



 }
 th p
 {
 color:red;
 
 }

td p
{
font-size: 0.75em;
}								
								
								/*divers elements de la page*/
h2
{
text-align:center;
}
.choix 
{
font-style: italic;
font-size: 0.75em;
color:black;
}
#commentaire
{
text-align: center;/* centre le texte introduction  Et met le texte en brun*/ 
color:#760001;
line-height:0.25em;/* hauteur de ligne réduit à 3/4 */
}
#photographe
{
position:absolute;
 top:470px;
 right:95px;
 width:160px;
}
#photographe1
{
position:absolute;

 top:510px;
 left:70px;
 width:160px;
}
