@charset "UTF-8";
/* CSS Document */
/*
 * Author : Germain Guglielmetti
 * Company : ashorlivs
 * URL : www.ashorlivs.fr
 */

/*******************/
/* STYLES GENERAUX */
/*******************/

img {
	border:none;
}
.cleaner {
	clear:both;
	font-size:1px;
	height:0px;
	overflow:hidden;
}
a {
	text-decoration:none;
	color:#38768f;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#74BFDC;
}

