@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,body {
	margin:0;
	padding:0;
	text-align:center;
}
fieldset,img { 
	border:0;
}
input{
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
li,ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
h3{
	font-size:1em;
	font-style:italic;
	display:inline;
}

h4{
	font-size:1em;
	font-style:italic;
	}
p, ul{
	text-align:justify;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}

.clr{
	clear: both;
}

.menu{
	z-index:7;
	width:100%;
	left:0;
	top:0;
	position: absolute;
 	background-color:black;
	height:30px;
	display:block;
	position:fixed;
}

.menu ul {
 	padding:0;
	margin:0;
	list-style-type:none;
 }

.menu li {
 	padding-top:5px;
	width:14%;
	float:left;
	text-align:center;
 }
.menu ul li{
	 	color:#c9f055;
}
.menu ul li a {
 color:#DCDCDC;
 text-decoration:none;
  }

.menu ul li a:hover {
 color:#c9f055;
 }  

#texte{
	color:black;
}
.titre{
	z-index:5;
	width:40%;
	left:50%;
	top:20%;
	position: absolute;
	}

.titre img{
	width:100%;
	}
	
.container{
	z-index:5;
	position: absolute;
	width:100%;
	top:70px;
}	
.titre_contenu{
	position:relative;
	float:left;
	width:40%;
	}

.titre_contenu img{
	width:70%;
	}

.contenu{
	display:block;
	width:40%;
	text-align:justify;
	background-image:url(../images/fond_transparent.png);
	color:white;
	padding:20px 50px 50px 0;
	float:left;
	position:relative;
	}

.contenu h3, h4{
	padding-left:20px;
	font-style:italic;
}

.contenu li h4{
	color:#c9f055;
}

footer{
	z-index:10;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size:1.5em;
	font-weight: 400;
	line-height:25px;
	width:100%;
	height:30px;
	display:block;
	position:fixed;
	padding:5px 0 0 0;
	margin:0px;
	bottom:0px;
	background-color:black;
	text-align:center;
 color:#DCDCDC;
 	float:left;
}

footer a {
 color:#DCDCDC;
 text-decoration:underline;
  }

footer a:hover {
 color:#c9f055;
 }  

.fb-like{
	bottom:5px;
	left:50px;
}

.fb-like-box{
	background-color:#ffffff;
	height :550px;
	width:292px;
	left:0px;
	display:inline-block;
}