@charset "utf-8";
/* CSS Document */

/* 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');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

#bloc_page
{
    width: 900px;
    margin: auto;
}
section h1, footer h1, nav a
{
	font-family: Dayrom, serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
body section #corps ul li{
	height: auto;
	width: 250px;
	text-align: center;
	background-color: #706b64;
	color: #FFF;
	list-style-type: none;
	box-shadow: 0px 2px 5px #1c1a19;
	border-radius: 5px;
	position: relative;
	
	

}



/* Header */

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'Trebuchet MS', serif;
    font-size: 2.5em;
    font-weight: normal;
}
#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}
#titre_page {
	font-size: 36px;
	text-align: center;
	background-color: #706b64;
	color: #FFF;
	box-shadow: 0px 2px 5px #1c1a19;
	border-radius: 5px;
	position: relative;
}
#bloc_page section #corps {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 400px;

}




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

/* Navigation */

nav
{
	display: inline-block;
	width: 900px;
	text-align: center;	
}

nav ul
{
    list-style-type: none;
}

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

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

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}
#banniere_image #banniere_description a img:hover
 {
	border: 3px solid #F00;	 
}


/* Bannière */

#banniere_image
{
    margin-top: 15px;
    height: 180px;
    border-radius: 5px;
    background: url('images/banniere_image.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

#banniere_description
{
	position: absolute;
	bottom: 0;
	border-radius: 0px 0px 5px 5px;
	width: 99.5%;
	height: 30px;
	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: #FFF;
	font-size: 0.8em;    
}

/* Corps */

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

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

article p
{
    font-size: 0.8em;
}


aside
{
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}
aside h1
{
		text-align: center;
}
	
#chapeau
{
    text-align: center;
}


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




/*footer*/

#admin, #credit, #haut_page
 {
	display: inline-block;
	text-align: center;
	width: 280px;
	vertical-align: middle;
	position: relative;
}





#admin:hover 
{
	border: thin solid #000;
}
