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;
}

/*********************************************************
 InfoBulle
*********************************************************/

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
	z-index:900;
}

/*********************************************************
 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:24px;

}
h2{
		color:#01A4E7;
		font-size:18px;

}

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

}


td {
	text-align:left;
}

th {
	text-align:center;
}

.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;
}

.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;

}

.img_bas {
	position:relative;
	float:right;
	top:30px;
	right:10px;
	margin-right:20px;
	z-index:100;
}


#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 {
	position:relative;
	float:left;
	margin: 0;
	margin-top:20px;
	margin-left:30px;
	padding-bottom:50px;
	width:971px;
}

#contenu {
	position:relative;
	float:left;
	top:-20px;
	margin: 0;
	padding-left:10px;
	padding-bottom:40px;
	width:970px;
}





