body, table, td {
	font-family : Sans-serif, arial;
	font-size: 13px;
	font-weight: bold;
}


body	{
	background-color: #404040;
	text-align: center;
	margin: 0;
	}

div.haut-bas, div.sansmenu,  div#menu, div#contenu {
	background-color : #B0B0B0;
	margin: 0 auto;
	border-right: 20px solid #404040;
	border-left: 20px solid #404040;
	border-top: 10px solid #404040;
	border-bottom: 10px solid #404040;
	}


div.haut-bas {
	padding: 5px 0;
	height: 90px;
	}

div.sansmenu {
	border-style: none;
	margin: 5px 5px 10px 5px;
	padding-bottom: 250px;
	padding-top: 15px;
	}

div#menu
	{
	padding: 15px 0;
	}

div#contenu
	{
	padding: 15px 0;
	}


h1	{
	text-align: center;
	color : #FF6600;
	font-size : 30px;
}
h2	{
	text-align: center;
	color : #FFCC33;
	font-size : 25px;
	}
h3	{
	text-align: center;
	color : #008000; /* green */
	font-size : 20px;
	}

h4	{
	color: #A52A2A; /* brown */
	text-decoration: none;
	display: inline
	}

hr	{
	border: 1px solid #00AFFF;
	width: 90%;
	margin: 20px auto;				/*MODIFIE POUR MSIE6*/
	}

hr.epais
	{
	border: 5px solid #00AFFF;
	width: 90%;
	margin: 20px auto;
	}

a	{
	color: #FFFFFF; /* white */
	text-decoration: none;
	}

a:visited {
	color: #CCFFFF;
	}

a:hover, a.highlight:hover, a.new:hover, a:active
	{	
	color: #00FFFF; /* cyan */
	/*text-decoration: none;*/
	}

a.highlight
	{
	color: #FFFF55;
	}

a.new { color: #FF0099 }

img	{
	border-style: none;
	margin: 15px;
	}

img.icones_menu {
	border-style: none;
	margin: 0;
	/*width: 70px;*/
	height: 17px;
	}

