/* CSS Document */
html, body {
height:100%;
background:#CAD122 url(../images/fond_degrade.gif) repeat-x left top;
font:90% Verdana, Arial, Helvetica, sans-serif;
}

* {
margin:0;
padding:0;
}
/*
div#position_conteneur {
position:relative;
width: 1028px;
margin:0 auto;
border:1px solid red;
}
div#background_conteneur {
position:absolute;
top:0;
left:0;
width: 1028px;
height:700px;
background:url(../images/fond_cadre.png) repeat left top;
border:1px solid blue;
}*/
div#conteneur {
position:relative;
margin:0 auto;
width: 1028px;
background:url(../images/fond_cadre.png) repeat left top;
}
div#colonne_gauche {
width:494px;
float:left;
}
div#menu {
margin-left:100px;
}
div#colonne_droite {
width:534px;
float:right;
color:#2D0C05;
text-align:left;
}

div#colonne_droite a {
color: #2D0C05;
text-decoration:none;
}

div#colonne_droite a.cgv_a {
color:#F1CB00;
text-decoration:underline;
}
div#colonne_droite_mentions {
width:400px;
text-align:center;
}

div#colonne_gauche_bas {
width:494px;
float:left;
}
div#menu {
margin-left:100px;
}

div#texte_haut {
position:absolute;
top:108px;
right:70px;
font-size:10px;
color:#FFEC00;
}

div#prix_990 {
position:absolute;
top:360px;
left:500px;
}
div#image_dvd {
position:absolute;
top:140px;
left:500px;
}
div#jecommande {
position:absolute;
top:410px;
left:500px;
}
div#zoom_avant {
position:absolute;
top:467px;
left:500px;
width:80px;
}
div#zoom_arriere {
position:absolute;
top:467px;
left:573px;
width:80px;
}

div#colonne_droite_bas {
width:534px;
height:180px;
float:right;
color: #2D0C05;
text-align:left;
}
.titre_marron {
color:#2D0C05;
font-size:20px;
}
.titre_orange {
color:#F1CB00;
font-size:20px;
}
.titre_vert {
color:#A2BD32;
font-size:20px;
}
div.bloc_texte {
width:440px;
font-size:14px;
}

div#bas {
background:#CAD122 url(../images/bas.png) no-repeat left bottom;
width:1028px;
}

div#bas_de_page {
width: 100%;
margin:0 auto;
height:286px;
background:#CAD122 url(../images/bas-de-page.gif) no-repeat center bottom;
vertical-align:bottom;
text-align:center;
font-size:10px;
}
.texte_gris {
color:#999999;
}
.texte_gris a {
color:#999999;
}
.texte_orange {
color:orange;
}
.texte_orange a {
color:orange;
}
.texte_petit {
font-size:11px;
}
.separateur {
clear:both;
height:0;
}

ul {
list-style-type:none;
}
a {
color:white;
text-decoration:none;
}

.gras {
font-weight:bold;
}

table.commande {
width:330px;
}
td.quantite {
width:50px;
height:20px;
text-align:center;
}
td.prix {
width:60px;
text-align:right;
font-weight:normal;
height:20px;
}

td.prix_gras{
width:60px;
text-align:right;
font-weight:bold;
height:20px;
}

.input_champ_court {
width:80px;
}
.input_champ {
width:150px;
}
.input_champ_long {
width:250px;
}
