body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
}
b, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	font-weight: bold;
}
.noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
}
.noirBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	font-weight: bold;
}
.blancBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	background-color: #FFFFFF;
	border: 1px solid #F48029;
	width: 150px;
}
.sup {
	font-size: 9px;
	vertical-align: super;
}
/* Couleur et dfinition des liens */
a:active { 
	color: #F48029; 
	text-decoration: none; 
}
a:link { 
	color: #F48029; 
	text-decoration: underline;  
}
a:visited { 
	color: #F48029; 
	text-decoration: underline;  
}
a:hover {  
	color: #F48029; 
	text-decoration: none;  
}
/* Couleur et dfinition des liens section produits */
a.produits:active { 
	color: #F48029; 
	text-decoration: none;
	font-size: 11px; 
	font-weight: bold;
}
a.produits:link { 
	color: #F48029; 
	text-decoration: underline;
	font-size: 11px; 
	font-weight: bold; 
}
a.produits:visited { 
	color: #F48029; 
	text-decoration: underline; 
	font-size: 11px;
	font-weight: bold; 
}
a.produits:hover {  
	color: #F48029; 
	text-decoration: none;
	font-size: 11px;  
	font-weight: bold;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	list-style-image: url(images/bullet.gif);
}
.titre {
	height: 50px;
	padding-left: 16px;
	vertical-align: bottom;
	text-align: left;
}
.bleuBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #063451;
	font-weight: bold;
}
.orange {
	color: #F48029; 
}
.bleu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #063451;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #F48029;
}
