@charset "utf-8";
/* 
*CSS Document 
*/

/**********************HTML**********************/
body, html{
	overflow: hidden;
	background-color:#FFFFFF;
}

a img { border:0px }

a {
cursor:pointer;
color:#666666;
text-decoration:none;
}


	
p{
	font-size:12px;
	margin:0 0 20px 0;
	line-height:18px;
    color:#666666;

	}
p strong{
	color:#00acae;
	font-weight: bold;

	}

h1{
	font-size:20px;
	color:#00acae;
	font-weight:bold;
	margin:0 0 10px 0;
	}
	
h2{
	font-size:18px;
	color:#00acae;
	font-weight:bold;
	margin:20px 0 10px 0;
	}
	
h3{
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#666666;

	}

h4{
	font-size:12px;
	font-weight:bold;
	margin:15px 0 15px 0;
	color:#666666;


	}

h5{
	font-size:14px;
	font-weight:bold;
	color:#00acae;
	margin:0 0 5px 0;
	color:#666666;

	}
#flashContent{

overflow:visible;

}
#body{

overflow:visible;

}
	
.bloc_home{
float: left;
width: 48%;
margin-left: 2%;
}
.cleaner{
	height:1px !important;
	line-height:1px;
	clear:both;
}
