html, body {
    height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Verdana", "Avant Garde Gothic", "ITC Avant Garde Gothic", Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color:#ffffff;

}


/*********************************************************
 A RECOPIER DANS EDITOR.CSS
*********************************************************/

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:#009900;
}

td {
	text-align:left;
}

th {
	text-align:center;
}

h1{
font-size:1.6em;	
}

h2 {
font-size:1.4em;
}

h3 {
font-size:1.4em;
font-weight:bolder;
}


.txt_orange {
	font-size:12px;
	color:#dc931a;
	text-transform:uppercase;
}

.txt_gris {
	font-size:10px;
	color:#666666;
}


.txt_noir {
	font-size:10px;
	color:#000000;
}

.txt_bleu {
	font-size:10px;
	color:#01a2e5;
	text-transform:uppercase;
}


/* Links */
a:link, a:visited {
	color:#0000CC;
	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;
	min-height: 100%;
	width:1038px;
	background-image:url(/images/fond.jpg)
}



#fond_menu {
	position: relative;
	float:left;
	width:991px;
}

#contenu_vide {
	height:131px;
}

#barre_bas {
	position: absolute;
	left:30px;
	height:42px;
	width:971px;
	text-align:center;
	bottom: 30px;

}


#bas {
    position: absolute;
	left:30px;
    bottom: 0px;
	height:42px;
	width:971px;
	text-align:center;
	background-image:url(/images/bas.jpg)

}


#dernier-element {
	position: relative;
	bottom: 0px; 
	left: 0;
	margin-bottom: 0;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/

#header {
	position: relative;
	height:193px;
	width:973px;
	left:30px;
	margin:0px;
	background-image:url(/images/header.jpg)
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container {
	position:relative;
	margin: 0;
	margin-top:20px;
	padding-bottom:50px;
	width:991px;
}

#barre_gauche {
	position:relative;
	float:left;
	top:-20px;
	margin: 0;
	width:170px;
	left:25px;
}

#contenu {
	position:relative;
	float:left;
	top:-20px;
	margin: 0;
	left:60px;
	width:530px;
	background-color:#ffffff;
	
}

#barre_droite {
	position:relative;
	float:left;
	top:-20px;
	margin: 0;
	left:100px;
	width:170px;
}



