/* ########## BALISES ########## */

body
{
	background-color	:	#5A5A5A	;
}


h1
{
	font-family	:	Comic Sans MS			;
	font-size	:	16px					;
	margin		:	0px						;
	padding		:	0px						;
	text-align	:	right					;

}

h2
{
	font-family	:	Arial	;
	font-size	:	16px	;
	color		:	#FFF	;
}

/* ########## STRUCTURE ########## */

#global
{
	width				:	1000px							;
	background-color	:	#FFF							;
	padding				:	0px								;
	border				:	0px								;
	margin-left			:	auto							;
	margin-right		:	auto							;
	position			:	relative						;
	background-image	:	url("images/waka_header.jpg")	;
	background-repeat	:	no-repeat						;
	background-position	:	top								;
}

#top
{
	width				:	970px							;
	height				:	23px							;
	padding				:	25px 30px 0px 0px				;
}

#banniere468x60
{
	width				:	468px		;
	height				:	60px		;
	background-color	:	#E6E6E6		;
	margin-top			:	15px		;
	margin-left			:	400px		;
}

#banniere378
{
	width				:	378px		;
	height				:	378px		;
	background-color	:	#E6E6E6		;
	margin				:	20px 0px	;
}

#contents
{
	width				:	1000px								;
	background-color	:	#FFF								;
	padding				:	50px 0px 0px 0px					;
	border				:	0px									;
	background-image	:	url("images/waka_contentsbg.jpg")	;
	background-repeat	:	repeat-x							;
}

#menu
{
	width			:	200px				;
	border-right	:	3px dotted	#A9A9A9	;
	padding			:	0px 10px 0px 10px	;
}

#menu img
{
	margin	:	100px 0px 0px 30px	;
}

#centre
{
	width			:	370px				;
	padding			:	0px 10px 0px 10px	;
	margin			:	0px					;
}

#centrepage
{
	width	:	778px	;
}

#droite
{
	width				:	368px						;
	padding				:	0px 10px 0px 10px			;
	margin				:	0px							;
}

.end
{
	background-image	:	url("images/waka_h2rb.gif")	;
	background-repeat	:	no-repeat					;
	background-position	:	bottom						;
	width				:	378px						;
	height				:	29px						;
}

#menuul
{
	padding	:	0px	;
	margin	:	0px	;
}

#menuul .sousmenuul li
{
	color			:	#FFF	;
	font-size		:	10px	;
	font-family		:	Arial	;
}

#menu li
{
	background-color	:	#016dd0	;
	list-style-type		:	none	;
	margin-bottom		:	1px		;
	padding				:	3px		;
}

#menu li a
{
	color			:	#FFF	;
	font-family		:	Arial	;
	font-size		:	12px	;
	text-decoration	:	none	;
}

#menuul .sousmenuul li a
{
	color			:	#FFF	;
	font-size		:	9px	;
	text-decoration	:	none	;
	font-family		:	Arial	;
}


#menu li a:hover,#menu li:hover
{
	background-color	:	#FFFF07	;
	color				:	#06C	;
}

.sousmenu li:hover
{
	color				:	#06C	;
	background-color	:	#FFFF07	;
}

#menu li:hover a
{
	color				:	#FF4AA9;
}

#h2menu
{
	background-color	:	#08467e			;
	padding				:	5px				;
	margin				:	0px 0px 1px 0px	;
}

.h2centre
{
	background-color	:	#FF4AA9				;
	padding				:	5px					;
	margin				:	0px					;
}

.h2droite
{
	background-image	:	url("images/waka_h2r.gif")	;
	background-repeat	:	no-repeat					;
	text-align			:	center						;
	height				:	18px						;
	width				:	368px						;
	padding				:	5px							;
	margin				:	0px							;
}

#newsletterform
{
	background-color	:	#FFFF00	;
	width				:	378px	;
	font-size			:	11px	;
	text-align			:	center	;
}

#newsletterform input
{
	font-size			:	11px	;
}

#footer
{
	width				:	1000px							;
	height				:	62px							;
	background-image	:	url("images/waka_footer.jpg")	;
	background-repeat	:	no-repeat						;
	border-top			:	3px dotted	#A9A9A9				;
	font-size			:	9px								;
	text-align			:	center							;
	font-family			:	Arial							;
}



/* ########## CORRECTIFS ########## */
.notop
{
	margin-top	:	20px	;
}