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


/*---------------------------------*/
/* MAIN PROPERTIES */
/*---------------------------------*/

body
{
	margin				:	0;
	padding				:	0;
	margin-left			:	auto;
	margin-right		:	auto;
	background-color	:	#000000;
	width				:	100%;
	
}



form, ul, input
{
	margin				:	0px;
	padding				:	0px;
}


#mainContainer
{
	width				:	100%;
	height				:	100%;
	margin				:	auto;
	overflow			:   hidden;
}


.marginLeft25
{
	margin-left			:	25px;
}

.handCursor
{
	cursor				:	pointer;
}

/*---------------------------------*/
/* PAGE PROPERTIES */
/*---------------------------------*/

#page, #pageHome
{
	width				:	100%;
	height				:	auto;
	margin				:	auto;
	padding-top			:	10px;
	background-image	:	url(../images/page/page_background.jpg);
	background-position	:	top;
	background-repeat	:	no-repeat;
	float				:	left;
}

#pageHome
{
	padding-top			:	0px;
}

/*---------------------------------*/
/* STATIC BLOCKS PROPERTIES */
/*---------------------------------*/

.blocBlancTop
{
	width				:	981px;
	height				:	15px;
	background-image	:	url(../images/gui/fondblc_up.jpg);
	background-repeat	:	no-repeat;
	float				:	left;
	overflow			:	hidden;
}

.blocBlancMiddle
{
	width				:	981px;
	height				:	auto;
	background-image	:	url(../images/gui/fonblc_middle.jpg);
	background-repeat	:	repeat-y;
	float				:	left;
}

.blocBlancBottom
{
	width				:	981px;
	height				:	15px;
	background-image	:	url(../images/gui/fondblc_down.jpg);
	background-position	:	top;
	background-repeat	:	no-repeat;
	float				:	left;
	overflow			:	hidden;
}

#contentBloc
{
	width				:	981px;
	height				:	auto;
	margin				:	auto;
}


/*---------------------------------*/
/* PICTOGRAMS PROPERTIES */
/*---------------------------------*/

.puceRouge
{
	width				:	15px;
	height				:	15px;
	background-image	:	url(../images/gui/puce_rouge.gif);
	background-repeat	:	no-repeat;
}

.puceNoire
{
	width				:	15px;
	height				:	15px;
	background-image	:	url(../images/gui/puce_noire.gif);
	background-repeat	:	no-repeat;
}

/*---------------------------------*/
/* COLORS PROPERTIES */
/*---------------------------------*/

.blanc
{
	color				:	#FFFFFF;
}

.gris
{
	color				:	#C9C9C9;
}

.grisFonce
{
	color				:	#18181A;
}

.noir
{
	color				:	#000000;
}

.bordeaux
{
	color				:	#8E0C0C;
}

.rouge
{
	color				:	#FF0000;
}


