/*
	15/09/2005 : ajout de la classe contenu p.alerte (messages d'alerte
*/
.alignleft {
	text-align: left;
	margin-right:18px;
}
.alignright {
	text-align: right;
	margin-left:18px;
}
.aligncenter {
	text-align: center;
}
.ariane {
	display : none;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #0e3293;
	clear: both;
	text-align: right;
	margin-left:18px;
}
img {
	border-style: none;
}
img.une {
  float: left;
	border: 1px solid #EFEFEF;
}

img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
acronym {
	font-style: normal;
	border-bottom: 1px dashed;
	cursor: help;
}
.clear {
  clear: both;
	font-size: 1px;
}
.skipper {
	display: none;
}

hr {
	color: black;
	border-style: none;
	border-top: 1px solid #0e3293;
	height: 1px;
}

pre {font-family: Arial, sans-serif;font-size: 10px;}

h1 {
margin:0;
padding:0;
} 

/************************************************************************************/
/*                                       POPUP                                      */
/************************************************************************************/

#popup {
  display:none;
  margin: 0;
  padding: 0;
  background-color:#c7d9e4;
}

#popup a.print{
  color: white;
  padding-left: 20px;
  padding-right: 5px;
  height: 20px;
  text-decoration:none;
  background-image: url(images/print.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#popup a.close{
  color: white;
  padding-left: 20px;
  padding-right: 5px;  
  height: 20px;
  text-decoration:none;
  background-image: url(images/close.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#popup_gauche {
  float:left;
  height:50px;
  margin: 0;
  padding: 0; 
  width:auto;	
}

#popup_droite {
	vertical-align: middle;
  text-align:right;
  background-color:#c7d9e4;
  height:43px;
  margin: 0;
  padding: 0;
  padding-top: 7px;  
}




/************************************************************************************/
/*                             BODY - DOCUMENT - CORPS                              */
/************************************************************************************/
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/fond_body.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #c4ac7c;
	margin: 0;
	padding-top: 20px;
	text-align: left;/*MSIE5*/
}

#header{
width: 1000px;
border-bottom: 3px #2277b8 solid;
}

#document {
	position:relative;
	width: 1000px;
	margin:0 auto;
	margin:auto;
	text-align: left;/*MSIE5*/
}
#corps {
    position: absolute;
    width: 1000px;
    left:0px;
    top:144px; 
    background-color:#FFFFFF;
}
#colonnegauche {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 154px;
    padding-bottom: 50px;
    background-image: url(images/fond_nav_gauche.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
/*
#colonnegauche.colgPGS_AITF_CONGRES {
    background-image: url(images/fond_nav_gauchePGS_AITF_CONGRES.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
#colonnegauche.colgPGS_AITF_ACCOMP {
    background-image: url(images/fond_nav_gauchePGS_AITF_ACCOMP.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
#colonnegauche.colgPGS_AITF_VISITEURS {
    background-image: url(images/fond_nav_gauchePGS_AITF_VISITEURS.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
#colonnegauche.colgPGS_AITF_EXPOSANTS {
    background-image: url(images/fond_nav_gauchePGS_AITF_EXPOSANTS.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
#colonnegauche.colgPGS_AITF_PRESSE {
    background-image: url(images/fond_nav_gauchePGS_AITF_PRESSE.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
#colonnegauche.colgPGS_AITF_COVOITUR {
    background-image: url(images/fond_nav_gauchePGS_AITF_COVOITUR.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
*/
#colonnedroite {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
}
#contenu {
    margin-left: 156px;
    margin-top:5px;
    padding-bottom: 100px;
}


/************************************************************************************/
/*                                     BASELINE                                     */
/************************************************************************************/
.baseline {
}
.baseline a {
	color:black;
}

.baseline p {

}

.baseline a:hover {
	text-decoration: none;
}

/************************************************************************************/
/*                                      CHEMIN                                      */
/************************************************************************************/
#contenu #chemin {
    color: #000000;
    font-weight: bold;
}
#contenu #chemin a {
	color:black;
	text-decoration: none;
	font-weight: normal;
}

#contenu #chemin p {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
}

#contenu #chemin a:hover {
	text-decoration: underline;
}
/************************************************************************************/
/*                                   FORM RECHERCHE                                 */
/************************************************************************************/
#formRecherche {
	width: 70%;
	margin: auto;
	margin-bottom: 10px;
}
#formRecherche #filtre {
	float: left;
	width: 64%;
}
#formRecherche #filtreInit {
  /*float: right;*/ /* Correction de Safari*/
	width: auto;
	margin: 0;
}
#formRecherche p {
	clear: both;
	margin: 0;
	padding: 2px 0;
	width: 100%;
}
#formRecherche p label {
	float: left;
	font-weight: normal !important;
}
#formRecherche p input, #formRecherche p select, #formRecherche p span  {
	float: right;
	margin-bottom: 5px;
}
#formRecherche p span input, #formRecherche p span select {
	float: none;
	display: inline;
}
#formRecherche input, #formRecherche select {
  font-family: Verdana, Arial Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #bebebe;
	padding: 1px;
}

/************************************************************************************/
/*                                   BANNIERES                                      */
/************************************************************************************/
#banniere_haut {
  /*height:60px;	
  width:468px;
  border-style:solid;
  border-width:1px;
  border-color:#ece9d8;
  padding:0;
  margin:0;
  background: #F0F0F0;
  background-image: url(images/publicite.gif);
  background-repeat: no-repeat;
  background-position:left top;
  display:block;
  margin-bottom:5px;*/
}

#contenu #banniere_haut img {
	/*height:60px;
	display:inline;*/
  margin:0;
	padding:0;
	border:0;
}

