/* CSS Document */
/*----------Declaration des balises----------*/
body{
background-color:#FF6125;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
}
H1{
font-size:18px;
text-align:center;
}
H2{
font-size:14px;
text-align:center;
}


ul.pucecolonne{
list-style-type:none;
margin-top:0px;
}

li.listecolonne{
margin-top:10px;
background-color:#FFCC33;
border:solid #000000 1px;
width:140px;
margin-left:-25px;

}

ul.pucedenomination{
list-style-type:none;
margin-top:0px;
}

p{
font-size:14px;
text-align:justify;}


/*----------FIN Declaration des balises----------*/

/*----------Declaration des ID----------*/

#global{
width:762px;
height:840px;
margin-left:auto;
margin-right:auto;
}

#milieu{
   width:762px;
   height:810px;
   margin-top:15px;
   padding-bottom:0px;
   padding-top:0px;
}

#principale{
width:550px;
height:810px;
margin-top:15px;
}

#colonnegauche{
width:175px;
height:810px;
background-color:#FFCC33;
border: 1px solid  #000000;
float:left;

}
#colonnedroite{
width:580px;
height:810px;
border: 1px solid #505F7D;
float:left;
}

#livredor{
width:160px;
height:130px;
font-size:12px;
font-style:italic;

}
#adresse{
background-color:#CCCCCC;
font-size:12px;
padding-top:8px;
text-align:center;
}

#exergue{
background-color:#FFCC99;
border:groove #666666 2px;
padding:15px;
font-size:12px;
text-align:justify;
margin-left:auto;
margin-right:auto;
border:solid #000000 1px;
-moz-border-radius:10px;
}

#demenagement{
width:260px;
height:820px;
margin-left:5px;
float:left;
}
#coordonnees{
background-color:#FFCC33;
width:260px;
height:835px;
margin-left:10px;
float:left;
}


#servicesgauche{
background-color:#FFCC99;
width:260px;
height:310px;
margin-left:5px;
padding-top:10px;
border:solid #000000 1px;
-moz-border-radius:10px;
float:left;
}
#servicesdroit{
background-color:#FFCC99;
width:260px;
height:310px;
margin-left:10px;
padding-top:10px;
border:solid #000000 1px;
-moz-border-radius:10px;
float:left;

}

#boutiquegauche{
width:220px;
height:350px;
margin-left:15px;
border:solid #000000 1px;
float:left;

}

#boutiquedroite{
width:280px;
height:380px;
margin-left:15px;
text-align:center;
border:solid #000000 1px;
float:left;

}

#tableau{
margin-top:20px;
clear:left;
}

#contact{
width:600px;
height:800px;
}

#compteur{
width:100px;
height:70px;
margin-top:5px; 
margin-left:50px;

}


/*----------FIN Declaration des ID----------*/


/*----------Declaration des Classes----------*/

.gras{font-weight:bold;}
.italique{font-style:italic;}
.blanc{color:#FFFFFF;}
.inventaire{
background:#CC3300;
color:#FFFFFF;
font-weight:bold;
}
.champinventaire {
width:100px;
}
.champinventaire2 {
width:80px;
}
.champ2 {
width:100px;
}
.cartouche{
border:solid #000000 1px;
-moz-border-radius:10px;
background-color:#FFCC99;
}

.alignergauche{float:left;}

/*----------FIN Declaration des Classes----------*/


