/* Propriétés Générales */

body
{
	background-image		:	url(../_IMAGES/background.jpg)	;
	background-repeat		:	repeat-x						;
	background-color		:	#880C0A							;
	background-attachment	:	fixed							;
	margin-top				:	0px								;
	margin-bottom			:	0px								;
}

#global
{
	width				:	1000px	;
	margin-left			:	auto	;
	margin-right		:	auto	;
	background-color	:	#880C0A	;
}

a img
{
	border	:	0px	;
}

/* Header */

#header
{
	width	:	1000px	;
}

#header-image
{
	width	:	1000px	;
	height	:	272px	;
}

#menu
{
	width	:	1000px	;
	height	:	34px	;
}

#gauche-menu
{
	display				:	inline							;
	float				:	left							;
	width				:	446px							;
	height				:	34px							;
	background-image	:	url(../_IMAGES/gauche-menu.jpg)	;
}

#droite-menu
{
	display	:	inline	;
	float	:	left	;
	width	:	554px	;
	height	:	34px	;
}

#droite-menu ul
{
	margin	:	8px 0px 40px 0px	;
}

#droite-menu li
{
	font-family		:	Arial				;
	font-weight		:	bold				;
	font-size		:	11px				;
	list-style-type	:	none				;
	display			:	inline				;
	margin-right	:	10px				;
	padding-right	:	10px				;
	border-right	:	1px dotted	#FFF	;
}

#droite-menu li a
{
	text-decoration	:	none	;
	color			:	#FFF	;
}

#droite-menu li a:hover
{
	color	:	#FCA000	;
}

#sous-menu
{
	width				:	1000px									;
	height				:	114px									;
	background-image	:	url(../_IMAGES/background-sousmenu.jpg)	;
	background-repeat	:	repeat-x								;
}

#casque
{
	display		:	inline	;
	float		:	left	;
	width		:	79px	;
	height		:	114px	;
	margin-left	:	40px	;
}

#sous-menu p
{
	display		:	inline				;
	float		:	left				;
	margin		:	75px 0px 0px 30px	;
	padding		:	0px					;
	font-family	:	Arial				;
	font-size	:	16px				;
	font-weight	:	bold				;
	color		:	#FFFFFF				;
}
#players
{
	display	:	inline	;
	float	:	left	;
	width	:	400px	;
	height	:	114px	;
}

#players img
{
	margin	:	0px 10px 0px 10px	;
}

#horloge
{
	display			:	inline	;
	float			:	right	;
	width			:	240px	;
	height			:	114px	;
	text-align		:	right	;
}

#date-du-jour
{
	font-family		:	Arial	;
	font-size		:	16px	;
	font-weight		:	bold	;
	color			:	#FFFFFF	;
	margin-top		:	25px	;
}

#heure
{
	margin-top	:	20px	;
	width		:	250px	;
}

/* Contenu de Page */
#contents
{
	width	:	980px	;
	float	:	left	;
	padding	:	10px	;
	background-color	:	#880C0A	;
}

#publicite-verticale
{
	width				:	120px	;
	background-color	:	#FFFFFF	;
}


#partie-gauche
{
	display	:	inline	;
	float	:	left	;
	width	:	850px	;
}

#partie-droite
{
	display				:	inline	;
	float				:	right	;
	width				:	120px	;
}


/* Footer */

#banniere
{
	float	:	left			;
	width	:	850px			;
	height	:	66px			;
	margin	:	5px 0px 5px 0px	;
}


#texte-footer
{
	float				:	left				;
	width				:	1000px				;
	background-color	:	#1F0000				;
	color				:	#FFFFFF				;
	font-family			:	Verdana				;
	font-size			:	10px				;
	text-align			:	center				;
	margin-top			:	5px					;
	padding				:	5px 0px 5px 0px		;
}

#texte-footer a
{
	color			:	#FFFFFF	;
	text-decoration	:	none	;
}

#texte-footer	a:hover
{
	text-decoration	:	underline	;
}

#erreurs
{
	border				:	1px solid red	;
	padding				:	10px			;
	margin				:	10px			;
	font-family			:	Arial			;
	font-size			:	12px			;
	color				:	red				;
	background-color	:	#FFF			;
}

#reussite
{
	margin				:	10px			;
	padding				:	10px			;
	border				:	1px solid green	;
	font-family			:	Arial			;
	font-size			:	12px			;
	color				:	green			;
	text-align			:	center			;
	background-color	:	#FFF			;
}

/* Page d'accueil */
#bodyindex
{
	background-image	:	none	;
	background-color	:	#000000	;
}

#index
{
	margin-top		:	20px	;
	margin-bottom	:	0px		;
	margin-left		:	auto	;
	margin-right	:	auto	;
	width			:	596px	;
	height			:	424px	;
}

#index p
{
	font-family	:	Verdana	;
	font-size	:	14px	;
	font-weight	:	bold	;
	text-align	:	center	;
	color		:	#FFFFFF	;
}

#index .note
{
	font-family	:	Verdana	;
	font-size	:	10px	;
	font-weight	:	normal	;
}