/* 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: 'bearpawregular';
    src: url('polices/BEARPAW_-webfont.eot');
    src: url('polices/BEARPAW_-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/BEARPAW_-webfont.woff') format('woff'),
         url('polices/BEARPAW_-webfont.ttf') format('truetype'),
         url('polices/BEARPAW_-webfont.svg#bearpawregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Éléments principaux de la page */

body
{
    background: url('images/white_texture.jpg');
    font-family: Arial, sans-serif;
    color: #181818;
}

#bloc_page
{
    width: 1100px;
    margin: auto;
}
section h1, footer h1, nav a
{
    font-family:  arial, serif;
    font-weight: normal;
    text-transform: uppercase;
}


/* Header --- L'EN-TÊTE---- */

header
{
    background: url('images/separateur.png') repeat-x bottom;
}

#titre_principal
{
    display: inline-block;
}

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


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

header h2
{
    font-family: 'bearpawregular', serif;
    font-size: 1.2em;
    margin-top: 0px;
    font-weight: normal;
}

/* Header --- Menu---*/

nav
{
    display: inline-block;
    width: 740px;
}

nav ul
{
	display: table;
   width: 1100px;
	margin: 10px auto;	
	padding: 0;
   list-style-type: none;
   background: linear-gradient(#e7e2da, #d9d0bf);
	
	border-radius: 3px; 
   box-shadow: 0 1px 3px rgba(92, 91, 89, .3), 
   				0 3px 5px rgba(92, 91, 89, .2), 
   				0 5px 10px rgba(92, 91, 89, .2), 
   				0 20px 20px rgba(92, 91, 89, .15);
   
}

nav li
{
    display: table-cell;
    margin-right: 15px;
    
}

nav a
{
	box-shadow: 5px 6px 6px 0px #899599;
	background:-moz-linear-gradient(top, #f0f0e7 5%, #b8b7ad 100%);
	background:linear-gradient(to bottom, #f0f0e7 5%, #b8b7ad 100%);
	background-color:#f0f0e7;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #9e9e88;
	display:inline-block;
	cursor:pointer;
	color:#344245;
	font-family:arial;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:3px 4px 3px #e1e2ed;
}

nav a:hover
{
   background:-moz-linear-gradient(top, #b1b3a6 5%, #f3f5eb 100%);
	background:linear-gradient(to bottom, #b1b3a6 5%, #f3f5eb 100%);
	background-color:#b1b3a6;
    
}


/* Boutons changement page dans bannières*/

.bouton_bleu_suivant
{
    display: inline-block;
    height: 25px;
    position: 	absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degrademarron.png') repeat-x;
    border: 1px solid #002843;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}
.bouton_bleu_suivant img
{
    border: 0;
}
.bouton_bleu_precedent
{
    display: inline-block;
    height: 25px;
    position: 	absolute;
    right: 130px;
    bottom: 5px;
    background: url('images/fond_degrademarron.png') repeat-x;
    border: 1px solid #002843;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}
.bouton_bleu_precedent img
{
    border: 0;
}

/* Bannières*/

#banniere_construction
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('images/enconstruction/en_construction.jpg') repeat-x;
    position: relative;
    box-shadow: 0px 4px 4px #ccbeae;
    margin-bottom: 25px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(205,179,117,0.10);
    color: white;
    font-size: 1.1em;
}

#banniere_description2
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(205,179,117,0.10);
    color: brown;
    font-size: 1.3em;
}


#banniere_etape
{
    margin-top: 15px;
    height: 350px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 4px 4px #ccbeae;
    margin-bottom: 25px;
}




/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

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

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 1.1em;
}


article h1
{
	font-family: arial, serif;
   font-weight: normal;
   text-transform: uppercase;
	}


article h2
{
    font-family: arial, serif;
    font-weight: normal;
    text-transform: uppercase;
 }


article h3
{
	font-family: arial, serif;
   font-weight: normal;
   text-transform: uppercase;
	}

article h4  
{
   font-family: arial, serif;
   font-weight: normal; 
   }
 
#cartographie
{
    text-align: center;
}

/* tableau info techniques */

aside
{
    position: relative;
    width: 430px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 1.1em;
}

aside h2
{
    font-family: arial, serif;
    font-weight: normal;
    text-transform: uppercase;
 }

table
{
	width: 99%;
	text-align: left;
	border:1px #706b64;
	border-spacing: 10px;
}
td
{
	border: 1px #706b64; 
	background-color: #706b64;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}

#Logo_OSM
{
    text-align: center;
}

#Logo_OSM img
{
    border: 1px solid #181818;
}

aside img
{
    margin-right: 5px;
}
 

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

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

#prochaine_partie a
{	text-decoration: none;
   color: #760001;
   text-transform: uppercase;
}

/* Footer pied de page */

footer
{
    background:  url('images/ico_top_gris.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre_gris.png') repeat-x top;
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
	 font-family: arial, serif;    
    font-size: 1.2em;
}

#copyright, #mes_photos, #mes_amis
{
    display: inline-block;
    vertical-align: top;
}

#copyright
{
    width: 28%;
}

#mes_photos
{
    width: 35%;
}

#mes_amis
{
    width: 31%;
}

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

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

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