body {
	color: black; 
	background-color: white;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0em 1em 0em 1em;
	min-width: 41em;
}

#header{
	width:100%;
	height:104px; 
	background:url(../images/header.gif);
	background-repeat : repeat-x;
	background-position: center top;
	background-attachment: scroll;
}

#headerText{
	text-align:center;
	color: white;
	background-color: transparent;
	font-size:32px;
	font-weight:bold;
	padding: 16px;
}

#headerText a:link {color: white; text-decoration:none; border: none;}
#headerText a:visited {color: white; text-decoration:none; border: none;}
#headerText a:hover {color: black; text-decoration:none; background-color: none; border: none;}

  /************************/
 /* Définition des menus */
/************************/

 /* Menu Gauche */
/***************/

a img {
	border: none;
}

#leftMenu {
	text-align: center;
	position: absolute;
	font-size: 0.83em;
	width: 14em;
	margin-top:6em;
	padding: 0;
}

#salonsTitre {
	color: #b81600;
	font-weight: bold;
	font-size: 1.4em;
}

#salonsTitre img {
	text-align: left;
}

#salonsTitre1 {
	color: #b81600;
	font-weight: bold;
	font-size: 0.9em;
}

#salonsTitre1 img {
	text-align: left;
}

/* En-tête du menu gauche */

.menuEntete {
	text-align: center;
	color: white;
	background-color: #01aca4;
	font-weight: bold;
	margin: 1em 0em 1em 0em;
	padding: 1em;
	border : 2px outset black;
	font-size: 0.9em;
}

/* Elements du menu gauche */

.menuTitre {
	background-color: #d13327;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	cursor: pointer;
	margin-bottom : 2px;	
	font-size: 0.9em;
	padding: 2px 2px 2px 2px;
}

.menuTitre a:link {color: white; text-decoration:none; border: none;}
.menuTitre a:visited {color: white; text-decoration:none; border: none;}
.menuTitre a:hover {color: white; text-decoration:none; background-color: none; border: none;}

.menu {
	background-color: white;
	padding-left: 1em;
}

.menu a:hover {
	background-color: #febf00;
	color: white;
}

 /* Menu Droite */
/***************/

#rightMenu {
	position: absolute;
	font-size: 0.83em;
	width: 15.5em;
	margin-top:6em;
	padding: 0;
	right:1em;
}

#rightMenu a:link {color: black; text-decoration:none; border: none;}
#rightMenu a:visited {color: black; text-decoration:none; border: none;}
#rightMenu a:hover {color: black; text-decoration:none; background-color: none; border: none;}

#rightImg {
	text-align:center;	
}

#rightImg a:link {color: white; text-decoration:none; border: none;}
#rightImg a:visited {color: white; text-decoration:none; border: none;}
#rightImg a:hover {color: white; text-decoration:none; background-color: none; border: none;}

  /***********************/
 /* Le corps de la page */
/***********************/

#mainContent {
	margin-left: 14em;
	margin-right: 15em;
	margin-bottom: 1em;
	margin-top: 4em;
	/*padding: 1em;*/
	font-size: 1em;
	padding: 2px;
	/*width:100%;*/
	/*height:470px;*/
	background:url(../images/fond.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	min-height: 501px;
}
	#mainContent p.download
	{
		text-align:center;
	}
#mainContent img {
	border: 0px;
}

#affiche img {
	float:right;
}

.dates {
	font-weight: bold;
	font-size:3.5mm;
	color:#5fa51a;
}

.salon_accueil {
	font-weight: bold;
	font-size:4mm;
}

#texte {
	text-align:justify;
}

.exposant {
	font-weight: bold;
	color:#5fa51a;
}

.etoiles {
	font-weight: bold;
	text-align:center;
	color:#b81600;
}

ul .square {
	list-style-type: square ;
}

#exposants ul {
	list-style-type:none;
	list-style-image: url(../images/puce.gif);
}

#exp {
	border : 2px outset #d13327;
	padding : 2px;
}

#exp p {
	text-align:justify;
}

titre {
	font-weight: bold;
	font-style: italic;
	color: #febf00;
}

cool {
	font-weight: bold;
	color: #d13327;
}

h1 {
	color:#b81600;
	font-weight: bold;
	font-size: 1.8em;
}

h3{
	color:#b81600;
	font-weight: bold;
	font-size: 1.2em;
}

h4 {
	color:#b81600;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	padding:0px;
	margin:0px;
}

h5 {
	font-style: italic;
}

h2 {
	color:#5fa51a;
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: underline;
	padding:0px;
	margin:0px;
}

.slogan {
	color:#e47a1d;
	font-weight: bold;
	font-style: italic;
}

/* Charte */

#charte h5 {
	text-align:center;
	color: #d13327;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}

#charte table {
	border:2px outset #d13327;
	padding:2px;
	text-align:justify;
	width: 100%;
}

#charte conclu {
	font-style: italic;
}

/* Produits */

#produits table {
	border:2px outset #d13327;
	padding:2px;
	text-align:center;
	width: 100%;
}

#produits td {
	border:1px solid #febf00;
	margin-bottom:0px;
	padding:2px;
	vertical-align:top;
}

#produits caption {
	color:#d13327;
	text-decoration: underline;
	font-weight:bold;
}

a:link {color: black; text-decoration:none; border: none;}
a:visited {color: black; text-decoration:none; border: none;}
a:hover {color: #b31100; text-decoration:none; background-color: none; border: none;}

