body
{
    background-color:rgb(38,38,32);
    font-family: Arial, sans-serif;
    color: white;
}
 
#bloc_page
{
    width: 600px;
    margin: auto;
}
 
	

section h1, footer h1, nav a
{
    font-family: arial, serif;
    font-weight: normal;
}
header
{
    background-image: url('image/bandeau3.png');
	height: 220px;
}
 

 #logo
 { 
	Top: 60px;
	left: 15px;
	width: 15%;
 }
#logo, header h1
{
    position: relative;
	display: inline-block;
    margin-bottom: 0px;
} 
header h2
{
    font-family: arial, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

#bloc_menu
{	
	
	position: absolute;
	top: 90px;
	left: 0px;
	border-radius: 5px;
}
header nav
{
	display:justify;
	width: 1320px;
	text-align: right;
}
 
nav ul
{
    list-style-type: none;
}
 
nav li
{
    display: inline-block;
    margin-right: 15px;
}
 
header nav a 
{
    font-size: 1.3em;
    color: rgb(115,116,116);
    padding-bottom: 3px;
    text-decoration: none;
}
 
header nav a:hover
{
    color: rgb(115,116,116);
    border-bottom: 3px solid rgb(38,38,32);
}



#banniere_image
{
	top: 200px;
	left: 0px;
    margin-top: 10px;
    height: 500px;
    border-radius: 5px;
    background: url('image/film.wmv') repeat;
    position: absolute;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}
 
#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.8%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
}
 

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}
 
article
{
   position: absolute;
    Top: 300px;
	left: 400px;
	width: 850px;
}
 

article p
{
    font-size: 0.8em;
}
 
aside
{
    position: relative;
    display: block;
	top: 85px;
    right: -80px;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}
#bloc_prestation
{
display: inline-block;
    width: 1200px;
    text-align: right;
}

#bloc_tag h1
{
text-align: right;
font-size:1.3em;
}
aside nav a
{ 
	right:970px;
    top: 0px;
	width: 0px;
	position: relative ;
    font-size: 0.9em;
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
	
}
aside nav a:hover
{
    color: rgb(255,162,100);
    border-bottom: 3px solid rgb(38,38,32);
	}
 aside nav h1
 {
	font-size:1.3em;
}

footer
{
	position: relative;
	top: 100px;
	left: 10px;
   
    padding-top: 25px;
}
 footer
{
    background-image: url('image/bandeau4.png');
	height:220px;
}
footer p, footer ul
{
    font-size: 1em;
}
 
footer h1
{
    font-size: 1.2em;
	 color: rgb(115,116,116);
}
footer a 
{
    font-size: 1em;
	 color: rgb(115,116,116);
    padding-bottom: 1px;
    text-decoration: none;
}

footer a:hover
{
    border-bottom: 1px solid rgb(211,168,150);
}

#bloc_numero 
{	
	
	position: absolute;
	top: 182px;
	left: 870px;
	border-radius: 5px;

 }
 header p
{
    font-size: 2.2em;
    color: rgb(115,116,116);
    padding-bottom: 3px;
    text-decoration: none;
}
 
article nav
{
 display: inline-block;
    width: 400px;
    text-align: right;
}
#plan_site,#contact

{
	right:50 px;
	display: inline-block;
	vertical-align: top;
}
footer ul
{
	display: inline-block;
	vertical-align: top;
    list-style-type: none;
}

