#container
{
	width: 588px;
	font-family : Helvetica, Arial;
	text-align : justify;
}

#title
{
	font-weight : bold;
	color : #ff9900;
	text-align : right;
	margin-top : 0px;
	font-size : 18px;
	
}

#frise
{
margin-top : 10px;
}

#chapeau
{
	margin-top : 10px;
	font-size : 11px;
	font-weight : normal;
	text-transform : uppercase;
}

#descriptif
{
	margin-top : 20px;
	font-size : 14px;
}


#bonus
{
	margin-top : 20px;
	/*border : 2px dotted #ff9900;
	padding : 5px;
	color :  #ff9900;
	font-weight : bold;*/
	font-size : 14px;
}

#special {

	margin-top : 30px;
	border : 2px dotted #ff9900;
	padding : 5px;
	color :  #ff9900;
	font-weight : bold;
	font-size : 13px;
	text-align : center;

}

.separator {
	color : #ff9900;
}

.link:link, .link:visited {
	color : black;
	text-decoration : none;
}


.link:hover {
	
	text-decoration : underline;
}
