/*
 * ----------------------------------------------------------------------------
 * Project   : http://www.nouslesfemmes.fr/
 * Type      : CSS source file
 * Subject   : Cascading style sheet
 * Plateform : Independent
 *
 * Author    : Camille ATTIA
 * Version   : 0.1
 * Create    : 11.01.2010
 * Modify    :
 * ----------------------------------------------------------------------------
 */


/*** BodyBox *****************************************************************/
body {
	background:#000000 none no-repeat scroll 0 0;
	color:#000000;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	padding:0;
}
/*** BodyBox :: ContainerBox *************************************************/
#ContainerBox {
	background:transparent url('../images/background-1024x681-picture.jpg') no-repeat scroll 0 0;
	margin:0 auto;
	padding:0;
	width:986px;
}
/*** BodyBox :: ContainerBox :: HeaderBox ************************************/
#HeaderBox {
	height:360px;
	width:100%;
}
#SloganBox {
	float:left;
	height:100%;
	width:740px;
}
#SloganBox p {
	color:#C00C65;
	font-size:3em;
	margin:96px 0 0 0;
	text-align:right;
	white-space:nowrap;
	width:288px;
}
#LogoBox {
	background:transparent url('../images/logo-220x352-nouslesfemmes.png') no-repeat scroll 0 0;
	float:left;
	height:100%;
	width:240px;
}
/*** BodyBox :: ContainerBox :: ContentBox ***********************************/
#ContentBox {
	background:transparent url('../images/background-8x8-white75.png') repeat scroll 0 0;
	position:relative;
	width:100%;
}


