/* 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;
}
/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Eléments principaux de la page */
/* bloc_page, le bloc qui englobe toute la page, 1200 pixels de large. Avec les marges automatiques, le design sera centré */
body
{
    background:url('images/pat3.jpg');
    font-family: 'Times New Roman', Arial, sans-serif;
    color: #181818;
}

#bloc_page
{
    width: 1200px;
    margin: auto;
	
}
/* Images pour la page Oreille */
.imag1{
position: absolute;
    right: 150px;
	top:380px;
}
.imag2{
position: absolute;
    right: 100px;
	top:650px;
}
.imag3{
position: absolute;
    right: 100px;
	top:850px;
}
.imag4{
position: absolute;
    right: 100px;
	top:1100px;
}
.imag5{
position: absolute;
    right: 200px;
	top:1350px;
}
.imag6{
position: absolute;
    right: 100px;
	top:1580px;
}
.imag7{
position: absolute;
    right: 150px;
	top:1870px;
}
.imag8{
position: absolute;
    right: 300px;
	top:2060px;
}
.imag9{
position: absolute;
    right: 100px;
	top:2250px;
}

footer h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;/*Tous les titres en majuscule*/
}
/* Header */

header
{

}

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    font-family: 'Dayrom', serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}
/* Navigation */

nav
{
    display: inline-block;
    width: 850px;
    text-align: right;
}

nav ul
{
    list-style-type: none;/*permet de retirer l'image ronde servant de puce*/
}

nav li
{
    display: inline-block;/* permet de placer les liens de la liste côte à côte*/
    margin-right: 15px;
}

nav a
{
    font-size: 1.1em;
    color: #181818;
    padding-bottom: 1px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 2px solid #760001;
}
/* Bannière */

#banniere_image
{
    margin-top: 5px;
    height: 200px;
    border-radius: 11px;
    background: url('images/bandeau01.jpg') no-repeat;
    position: relative;

    margin-bottom: 25px;
}

#banniere_image2
{
    margin-top: 5px;
    height: 200px;
    border-radius: 11px;
    background: url('images/bandeau02.jpg') no-repeat;
    position: relative;

    margin-bottom: 25px;
}

#banniere_image3
{
    margin-top: 5px;
    height: 200px;
    border-radius: 11px;
    background: url('images/bandeau03.jpg') no-repeat;
    position: relative;

    margin-bottom: 25px;
}

#banniere_image4
{
    margin-top: 5px;
    height: 200px;
    border-radius: 11px;
    background: url('images/bandeau04.jpg') no-repeat;
    position: relative;

    margin-bottom: 25px;
}
#banniere_image5
{
    margin-top: 5px;
    height: 200px;
    border-radius: 11px;
    background: url('images/bandeau05.jpg') no-repeat;
    position: relative;

    margin-bottom: 25px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.7%;
    height: 0.1px;
    padding-top: 8px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);/* couleur de fond avec transparence */
}

/* Corps */
/* div pour la page oreille */
#son, #mes_textes, #mes_images
{
    display: inline-block;
    vertical-align: top;
}
#son
{
    width: 300px;
    margin-right: 15px;
}
#mes_textes
{
    width: 450px;
    margin-right: 5px;
}

#mes_images
{
    width: 200px;
	margin-right:1px;
   
}
#son p
{
line-height:2.2em;
}


/* images et éléments pour la page podium */
.pict1{
position: relative;
    left: 850px;
}
.pict2{
position: relative;
    left: 950px;
}
.imageflottante4
{
    float: right;
	margin-right: 38px;
	margin-top: -40px;
	margin-left: 30px;
}
#menu_podium
{
    width: 1000px;
}
#menu_podium p
{
    font-size: 1.1em;
}
#menu_podium  a
{
    color: #760001;

    text-decoration: none;
}

