/**************************************************
********** @site	BEAUTIFUL STAFF
********** @date	05.2009
**************************************************/

@import "default.css";


/**************************************************
********** STRUCTURE DU SITE
**************************************************/

body {
	font-size: 11px;
}

/**************************************************
********** BREADCRUMB
**************************************************/

#breadcrumb {
	display: none;
}


/**************************************************
********** HEADER
**************************************************/

#header {
	display: none;
}

#headerFlashInfos {
	display: none;
}

/**************************************************
********** MENU
**************************************************/

#menu {
	display: none;
}


/**************************************************
********** CONTENT 
**************************************************/

#content {
	float: left;
	/* border: 1px solid #f00; */
	width: 990px;
	padding: 15px 0 20px 0;
	margin: 0 0 0 -6px;
	zoom: 1;
	background: transparent url(../images/common/bg-container.png) repeat-y 0 0;
}


/**************************************************
********** CONTENT LEFT 
**************************************************/

#contentLeft {
	display: none;
}


/**************************************************
********** CONTENT MID 
**************************************************/

#contentMid {
	float: left;
	width: 560px;
	padding: 0 0 10px 0;
	padding:0;
}

#contentMidEdito {
	display: none;
}

#contentMidEdito2 {
	display: none;
}

#logoPrint {
	display: block;
	padding-left: 10px;
}

.autresOffres {
	display: none;
}

.optionsOffre a {
	display: none;
}

.bottomStep {
	display: none;
}


/**************************************************
********** CONTENT RIGHT 
**************************************************/

#contentRight {
	display: none;
}


/**************************************************
********** FOOTER
**************************************************/

#footer {
	clear: both;
	color: #B1B1B1;
}

#footer a {
	color: #B1B1B1;
	text-decoration: none;
}


#footerMenu {
	display: none;
}

