/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color:#22222b;
	color: #242649;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 804px;
	height: 499px;
	margin-top: -249px; /* moitié de la hauteur */
	margin-left: -402px; /* moitié de la largeur */
	z-index: 2;
  /*border: 1px solid #000;*/
}
.normal_bleu_clair {
	color: #3e4577;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
}
/* PIED DE PAGE */
.pieddepage{
	color:#3e4577;
	font-family:Verdana;
	font-size:10px;
}
.lien_pieddepage{
	color:#3e4577;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.lien_pieddepage:hover{
	color:#3e4577;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
/* MENU */
.menu_paslien{
	color:#3e4577;
	font-family:Verdana;
	font-size:10px;
	text-align:right;
	text-decoration:none;
}
.menu{
	color:#242649;
	font-family:Verdana;
	font-size:10px;
	text-align:right;
	text-decoration:none;
}

.menu:hover{
	color:#3e4577;
	font-family:Verdana;
	font-size:10px;
	text-align:right;
	text-decoration:underline;
}

/* ASSOCIATION */

.association{
	font-weight:normal;
	text-align:left;
	font-size:13;
}

/* EXPOSITION */
.menu_exposition
{
	font-family: Verdana;	
	font-size: 14px;
	background-color: #ebf1cd;
	border-left-style:hidden;
	border-bottom-style:solid;
	border-bottom-color:#242649;
	border-top-style:hidden;
	color:#242649;
	font-weight:bold;
	text-align:right;
}
.exposant
{
	font-family:verdana;
	font-size:12px;
	text-align:left;
	font-weight:normal;
}
.lien_bleu_clair {
	color: #3e4577;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.lien_bleu_clair:hover {
	color: #3e4577;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}
#exposant {
	position:absolute;
	left:410px;
	top:40px;
	width:392px;
	height:446px;
	z-index:9;
}
/* LIENS */
.lien_bleu_fonce {
	color: #242649;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.lien_bleu_fonce:hover {
	color: #242649;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}
.liens_bleu_clair {
	color: #3e4577;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}