/* CSS Document */

body{
background-color:#000000;
color:#FFFFFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
margin:0;
}

div#back{
width:100%;
height:600px;
background-image:url(img/fd.jpg);
background-repeat:repeat-x;

position:absolute;
top:50%;
margin-top:-300px;
z-index:1;
}

div#Site{
width:950px;
height:600px;
background-image:url(img/fdSite.jpg);
background-repeat:no-repeat;

position:absolute;
top:50%;
left:50%;
margin-top:-300px;
margin-left:-475px;
z-index:5;
}

div#Copyr{
width:950px;
border:0px solid red;

position:absolute;
top:50%;
left:50%;
margin-top:300px;
margin-left:-475px;
z-index:5;

text-align:center;
font-size:10px;
}

div#Menu{
width:950px;
height:130px;
border:0px solid red;

position:relative;
float:left;
margin-left:0px;
margin-top:0px;
z-index:5;
}

div#Legal{
width:200px;
height:180px;
border:1px solid #FFFFFF;
background-color:#000000;

position:absolute;
float:left;
left:50%;
top:50%;
margin-left:-100px;
margin-top:-200px;
z-index:10;
overflow:hidden;
padding:5px;
}

/* ---------------------- ACCUEIL -------------------- */
div#acc1{
width:236px;
height:417px;
padding:4px;
background-image:url(img/fdAcc1.jpg);
background-repeat:no-repeat;

position:relative;
float:left;
margin-top:10px;
}

div#acct1{
width:220px;
height:375px;
border:0px solid red;

position:relative;
margin-left:5px;
overflow:auto;
}

div#acc2{
width:643px;
height:242px;
padding:4px;
background-image:url(img/fdAcc2.jpg);
background-repeat:no-repeat;

position:relative;
float:left;
margin-top:10px;
margin-left:20px;
}

/* -------------------------- SOCIETE ------------------------- */

div#soc1{
width:416px;
height:387px;
padding:4px;
background-image:url(img/fdSoc1.jpg);
background-repeat:no-repeat;

position:relative;
float:left;
margin-top:10px;
}

div#soct1{
width:395px;
height:340px;
border:0px solid red;

position:relative;
margin-left:5px;
overflow:auto;
}

div#soc2{
width:216px;
height:177px;
padding:4px;
background-image:url(img/fdSoc2.jpg);
background-repeat:no-repeat;

position:relative;
float:left;
margin-top:10px;
margin-left:10px;
}

div#soct2{
width:200px;
height:135px;
border:0px solid red;

position:relative;
margin-left:5px;
overflow:auto;
}

/* ------------------------- SERVICES ------------------------ */

div#ser1{
width:186px;
height:387px;
padding:4px;
background-image:url(img/fdServ1.jpg);
background-repeat:no-repeat;

position:relative;
float:left;
margin-top:10px;
margin-left:15px;
}

div#sert1{
width:180px;
height:345px;
border:0px solid red;

position:relative;
margin-left:5px;
overflow:auto;
}

/* ------------------------ CONTACT --------------------------- */

div#cont1{
width:236px;
height:187px;
padding:4px;
background-image:url(img/fdCont1.jpg);
background-repeat:no-repeat;

position:relative;
float:left;
margin-top:10px;
}

div#contt1{
width:220px;
height:145px;
border:0px solid red;

position:relative;
float:left;
margin-left:5px;
}


div#cont2{
width:236px;
height:392px;
padding:4px;
background-image:url(img/fdCont2.jpg);
background-repeat:no-repeat;

position:relative;
float:left;
margin-top:10px;
margin-left:10px;
}

div#contt2{
width:225px;
height:345px;
border:0px solid red;

position:relative;
float:left;
margin-left:5px;
}


div#cont3{
width:360px;
height:392px;
padding:4px;
border:0px solid red;

position:relative;
float:left;
margin-top:10px;
margin-left:10px;
}

div#Cmap{
width:800px;
height:530px;
border:1px solid #FFFFFF;
background-color:#000000;

float:left;
position:absolute;
left:50%;
top:50%;
margin-left:-400px;
margin-top:-280px;
z-index:15;
overflow:auto;
}

/* ------------------------- REF --------------------------- */

div#ref1{
width:940px;
height:425px;
border:0px solid red;

position:relative;
float:left;
margin-top:10px;
}


/* ------------------------- TYPO ------------------------- */
H1{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
padding:0;
}

.tbleu{
color:#3D7EF2;
font-weight:bold;
}

.trose{
color:#E50982;
font-weight:bold;
}

.lien{
color:#FFCC00;
}
.lien a{
color:#FFCC00;
}
.lien a:hover{
color:#FFCC00;
}

.f1{
border:1px solid #E50982;
background-color:#FFFFFF;
color:#000000;
font-size:11px;
}
