body
{
	background-color: #000000;
}

/*//////////////////////// BLOCK PRINCIPAUX //////////////////////////*/

#left_cadre
{
	height: 100%;
	width: 200px;
	border: 0px;
	background: URL('img/fondbarregauche.png') repeat-y;
	position: fixed;
	left: 0px;
	top: 0px;
	padding-top: 5px;
}

#corps
{
	height: 600px;
	width: 600px;
	background-color: #666666;
	border: 0px;
	margin: auto;
	margin-top: 20px;
}

#header
{
	height: 200px;
	width: 800px;
	border: 0px;
	background: URL('img/fondheader.png') no-repeat;
	border: 0px;
	position: fixed;
	top: 8px;
	left: 100px;
}

#footer
{
	height: 150px;
	width: 100%;
	margin-top: 20px;
	border: 0px;
	background: URL('img/footer.png') repeat-x;
	padding: 0px;
}

/*//////////////////////// BLOCK SECONDAIRES //////////////////////////*/

#menu_index
{
	height: 50px;
	width: 150px;
	border: 0px;
	background: URL('img/menuindex.png') no-repeat;
	margin-top: 30px;
}

#menu_index:hover
{
	background: URL('img/menuindexhover.png') no-repeat;
}

#menu_compet
{
	height: 50px;
	width: 150px;
	border: 0px;
	background: URL('img/menucompet.png') no-repeat;
}

#menu_compet:hover
{
	background: URL('img/menucompethover.png') no-repeat;
}

#menu_divers
{
	height: 50px;
	width: 150px;
	border: 0px;
	background: URL('img/menudivers.png') no-repeat;
}

#menu_divers:hover
{
	background: URL('img/menudivershover.png') no-repeat;
}

#menu_contact
{
	height: 50px;
	width: 150px;
	border: 0px;
	background: URL('img/menucontact.png') no-repeat;
}

#menu_contact:hover
{
	background: URL('img/menucontacthover.png') no-repeat;
}

#menu_console
{
	height: 50px;
	width: 150px;
	border: 0px;
	background: URL('img/menuconsole.png') no-repeat;
}

#menu_console:hover
{
	background: URL('img/menuconsolehover.png') no-repeat;
}

#news
{
	width: 535px;
	height: 31.9px;
	border: 0px;
	color: black;
	font-family: Arial, serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

.title_news
{
	width: 535px;
	height: 31.9px;
	border: 0px;
	background: URL('img/petitcadre.png') no-repeat;
	color: gray;
	font-family: Arial, serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 8px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#news a
{
	text-decoration: none;
	color: #252525;
}

#news a:visited
{
	text-decoration: none;
	color: #252525;
}

#news a:hover
{
	color: #FFFFFF;
}

form
{
	padding-left: 20px;
	margin-top: 10px;
}

.marg
{
	margin-right: 3px;