body
{
	margin:0;
	font-size:12px;
	font-family:"trebuchet ms";
	background-color:#eaeaea;
}

#header
{
	background:url(images/fond.png) repeat-x top;
	height:98px;
	position:relative;
}

#bandeau
{
	background:url(images/bandeau.png) no-repeat;
	height:89px;
	width:990px;
	margin:auto;
}

#pub
{
	float:right;
	margin-top:15px;
}

#boutons
{
	margin-left:150px;
	height:47px;
}

#boutons a
{
	background:url(images/bouton.png);
	display:block;
	width:95px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-right:1px;
}

#boutons a:hover
{
	background:url(images/bouton_hover.png);
}

#bords
{
	background:url(images/bords.gif) repeat-x top;
	height:350px;
}

#corps
{
	width:950px;
	padding:0 20px 20px 20px;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	margin:auto;
	background:url(images/ombre.gif) repeat-x top;
	background-color:#fff;
}

#contenu
{
	margin-left:255px;
	font-size:14px;	
}

#footer
{
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
	margin:auto;
	width:990px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
	text-align:center;
	color:#a8b2bc;
	-moz-border-radius-bottomleft:14px;
	-moz-border-radius-bottomright:14px;
}

#menu
{
	width:230px;
	float:left;
}

#menu h1
{
	color:#f48600;
	margin:0;
	font-size:17px;
	letter-spacing:1px;
	text-transform:uppercase;
	background:url(images/menu_hover.gif) no-repeat 5px ;
	padding:0 0 0 20px;
}

.s_menu
{
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	background:#f7f7f7;
	border:1px solid #bfbfbf;
	padding:11px 0 11px 0;
	margin-bottom:20px;
}

.s_menu a
{
	display:block;
	color:#3f3f3f;
	text-decoration:none;
	padding-left:30px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #bfbfbf;
	background:url(images/menu.gif) no-repeat 15px;
}

.s_menu a:hover
{
	background:url(images/menu_hover.gif) no-repeat 15px;
	color:#e57e00;
	text-decoration:none;
}

#contenu h1
{
	margin:0 0 10px 0;
	font-size:17px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#437287;
	background:url(images/menu.gif) no-repeat 5px ;
	padding:0 0 1px 20px;
}

#contenu h2
{
	margin:0 0 5px 0;
	font-size:14px;
	color:#16191c;
}

p
{
	text-indent:20px;
	color:#2c3239;
}

a
{
	color:#e57e00;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	font-weight:bold;
}
