/* ----------début mise en page---------- */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url("./images/fond-body_general.jpg");
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#conteneur {
	width: 974px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	margin-top: 8px;   
}
#banniere {
	width: 974px;
	height: 180px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}
/* ----------début menuhaut css---------- */
#menuhaut {
	width: 974px;
	height: 30px;
	background-image: url("./images/fond-menu_general.jpg");
	background-repeat: repeat;
}
#menuhautfond {
	width: 969px;
	height: 30px;
	margin-left: 2px;
}
#stylemenu {
	position: relative;
	display: block;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	line-height: 30px;
	background: transparent url("./images/bgoff_general.gif");
	background-repeat: repeat-x;
	background-position: top left;
}
#stylemenu ul {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
}
#stylemenu ul li {
	display: block;
	float: left;
	margin: 0px;
}
#stylemenu ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 50px 0px 50px;
	height: 30px;
}
#stylemenu ul li a:hover {
	color: #000000;
	background: transparent url("./images/bgon_general.gif");
	background-repeat: repeat-x;
	background-position: top left;
}
#stylemenu ul li a.current {
	color: #fff;
	background: transparent url("./images/bgon_general.gif");
	background-repeat: repeat-x;
	background-position: top left;
}
/* ----------fin menuhaut css---------- */
#central {
	width: 974px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}
#contenu {
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}
#menubas {
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
	text-align: right;
}
#footer {
	width: 974px;
	height: 30px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	background-image: url("./images/footer_general.jpg");
	background-repeat: no-repeat;
}
.copyright {
	font-family: arial;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 30px;
}
/* ----------fin mise en page---------- */
/* ----------début contenu---------- */
h1 {
	font-family: arial;
	font-size: 12pt;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	font-family: arial;
	text-align: justify;
	font-size: 12pt;
	color: #333333;
}
.alignercentre {
	text-align: center;
}
.alignerdroite {
	text-align: right;
}
.liensomai:link { 
	font-family: arial; 
	font-size: 12pt; 
	text-decoration: underscore;
	color: #000080;
	font-weight: bold; 
}
.liensomai:visited { 
	font-family: arial; 
	font-size: 12pt; 
	text-decoration: underscore; 
	color: #000080; 
	font-weight: bold; 
}
.liensomai:hover { 
	font-family: arial; 
	font-size: 12pt; 
	text-decoration: underscore;
	text-transform: uppercase;
	color: #FF0000; 
	font-weight: bold; 
}
.liensomai:active { 
	font-family: arial; 
	font-size: 12pt; 
	color: #000080; 
	text-decoration: underscore; 
	font-weight: bold; 
}
.myhr {
	width: 431px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url("./images/separateur_general.gif");
	background-repeat: no-repeat;
}
.voir {
	display: none;
}
.voir1 {
	position:absolute;
	left:-9999%;
}
/* ----------fin contenu---------- */