/*Css Document*/
*{
	margin: 0;
	padding: 0;
	border: 0;
}

html, body{
	font: normal 14px 'IM Fell English', 'Trebuchet MS', serif;
	color: #121212;
	background-color: #b4b4b2;
	min-height: 100%;
	height: auto!important;
	height: 100%;
}

div#wrapwebsite{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
}

header#header{
	width: 100%;
	height: 287px;
	position: relative;
	background-image: url(../images/header.jpg);
}

nav#principale{
	width: 266px;
	height: 278px;
	background-image: url(../images/menu.png);
	position: absolute;
	top: 0px;
	left:-71px;
}

div#negatif{
	width: 974px;
	height: 64px;
	background-image: url(../images/negatif.png);
	margin: 0 auto;
}

div#wrapcontent{
	width: 974px;
	position: relative;
	margin: 0 auto;
	padding-top: 58px;
}

div#wrapcontent p{
	margin-bottom: 20px;
}

div#wrapcontent a{
	color: #950000;
	text-decoration: underline;
}

div#wrapcontent a:hover{
	color: #be0202;
	text-decoration: none;
}

section#construction{
 	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

div#wrapleft{	
	width: 459px;
	float: left;
	padding-right: 46px;
	padding-left: 10px;
}

div#wrapright{
	width: 459px;
	float: left;
}

div#wrapright section{
	margin-bottom: 25px;
}

h2{
	font-family: 'Special Elite', cursive;
	font-size: 24px;
	color: #000;
	margin-bottom: 18px;
	text-shadow: 3px 3px 0.2em #000;
	font-weight: normal;
}

.clear{
	clear: both;
}

section#blog article header h3{
	color: #950000;
	margin-bottom: 13px;
}

section#blog article{
	border-bottom: 1px solid #000;
	margin-bottom: 13px;
}

div.blogpost{
	margin-bottom: 5px;
}

section#blog article aside{
	background-image: url(../images/fleche.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 16px 0 52px;
	margin-top: 13px;
}

div.blogcomment{
	margin-top: 13px;
	padding-bottom: 2px;
	margin-bottom:13px;
}

div.blogcomment_name{
	font-weight: bold;
}

div.blogcomment_date{
	color: #950000;
	border-bottom: 1px solid #000;
}

h4{
	font-size: 16px;
	margin-bottom: 10px;
}

div#video, div.img_rea{
	-moz-box-shadow: 5px 5px 5px #222;
	-webkit-box-shadow: 5px 5px 5px #222;
	box-shadow: 5px 5px 5px #222;
	width: 453px;
	height: 260px;
}

section#lastrea footer{
	margin-top: 10px;
}

footer#bottom{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 1078px;
	height: 174px;
	text-indent: -9999px;
}

section#blog aside{
	display: none;
}