/************************************************************************************/
/*                                   NAVIGATION                                     */
/************************************************************************************/
#navprimaire {
  margin:0;
  margin-top: -27px;
  margin-left: 150px;
	padding:0;
	width:800px;
	
	/*height: 70px;
	padding-left:0px;
	clear:both;*/
}

#navprimaire dl, #navprimaire dt, #navprimaire dd, #navprimaire ul, #navprimaire li, #navprimaire li a {
	display:block;
    margin:0;
	padding:0;
}
#navprimaire dl {
  float:left;
  margin-right: 14px;
  height:24px;  
}
#navprimaire dl#navBoutonPGS_AITF_ASSISES {width:136px;}
#navprimaire dl#navBoutonPGS_AITF_SALON {width:53px;}
#navprimaire dl#navBoutonPGS_AITF_FESTIVITES {width:103px;}
#navprimaire dl#navBoutonPGS_AITF_INFOS {width:116px;}
#navprimaire dl#navBoutonPGS_AITF_PARTENAIRES {width:100px;}
#navprimaire dl#navBoutonPGS_AITF_PORTFOLIO {width:75px;}

#navprimaire dd, #navprimaire dt, #navprimaire ul, #navprimaire li, #navprimaire a {width:inherit;}

#navprimaire dt {
	position:relative;
	text-align:center;
    display:block;
	background-color:#FFFFFF;  
}

#navprimaire dt img{
  visibility: visible;
}

#navprimaire dt a {
	display:block;
	height: 24px;
	text-decoration:none;
	color : white;
	font-family:verdana, sans-serif;
	font-size: 11px;
}

#navprimaire dt a:hover {
	color : #cb4197;
}

#navprimaire ul {
	position:absolute;
	top:142px!important;
	display:none;
	list-style-type: none; /* n'affiche pas les points des li enfants sous Firefox*/
	border-top:2px solid #1e76b6;
	z-index:100!important;
}

#navprimaire ul#menuPGS_AITF_ASSISES {width:136px;top:138px;}
#navprimaire ul#menuPGS_AITF_SALON {width:53px;top:138px;}
#navprimaire ul#menuPGS_AITF_FESTIVITES {width:103px;top:138px;}
#navprimaire ul#menuPGS_AITF_INFOS {width:116px;top:138px;}
#navprimaire ul#menuPGS_AITF_PARTENAIRES {width:100px;top:138px;}
#navprimaire ul#menuPGS_AITF_PORTFOLIO {width:75px;top:138px;}

#navprimaire li {
	display:block;
	text-align: center;
	background-color: #1e76b6!important;
	border-bottom:1px solid #ffffff;
	width:100%;
}

#navprimaire li a{
	display:block;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width:100%;
}


/*sous menu niveau 1*/
#navprimaire li#ss_menuPGS_AITF_ASSISES {background: #ffffff;}
#navprimaire li#ss_menuPGS_AITF_SALON {background: #ffffff;}
#navprimaire li#ss_menuPGS_AITF_FESTIVITES {background: #ffffff;}
#navprimaire li#ss_menuPGS_AITF_INFOS {background: #ffffff;}
#navprimaire li#ss_menuPGS_AITF_PARTENAIRES {background: #ffffff;}
#navprimaire li#ss_menuPGS_AITF_PORTFOLIO {background: #ffffff;}

/*sous menu niveau 2*/
#navprimaire li#ss_ss_menuPGS_AITF_ASSISES {background: #ffffff;}
#navprimaire li#ss_ss_menuPGS_AITF_SALON {background: #ffffff;}
#navprimaire li#ss_ss_menuPGS_AITF_FESTIVITES {background: #ffffff;}
#navprimaire li#ss_ss_menuPGS_AITF_INFOS {background: #ffffff;}
#navprimaire li#ss_ss_menuPGS_AITF_PARTENAIRES {background: #ffffff;}
#navprimaire li#ss_ss_menuPGS_AITF_PORTFOLIO {background: #ffffff;}

#navprimaire li a:hover {
	color: #000000;
}

#navtertaire {
	margin: 22px 0 5px 0;
	padding: 0 15px 0 0;
	list-style-type: none;
	border-top: 1px solid #0e3293;
}
#navtertaire li {
	padding: 3px 0;
	border-bottom: 1px solid #0e3293;
}
#navtertaire a {
	display: block;
	padding-left: 15px;
	color: #0e3293;
	text-decoration: none;
	font-size: 9px;
}
#navtertaire li.selected a, #navtertaire a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/************************************************************************************/
/*                                   NAVIGATION  Haut rollover                      */
/************************************************************************************/
#navprimaire #navBoutonPGS_AITF_ASSISES a.Niv1 ,
#navprimaire #navBoutonPGS_AITF_SALON a.Niv1 , 
#navprimaire #navBoutonPGS_AITF_FESTIVITES a.Niv1 , 
#navprimaire #navBoutonPGS_AITF_INFOS a.Niv1 ,
#navprimaire #navBoutonPGS_AITF_PARTENAIRES a.Niv1,
#navprimaire #navBoutonPGS_AITF_PORTFOLIO a.Niv1 {
    display: block;
    border : none;
	text-decoration:none;
	text-align:center;
}

