/* CSS Document */
@import url(general.css);


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#007A47;
	background-image:url(/_img/fond-la-specialite.jpg);
	background-position:top;
	background-repeat:no-repeat;	
}
.fond {
	background-image:url(/_img/fond-general.jpg);
}

.white{
	color: #ffffff;
	padding-left: 520px;
	padding-top: 20px;
}
.white2{
	color: #ffffff;
	padding-left: 520px;
	padding-top: 60px;
	font-family: Arial;
}
.title1{
	color: #fee7ae;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.title2{
	color: #7dc51e;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.title3{
	color: #8f2e27;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.content{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	padding-left: 20px;	
}
.content2{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;	
}
.legal{
	color: #ffffff;	
	font-size: 10px;
	font-family: Arial;	
	float:left;		
}