body
{
	scrollbar-arrow-color:#E97C8F;
	scrollbar-track-color:#FAE2E6;
	scrollbar-shadow-color:#969696;
	scrollbar-face-color:#EEECD9;
	scrollbar-highlight-color:#DFDED3;
	scrollbar-darkshadow-color:#DFDED3;	
	margin: 24px 0 0 0 ;
	padding: 0 ;
	background: #FAE2E6 url(design/fond.gif) repeat-x;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
}

div#conteneur
{
	width: 778px ;
	margin: 0 auto ;
	text-align: left ;
	background: url(design/conteneur.gif) repeat-y ;
}

h1#titre
{
	height: 161px ;
	margin: 0 ;
	background: url(design/titre.png) no-repeat ;
}

h1#titre a
{
	display: block ;
	position: absolute ;
	top: 49px;
	left: 138px;
	width: 485px ;
	height: 45px ;
}

h1#titre a span
{
	display: none;
	text-align: center;
}

div#menu
{
	width: 181px ;
	margin-top: 0px ;
	float: right ;
	background: url(design/fond_menu.gif) no-repeat ;
	height:auto;
}

div#menu h2
{
	position: relative ;
	left: -5px ;
	margin: 15px 0 ;
	padding-left: 30px ;
	color:#993333;
	height: 26px ;
	line-height: 26px ;
	font-size: 1.4em ;
	background: url(design/puce_menu.gif) no-repeat ;
}

div#menu ul
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none;
}

div#menu ul li a
{
	display: block ;
	height: 28px ;
	text-indent: 10px ;
	line-height: 28px ;
	font-size: 1.0em;
	color: #468;
	text-decoration: none ;
	border-top: 1px solid #FFE9D2;
	border-bottom: 1px solid #FFECD9;
	border-right: 1px solid #FFBC79;
	background: url(design/fond_item.gif) repeat-x -28px 0;
}

div#menu ul li a:hover
{
/	background: url(design/fond_item.gif) repeat-x -28px 0;
	font-weight: bold ;
}

div#contenu
{
	width: 587px ;
	float: left ;
	background: url(design/fond_contenu.gif) no-repeat 9px 0 ;
}

div#contenu p
{
	margin: 15px 10px 15px 20px ;
	text-align: justify ;
	text-indent: 1.5em ;
	line-height: 1.5em ;
	color: #663 ;
}

div#contenu h2
{
	margin: 0 ;
	padding: 0 0 18px 0 ;
	text-align: center ;
	color: #bb9 ;
	font-variant: small-caps ;
	letter-spacing: 0.3em ;
	font-weight: bold ;
	background: url(design/fond_titre.gif) no-repeat 50% 100% ;
}

div#contenu h3
{
	word-spacing: 0.4em ;
	font-variant: small-caps ;
	color: #bb9 ;
	text-align: right ;
	font-style: italic ;
	font-size: 1.2em ;
	margin: 10px 10px 10px 20px ;
	padding-right: 5px ;
	border-bottom: 2px solid #bb9 ;
}

p#footer
{
	clear: both ;
	height: 61px ;
	margin: 0 ;
	line-height: 55px ;
	font-weight: bold ;
	color: #999 ;
	text-align: center ;
	word-spacing: 0.2em ;
	background: url(design/pied_page.gif) no-repeat ;
}

p#footer span, a
{
	color : #999999;
	font-family: Helvetica;
	text-decoration: none;
	font-size: 10px;
}
p#footer span a:hover
{
	color : #999999;
	text-decoration: underline;
}