/* Section Legal */
#section_legal
{
	position:relative;
	background: url(../images/subtle-pattern-1.jpg) 50% 0 no-repeat fixed; 
	padding-top: 120px;
}
.legal_panel
{
	height:9400px;
	width:100%;
}
#Legal
{
	margin: 0 auto;
	padding: 0;
	height: 8400px;
	width: 100%;
	max-width: 1920px;
	border-bottom: 1px solid #F1F1F1;
	background-image:url(../images/subtle-pattern-1.jpg);
}

#Legal img.Legal
{
	display: block;
	margin-top: 60px;
	margin-left: 80px;
	float: left;
}

#Legal .Legal-Box
{
	margin-top: 0px;
	margin-right: 80px;
	height: 400px;
	width: 400px;
	float: right;
	/*background-color: rgba(241, 241, 241, 0.7);*/
}

#Legal article 
{
	padding-top: 35px;
	width: 500px;
	position:relative;
	text-align: left;
}
#Legal article h1
{
	font-size: 14pt;  
	text-align: left;
}
#Legal article h2
{
	font-size: 12pt;  
	font-family: 'interstatebold'; 
	line-height: 1em; 
	color: #000;	
	text-shadow:#fff 0 1px 0;
	text-align: left;
}
.accroche{
	margin: 25px 0;
	font-size: 12pt;  
	font-family: 'interstatebold'; 
	line-height: 1em; 
	color: #000;	
	text-shadow:#fff 0 1px 0;
	text-align: left;
}
#Legal article p
{
	color: #000;
	font-size: 10pt;
	text-align: left;
}
#Legal article li
{
	text-align: left;
	margin-bottom: 10px;
}
#Legal article a{
	text-decoration: none;
	color: #000000;
}
#Legal article a:hover{
	text-decoration: underline;
	color: #000000;
}