@charset "utf-8";
/* CSS Document */

/*Classe clearer pour les floats*/
.clearer{
clear:both;
}

/* Affichage des liens */
div.lien{
width:400px;
margin:0 auto;
}

div.lien div{
float:left;
padding:15px;
}




/* Affichage du formulaire de contact */

form.contact label{
width:150px;
display:block;
float:left;
padding-top:1px;
}

form.contact input[type="checkbox"]{
float:none;
}

form.contact input{
float:left;
padding-top:1px;
}

form.contact span.bouton{
text-align:center;
}




/* Affichage des produits */
div.produit{
width:300px;
}
div.produit > div{
border:dashed 1px;
}
div.produit_seul{
border:dashed 1px;
width:300px;
}



/* Affichage du guestbook */
div.guestbook form p label{
display:inline-block;
width:150px;
}
div.guestbook form p input{

}


/* Affichage du formulaire de rappel immédiat */
form.rappel fieldset label{
width:150px;
display:block;
float:left;
padding-top:1px;
}
form.rappel fieldset input{
float:left;
padding-top:1px;
}

/*Lien pour la pagination guestbook*/
a.pagination img{
border:none;

}


/*Commande*/
#mainContent table.commande_non_traite, #mainContent table.commande_traite{
width:700px;

}