#navprimaire #navBoutonPGS_AITF_ASSISES a.Niv1 {background-image:url(images/boutonPGS_AITF_ASSISES.gif);}
#navprimaire #navBoutonPGS_AITF_SALON a.Niv1 {background-image:url(images/boutonPGS_AITF_SALON.gif);}
#navprimaire #navBoutonPGS_AITF_FESTIVITES a.Niv1 {background-image:url(images/boutonPGS_AITF_FESTIVITES.gif);}
#navprimaire #navBoutonPGS_AITF_INFOS a.Niv1 {background-image:url(images/boutonPGS_AITF_INFOS.gif);}
#navprimaire #navBoutonPGS_AITF_PARTENAIRES a.Niv1 {background-image:url(images/boutonPGS_AITF_PARTENAIRES.gif);}
#navprimaire #navBoutonPGS_AITF_PORTFOLIO a.Niv1 {background-image:url(images/boutonPGS_AITF_PORTFOLIO.gif);}

#navprimaire #navBoutonPGS_AITF_ASSISES a.Niv1:hover {visibility: visible;}
#navprimaire #navBoutonPGS_AITF_SALON a.Niv1:hover {visibility: visible;}
#navprimaire #navBoutonPGS_AITF_FESTIVITES a.Niv1:hover {visibility: visible;}
#navprimaire #navBoutonPGS_AITF_INFOS a.Niv1:hover {visibility: visible;}
#navprimaire #navBoutonPGS_AITF_PARTENAIRES a.Niv1:hover {visibility: visible;}
#navprimaire #navBoutonPGS_AITF_PORTFOLIO a.Niv1:hover {visibility: visible;}

#navprimaire #navBoutonPGS_AITF_ASSISES a.Niv1:hover img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_SALON a.Niv1:hover img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_FESTIVITES a.Niv1:hover img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_INFOS a.Niv1:hover img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_PARTENAIRES a.Niv1:hover img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_PORTFOLIO a.Niv1:hover img{visibility: hidden;}

#navprimaire #navBoutonPGS_AITF_ASSISES a.Niv1actif {background-image:url(images/boutonPGS_AITF_ASSISES.gif);}
#navprimaire #navBoutonPGS_AITF_SALON a.Niv1actif {background-image:url(images/boutonPGS_AITF_SALON.gif);}
#navprimaire #navBoutonPGS_AITF_FESTIVITES a.Niv1actif {background-image:url(images/boutonPGS_AITF_FESTIVITES.gif);}
#navprimaire #navBoutonPGS_AITF_INFOS a.Niv1actif {background-image:url(images/boutonPGS_AITF_INFOS.gif);}
#navprimaire #navBoutonPGS_AITF_PARTENAIRES a.Niv1actif {background-image:url(images/boutonPGS_AITF_PARTENAIRES.gif);}
#navprimaire #navBoutonPGS_AITF_PORTFOLIO a.Niv1actif {background-image:url(images/boutonPGS_AITF_PORTFOLIO.gif);}

#navprimaire #navBoutonPGS_AITF_ASSISES a.Niv1actif img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_SALON a.Niv1actif img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_FESTIVITES a.Niv1actif img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_INFOS a.Niv1actif img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_PARTENAIRES a.Niv1actif img{visibility: hidden;}
#navprimaire #navBoutonPGS_AITF_PORTFOLIO a.Niv1actif img{visibility: hidden;}
 


/************************************************************************************/
/*                                   NAVIGATION  GAUCHE                             */
/************************************************************************************/
#colonnegauche table {
/*border-bottom: 1px #c8c8c8 solid;  */
}
#colonnegauche td.PGS_AITF_CONGRES{padding-top:86px;}
#colonnegauche td.PGS_AITF_ACCOMP{padding-top:10px;}
#colonnegauche td.PGS_AITF_VISITEURS{padding-top:10px;}
#colonnegauche td.PGS_AITF_EXPOSANTS{padding-top:10px;}
#colonnegauche td.PGS_AITF_PRESSE{padding-top:10px;}
#colonnegauche td.PGS_AITF_COVOITUR{padding-top:10px;padding-bottom:20px;}

#colonnegauche td.PGS_AITF_CONGRES a ,
#colonnegauche td.PGS_AITF_ACCOMP a , 
#colonnegauche td.PGS_AITF_VISITEURS a , 
#colonnegauche td.PGS_AITF_EXPOSANTS a ,
#colonnegauche td.PGS_AITF_PRESSE a,
#colonnegauche td.PGS_AITF_COVOITUR a {
    display: block;
    border : none;
	text-decoration:none;
	text-align:center;
}

#colonnegauche td.PGS_AITF_CONGRES a {background-image:url(images/boutonPGS_AITF_CONGRES.gif);}
#colonnegauche td.PGS_AITF_ACCOMP a {background-image:url(images/boutonPGS_AITF_ACCOMP.gif);}
#colonnegauche td.PGS_AITF_VISITEURS a {background-image:url(images/boutonPGS_AITF_VISITEURS.gif);}
#colonnegauche td.PGS_AITF_EXPOSANTS a {background-image:url(images/boutonPGS_AITF_EXPOSANTS.gif);}
#colonnegauche td.PGS_AITF_PRESSE a {background-image:url(images/boutonPGS_AITF_PRESSE.gif);}
#colonnegauche td.PGS_AITF_COVOITUR a {background-image:url(images/boutonPGS_AITF_COVOITUR.gif);}
 /*
#colonnegauche td.PGS_AITF_CONGRES a.inactif {background-image:url(images/boutonPGS_AITF_CONGRES_off.gif);}
#colonnegauche td.PGS_AITF_ACCOMP a.inactif {background-image:url(images/boutonPGS_AITF_ACCOMP_off.gif);}
#colonnegauche td.PGS_AITF_VISITEURS a.inactif {background-image:url(images/boutonPGS_AITF_VISITEURS_off.gif);}
#colonnegauche td.PGS_AITF_EXPOSANTS a.inactif {background-image:url(images/boutonPGS_AITF_EXPOSANTS_off.gif);}
#colonnegauche td.PGS_AITF_PRESSE a.inactif {background-image:url(images/boutonPGS_AITF_PRESSE_off.gif);}
#colonnegauche td.PGS_AITF_COVOITUR a.inactif {background-image:url(images/boutonPGS_AITF_COVOITUR_off.gif);}
 */
