@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(fond.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#waitDiv {
	position: absolute;
	visibility: hidden;
	z-index: 8;
	left:50%;
	width: 900px;
	margin-left:-450px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#waittable {
	width:400px;
	height:200px;
	top:150px;
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px dotted #000000;
	position: relative;
}

#centre {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	text-align: left;
}



#banniere {
	height: 120px;
	width: 100%;
	visibility: visible;
	z-index: 3;
}
#logo {
	float: left;
	height: 110px;
	width: 280px;
	position: relative;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
	margin-left: 5px;
}
a.imglogo {
	border:none;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}


#menu_utilisateur {
	float: right;
	height: 110px;
	width: 500px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;	
	position: relative;
	overflow: hidden;
	text-align: center;
	border:none;

}
#table_utilisateur {
	text-align: right;
	vertical-align: middle;
	display: table;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.msg1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 70%;
}
.msg2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
}
#gauche {
	float: left;
	width: 200px;
	position: relative;
	overflow: visible;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#article {
	margin-left: 208px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#texte_article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.image {
	overflow: auto;
	width: 100%;
	text-align: center;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 208px;
}
.image {
	text-align: center;
	width: 550px;
	border:none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

