#temp_html {
	position:relative;
	top:-250px;
}
/* -------------------- global ------------------------*/
body {
	font-family: Verdana, Arial, Helvetica-Narrow, sans-serif;
	font-style: normal;
	font-size: 13px;
	background-color: #d0d0d0;
	color:#CCCCCC;
	margin:0;
}

.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	color: #000000;
	height: 25px;
}

#content {
	margin:auto;
/*	background-color:#000000;*/
	background-image:url("../images/societe/background.jpg");
	color:#FFFFFF;
	width:990px;
	height:600px;
	position:absolute;
	z-index:10;
/*	overflow:auto;*/
	left:50%; 
	top:50%;
	margin-left:-495px; /* moitié de la largeur */
	margin-top:-310px; /* moitié de la hauteur */
}

	/* Signature */
#signature {
	position:absolute;
	z-index:1;
	color:#b8b8b8;
	text-align:center;
	font-size: 11px;
	width:990px;
	height:620px;
	left:50%; 
	top:50%;
	margin-left:-495px;
	margin-top:-300px;
/*
	position:relative;
	top:10px;
	color:#b8b8b8;
	width:auto;
	text-align:center;
	font-size: 11px;
*/
}
#signature a, #signature a:active, #signature a:visited {
	color:#b8b8b8;
	text-decoration: none;
}
#signature a:hover {
	color:#999999;
}


/* -------------------- Plan du site ------------------------*/
#mapContent {
	position:relative;
	top:-25px;
	width:990px;
	height:600px;
}

#adjustMapLogo {
	position:relative;
	top:10px;
}

#adjustMapTitle {
	position:relative;
	top:20px;
	left:-20px;
}

/* spécifiques à Internet Explorer */
* html #mapContent {
	top:0px;
}
* html #adjustMapLogo {
	left:90px;
}

.lien_1 a, .lien_1 a:active, .lien_1 a:visited {
	color:#fe9901;
	font-weight:bold;
	text-decoration:none;
}
.lien_2 a, .lien_2 a:active, .lien_2 a:visited {
	color:#92d021;
	font-weight:bold;
	text-decoration:none;
}
.lien_3 a, .lien_3 a:active, .lien_3 a:visited {
	color:#e25933;
	font-weight:bold;
	text-decoration:none;
}
.lien_4 a, .lien_4 a:active, .lien_4 a:visited {
	color:#c69f9c;
	font-weight:bold;
	text-decoration:none;
}
.lien_5 a, .lien_5 a:active, .lien_5 a:visited {
	color:#993366;
	font-weight:bold;
	text-decoration:none;
}
.lien_6 a, .lien_6 a:active, .lien_6 a:visited {
	color:#f3bc19;
	font-weight:bold;
	text-decoration:none;
}
.lien_7 a, .lien_7 a:active, .lien_7 a:visited {
	color:#27418c;
	font-weight:bold;
	text-decoration:none;
}
#mapContent a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
#mapContent img {
	border:none;
}

/* -------------------- titres ------------------------*/
h1 {
	font-size:45px;
}