/* 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;
}
 
section h1, footer h1
{
    font-weight: normal;
}

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

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'calligraffitiregular', serif;
    font-size: 2.0em;
    font-weight: normal;
	margin-right:15px;
	margin-left:15px;
}

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

#banniere_image
{
    font-family: 'arial', serif;
    font-size: 1.2em;
    height: 247px;
    color: #CC6600;
    border-radius: 5px;
    position: relative;
    box-shadow: 14px 24px 24px #1c1a19;
    margin-top: 15px;
    margin-bottom: 15px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    width: 99.6%;
    border-radius: 0px 0px 5px 5px;
    height: 23px;
    padding-top: 1px;
    padding-left: 4px;
	margin-left:2px;
}

#banniere_description_centre
{
	font-size: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#banniere_description_droite
{
    position: absolute;
    bottom: 0;
    width: 99.6%;
    text-align: right;
}

#diaporama {
	position:absolute;
	font-size: 0px;
	height:247px;
}


.corps_page
{
	    font-family: 'arial', serif;
}

.groupe3
{
	float: left;
	width: 270px;
	margin-top: 10px;
    font-size: 1.0em;
}

.groupe3 h1
{
	color: #cc6600;
}

.groupe3 p
{
	width: 180px;
	position: relative;
    margin-left: 50px;
}

.groupe4
{
	position:absolute;
	float: left;
	width: 200px;
	height: 150px;
	margin-left:45px;
	margin-top: 290px;
	margin-bottom: 50px;
}

.groupe5
{
	float: right;
	width: 600px;
	margin-left:10px;
	margin-top: 40px;
	margin-bottom: 30px;
}

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