/* Définition des polices personnalisées */
 
@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;
}
@font-face {
    font-family: 'calligraffitiregular';
    src: url("../polices/calligraffiti-webfont.eot");
    src: url("../polices/calligraffiti-webfont.eot?#iefix") format('embedded-opentype'),
         url("../polices/calligraffiti-webfont.woff") format('woff'),
         url("../polices/calligraffiti-webfont.ttf") format('truetype'),
         url("../polices/calligraffiti-webfont.svg#calligraffitiregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */
html {
	overflow-y:scroll; /* Force l'ascenceur en permanence */
}
body {
	min-height:100%;
    background: url("../images/fondpage.png");
    font-family: Dayrom, Arial, sans-serif;
    color: #FFFFFF;
}

body strong
{
    font-weight: normal;
}

#bloc_page {
    width: 900px;
    margin: auto;
}
/* Fin Eléments principaux de la page */


header h1 {
    font-family: 'calligraffitiregular', serif;
    font-size: 2.0em;
    display: inline-block;
    margin-bottom: 0px;
}

section h1, footer h1, nav a, body strong {
    font-weight: normal;
}

.groupe1 {
	width: 300px;
	float: left;
	color: #CC6600;
}

.groupe2 {
	width: 600px;
    margin-top: 25px;
	float: right;
	text-align: right;
}

nav {
    font-family: 'arial', serif;
    font-size: 0.8em;
}

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

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

nav a {
    font-size: 1.3em;
	color: #CC6600;
    text-decoration: none;
}

nav a:hover
{
    color: #ffffff;
    border-bottom: 3px solid #760001;
}
/* Fin Eléments première ligne*/

/* Description Bannière */
#banniere_image {
	width: 900px;
	height:224px;
    font-family: 'arial', serif;
    color: #CC6600;
    border-radius: 15px;
    box-shadow: 14px 24px 24px #1c1a19;
    background: url("../images/jason.png") no-repeat;
    position: relative;
}
#banniere_description_centre {
	font-size: 0px;
}
/* Fin Description Bannière */

.info {
	position: relative;
	float: left;
	width: 100%;
}

.photo1 {
	position: relative;
	float: left;
	width: 100%;
}

.groupe3 {
	width: 865px;
    font-family: 'arial', serif;
	color: white;
	float: left;
	position: relative;
	padding:15px;
	text-align:justify;
}

/* Description Pied de Page */
footer
{
    font-family: 'arial', serif;
    font-size: 0.9em;
	position:relative;
	height:70px;
	clear:both;
	width:100%;
	color: #CC6600;    
	background: url('../images/separateur.png') repeat-x top;
}

.pied_page_gauche{
	float:left;
	padding:0px;
	width:310px;
	margin-right:1px;
}

.pied_page_centre{
    margin-right: 2px;
	float:left;
	padding:0px;
	width:220px;
	margin-right:1px;
}

.pied_page_droite{
	float:right;
	padding:0px;
	width:350px;
	margin-right:1px;
	text-align: right;
}
/* Fin Description Pied de Page */