#colonnegauche td.PGS_AITF_CONGRES a:hover {visibility: visible;}
#colonnegauche td.PGS_AITF_ACCOMP a:hover {visibility: visible;}
#colonnegauche td.PGS_AITF_VISITEURS a:hover {visibility: visible;}
#colonnegauche td.PGS_AITF_EXPOSANTS a:hover {visibility: visible;}
#colonnegauche td.PGS_AITF_PRESSE a:hover {visibility: visible;}
#colonnegauche td.PGS_AITF_COVOITUR a:hover {visibility: visible;}

#colonnegauche td.PGS_AITF_CONGRES a:hover img{visibility: hidden;}
#colonnegauche td.PGS_AITF_ACCOMP a:hover img{visibility: hidden;}
#colonnegauche td.PGS_AITF_VISITEURS a:hover img{visibility: hidden;}
#colonnegauche td.PGS_AITF_EXPOSANTS a:hover img{visibility: hidden;}
#colonnegauche td.PGS_AITF_PRESSE a:hover img{visibility: hidden;}
#colonnegauche td.PGS_AITF_COVOITUR a:hover img{visibility: hidden;}

#colonnegauche td.PGS_AITF_CONGRES a.actif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_ACCOMP a.actif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_VISITEURS a.actif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_EXPOSANTS a.actif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_PRESSE a.actif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_COVOITUR a.actif img{visibility: hidden;}

#colonnegauche td.PGS_AITF_CONGRES a.inactif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_ACCOMP a.inactif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_VISITEURS a.inactif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_EXPOSANTS a.inactif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_PRESSE a.inactif img{visibility: hidden;}
#colonnegauche td.PGS_AITF_COVOITUR a.inactif img{visibility: hidden;}

#colonnegauche td.PGS_AITF_CONGRES a.inactif:hover {visibility: hidden;}
#colonnegauche td.PGS_AITF_ACCOMP a.inactif:hover {visibility: hidden;}
#colonnegauche td.PGS_AITF_VISITEURS a.inactif:hover {visibility: hidden;}
#colonnegauche td.PGS_AITF_EXPOSANTS a.inactif:hover {visibility: hidden;}
#colonnegauche td.PGS_AITF_PRESSE a.inactif:hover {visibility: hidden;}
#colonnegauche td.PGS_AITF_COVOITUR a.inactif:hover {visibility: hidden;}

#colonnegauche td.PGS_AITF_CONGRES a.inactif:hover img{visibility: visible;}
#colonnegauche td.PGS_AITF_ACCOMP a.inactif:hover img{visibility: visible;}
#colonnegauche td.PGS_AITF_VISITEURS a.inactif:hover img{visibility: visible;}
#colonnegauche td.PGS_AITF_EXPOSANTS a.inactif:hover img{visibility: visible;}
#colonnegauche td.PGS_AITF_PRESSE a.inactif:hover img{visibility: visible;}
#colonnegauche td.PGS_AITF_COVOITUR a.inactif:hover img{visibility: visible;}

#colonnegauche td.PGS_AITF_CONGRES a {background-image:url(images/boutonPGS_AITF_CONGRES.gif);}
#colonnegauche td.PGS_AITF_ACCOMP a {background-image:url(images/boutonPGS_AITF_ACCOMP.gif);}
#colonnegauche td.PGS_AITF_VISITEURS a {background-image:url(images/boutonPGS_AITF_VISITEURS.gif);}
#colonnegauche td.PGS_AITF_EXPOSANTS a {background-image:url(images/boutonPGS_AITF_EXPOSANTS.gif);}
#colonnegauche td.PGS_AITF_PRESSE a {background-image:url(images/boutonPGS_AITF_PRESSE.gif);}
#colonnegauche td.PGS_AITF_COVOITUR a {background-image:url(images/boutonPGS_AITF_COVOITUR.gif);}

/************************************************************************************/
/*                                            CONTENU                               */
/************************************************************************************/
#contenu {
	font-family: Arial, sans-serif;
	font-size: 11px;
min-height:350px;
}
/*
.contenuPGS_AITF_CONGRES{
  background-image: url(images/fond_contenuPGS_AITF_CONGRES.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
.contenuPGS_AITF_ACCOMP{
  background-image: url(images/fond_contenuPGS_AITF_ACCOMP.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
.contenuPGS_AITF_VISITEURS{
  background-image: url(images/fond_contenuPGS_AITF_VISITEURS.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
.contenuPGS_AITF_EXPOSANTS{
  background-image: url(images/fond_contenuPGS_AITF_EXPOSANTS.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
.contenuPGS_AITF_PRESSE{
  background-image: url(images/fond_contenuPGS_AITF_PRESSE.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
.contenuPGS_AITF_COVOITUR{
  background-image: url(images/fond_contenuPGS_AITF_COVOITUR.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
*/
#contenu table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
  padding-top:0px;
  width:auto;
}
#contenu th {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #2e2274;
	padding: 2px 5px;
}
#contenu td {
	font-size: 11px;
	padding: 2px 5px;
	vertical-align:top;
}
#Accueil #contenu td {
	font-size: 11px;
	padding: 0;
	padding-right: 15px;
	vertical-align:top;
}
#contenu h3, .tpl_faqListe h4 , .tpl_faqFiche h4 {
	display : block;
	margin: 0;
	height:16px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana!important;
	padding: 5px 5px 5px 0px;
	font-weight: bold!important;
	font-size: 13px!important;
	color: #a85239!important;
	clear: both!important;
	text-transform:none!important;
	text-indent: 1pt!important;
}

