/*
* Auteur       : Steven TITREN 
* Email pro    : stitren@ekinoxe.fr
* Email perso  : contact@steven-titren.com
*
*
* Ce fichier est la propriété de la société Ekinoxe ORIGIN - www.ekinoxe.fr
* Ce fichier n'est en aucun cas libre de droit, vous n'avez pas l'autorisation de 
* le diffuser ou de le réutiliser dans un projet exterieur.
*
*/

@import url(general.css);
@import url(haut.css);
@import url(gauche.css);
@import url(contenu.css);
@import url(droite.css);
@import url(bas.css);

/* ----- CLASSES COMMUNES ----- */
.submit{cursor:pointer}
.champ_qte { border: 0; background: none; color: #000; width: 18px }
ul.compte { padding: 5px; border: 1px solid #ccc; list-style: none }
p.centre { text-align: center; margin: 10px }
p.erreur { color: #c00; font-weight: bold; text-align: center }
span.erreur { font-size: 11px; color: #c00 }
.rouge { color: #c00 }