html, body {
    height: 100%;
	background-color:#eaeaea;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url("/images/fond.gif");
	background-repeat:repeat-x;
	font-family: "Verdana", "Avant Garde Gothic", "ITC Avant Garde Gothic", Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;

}
img {border: 0;}
form {margin: 0;}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: "Verdana", "Avant Garde Gothic", "ITC Avant Garde Gothic", Helvetica,"MS UI Gothic",Verdana, Arial;
	font-weight: normal;
	color:#990033;
}

h1{
font-size:1.6em;	
}

h2 {
font-size:1.4em;
}

h3 {
font-size:1.4em;
font-weight:bolder;
}

/* Links */
a:link, a:visited {
	color:#FF6600;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF6600;
}
#copyrights a:link, #copyrights a:visited {
	color: #FF6600;
}
#copyrights a:hover, #copyrights a:active {
	color: #FF6600;
}
hr {background-color: white; color: white; height: 1px; border-top: 1px solid silver;}

/* Basic classes */
.hidden {
	display: none;
}
.centerize {
	text-align: center;
}
.clearing {
	height: 0;
	clear: both;
}

#mainwrapper {
	position: relative;
	margin: 0 auto;
	background: url("/images/fond_b.gif") repeat-y;
	background-position: right top;
	width:1012px;
}



#fond_menu {
	position: relative;
	float:left;
	width:1012px;
}

#bas {
    position: absolute;
    bottom: -100px;
	height:18px;
	width:1012px;
	text-align:center;
	background-color:#eaeaea;
}


#dernier-element {
	position: absolute;
	bottom: 0; 
	left: 0;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/

#header {
	position: relative;
	height:24px;
	background-color:#eaeaea;
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container {
	position:relative;
	float:left;
	top:80px;
	margin: 0;
	padding:10px;
	background-color:#FFFFFF;
	width:1012px;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
}
.content {
	margin: 0;
	padding: 20px;
}

	
div.cadre { 
 background: #ffffff url(/images/cadre_haut.gif) no-repeat top left; 
} 

div.cadre div div { 
 background: url(/images/cadre_fond.gif) repeat-y;
 padding-left: 5px; 
 padding-right: 5px; 
 FONT-FAMILY: Verdana,Arial , Helvetica, sans-serif; 
 color:#000000;
}

div.cadre div { 
 background: transparent url(/images/cadre_bas.gif) no-repeat bottom left; 
 padding-top: 5px; 
 padding-bottom: 1px; 
}


