body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #EA7E0F;
}


.fondVert{
	color;
	background-color : #3A8729;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight : bold;
}

.fondOrange{
	color;
	background-color : #EA7E0F;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight : bold;
}

.titre{
	color;
	background-color : #EA7E0F;
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	color: White;
	font-weight : bold;
}


table {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #444444;
	background-color: white;
}

input {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	color : #444444;
}



select {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	color : #444444;
}

a {
	text-decoration : none;
	color : white;
}

a:hover {
	text-decoration : underline;
	color : white;
}


a.gammes {
	text-decoration : none;
	color : black;
}

a.gammes:hover {
	text-decoration : underline;
	color : black;
}


a.pagination {
	text-decoration : none;
	color : black;
}

a.pagination:hover {
	text-decoration : underline;
	color : black;
}


input.chercher {
	color : #333333;
	font-size : 11px;
	font-weight : bold;
	border : solid 1px black;
	background-color: white;
}


.minipanier {
	background-color : #E2EED6;
	font-size : 10px;
	font-weight : bold;
	color : #2D5107;
}

a.minipanier {
	font-size : 14px;
	font-weight : bold;
	color : #2D5107;
	text-decoration : none;
}

a.minipanier:hover {
	font-size : 14px;
	font-weight : bold;
	color : #2D5107;
	text-decoration : underline;
}

a.lienprix {
	font-size : 14px;
	font-weight : bold;
	color : white;
	text-decoration : none;
}

a.lienprix:hover {
	font-size : 14px;
	font-weight : bold;
	color : white;
	text-decoration : underline;
}

/*
* style des tarifs dans le bloc de gauche
*/
.tarif {
	color : #dd2719;
	font-size : 11px;
	font-weight : bold;
	background-color : white;
}

th.tarif {
	color : white;
	font-size : 11px;
	font-weight : bold;
	background-color : #dd2719;
}

.produit {
	color : #444444;
	font-size : 11px;
	font-weight : bold;
	background-color : white;
}


.petittexte {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
}

.petittexterouge{
	font-family : verdana, helvetica, sans-serif;
	font-size: 9px;
	color : #dd2719;
}

.rouge{
	color : #dd2719;
}

.petittextebleu{
	font-family : arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color : #3333cc;
}

.overformat {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
}

.overformatborder {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	background-color : #6666FF;
}