@charset "utf-8";
/* CSS Document */

html, body {
height:100%;
margin:0;
background-color:#693d63;
}

a:link{
font-weight:bold;
color:#7da6ca;
text-decoration:none;
}

a:visited{
color:#7da6ca;
text-decoration:none;
font-weight:bold;
}

a:hover{
color:#e0e300;
text-decoration:none;
}
/*
Structure globale de la page//////////////////////////////////////////
*/
div#global {
min-height:100%;
width:820px;
height:620px;
height:auto;
padding:0 ;
margin:0 auto;
position:relative;
padding: 0;
background-image:url(img/back_820_620.jpg);
background-repeat:no-repeat;
}

body {
font: 90% "Trebuchet MS", sans-serif;
}

/*
Structure de la banniere de la page ///////////////////////////////////
*/
div#haut {
margin:0 auto;
position:absolute;
padding:0;
width:800px;
height:150px;
background-image:url(img/header.jpg);
position:absolute;
}

/*
Relatif au menu////////////////////////////////////////////////////////
*/
div#menu{
left:15px;
top:150px;
width:175px;
height:230px;
background-color:#95424b;
position:absolute;
background-image:url(img/menu_175_230.jpg);
background-repeat:no-repeat;
position:absolute;
}

div#menu p{
color:#7da6ca;
font-style:oblique;
line-height:30pt;
}

/*
Pied de page//////////////////////////////////////////////////////////
*/
div#pieddepage{
margin:0 auto;
margin-top:550px;
position:absolute;
width:800px;
height:50px;
background-image:url(img/footer_50_800.jpg);
background-repeat:no-repeat;
position:absolute;
text-align:center;
color:#7da6ca;
font-size:9px;
}

/*
base du contenu///////////////////////////////////////////////////////
*/
div#contenu{
background-repeat:no-repeat;
top:150px;
left:205px;
width:550px;
height:330px;
position:absolute;
}
/* associé au contenu il met en page le texte tu bloc contenu////////////
*/
div#textecontenu{
top:150px;
left:205px;
color:#7da6ca;
font-size:0.9em;
margin-left:15px;
margin-right:30px;
width:520px;
height:330px;
text-align:justify;
position:absolute;
}

div#textecontenu h2{
color:#e0e300;
font-family:Georgia, "Times New Roman", Times, serif;
}
div#textecontenu h3{
color:#e0e300;
font-family:Georgia, "Times New Roman", Times, serif;
}

/*
Vignette pour la partie réalisation
*/
div#mini{
margin-top:-10px;
margin-left:-35px;
width:570px;
height:400px;
float:left;
}

div#mini li{
float:left;
list-style:none;
padding-left:5px;
}

div#contenudevis{
background-color:#95424b;
top:150px;
left:205px;
width:550px;
height:500px;
position:absolute;
}

div#pieddepagedevis{
margin:0 auto;
margin-top:650px;
position:absolute;
width:800px;
height:50px;
background-image:url(img/footer_50_800.jpg);
background-repeat:no-repeat;
position:absolute;
text-align:center;
color:#7da6ca;
font-size:9px;
}


