/* CSS Document */

*{
margin:0;
border:0;
padding:0;
}

body{
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
}

h1{
display:none;
}

h2{
font-weight:normal;
margin:0.4em 0;
color:#FF6600;
font-size:14px;
}


#wrapper{
margin:0 auto;
position:relative;
width:715px;
min-height:593px;
}

#header{
float:left;
width:715px;
height:262px;
}

.banner{
background-image:url(images/banner.jpg);
float:left;
width:715px;
height:211px;
}

.menu{
background-color:#000000;
float:left;
width:715px;
height:51px;
}

#col_g{
float:left;
width:204px;
height:331px;
}

.anim{
background:url(images/anim.jpg) no-repeat top;
float:left;
width:204px;
height:240px;
}

.coord{
background-color:#000000;
float:left;
width:204px;
min-height:91px;
text-align:center;
}

.coord dl{
margin:1em 0 0 2.6em;
}

#conteneur{
float:left;
width:511px;
height:331px;
}

.contenu{
background-color:#000000;
float:left;
width:511px;
min-height:315px;
}

.contenu p{
margin:1em;
}

.contenu .produits{
float:left;
width:62%;
}

.contenu .produits .ing{
font-size:10px;
}

.contenu .prix{
float:left;
width:17%;
text-align:center;
}

.contenu .produits dt{
margin:0.4em 0;
color:#FF6600;
font-size:14px;
}

.contenu .prix dt{
margin:0.6em 0;
font-size:10px;
}

#formulaire-contact{
float:left;
width:90%;
margin-left:2%;
}

#formulaire-contact .col_g{
margin-top:0.3em;
float:left;
width:33%;
text-align:right;
}

#formulaire-contact .col_g li{
margin:0.7em;
font-weight:bold;
list-style-type:none;
}

#formulaire-contact .col_d li{
margin:0.4em;
list-style-type:none;
}

#formulaire-contact .col_d{
margin-top:0.6em;
float:left;
width:67%;
text-align:left;
}

#formulaire-contact .mentions{
float:left;
width:100%;
text-align:center;
}

#formulaire-contact .col_d input,textarea{
border:#339999 dotted thin;
color:#666666;
}

.footer{
text-align:center;
background-color:#000000;
float:left;
width:511px;
height:21px;
}

.footer a:link{
text-decoration:none;
color:#FFFFFF;
}

.footer a:visited{
text-decoration:none;
color:#FFFFFF;
}

.footer a:hover{
text-decoration:underline;
color:#FF6600;
}

.footer a:active{
text-decoration:none;
color:#00CCCC;
}

