body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background: white;
	margin: 0; 
	padding: 0;
}

.support_produit #container { 
	width:800px;
	height:inherit;
	margin: 50px 20px 10px 100px;
	border: thin solid #ABABAB;
	}

.support_produit #nom_produit {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	font-weight:300;	
	margin: 10px 10px 50px 0px;
	padding: 5px 10px 15px;
	border-bottom: thin solid #ABABAB;
	width: 95%;
	float:right;
	}

.support_produit #img_produit { 
	text-align:center; 
	float:left; 
	width:400px;
	padding: 10px 10px 0px 30px;
	} 
	 
.support_produit #ressources_support { 
	text-align:left; 
	background-color: white;
	float:right;
	padding-top:50px;
	width:350px;  } 

.support_produit #liste_ressources {
	list-style-image:url(http://www.parrot.com/fr/support/guidesdaideenligne/essai_css/fleche.gif); 
	list-style-position: outside; 
		}
	
.support_produit #spacer {clear:both; height:10px; display:block;}

