/* FEUILLE de STYLE pour oshop_cart NE PAS TOUCHER */
.cart_cell {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color : #2B3371;
}
TH.cart_cell {
	font-weight:bold;
	color:white;
	background:#2B3371;
	padding-left:1px;
	
}

.cart_button {
	border:solid 1px;
}

h1 {
	font-size: 14px;
	color : #2B3371;


}

h3 {
	font-size: 10px;
	margin-left:12px ;

}

h2{
margin-left:12px ;
	font-size: 12px;
	border-bottom : 1px solid;
}

/* FEUILLE de STYLE pour oshop_cart NE PAS TOUCHER */


/* FEUILLE de STYLE pour ooform NE PAS TOUCHER */
/* champ de formulaire en erreur */
.oof_element_error {
	background-color : #2B3371;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight:bold;
	color : white;
}
/* champ de formulaire ok */
.oof_element {
	background-color : white;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight:bold;
	color : black;
}
/* liste des alertes en cas de mauvaise saisie */
.oof_list_error {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color : #D20B00;
	
}
/* FEUILLE de STYLE pour ooform NE PAS TOUCHER */