#menu_podium a:hover
{
    color: #DF0101;
}
#retrait
{
margin-left:350px;
width:450px;
text-align:justify;
}
#retrait1
{
margin-left:400px;
width:400px;
text-align:justify;
}
#retrait2
{
margin-left:400px;
width:400px;
text-align:center;
}
#retrait3
{
margin-left:350px;
width:850px;
text-align:justify;
}
#retrait2 p
{
    font-size: 1.1em;
}
.encadrer{
border:1px solid black;
padding:5px;
font-size:15px; 
text-align:justify;
}
/* images pour la page oreille3 */
.img2{
position: relative;
    left: 20px;

}
.img3{
position: relative;
    right: 150px;
	
}
.img4{
position: relative;
   left: 100px;
   bottom:50px;
	
}
.img5{
position: relative;
   right: 100px;
   bottom:50px;
}
.img6{
position: relative;
   left: 100px;
   bottom:50px;
}
.img7{
position: relative;
   
}
.img8{
position: relative;
   right: 170px;
   bottom: 50px;
}
.img9{
position: relative;
   left: 70px;
   bottom: 50px;
   
}
.img10{
position: relative;
   left: 15px;
   top:20px;
   z-index:2;
}
.img11{
position: relative;
   left: -15px;
    bottom:30px;
	z-index:1;
}
.img12{
position: relative;
    left: 50px;
	top:10px;
}
/* div pour le bas page oreille */
#case1, #case2, #case3
{
    display: inline-block;
    vertical-align: top;
}
#case1
{
    width: 450px;
    margin-right: 15px;
}
#case2
{
    width: 300px;
    margin-right: 10px;
}
#case3
{
    width: 300px;
   
}
/* div pour la page impubliable */
#flashtext, #illustration
{
    display: inline-block;
    vertical-align: top;
}
#flashtext
{
    width: 400px;
    margin-right: 15px;
}
#illustration
{
    width: 450px;
    margin-right: 5px;
}

article, aside

{
    display: inline-block;
    vertical-align: top;
}

article
{
    width: 600px;
    margin-right: 15px;
}

article a
{
	color: #181818;
}
.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}
.imageflottante
{
    float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.imageflottante2
{
    float: left;
	margin-right: 8px;
	margin-top : 50px;
	margin-left: 30px;
}

.imageflottante3
{
    float: left;
	margin-right: 8px;
	margin-top : 100px;
	margin-left: 30px;
}

.image_flottante
{
    float: right;
	margin-right: 90px;
	margin-top:30px;
    
}
.image_flottantebis
{
    float: right;
	margin-right: 50px;
	margin-top: 50px;
    
}
.image_flottante2
{
    float: right;
	margin-right: -200px;
    margin-top: 300px;
}
.imageflot1
{
    float: right;
	margin-right: 50px;
    margin-top: 50px;
}
.imageflot2
{
    float: right;
	margin-right:  -200px;
    margin-top: 270px;
}
.imageflot3
{
    float: right;
	margin-right:  -200px;
    margin-top: 490px;
}
.imageflot1bis
{
    float: right;
	margin-right: 70px;
    margin-top: 50px;
}
.imageflot2bis
{
    float: right;
	margin-right:  -210px;
    margin-top: 250px;
}
.imageflot3bis
{
    float: right;
	margin-right:  -250px;
    margin-top: 500px;
}

.dessous
{
    clear: both;
}

.photo
{border:0;
display:block;
float:left;
margin: 0px 5px 5px 250px;
}
.credits
{border:0;
text-decoration:none;
display:block;
padding: 2px 0px 0px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:0.6em;
color:#666666;
clear:left;
}

article p
{
	font-size: 1.1em;
}
article em
{
font-size:0.9em;
font-style: normal;
}
aside
{
    position: relative;
    width: 490px;
	background:url('images/1687.png');
    /*background-color: #706b64;*/
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}
aside p
{
    font-family: Courier New, serif;
	font-size: 1.1em;
}	
aside h1
{
     text-align: center;
}
aside h2
{
     text-align: center;
	 font-family: Dayrom, serif;
     font-size: 1.3em;
     font-weight: normal;
}
aside a
{
    text-decoration: none;
	color: #FEFEFE;
}
aside a:hover
{
border-bottom: 1px solid #FFFFFF;
}
/* POSITIONNEMENT DES FLÈCHES DU MENU */
#fleche_conte
{
    position: absolute;
    top: 68px;
    left: -12px;
}
#fleche_conjugaison
{
    position: absolute;
    top: 214px;
    left: -12px;
}
audio
{
    width: 300px;
	background : #FF0000;
}

/* Footer */

footer
{
    background: url('images/separateur2.png') repeat-x top;
    padding-top: 15px;/* images de fond multiples CSS3 */
}

footer ul
{
    font-size: 0.8em;
}
footer p
{
    font-size: 0.9em;
}
footer h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    font-weight: normal;
}
footer a
{
    text-decoration: none;
	color: #181818;
}

footer a:hover
{
    color: #760001;
}
#footgauche, #footcentre, #footdroite
{
    display: inline-block;
    vertical-align: top;
}

#footgauche
{
    width: 28%;
}

#footcentre
{
    width: 40%;
	margin-left: 15px;
}

#footdroite
{
    width: 26%;
}

#footcentre img
{
    border: 1px solid #181818;
    margin-right: 2px;
	
}

#footdroite ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 2px;
}

#footdroite a
{
    text-decoration: none;
    color: #760001;
}

