#contentMentions {
	height:450px;
	width:810px;
	display:block;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#textesMentions{
	height:375px;
	width:740px;
	display:block;
	overflow:auto;
	margin: 0 0 0 30px;
	padding-right:10px;
}

/********************titres*********************/
h1{
	font-size: 24px;
	font-weight:500;
	color: #FF9900;
	padding: 10px 0 8px 0;
	margin: 10px 0 8px 30px;
	}

h2, h3, h4, h5, h6{
	font-size:16px;
	margin:10px 0 5px 0;
	padding:10px 0 5px;
	color:#FF9900;
	font-weight:normal;
	clear:both;
	}

/**********************************mentions legales*********************************************/
.left {
	float:left;
	display:block;
	margin-right : 20px;
	}
.right{
	display:block;
	float:right;
	clear:right;
	margin-left : 20px;
	}
.nofloat{
	clear : both;
}