/* CSS Document */
body
{
margin: 0px;  /*pour siter les marges */
margin-right:auto; 
margin-left:auto;
text-align:center; 
background:url(ressources/top_bg.gif) top repeat-x;
}
#global
{
text-align:center;
color:#FFFFFF;
margin: 0px;  /*pour siter les marges */
margin-right:auto; 
margin-left:auto;
text-align:center; 
width: 750px;
}

h1
{
color: #004676;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
text-align:left;
text-indent: 20px;
}

#cadre
{
vertical-align:middle;
/*margin: 0px 50px 0px 50px;*/
float:left;
width: 750px;
height: 100%;
background-image:url('ressources/bg-cadre.jpg');
background-repeat:repeat-y;
padding: 20px 0px 0px 40px;

}
#devis
{
float: left;
background-image:url('ressources/cadre-devis.jpg');
background-repeat:no-repeat;
width: 198px;
height: 241px;

}
#contenu
{
float: right;
width: 500px;
/*border: 3px solid red;*/
text-align:center;
background-image:url('ressources/bg-continue.jpg');
background-repeat:repeat-y;
width: 451px;
padding-right: 90px;
}
#contenu p
{
color: #004676;
width: 420px;
text-align:left;
margin: 10px 20px 10px 10px;
}

hr
{
border: solid 1px #004676;
margin: 0px 20px 0px 20px;
}
/*  tous les cadres*/

#devis h2
{
color: black;
font-size: 1em;
color: #004676;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#devis p
{
color: black;
font-size: 0.8em;
color: #004676;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#cadrehaut
{
background-image:url('ressources/bg-cadre-haut.jpg');
height: 20px;
width: 451px;
}

#cadrebas1
{
background-image:url('ressources/bg-cadre-bas.jpg');
height: 19px;
width: 451px;
}

#cadrebas
{
clear:both;
margin: 0px;  /*pour siter les marges */
margin-right:auto; 
margin-left:auto;
text-align:center; 
background-image:url('ressources/cadre-bas.jpg');
background-repeat:no-repeat;
width: 750px;
height: 60px;
}
ul#detail li
{
color: #006ab3;
text-align: left;
margin-left: 50px;
list-style-type: none;
font-size: 0.8em;
font-style: oblique;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

dt
{
color: #004676;
text-align: center;
font-size: 1.2em;
font-weight:bold;
}
dd
{
color: #006ab3;
font-size: 1em;
font-weight:bold;
text-align: left;
margin: 0px 20px 0px 10px;
/*padding: 20px;*/

}

/* Pour le pied de page */ 


#pied 
{
clear:both;
text-align:center;
margin: -40px 0px 0px 0px;
}

#pied li
{
display: inline;
padding: 0px 30px 0px 30px;
font-weight:bold;

}

#pied li a
{
color: #006ab3;
text-decoration:none;
}

#pied li a:hover
{
color: #00395f;
text-decoration:none;
}

#pied a
{
color: #000;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
}

#pied a:hover
{
color: #006ab3;
text-decoration:none;
font-weight:bold;
}


/* tabledevis */ 
#tabledevis
{
width: 90%;
border-collapse: separate;
}

#asterix
{
color: red;
font-weight:bold;
font-size: 1.2em;
}
input
{
vertical-align:middle;
border: 1px solid #00395f;
}
#tabledevis td 
{
color: #00395f;
font-weight:bold;
text-align:left;
padding: 5px;
}
textarea
{
border: 1px solid #00395f;
}

#numerotelephone
{
font-size: 1.5em;
}