/* 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*/
}
									/* Header */


#titre_principal h1
{
float :left;
 margin-left:80px;
 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/diapoportbarcares2.jpg) no-repeat;
    box-shadow: 8px 8px 12px #1c1a19; /* ajoute une ombre*/
    margin-bottom:-10px;
    padding-top: 15px;
    
    
    
}
#titre_principal em
{
	color:#760001;
}
.remarque p
{
	text-align: center;/* centre le texte introduction  Et met le texte en brun*/ 
	color:#760001;
	line-height:1.75em;/* hauteur de ligne réduit à 3/4 */
}
#banniere_description
{
	
    position: relative;
    bottom: 0px;
    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*/
    }
    				
#pastille
{
float:right;
width: 150px;
    height: 150px;
   
}





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;
    
}


							/* Baninere */
							


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

							/* section*/
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;
}

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

*/
section aside ul li
{
 list-style-type: none;
 display:inline-block;
 

 
}								
 section aside ul img{

float:left;
z-index:1;
height:120px;
width:auto;
margin:0;
box-shadow:0 0 3px black;
/*-webkit-transition:all .3s cubic-bezier(.6,2,.4,1);
  /* -moz-transition:all .5s cubic-bezier(.6,2,.4,1);
     -ms-transition:all .5s cubic-bezier(.6,2,.4,1);
      -o-transition:all .5s cubic-bezier(.6,2,.4,1);
         transition:all .5s cubic-bezier(.6,2,.4,1);*/
}
section ul li:hover img{
		z-index:5;

  
   /* position:absolue;*/
    
    

	
		-webkit-transform:translate(0px,-145px) translate(30px,-145px) scale(3.5);
	
    
     	-moz-transform:translate(0px,-145px) translate(30px,-145px) scale(3.5);
    	-ms-transform: translate(0px,-145px) translate(30px,-145px) scale(3.5);
     	 -o-transform: translate(0px,-145px) translate(30px,-145px) scale(3.5);
         transform: translate(0px,-145px) translate(30px,-145px) scale(3.5);
	box-shadow:0 0 10px black;
}											
.test
{
  float:left ;
  margin: 0 6px 6px 0;
  width:200px;
  height:260px;
 
}
.maison
{

width:250px;
float:right ;

  margin: 0 16px 6px 0;

border:2px solid white;
}
.photos
{
width:130px;
height:90px;
border:2px solid white;
}
article
{
width:850px;
}
article p
{
font-style:italic;
font-size: 14px;
}

.souligne 
{
text-decoration: underline;
font-size: 14px;

}

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;
}