/* ------------------------------------------*/
/*             Par Le Raton Laveur           */
/* ------------------------------------------*/
/* ------------------------------------------*/
/*             Classes principales           */
/* ------------------------------------------*/
body {
    height:100%;
    margin:0;
	padding:0;
	top:0px;
	background:url(theme/fond.jpg) repeat-x #dfe9fe left top;
    font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	}
::-moz-selection{
    background:#776e69;
	color:#fff;
}

::selection {
	background:#776e69;
	color:#fff;
}
a:link, a:visited { 
	text-decoration: none;
	color: #9c9692;
	font-weight: bold;
	;
	}
a:hover, a:active {
	color: #FFFFFF;
	}
legend{
	color:#FFFFFF;
	font-size:1.0em;
	}
fieldset{
	border:solid 1px #9c9692;
	padding:25px;
	margin:0 auto;
	width:700px;
	}
/*
/* ------------------------------------------*/
/*               Mise en page                */
/* ------------------------------------------*/
#contenu {
    position:relative;
	top:0px;
    margin:0px auto 0px auto;
	padding:0px 40px 0px 40px;
	width: 920px;
	background: url(theme/ombre.png) repeat-y transparent;
	min-height:100%;
}
#banniere_haut{
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
	background-color: #444444;
	}
#bas{
    position:relative;
	text-align:center;
    margin:0px auto 0px auto;
	padding:10px 40px 10px 40px;
	width: 920px;
	height:54px;
	background: url(theme/bas.png) no-repeat transparent;
	}
#top{
	text-align:center;
	}
/* ------------------------------------------*/
/*                 Classes                   */
/* ------------------------------------------*/
input, textarea {
   background: url(theme/mat.png) repeat;
   color:#FFFFFF;
   }
h2{
	font-size:1em;
	text-decoration:underline;
	font-weight:bold;
