﻿
#titre1
{
font-family: corbel, arial;
font-size: 1.6em;
color: rgb(191,217,34);
position:absolute;
	left: 245px;
z-index:1;	
}


#bandeau
{
position: relative;
	left: 215px;
	top : 35px;
}


#article
 {
	Background-color: black;
	padding: 20px 200px 20px 200px;	
	margin: 80px 0 0 0;
 }

 p
 {
  width: 100%;
  height: auto;
  font-size: 1.2em;
  text-align: justify;
  color: rgb(191,217,34);
 }
 
strong
{
font-style: bold;
text-decoration: underline;
}

#photovl
{
width: 350px;
height: auto;
float:right;
margin: 0 0 0 10px;
}

#photoovin
{
width: 200px;
height: auto;
float:left;
margin: 8px;
}

#navaccueil
{
position: absolute;
	top: 60px;
	left: 20px;
width: 100px;
height: auto;
border: 3px solid black;
border-radius: 20px 20px 20px 20px;
}

#navptd
{
position: absolute;
	top: 270px;
	left: 20px;
width: 100px;
height: auto;
border: 3px solid black;
border-radius: 20px 20px 20px 20px;
}

#navnutri
{
position: absolute;
	top: 430px;
	left: 20px;
width: 100px;
height: auto;
border: 3px solid black;
border-radius: 20px 20px 20px 20px;
}