/*tags*/
body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #2a414f;
}
a {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}
table {
	font-family: tahoma;
	font-size: 11px;
	color: #7a7f79;
}
form {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}


/*style particuliers*/
.blanc11 {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.blanc10 {
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.bleu10 {
	font-family: tahoma;
	font-size: 10px;
	color: #2a4150;
}
.bleu11 {
	font-family: tahoma;
	font-size: 11px;
	color: #46545f;
	text-align: justify;
}
.bleugris {
	font-family: tahoma;
	font-size: 10px;
	color: #8695a1;
}
.orangeclair11 {
	font-size: 11px;
	color: #f79900;
}
.orangeclair9 {
	font-size: 9px;
	color: #f79900;
}
.orangeclair10 {
	font-size: 10px;
	color: #f79900;
}



/*menu*/
.menuproduit {
	width: 213px;
	height: 26px;
	font-size: 11px;
	font-family: tahoma;
	background: url(../images/base-index_10.jpg) no-repeat left bottom;
	background-color: #FFFFFF;
	color: #333333;
	padding-left: 24px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}
.fleche {
}
.fleche:hover {
	width: 18;
	height: 21px;
	background-image: url(../images/accueil/carre-over.png);
	background-repeat: no-repeat;
	background-position: left -7;
}



/*formulaires*/
.recherche {
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	width: 179px;
	background-color: transparent;
	background-image: url(../images/accueil/recherche.jpg);
	color: #333333;
	border: 0px;
	vertical-align: middle;
	background-repeat: no-repeat;
	line-height: normal;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
}
.ok {
	font-family: tahoma, arial;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	width: 26px;
	background-color: transparent;
	background-image: url(../images/accueil/ok.jpg);
	color: #FFFFFF;
	border: 0px;
	vertical-align: middle;
	background-repeat: no-repeat;
	line-height: normal;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
}

/*divers*/

.contour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #cbcbcb;
}