body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #e0610e url(../images/fond.jpg) top center no-repeat;
}

#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:900px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background: #fff;
	display: table;
	padding:0;
}

#logo {
	padding: 0;
	display:table;
	margin-left: auto;
	margin-right: auto;
	height: 209px;
	width:900px;
	background: url(../images/header.jpg) top center no-repeat;
}

#menu{
	float:left;
	display:table;
	padding-top:30px;
	width:230px;
	height:auto;
	margin:0;
}

#tout {
	float:left;
	display:table;
	padding-left:20px;
	padding-bottom:10px;
	width:580px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:auto;
	position:relative;
}

#tout ul{
	list-style-type: none;
	padding: 0 0 5px 0;
}

#tout li{
	padding: 2px 0 2px 20px;
}

#flash{
	padding:0;
	margin:0;
	display:table;
}

#texte{
	width:570px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	display:table;
}

a{
	text-decoration: none;
	color: black;
}

a:hover{
	text-decoration: underline;
	color: black;
}

	
#tableau2{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}


#footer {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	position:relative;
	bottom:0;
	height:50px;
}


h1 {
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color: #95b648;
}

#condition {
	font-size:14px;
	width:570px;
	font-family:Arial, Helvetica, sans-serif;
	display:table;
	color:#00000;	
}

#barre-bas{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 20px;
	color: white;
	padding: 10px 0 0 0;
}

#barre-bas a{
	width: 900px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color: white;
}

#barre-bas a:hover{
	width: 900px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color: black;
}
