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

/* ------------------------------------ */
/* -------------VARIABLES-------------- */
/* ------------------------------------ */
/*

Gris:			#b5b5b5
Gris foncé: 	#3e3e3e
Rouge: 			#cf0012

*/


/* ------------------------------------ */
/* ----------------CSS----------------- */
/* --------------GENERAL--------------- */
/* --------------DU SITE--------------- */
/* ------------------------------------ */
/* ------------------------------------ */



/* ------------------------------------ */
/* ------------STYLE GLOBAL------------ */
/* ------------------------------------ */
*
{
	margin: 0;
	padding: 0;/**/
	border: 0;
}
body {
	background-image:url(/common/img/template/les_roches_bluche/EN-EN/bg.jpg);
	background-repeat:repeat-x;
	background-color:#cacaca;
	font-family:"Arial Narrow", Arial, FagoCoRegular, Verdana;
	font-size:12px;
	color:#515151;
}
body, h1, h3, p {
	padding: 0;
	margin: 0;
}
/* ------------HEADINGS---------------- */
h3 {
	cursor:hand;
	cursor:pointer;
}
/* ----------MILIEU DE PAGE------------ */
#page {
	margin: 0 auto;
	width:968px;
	clear:both;
	background-image:url(/common/img/template/les_roches_bluche/EN-EN/bg_scroll.jpg);
	background-repeat:repeat-y;
}
/* -------------IMAGES----------------- */
img {
	border:0;
}
/* -------------LIENS------------------ */
a, a:hover, a:active{
	text-decoration:none;
}
#form{
	float:left;
}

/*-----------facebook find us-----------*/
*html #addthis_bottom_right_col img{
	width:140px;
}

