#contenu h2, .tpl_faqListe h4.titre_rubrique {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	margin-top:2px;
	margin-bottom:2px;
    padding: 4px 45px 3px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #2e2274;
	clear: both;
	text-transform:none;
	text-align:left;
	z-index:1;
	vertical-align: middle;
    background-image: url(images/puce.gif);
    background-repeat: no-repeat;
    background-position: left center;  
}
#Accueil #contenu h2 {
}

#contenu h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	clear: both;
}
#contenu h5 {
	margin:0;
  clear: both;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#000000;
  clear: both;
  padding-top:1em;
  padding-bottom:1em;
  padding-left: 1em;
}

#contenu li {list-style-image:url("images/point.gif");}

#contenu #menuPGS_AITF_CONGRES li{list-style-image:url("images/pointPGS_CONGRES.gif");}
#contenu #menuPGS_AITF_ACCOMP li{list-style-image:url("images/pointPGS_ACCOMP.gif");}
#contenu #menuPGS_AITF_VISITEURS li, 
#contenu #menuPGS_AITF_EXPOSANTS li{list-style-image:url("images/pointPGS_EXPOSANTS.gif");}
#contenu #menuPGS_AITF_PRESSE li{list-style-image:url("images/pointPGS_PRESSE.gif");}


#contenu li li{
  display:list-item;
  list-style-image:none;
  list-style-position:outside;
  list-style-type: disc;
}

#contenu li ul{
  padding-top:1em;
  padding-bottom:1em;
}

#contenu .paragraphe_global {
  display:block;
  margin: 0;
  padding: 0;
  padding-top:1px;
  padding-bottom:15px;
  }
#Accueil #contenu .paragraphe_global {
  display:block;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0;
  padding: 0;
  padding-top:1px;
  padding-bottom:15px;
  border: 0px ;
  }
#contenu .paragraphe{
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;    
    margin-bottom: 10px;    
    border-bottom: 1px #d5d5d5 solid;
}
#Accueil #contenu .paragraphe{
    margin: 0;
    padding: 0;   
    border-bottom: 0px ;
}
  
#contenu .paragraphe_global .clear {
  display:none;
  clear: both;
	font-size: 1px;
}
  
#contenu .affichage_tpl {
  /*width:540px;*/
	margin-top: 0px;
  padding-top:1em;
  padding-bottom:1em;
  }

#contenu .affichage_tpl h3 {
  font-size: 14px;
  /*color:#000000;*/
  font-weight:bold;
  /*border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;*/
  display: block;
  text-transform:uppercase;
  /*vertical-align: middle;
  width:540px;*/ 
  }
     
/*Couleur des entetes de contenu par defaut*/
#contenu h2 {
margin-top:15px!important;
}
/*#contenu h3 {background: #f3a5a7;}*/
#contenu h3 {
}

#contenu p {
  /*position:relative;
  margin:0;
  padding:0 5px;*/
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#contenu p, #contenu .paragraphe p, #contenu .affichage_tpl p {
  font-family: Arial, sans-serif;
	font-size: 11px;
  padding:0 5px;
	margin:0;
  margin-left: 2px;
  margin-right: 2px;

}  

#contenu dt {clear:both;
	font-weight:bold;
}

#contenu form {}
#contenu fieldset {
  margin:0;
  margin-top:10px;
  /* oold width:380px;*/
  width:450px;
}

#contenu .tpl_formulaire {
  margin-left:5px;
}

#contenu .tpl_formulaire h3{
  margin-left:-5px;
}

#contenu .tpl_formulaire fieldset {
  margin:0;
  margin-top:10px;
  width:500px;
  border: 0;
}

#contenu fieldset legend {color: #3366CC; font-weight:bold;}

#contenu .PRS_V2AITF_COLG {
    width: 460px;
    margin: 0px;
    padding:0px;
    padding-top:15px;
    padding-left:7px;
}
#contenu .PRS_V2AITF_COLG h4{
}

#contenu .PRS_V2AITF_COLG h3{
    font-family: Arial, Helvetica, sans-serif;
	margin:0;
    padding: 0; 
	font-weight: bold;
	font-size: 15px;
    color: #bd1d81;
	clear: both;
	text-transform:none;
	text-align:left;
	z-index:1;
	vertical-align: middle;
    background-image: url();
    background-repeat: no-repeat;
    background-position: left top;
}
#contenu  h3{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	margin-top:2px;
	margin-bottom:2px;
  margin-left: -4px;
  padding: 4px 45px 3px 10px;
	font-weight: bold;
	font-size: 15px;
	color: #a85239;
	clear: both;
	text-transform:none;
	text-align:left;
	z-index:1;
	vertical-align: middle;
}
/*
#contenu #menuPGS_AITF_CONGRES h3{
    background-image: url(images/puce_PGS_AITF_CONGRES.gif)!important;
    background-repeat: no-repeat;
    background-position: left center;
	  color: #cd7e08!important;
}
#contenu #menuPGS_AITF_ACCOMP h3{
    background-image: url(images/puce_PGS_AITF_ACCOMP.gif)!important;
    background-repeat: no-repeat;
    background-position: left center;
	 color: #682278!important;
}
#contenu #menuPGS_AITF_VISITEURS h3, #contenu #menuPGS_AITF_EXPOSANTS h3{
    background-image: url(images/puce_PGS_AITF_VISITEURS.gif)!important;
    background-repeat: no-repeat;
    background-position: left center;
	 color: #0a91cb!important;
}
#contenu #menuPGS_AITF_PRESSE h3{
    background-image: url(images/puce_PGS_AITF_PRESSE.gif)!important;
    background-repeat: no-repeat;
    background-position: left center;
	 color: #7fa421!important;
}
#contenu #menuPGS_AITF_COVOITUR h3{
   background-image: url(images/puce_PGS_AITF_PRESSE.gif)!important;
    background-repeat: no-repeat;
    background-position: left center;
	 color: #646074!important;
}
*/

