body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	background: #fff url(gx/bg.gif) repeat-x;
}
html{
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, sans-serif;
}
h1{
	margin: 0 0 0 0;
	font-size: 16px;
	color: #C21527;
	font-family: "Trebuchet MS";
}
h2{
	margin: 0 0 0 0;
	font-size: 16px;
	color: #2715B0;
	font-family: "Trebuchet MS";
	font-style: italic;
}
h3{
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #2715B0;
	font-family: "Trebuchet MS";
	border-bottom: 1px solid #BFBCB1;
}
h4{
	margin: 0 0 5px -1px;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #43449C;
	border-bottom: 1px dashed #BFBCB1;
}

/* MENU */
#menu{
	/*background: url(gx/m/marge_000.jpg) repeat-x top; */
	width: 225px;
}
#menu ul{
	height: 170px;
	min-height: 170px;
}
#menu ul li{
	margin: 0 0 -10px 0;
	padding: 0 0 0 0;
}
#menu a, #menu a:link, #menu a:visited{
	font-size: 0.9em;
	text-decoration: none;
	color: #43449C;
	margin: 0 0 0 0;
	padding: 5px 0 0 34px;
	height: 30px;
	display: block;
}

#menu a:hover, #menu a:visited:hover{
	color: #23248B;
}
#menu a.actif, #menu a.actif:link, #menu a.actif:visited, #menu a.actif b{
	font-weight: bold;
	color: #23248B;
	background: url(Gx/M/bg_menu_actif.gif) no-repeat left;
}
#menu b{
	font-weight: normal;
	border-bottom: 1px solid #BFBCB1;
}
#menu ul{
	list-style: none;
	width: 187px;
	margin: 0 0 0 19px;
	padding: 17px 0 0 0;	
}
#menu ul li{
	padding: 4px 0 4px 0;
}
#menu ul li.actif, #menu ul li:hover{
	background: url(gx/m/fleche.gif) no-repeat right top;
	padding: 4px 0 4px 0;
}
#menu ul li ul{
	width: 170px;
	font-size: 0.7em;
	margin: 8px 0 5px 17px;
	padding: 0 0 0 0;
	border-bottom: 1px solid #F9F6F2;
}
#menu ul li ul li{
	padding: 3px;
	border-top: 1px solid #F9F6F2;
}
#menu ul li ul li:hover{
	padding: 3px;
	background: url(gx/m/bg_sousMenu_over.png) repeat-y;
}
#menu ul li.off{
	background: url(gx/m/dot_off.gif) no-repeat top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0px;
	line-height: 1px; 
	/* le \ est la pour que seulement Mozilla lise cette rule
	   IE5 n'aime pas avoir des hauteur sur des <li> IE ignore cette regle */
	heig\ht: 1px; 
}
#menu ul li.on{
	background: url(gx/m/dot_on.gif) no-repeat top;
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
	font-size: 0px; 
	line-height: 1px;
	/* le \ est la pour que seulement Mozilla lise cette rule
	   IE5 n'aime pas avoir des hauteur sur des <li> IE ignore cette regle */
	heig\ht: 1px;
}






/* TEXTE*/
.texte{
	margin: 0 0 0 0;
	font-size: 0.8em;
	line-height: 140%;
	color: #221E1F;
	/*text-align: justify;*/
}

.texte strong{
	color: #23248B;
}

.texte b{
	font-weight: bold;
	color: #000;
}
.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: #B74C14;
	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: #43449C;
	border: 1px solid #23248B;
	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{
	background: #F9F6F2;
}
table#calcul td{
	padding: 10px;
}
table#calcul .submit{
	font-size: 14px;
	padding: 5px 42px 8px 0;
}
table#calcul form{
	margin: 0;
	padding: 0;
}
table#calcul table#form td{
	border-bottom: 1px solid #BFBCB1;
	font-size: 11px;
	color: #000;
	padding: 4px 0 4px 0;
}


#estivale{
	border: 1px solid #C21527;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}