body{
	margin: 12 0 0 0;
	padding: 0 0 0 0;
	color: #E1E1DD;
	background: #E1E1DD
}
html{
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, sans-serif;
}
h1{
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 100%;
	color: #666666;
	font-weight: bold;
	font-family: Arial,Tahoma, georgia, serif;;
}
h2{
	margin: 0 0 0 0;
	margin-left: 70px;
	font-size: 18px;
	color: #2715B0;
	font-family: "Trebuchet MS";
	font-style: italic;

}



a{
	color: #666666;
	font-weight: bold;
}
a:link, a:visited{
	color: #6585AB;
	text-decoration : none;
}
a:hover, a:visited:hover{
	color: #6585AB;
	text-decoration : underline;
}



/* MENU */
#menu ul{
	width: 164px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
#menu ul li{
	border-bottom: 1px solid #fff;
	
}

#menu a, #menu a:link, #menu a:visited{
	font-size: 11px;
	text-decoration: none;
	color: #215899;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	height: 14px;
} 

#menu ul li a, #menu ul li a:link, #menu ul li a:visited{
	display: block;
	margin: 0 0px 0 0;
	width: 164px;
	padding: 3px 5px 4px 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background: #215899;
	border-left: 4px solid #325986;
}
#menu ul li a:hover, #menu ul li a:visited:hover{
	color: #6585ABb;
	/*font-weight: bold;*/	
	background: #6585AB;
}
#menu ul li a.actif, #menu ul li a.actif:link, #menu ul li a.actif:visited{
	color: #215899;
	text-decoration: none;
	font-weight: bold;
	background: #6585AB;
}

/* Nouvelles */
.nouvelle{
	margin: 0 0 0 0;
	font-size: 0.7em;
	line-height: 140%;
	color: #90A035;
}





/* TEXTE*/
.texte{
	margin: 0 0 0 0;
	font-size: 0.7em;
	line-height: 140%;
	color: #4782A7;
}
.texte b{
	font-weight: bold;
	color: #666666;
}
.texte a, .texte a:link, .texte a:visited{
	color: #23248B;
	text-decoration: none;
	
}
.texte a:hover, .texte a:visited:hover{
	color: Black;
	text-decoration: underline;
}

.texte ul li{
	list-style: square;
}

.textePetit{
	color: #333333;
	font-size: 9px;
}

.textePetit b{
	font-weight: bold;
	color: #666666;
	font-size: 9px;
}

.photoTexte{
	margin: 0 0 0 10px;
}

/* PAGE 200.cfm Produits Yamaha */
.texteBouton{
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	color: #000000;
}
.texteBouton a, .texteBouton a:link, .texteBouton a:visited{
	color: #000000;
	text-decoration: none;
	
}
.texteBouton a:hover, .texteBouton a:visited:hover{
	color: #000000;
	text-decoration: underline;
}


/* sousSousMenu */
#main #sousMenu ul li ul{
	margin: 0 0 1px 9px;
	padding: 0 0 4px 0;
	list-style: none;
	border-bottom: 1px solid #E4D7D1;	
}
#main #sousMenu ul li ul li a{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 0 0 0 12px;
	font-weight: regular;
}


/* formulaires */
form{
	margin: 0;
	line-height: 150%;
	/* bug avec Internet Explorer des font size relative au parent */
	font-size: 0.7em;
	<!-- font-size: 100%; -->
}
input, textarea, select{	
	color: #215899;
	background: #fff;
	margin: 2px 0 2px 0;
	padding: 1px;
	font-weight: regular;
}
form .inputBouton{
	background-color: #F3DFB5;
	color: #000;
	font-size: 80%;
	border: 1px solid #B75928;
}


table#calcul td{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 10px;
	color: #666666;
	background: #E1E1DD;
}
table#calcul .submit{
	font-size: 14px;
	padding: 5px 42px 8px 0;
	color: #666666
	background: #E1E1DD;
}
table#calcul form{
	margin: 0;
	padding: 0;
	color: #E1E1DD;
	background: #E1E1DD;
}
table#calcul table#form td{
	border-bottom: 1px solid #E1E1DD;
	font-size: 11px;
	color: #000;
	padding: 4px 0 4px 0;
	background: #E1E1DD;
}

table#calculResult{
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	font-size: 12px;
	color: #000;
}
table#calculResult #top{
	background: #215899;
	color: #FFF;
	font-size: 12px;
	padding: 4px;
}
table#calculResult #row{
	background: #E1E1DD;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	padding: 3px 0 3px 0;
}