body{
	width: 1000px;
	margin: auto; 
	margin-top: 20px;
   	margin-bottom: 20px;
	background-color:#e7e7e7;
	
}

img{
border:0;	
}
/*==========HEADER==========*/
#header{
	height:300px;
	width:100%;
	margin-bottom:50px;
}
#header .logo a{
	 outline:none;;
}
#header .logo img{
	border:0;
}
#header .logo{
	padding:50px 0 0 20px;
	width:250px;
	position:absolute;
	
}
#header .signs{
	margin-left:400px;
	margin-top:50px;
	display:inline-block;
	position:absolute;
}


#header h1{
	font-size:35px;
	font-family:Trajan Pro;
	padding-top:240px;
	padding-left:300px;
	margin-top:0px;	
}
#header h1 span{
	font-size:50px;
}
/*==========MENU==========*/

#menu img{
	margin-left:245px;
	position:absolute;
}
#menu .active{
	text-decoration:underline;
	font-size:1.35em;
}
#menu ul li {
	list-style: none;
}
#menu ul li a{
	text-decoration:none;
	color:#000;
}
#menu ul li a:hover{
	
	text-decoration:underline;	
}
#menu{
	font-size:1.1em;
	font-family:Calibri;
   	float: left; 
   	width: 250px;
   	min-height:600px;
}
/*==========CONTENU==========*/
#contenu .decale{
	margin-left:50px;
	
}
#contenu .decale li{
	list-style-image:url(image/bullet_black.png);
	margin-bottom:10px;
}
#contenu{
	margin-left:250px;
	padding:0 0 0 20px;
	min-height:600px;
}
#contenu h1,h2{
	font-family:Trajan Pro;
}

#contenu a{
	color:#000000;
	text-decoration:none;
}
#contenu p {
	text-indent:40px;
	text-align:justify;
	font-family:calibri;
}

/*==========FOOTER==========*/
#footer { 
margin-top:150px;
	height:100px;
	width:1000px;
}
#footer p {
	text-transform:uppercase;
	font-size:0.814em;
	text-align:center;
}
/*==========LIEN==========*/
#footer a,#contenu a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover ,#contenu a:hover{
	text-decoration:underline;
}
