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

/* 
document :: feuille de style du site CARRE BEAUTE
Réalisation technique :: urbandata.fr
*/
/*RESERVE*//*
color: #cbbca7; //beige claire
color: #b1bd23; //vert
*/
.__________________GENERAL_______________ {
}
body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	color: #505553;
	background-color: #fff;
	}
#page {
	padding:0px;
	width:100%;
	height:100%;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden; /* Précaution pour IE 7 */
}

img {
	border: 0;
}

.__________________BLOCS_PRINCIPAUX_______________ {
}
#contenor_page {
	width: 990px !important;
	width: 990px;/* la largeur pour IE */
	border:0px;
	margin:40px auto;
	position: relative;
	z-index:10;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.contenu {
	position:absolute;
	top:140px;
	left:550px;
	z-index:100;
	width:400px;
	color:#FFF;
}