#contenu_panier{
width:900px;

}


.ligne{
width:900px;
height:60px;
}



#titre_designation{
float:left;
background:url(../img/splitter.jpg) repeat-y top right;
width:450px;
text-align:left;
height:60px;
}
#titre_periode{float:left;
background:url(../img/splitter.jpg) repeat-y top right;
width:100px;
height:60px;
text-align:center;}
#titre_quantite{float:left;
background:url(../img/splitter.jpg) repeat-y top right;
width:100px;
height:60px;
text-align:center;}
#titre_prix{float:left;
background:url(../img/splitter.jpg) repeat-y top right;
width:100px;
height:60px;
text-align:center;}

.designation,.periode,.quantite,.prix,.suppression{
float:left;
text-align:center;
height:60px;

}
.designation{
float:left;
background:url(../img/splitter.jpg) repeat-y top right;
width:450px;
font-size:11px;
font-family:arial black;
color:#ffffff;
text-align:left;
}
.periode{
float:left;
background:url(../img/splitter.jpg) repeat-y top right;
width:100px;
}
.quantite{
float:left;
background:url(../img/splitter.jpg) repeat-y top right;
width:100px;
}
.prix{
float:left;
background:url(../img/splitter.jpg) repeat-y top right;
width:100px;
}





.suppression{
background:url(../img/panier/supprimer.jpg) no-repeat;
width:127px;
height:36px;
border:none;
float:right;
margin-top:-15px;
margin-right:10px;
}

.suppression:hover{

background:url(../img/panier/supprimer_over.jpg) no-repeat;
width:127px;
height:36px;
border:none;
float:right;
margin-top:-15px;
margin-right:10px;
}

#total{
width:300px;
height:30px;
float:left;
margin-left:600px;
padding:0;
font-family:arial black;
color:#ffffff;
}


.valider_promo{
background:url(../img/reve_de_gosse/valider.jpg);
width:94px;
height:25px;
border:none;
float:right;
margin-right:150px;
display:inline;
margin-top:3px;
}

.valider_promo:hover{
background:url(../img/reve_de_gosse/valider_over.jpg);
width:94px;
height:25px;
border:none;
float:right;
margin-right:150px;
display:inline;
margin-top:3px;
}

#paiement{
width:500px;

}

#paypal{float:left;width:200px;}
#moyens_paiement{float:right;width:300px;}