object
{
float:right;
/* margin-top:5px; */
}
nav
{
margin-top: 60px;
    display: inline-block;
    width: 180px;
    border: 1px solid black;
    vertical-align: top;
	  background-color: rgb(200,70,20);
	  font-size:20px;
}
article
{
width:600px;
margin-bottom:3px;
}
p
{
color: maroon;
}
a
{
color: rgb(30,250,30);
text-decoration: none;
font-weight:bold;
}
a:hover
{
color: rgb (130,250,130);
font-style:italic;
}


h1
{
color: rgb(30,250,30);
}
h2
{
font-style:italic;
color: rgb(30,250,30);
}

header
{
width: 900px;
margin: auto;
margin-top: 5px;
padding: 5px;

/* margin-left: 100px */
}

img
{
box-shadow: 6px 6px 6px black;
border: 5px rgb(70,150,35) inset;
}
body
{
background-image: url(style/circuittransparent.gif);
/* background: rgb(50,200,50);  */
margin-top: 40px;
 width: 900px;
overflow: auto;
margin: auto;
}
#bodyer
{
background-color: rgb(8,10,8);
}
#carte
{
width: 500 px;
height: 500 px;
background-image: url(style/carte.png);
background-repeat:no-repeat;
background-position: center top;
}

#rennes
{
float:left;
margin-left:80px;
}
#nancy
{
float:right;
margin-left:140px;
margin-right:30px;
}
#lille
{
margin-top:3px;
margin-left:300px;
}
#paris
{
float:right;
}
#bordeau
{
margin-top:200px;
margin-left:130px;
}
#marseille
{
margin-left:400px;
}

article
{
padding-left: 20px;
padding-right: 20px;
 margin: 10px;
    border: 3px rgb(25,50,25) dotted;
border-radius: 50px / 20px;
border-bottom: 0px
}
section
{

    display: inline-block;    
    vertical-align: top;
}

Video
{
}

Video:hover
{
}
Video:visited
{
}