*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 16px Arial, Helvetica, sans-serif;
	background: #dddddd no-repeat fixed center top;
	color: #222222;
}

img
{
	border: none;
	vertical-align: top;
}

ul
{
	list-style: none;
}

h3
{
	font-size: 16px;
}

a
{
	color: #335AD6;
	text-decoration: none;
}

a:link, a:visited
{
	color: #335AD6;
	text-decoration: none;
}

a:hover
{
	color: #FF7F18;
	text-decoration: none;
}

#wrapper
{
	width: 990px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	border-color: #aaa #aaa #aaa #aaa;
	border-width: 1px;
	border-style: solid;
}


/*
	Les objets de l'en-tête
	=======================
*/
#header
{
	background: url(../images/accueil-entete.jpg) no-repeat center top;
	height: 162px;
	overflow: hidden;
}

#menus
{
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	background-color: #E7EEC9;
	height: 28px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}

#menus table
{
	margin: 0;
	padding: 0;
}

#menus td
{
	margin: 0;
	padding: 0;
	border-right: solid 1px #aaaaaa;
}

#menus td.menu1 a
{
	display: block;
	text-decoration: none;
	padding: 5px 6px 4px 29px;
	width: 120px;
	color: #444444;
}

#menus td.menu1 a:link, td.menu1 a:visited
{
	color: #444444;
	text-decoration: none;
	background: url(../images/menu1.gif) no-repeat left top;
}

#menus td.menu1 a:hover
{
	color: #eeeeee;
	background: url(../images/menu1_up.gif) no-repeat left top;
}

#menus td.menu2 a
{
	display: block;
	text-decoration: none;
	padding: 5px 6px 4px 36px;
	width: 120px;
	color: #444444;
}

#menus td.menu2 a:link, td.menu2 a:visited
{
	color: #444444;
	text-decoration: none;
	background: url(../images/menu2.gif) no-repeat left top;
}

#menus td.menu2 a:hover
{
	color: #eeeeee;
	background: url(../images/menu2_up.gif) no-repeat left top;
}

#menus td.menu3 a
{
	display: block;
	text-decoration: none;
	padding: 5px 6px 4px 32px;
	width: 120px;
	color: #444444;
}

#menus td.menu3 a:link, td.menu3 a:visited
{
	color: #444444;
	text-decoration: none;
	background: url(../images/menu3.gif) no-repeat left top;
}

#menus td.menu3 a:hover
{
	color: #eeeeee;
	background: url(../images/menu3_up.gif) no-repeat left top;
}

#menus td.menu4 a
{
	display: block;
	text-decoration: none;
	padding: 5px 6px 4px 36px;
	width: 138px;
	color: #444444;
}

#menus td.menu4 a:link, td.menu4 a:visited
{
	color: #444444;
	text-decoration: none;
	background: url(../images/menu4.gif) no-repeat left top;
}

#menus td.menu4 a:hover
{
	color: #eeeeee;
	background: url(../images/menu4_up.gif) no-repeat left top;
}

/*
	Corps
	=====
*/
#corps
{
	padding-left: 23px;
	padding-right: 23px;
	color: #666666;
	text-align: justify;
}

#corps img
{
	border: solid 1px #aaaaaa;
	vertical-align: top;
}

/*
	Les objets de bas de page
	=========================
*/

#baspage
{
	font: 11px Arial, Helvetica, sans-serif;
	height: 50px;
}

#navcontainer
{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	z-index: 1;
	width: 650px;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: right;
	margin-top: -8px;
	padding: 0 0 0 40px;
	position: relative;
	z-index: 2;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin-left: 10px;
}

#navcontainer li a
{
	padding: 2px 9px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;

	text-decoration: none;
}

#navcontainer li a:hover
{
	color: #444;
	border: 1px solid #868D9D;
	border-top: 2px solid #868D9D;
	border-bottom: 2px solid #868D9D;
}

#navcontainer li a#current
{
	color: #444;
	border: 1px solid #868D9D;
	border-top: 2px solid #868D9D;
	border-bottom: 2px solid #868D9D;
}
