/* ==================================================================================== */
/* ============================= STYLE HTML PAR DEFAUT ================================ */
/* ==================================================================================== */
body 
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width:617px;
	font: normal 11px/13px, Arial, sans-serif;
	color: #4C4C4C;
	text-align: left;
	background-color: #FFFFFF;
}
form { margin: 0; padding: 0; display: inline; }

/* -- TABLE -- */
table { margin: 0px; padding: 0px; vertical-align: top; }
th { background-color: #E43434; color: #fff; line-height: 20px; }
tr { vertical-align: top; }
td { text-align: left; }

/* -- CONTROLS -- */
input, select, textarea 
{
	font: normal 11px/13px Tahoma, Arial, sans-serif; color: #4C4C4C;
	color: #000;
	text-align: left;
	border: #004589 solid 1px;
}

/* -- MISE EN PAGE -- */
p
{
	margin: 0px;
	padding: 10px 0px 14px 10px;
	border: 0px;
	font: normal 11px/13px Tahoma, Arial, sans-serif;
}

.c { text-align:center; }
.l { text-align:left; }
.r { text-align:right; }
.j { text-align:justify; }

/* -- IMAGES -- */
img 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	vertical-align: middle;
}

/* -- LIENS -- */
a { color: #FF0F19; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a.listexpo, a:hover.listexpo, a:visited.listexpo
{
	font: bold 11px/18px , Arial, sans-serif;
	color: #004589;
	text-decoration: none;
	width: auto;
	height: 24px;
	overflow: visible;
	border: none;
	padding: 0px 2px;
	background-repeat: no-repeat;
	cursor: pointer;
	-moz-border-radius: 0px;
}

/* -- TITRES -- */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
h1 
{
	margin: 10px 0 10px 0;
	padding: 20px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
    font-weight: bold;
    font-style: normal;
	color: #66AFC3;
    height:30px;
	line-height: 20px;
}
h2 { font: normal 18px/18px Arial, sans-serif; color: #999999; padding-left: 10px; }
h3 { padding-bottom: 2px; font: bold 11px/13px Tahoma, Arial, sans-serif; border-bottom: 1px solid #FF0F19; color: #FF0F19; }

/* -- LISTES -- */
ul { margin: 0px; padding: 0px; list-style-type: square; color: #0097D5; }
li span { color: #4C4C4C; }

/* -- BOUTONS -- */
.bouton 
{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #66AFC3;
	text-align:center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	cursor: pointer;
	margin-left:20px;
	margin-top:20px;
}

/* ==================================================================================== */
/* ============================== Table du formulaire ================================= */
/* ==================================================================================== */
table.formulaire { width: 100%; border: #004589 solid 1px; margin-top:10px; padding-top:10px; empty-cells:show; }
table.formulaire th { background-color:#004589; padding:5px 0 5px 0; }
table.formulaire td { padding: 2px 0 2px 10px; }
table.formulaire td.libelle {
	font-family:Arial,sans-serif; font-size: 11px; // IE accept pas le inherit
	font-weight: bold;
	line-height: 18px;
	color: #004589;	
}
table.formulaire td.champ {
	font-family:Arial,sans-serif; font-size: 11px; // IE accept pas le inherit
	color: #4C4C4C;
}

/* ==================================================================================== */
/* =============================== Table des onglets ================================== */
/* ==================================================================================== */
table.onglets { width: 100%; padding: 0; }
table.onglets tr { width: 100%; height: 24px; }
td.onglet, td.ongletSel 
{
	width: 155px;
	height: 24px;
	padding: 4px 0 0 0;
	text-align: center;
	border: 1px solid #66AFC3;		
	border-bottom: 0px solid #fff;
}
td.onglet { background-color: #004589; }
td.ongletSel { background-color: #fff; }
td.onglet a, td.ongletSel a  { cursor: pointer; }
td.onglet h1, td.ongletSel h1 
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none; 
}
td.onglet h1 { color: #fff;	}
td.ongletSel h1 { color: #004589; }

/* ==================================================================================== */
/* ============================ Table de la fiche exposant  =========================== */
/* ==================================================================================== */
table.detail
{
	width: 100%;
	border: #66AFC3 1px solid;
	padding: 0; margin:0;
	empty-cells:show;
}
table.detail td 
{	
	font-family:Arial,sans-serif; font-size:11px; line-height: 18px; // pour IE6 qui ne supporte pas inherit from body	
	vertical-align: middle;
}
table.detail td.libelle { width:30%; font-weight: bold; color: #004589; }
table.detail td.valeur { width:70%; color: #4C4C4C; }
table.detail h1 
{
	margin: 0px;
	padding: 20px 0 0 0; 
	font: normal 18px/18px Arial, sans-serif;
	color: #999999;
	vertical-align: center;
}

/* ==================================================================================== */
/* =================== Table de résultat de la recherche exposant ===================== */
/* ==================================================================================== */
table.resultat {	
	width: 100%;
	margin:0px; padding:0px;
	background-color:#FFFFFF; 	
	border: #004589 solid 1px;
	empty-cells:show;
}
table.resultat th {
	padding: 2px 0 2px 0px;
	font: bold 11px/15px Arial, sans-serif;
	height: 18px;
	font-weight: bold;
	border: none;
	background-color: #004589;
	color:#FFFFFF;
}
table.resultat tr { margin:0; padding:0; }
table.resultat tr:hover { background-color: #DCFDFF; color: #666666; }
table.resultat tr:hover a:link { }
table.resultat td 
{	
	font-family:Arial,sans-serif; font-size:11px; // pour IE6 qui ne supporte pas inherit from body
	padding: 0 0 1px 5px; 
	border-top: solid #e4e0d6 1px; 
	vertical-align: middle;
}
table.resultat td.champRaisonSociale { width: 300px; font-weight:bold; }
table.resultat td.champLogo { width:151px; padding: 0px; }
table.resultat td.champWeb { width: 50px; }
table.resultat td.champStand { width: 60px; }
table.resultat td.champPays { width:100px; }
table.resultat a:link, a:visited, a:active { text-decoration: underline; color: #000; }
table.resultat a:hover { text-decoration: none; color: #000; }

div.recherche_critere 
{ 
	width:auto;
	vertical-align:middle;
	padding: 2px 0 5px 10px ; 
	color:#4C4C4C;
	font-family:Arial,sans-serif; font-size:11px; line-height:13px; // pour IE (inherit from body)
}

/* =================================================================== */
/* =================== CALQUE POUR LA NAVIGATION ===================== */
/* =================================================================== */
div.navigation { width:605px; height:23px; padding:5px 0 2px 10px; margin-bottom: 10px; background-color: #f0f0f0; border: #004589 1px solid; }

/* ==================================================================================== */
/* ======================== Table de la pagination des résultats ====================== */
/* ==================================================================================== */
table.pagination { width:100%; background-color: #f0f0f0; border: #004589 1px solid; font-family:Arial,sans-serif; font-size:11px; // pour IE (inherit from body) }
table.pagination2 { width:100%; font-family:Arial,sans-serif; font-size:11px; // pour IE (inherit from body) }

/* =================================================================== */
/* =================== CALQUE POUR LES BANNIERES ===================== */
/* =================================================================== */
div.banner { width:615px; text-align:center; vertical-align: middle; border: #004589 1px solid; padding:0px; margin:0px; }
div.banner img { border:0px; padding:0px; margin:0px;}

/* =================================================================== */
/* ================= CALQUE DE CHARGEMENT DE PAGE ==================== */
/* =================================================================== */
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4; -khtml-opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 10000;
    top: 0px; left: 0px;
}
.modalBackground img {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 100px;
     height: 100px;
     margin-top: -50px; /* moitié de la hauteur */
     margin-left: -50px; /* moitié de la largeur */
     border: 1px solid #000;
}