#contenu .PRS_V2AITF_COLG ul{
	margin:0;
    padding: 0; 
    padding-top:5px;
}
#contenu .PRS_V2AITF_COLG li{
    font-family: Arial, Helvetica, sans-serif;
	margin:0;
    padding: 0; 
    padding-left: 15px; 
	font-weight: bold;
	color: #bd1d81;
	clear: both;
	text-transform:none;
	text-align:left;
	z-index:1;
	vertical-align: middle;
    background-image: url(images/point.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#contenu .PRS_V2AITF_COLG p{
	margin:0;
	margin-right: 7px;
    padding: 0; 
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px; 
}
#contenu .PRS_V2AITF_LOGO {
	margin:0;
    padding: 0; 
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;

    border: 1px #e6e6e6 solid;
}
#contenu .PRS_V2AITF_LOGO .para_accueil  h3{
font-size: 16px!important;
font-weight: bold;
}
#contenu .PRS_V2AITF_LOGO .para_accueil  p{
  font-size: 14px;
  font-weight: lighter;
  color: #a85239;
} 
#contenu .PRS_V2AITF_LOGO ul{
	margin:0;
    padding: 0; 
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
}
#contenu .PRS_V2AITF_LOGO li{
    font-family: Arial, Helvetica, sans-serif;
	margin:0;
    padding: 0; 
    padding-left: 10px; 
	font-weight: bold;
	color: #2e2274;
	clear: both;
	text-transform:none;
	text-align:left;
	z-index:1;
	vertical-align: middle;
	list-style: none url();
}
#contenu .PRS_V2AITF_LOGO table{
	margin:0;
    padding: 0; 
    width:100%;
}
#contenu .PRS_V2AITF_LOGO tr,
#contenu .PRS_V2AITF_LOGO td,
#contenu .PRS_V2AITF_LOGO img{
	margin:0;
    padding: 0; 
}
#contenu .PRS_V2AITF_COLD {
    position: relative;
    margin-top:-15px;
    padding-top:15px;
    padding-bottom:10px;
    padding-left:7px;
    border: 1px #e6e6e6 solid;
}
#contenu .PRS_V2AITF_COLD h3{
    font-family: Arial, Helvetica, sans-serif;
	margin:0;
    padding: 0; 
	font-weight: bold;
	font-size: 15px;
    color: #ffda01;
	clear: both;
	text-transform:none;
	text-align:left;
	z-index:1;
	vertical-align: middle;
}
#contenu .PRS_V2AITF_COLD ul{
	margin:0;
    padding: 0; 
    padding-top:5px;
}
#contenu .PRS_V2AITF_COLD li{
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px; 
	font-weight: bold;
	color: #a85239;
	clear: both;
	text-transform:none;
	text-align:left;
	z-index:1;
	vertical-align: middle;
	list-style: none url();
    background-image: url(images/point.gif);
    background-repeat: no-repeat;
    background-position: left center;  
}
#contenu .PRS_V2AITF_COLD p{
	margin:0;
	margin-right: 7px;
    padding: 0; 
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px; 
}

#contenu .PRS_V2AITF_COLD h4{
}

#contenu .PRS_V2AITF_LOGO {

}

#contenu p.accroche {
	display:none;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}
#contenu p.alerte{
	color:#F00000;
}

#contenu a {
	color: black;
}

#contenu a:hover {
	text-decoration: none;
}

#contenu a.alt {
  color: #de2221;
	text-decoration: none;
}


#contenu a.alt:hover {
	text-decoration: underline;
}

#contenu .petit {
	color:black;
	text-decoration: none;
	font-size: 10px;
}

#contenu img {
	margin: 3px;
	margin-right: 10px;
}
#contenu div.tri li {
	list-style-type: disc;	
}
#contenu div.tri img {
	margin: 0 0 0 2px;
}
#contenu ul {
	margin: 10px 10px 10px 30px;
	padding: 0;
}



/************************************************************************************/
/*                                BAS DE PAGE                                       */
/************************************************************************************/
#basPage{
    position:absolute;
    bottom :20px;
	  border-top: 3px solid #1e76b6;
    height: 20px;
	width: 1000px;
	/*oold width: 740px;*/
	 margin-left: -156px!important;
   	margin-top: 20px!important; 
   	margin-bottom: 0px!important; 
	padding: 0px 0 0 0;
	text-align: center;
}
#basPage li {
    line-height: 20px;
	display: inline;
	background-image: url(images/puce_bas.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 18px;	
}
#PGS_ENVOYERAMI{
	display: inline;
	background-image: url()!important;
	padding-left: 10px;
	padding-right: 18px;	
}
#basPage a {
	padding: 0;
	color: #18181a;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#basPage a:hover {
	text-decoration: underline;
}

#basDateModif {
	display:none;
  width: 880px;
  /*oold width: 740px;*/
	margin : 4px 10px 0 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}
