/* CSS Document */

body
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

#box
{
	width : 800px;
	height : 100%;
	margin-left : auto;
	margin-right : auto;
	display : table;
	border : 3px solid #000000;
	background-color : #11559F;
}

#header
{
	width : 800px;
	height : 125px;
	margin-bottom : 10px;
}

#menu
{
	width : 800px;
	height : 75px;
	float : left;
	text-align : center;
}

#bouton
{
	font-size : 12px;
	width : 120px;
	height : 30px;
	margin-left : 3px;
	margin-right : 3px;
	display : block;
	text-decoration : none;
	color : #FFFFFF;
	background-color : #1E7FE8;
}

#news
{
	width : 800px;
	float : left;
}

#center
{
	width : 800px;
	float : left;
	margin-top : 20px;
}

#fin
{
	width : 800px;
	height : 20px;
	font-size : 10px;
	float : left;
	text-align : center;
}

a
{
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

a:visited
{
	color : #000000;
	font-weight : bold;
}

a.class1
{
	color: #333333;
}

a:hover
{
	color : #000000;
	font-weight : bold;
}

a:active
{
	color : #000000;
	font-weight : bold;
}