/* CSS Document */

body,html{
background-color:#FFFFFF;
margin:0;
padding:0;
font-size:12px;
color:#7C97AF;
}

div#Site{
width:950px;
height:600px;
background-image:url(img/fond.jpg);
background-repeat:no-repeat;

top:50%;
left:50%;
margin-top:-300px;
margin-left:-475px;
position:absolute;
float:left;
z-index:5;
}

div#Menu{
width:390px;
height:85px;
border:0px solid red;

position:relative;
float:right;
margin-top:130px;
overflow:hidden;
margin-left:500px;
z-index:5;
}

div#Texte{
width:380px;
height:300px;
border:0px solid blue;

position:relative;
float:right;
margin-top:5px;
}

div#copyr{
width:950px;
height:16px;
border:0px solid black;

position:relative;
float:right;
margin-top:10px;
text-align:center;
}

div#Cmap{
width:800px;
height:580px;
border:1px solid #C80000;
background-color:#FFFFFF;

float:left;
position:absolute;
left:50%;
top:50%;
margin-left:-400px;
margin-top:-290px;
z-index:2;
overflow:auto;
}

.rouge{
color:#C80000;
font-size:14px;
}

.Lrouge{
color:#C80000;
}
