html, body, #master_frame { 
	padding: 0px; 
	margin: 0px; 
	border: none; 
	text-align: center;
	}
	
body { 
	background-color: #7b7c81;
	background-image: url(/images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#shadow { behavior: url(/script/iepngfix.htc); }

a:link { color: #007db7; text-decoration: underline; }
a:visited { color: #007db7; text-decoration: underline; }
a:hover { color: #959595; text-decoration: underline; }
a:active { color: #007db7; text-decoration: underline; }

/* Master Frame */

#master_frame {
	vertical-align:top; 
	width: 768px; 
	text-align: left; 
	margin: 0 auto; 
	}
	
#contenu {
	width:710px;
	vertical-align:top;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:30px;
		}

/* Contenu */

.menu {
	 background-image: url(/images/bg_menu.jpg);
	background-repeat:repeat-x;
	color: #7b7c82; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight:bold;
	cursor: pointer;
	text-align:center;
	text-transform:uppercase;
	   }

.menu-over {
   	background-image: url(/images/bg_menu_o.jpg);
	background-repeat:repeat-x;
	color:#0072b5;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight:bold;
	cursor: pointer; 
	text-align:center;
	text-transform:uppercase;
}

.menu-logo {
   	background-image: url(/images/menu_logo.jpg);
	background-repeat:no-repeat;
}

.menu-over-logo {
   	background-image: url(/images/menu_logo_o.jpg);
	background-repeat:repeat-x;
}

.shadow_right {
	width:4px;
   	background-image: url(/images/shadow_right.png);
}

.shadow_left {
	width:4px;
   	background-image: url(/images/shadow_left.png);
}

.footer {
	padding-top:10px;
	padding-bottom:15px;
	color: #f1f2f2; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align:center;
	text-decoration:none;
	   }
	   
.footer a:link{
	color: #f1f2f2; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align:center;
	text-decoration:none;
	   }
	   
.footer a:hover{
	color: #ffffff; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align:center;
	text-decoration:none;
	   }
	  
.footer a:visited{
	color: #f1f2f2; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align:center;
	text-decoration:none;
	   }   
	   
.footer a:active{
	color: #f1f2f2; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align:center;
	text-decoration:none;
	   }
	   
.title {
	color: #9fa1a3; 
	font-size: 30px; 
	font-family: Arial Black, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-transform:uppercase;
	  }	   
	  
.subtitle {
	color: #007db7; 
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Helvetica, SunSans-Regular, sans-serif;
	  }	 

.title_product {
	color: #9fa1a3; 
	font-size: 14px; 
	font-family: Arial Black, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-transform:uppercase;
	  }	 
	  
.detail_product {
	color: #007db7; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	  }	
	
.text {
	color: #7b7c82; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	   }	  