*
{
	padding:	0;
	margin:		0;
}

body
{
	background-color:	#000000;
	color:				#FFFFFF;
	font-family:		verdana;
	font-weight:		normal;
	font-size:			11px;
}

#DIV_MAIN
{
	width:				100%;
	border:				none;
	background-image:	url(../images/fond_bandeau.png);
	background-position: left top;
	background-repeat:	repeat-x;
}

#DIV_CENTRE
{
	position:		relative;
	width:			612px;	
	left:			50%;
	top:			0;
	margin-left:	-306px;
}

#DIV_ENTETE
{
	width:					612px;
	height:					213px;
	border:					none;
	background-image:		url(../images/fond_entete.png);
	background-position:	left top;
	background-repeat:		no-repeat;
}

#DIV_ENTETE #DIV_TITRE
{
	left:			87px;
	top:			65px;
	position:		absolute;
	text-align:		left;
	font-size:		16px;	
	font-weight:	bold;
	font-style:		italic;
}

#DIV_ENTETE #DIV_MENU
{
	left:			0;
	top:			185px;
	position:		absolute;
	width:			100%;
	text-align:		center;	
	color:			#777777;
}

#DIV_ENTETE #DIV_MENU a
{
	color:	#777777;
	text-decoration:	none;
}

#DIV_ENTETE #DIV_MENU a:hover
{
	color:	#444444;
	text-decoration:	underline;
}

	
#DIV_CORPS
{
	width:					530px;
	border:					none;
	background-image:		url(../images/fond_corps.png);
	background-position:	left top;
	background-repeat:		repeat-y;
	padding-left:			41px;
	padding-right:			41px;
	padding-top:			10px;
	padding-bottom:			10px;
}

#DIV_PIED
{
	width:					612px;
	height:					39px;
	border:					none;
	background-image:		url(../images/fond_pied.png);
	background-position:	left top;
	background-repeat:		no-repeat;
}

#DIV_COPYRIGHT
{
	float:			right;
	padding-top:	7px;
	padding-right:	40px;
	text-align:		right;
	font-weight:	bold;
	font-style:		italic;
	color:			#444444;
	font-size:		10px;
		
}

#DIV_CORPS ul
{
	padding-left:	20px;
}

#DIV_CORPS li
{
	padding: 5px;	
}


#DIV_CORPS a
{
	color:	#CCCCCC;
	text-decoration:	underline;
}

#DIV_CORPS a:hover
{
	color:	#AAAAAA;
	text-decoration:	underline;
}