#copyright{
    position:absolute;
    bottom :0;
	  color: #18181a;
    height: 20px;
	width: 1000px;
	/*oold width: 740px;*/
	margin : 0px 0px 0 0;
	margin-left: -156px!important;
	padding: 0px 0 0 0;
	text-align: center;
}
/************************************************************************************/
/*                                      RECHERCHE                                   */
/************************************************************************************/
#recherche {
	position: absolute;
	top: 45px;
	right: 10px;
	background-color: #0e3293;
	padding: 5px;
}
#recherche label {
	color: #ffffff;
	font-size: 11px;
	display: block;
	padding-bottom: 3px;
}
#recherche input {
	border-style: none;
	font-size: 12px;
	padding: 2px;
}
#recherche input.submit {
	background-color: #0e3293;
	font-weight: bold;
	color: #ffffff;
}
#recherche input.submit:hover {
	cursor: pointer;
}

/************************************************************************************/
/*                                      PAGINATION                                  */
/************************************************************************************/
.blocNavigation {
	text-align: center;
}
.regletteNavigation {
	margin: 5px 0 10px 0;
}
.regletteNavigation span{
	padding: 2px 0;
	border-bottom: 1px solid black;
}
.regletteNavigation a {
	font-size: 12px;
	color: #000000;
	background-color:#ebebeb;
	margin: 0 2px;
	padding: 0 2px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration: none;
}

.regletteNavigation a:hover, .regletteNavigation a.pageSelected {
	background-color: #0e3293;
	color: #ffffff !important;
}

/*Couleur des boutons en fonction du menu*/
#contenu #menu230 .regletteNavigation a:hover {background-color: #de2221;}
#contenu #menu235 .regletteNavigation a:hover {background-color: #08325a;}
#contenu #menu232 .regletteNavigation a:hover {background-color: #84006b;}
#contenu #menu233 .regletteNavigation a:hover {background-color: #de2221;}
#contenu #menu234 .regletteNavigation a:hover {background-color: #9c8c00;}
#contenu #menu231 .regletteNavigation a:hover {background-color: #eebd00;}

#contenu #menu230 .regletteNavigation a.pageSelected {background-color: #de2221;}
#contenu #menu235 .regletteNavigation a.pageSelected {background-color: #08325a;}
#contenu #menu232 .regletteNavigation a.pageSelected {background-color: #84006b;}
#contenu #menu233 .regletteNavigation a.pageSelected {background-color: #de2221;}
#contenu #menu234 .regletteNavigation a.pageSelected {background-color: #9c8c00;}
#contenu #menu231 .regletteNavigation a.pageSelected {background-color: #eebd00;}

/************************************************************************************/
/*                                      MODULES                                     */
/************************************************************************************/
.module {
  padding: 0;
	margin:0;
	margin-bottom: 10px !important;
  width:auto;
  text-align: center;
  z-index:2;
  background-color: #FFFFFF;
  list-style: none;
  float:none;
}

.module .tpl_panierAchatMDL  {
	margin-bottom: 0px !important;
}

.module form { 
  margin:0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top:none;
  /*height:75px;*/
  z-index:1!important;
  background-color: #9c8c00;
  text-align:left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;  
}
 
.module .premier form {  
  margin: 0;
	width:auto;
  font-size: 12px;
  color:#FFFFFF;
  font-weight:bold;
  border: 0;
  border-bottom: 1px solid #000000;
  height:20px;
  display:block;
  text-align: left;
  text-transform:uppercase;
  vertical-align: middle; 
  background-image: url(images/fd185.gif);
  background-repeat: no-repeat;
  background-position:top left;	
  z-index:1;
  padding-left: 10px;
	clear: both;
}    
.module form label {
  /*margin-top: 0;
  margin-left: -1px;
	margin-right: -1px;
	width:auto;
  font-size: 12px;
  color:#000000;
  font-weight:bold;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  border-top:none;
	background-color: #F0F0F0;
  height:20px;
  display: block;
  text-align: center;
  text-transform:uppercase;
  vertical-align: middle; 
  background-image: url(images/fd185.gif);
  background-repeat: no-repeat;
  background-position:top left;	
  z-index:1;
  padding-top: 3px;
	clear: both;*/
	display:none;
  }
  
.module form input {
	font-size: 12px;
  color:#000000;
  /*margin-top: 15px;*/
  } 
.module form #searchString{
	width:120px;
  }

.module form select {
  font-size: 9px;
  width:165px;
  /*margin-top: 15px;*/
  } 
   
/*Couleur des entetes de colonne droite par defaut*/
.module h3 {
}
#menunav, #menunav h3 {background-color: #9c8c00!important;  text-align: left;}

/*Couleur des entetes de colonne en fonction du menu*/
#menu230 .module h3 {background-color: #843109;}
#menu235 .module h3 {background-color: #08325a;}
#menu232 .module h3 {background-color: #84006b;}
#menu233 .module h3 {background-color: #de2221;}
#menu234 .module h3 {background-color: #9c8c00;}
#menu231 .module h3 {background-color: #eebd00;}

