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:#e7e7e7;

}

.float_left{
	float:left;
	margin-left:16px;
}
.float_right{
	float:right;
	margin-right:16px;
}
/*********************************************************
 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;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 0.6px;

}
h1{
		color:#FF9933;
		font-size:22px;
		padding-top:10px;

}
h2{
		padding-top:15px;
		color:#01A4E7;
		font-size:16px;
		padding-bottom:10px;

}

h3{
	color:#76848B;
	font-size:18px;		

}


td {
	text-align:left;
}

th {
	text-align:center;
}


.width_milieu {
	width:510px;
}


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

.contour{
    padding: 7px;
    border: 1px solid #CCCCCC;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:#FFFFFF
}    


#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:right;
	background: #e7e8e9 url(/images/bas.jpg) no-repeat;
	z-index:100;

}

.img_bas {
	position:relative;
	display:inline;
	float:right;
	right:10px;
	margin-right:20px;
	z-index:110;
}

.icones_bas {
	width:971px;
}


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

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

#header {
	position: relative;
	height:193px;
	width:973px;
	left:30px;
	margin:0px;
	cursor:  pointer;
	background-image:url(/images/header.jpg)
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container {
	display:inline;
	float:left;
	margin-left:32px;
	padding-bottom:50px;
	width:974px;
	background: #ffffff;
	
}

#barre_gauche {
	float:left;
	margin: 0;
	width:190px;
}

#contenu {
	float:left;
	margin: 0;
	width:510px;
	padding-left:10px;
	padding-bottom:40px;
	background: #ffffff;	
}


#barre_droite {
	position:relative;
	float:right;
	margin: 0;
	width:210px;
}

#bloc_pages p{
	padding-left:12px;	
	
}

#bloc_pages li{
	margin-left:35px;
	list-style-type: disc;
}