/*Couleur des entetes de colonne en fonction du style*/
.PRS_MODULE1 h3 {background-color: #843109 !important;}
.PRS_MODULE2 h3 {background-color: #eebd00 !important;}
.PRS_MODULE3 h3 {background-color: #de2221 !important;}
.PRS_MODULE4 h3 {background-color: #9c8c00 !important;}
.PRS_MODULE7 h3 {background-color: #08325a !important;}
.PRS_MODULE8 h3 {background-color: #84006b !important;}
.PRS_MODULE9 h3 {background-color: #F0F0F0 !important;color:#000000 !important;}

/*Couleur des liens des modules en fonction du style*/
.PRS_MODULE1 a {color: #843109 !important;}
.PRS_MODULE2 a {color: #eebd00 !important;}
.PRS_MODULE3 a {color: #de2221 !important;}
.PRS_MODULE4 a {color: #9c8c00 !important;}
.PRS_MODULE7 a {color: #08325a !important;}
.PRS_MODULE8 a {color: #84006b !important;}
.PRS_MODULE9 a {color: #F0F0F0 !important;}


.tpl_liens_connexesMDL h3 {background-color: #de2221 !important;}

.module h3 {
  margin: 0;
	width:auto;
  font-size: 12px;
  font-weight:bold;
  display:block;
  text-align: center;
  vertical-align: middle; 
  z-index:1;
	clear: both;
}
#menunav .module h3 {
  margin: 0;
	width:auto;
  font-size: 12px;
  font-weight:bold;
  height:20px;
  display:block;
  text-transform:uppercase;
  vertical-align: middle; 
  background-image: none;	
  z-index:1;
	clear: both;
	padding-top: 3px;
	padding-left: 10px;
}

#menunav .module a.enTete {
  margin: 0;
	width:auto;
  font-size: 12px;
  font-weight:bold;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  display:block;
  text-transform:uppercase;
  vertical-align: middle; 
  text-align: left;
  background-image: none;	
  background-color: #9c8c00;
  z-index:1;
	clear: both;
	padding-top: 3px;
	padding-left: 10px;
}

.module p {
  display: block;
  margin: 0; 
  padding:2px;
  padding-top:1em;
  padding-bottom:1em;
  border-top:none;
  background-color: #FFFFFF;
  text-align:left;
}

.module p.aligncenter {
  text-align: center!important;
}

.module img{
  float :none;
}

.module p img{
  /*display:block*/
  position:relative;
  margin:0 auto;
  padding:0;
  text-align: center!important;
}

#menunav .module p.panier {
  margin:0;
  padding-top:0;
  padding-bottom:5px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;	
  border-top:none;
  background-color: #9c8c00;
  text-align:left;
  padding-left: 10px;
}

.module h3 img{
  vertical-align: middle;
  padding-right:2px; 
	padding-top: 0px;
}

.module h3 a {	
  color: white;
	text-decoration: none;
}

.module a {	
  color: rgb(222, 34, 33);
	text-decoration: none;
}

.module strong {
	font-size: 12px;
	font-weight: bold;
}

.module .tpl_teaser {
  text-align: center;
  display:block;
  clear:both;
  background-color: #FFFFFF;
}

.module .tpl_teaser h3 {
    display: none;
}

.module .tpl_teaser p {
  margin-top: 0px;
  padding-left:2px;
  border:none;
}

.module .tpl_teaser img {
  position:relative;
  float :none;
  display: inline;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;  
  margin:0;
  text-align: center;
}

.tpl_panierAchatMDL img{
  display:none;
}

.module .panier a{	
  color: #FFFFFF;
	text-decoration: underline;
}

.module .panier a:hover{	
	text-decoration: none;
}

/*************************************************************************************/
/*                                      TEMPLATE                                     */
/*************************************************************************************/
#contenu .tpl {
	padding-top:0px;
}

#contenu .tpl table {
	margin-top:0px;
}

#contenu .tpl table input, #contenu .tpl table select,  #contenu .tpl table button {
	font-size:10px;
}

#contenu .tpl .bloc0, #contenu .tpl .bloc1 {
	clear: both;
	padding: 10px 0;
}
#contenu .tpl .bloc1 {
	background-color: #f6f6f6;
}
#contenu .tpl label {
	font-weight: bold;
}

#contenu .tpl_plansite {
	clear: both;
	margin-top: 20px;
	/*border: 1px solid rgb(255,153,51);*/
	border-bottom-style: none;
}
#contenu .tpl_plansite table {
	width: 100%;
}
#contenu .tpl_plansite a {
	text-decoration: none;
}
#contenu .tpl_plansite a:hover {
	text-decoration: underline;
}
#contenu .tpl_plansite td {
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}

#contenu .tpl_partage .paragraphe {
	padding-left: 0;
}

#contenu .tpl_cantonCarte {
	text-align: center;
}
#contenu .tpl_canton img {
	float: right;
	margin-left: 10px;
}

#contenu .tpl_actualiteListe,
#contenu .tpl_agendaListe,
#contenu .tpl_partenaireListe,
#contenu .tpl_accrocheFilles {
	/*border-bottom: 1px solid #0e3293;*/
}
#contenu .tpl_agendaListe h4 span,
#contenu .tpl_actualiteListe h4 span {
	font-size: 11px;
	font-weight: normal;
}
#contenu .tpl_actualiteListe a,
#contenu .tpl_partenaireListe a,
#contenu .tpl_accrocheFilles a,
#contenu .tpl_accroche a {
	display: block;
	clear: both;
	background: transparent url('images/fleche.gif') no-repeat scroll left center;
	font-weight: bold;
	padding-left: 15px;
}

#contenu .tpl_nossitesFiche p {
	margin-top:0px;
	padding-top:0px;
  background-color: #FFFFFF;
}

#contenu .tpl_nossitesFiche img {
	float:left;
	margin-right: 20px;
	display:block;
}

#contenu .tpl_nossitesFiche li {
	margin-left: 10px;
}

#contenu .tpl_recherche li em p{
  width:490px;
}

/* FAQ */
.tpl_faqFiche{
padding-bottom: 100px;
}
/* fin FAQ */
/

/* Affichage login */
#contenu fieldset.deuxColonnes{
/* oold width:240px!important;*/
width:310px!important;
}
#formIdentificationLog{
padding-bottom: 150px;
}
/* fin Affichage login */
#par5143 table, #par6208 table, #par6209 table{
border-spacing: 0px; 
border-collapse: collapse;
}
#par5143 table td, #par6208 table td, #par6209 table td{
border: 1px #a7a0bf solid!important;
}