/* CSS Document */

body { /* style général de la page */
	margin:0;
	padding:0;
	background-image:url(../images/bg/fondBody.gif);
	background-color:#0e589f;
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#474347;
}

#conteneur { /* définition du conteneur de tous les éléments de la page */
	position:relative;
	width:901px;
	height:auto;
	border: 1px solid #9b9597;
	background-color:#FFFFFF;
	margin:10px auto;
}

#conteneur-popup { /* définition du conteneur de tous les éléments de la page */
	position:relative;
	width:565px;
	height:auto;
	border: 1px solid #9b9597;
	background-color:#FFFFFF;
	margin:10px auto;
}


/***** Haut de page *****/
#haut {
	background-image:url(../images/bg/fondHaut.gif)no-repeat 0px 0px;
	width:892px;
	height:67px;
}

#haut_logo {
	float:left;
	background: url(../images/haut_logo.jpg) no-repeat 1px 1px;
	width:568px;
	height:67px;
}

#haut_fash {
	float:left;
	width:310px;
	height:67px;
}

#haut_bandeau { 
	background: url(../images/haut_bandeau.jpg) no-repeat 1px 0;
	width:897px;
	height:90px;
}


/***** Styles pour le menu du bas *****/
#footer { /* bloc du menu bas */
	position:relative;
	width:902px;
	height:20px;
	padding-top:5px;
	margin-top:10px;
	background-image:url(../images/fondFooter.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#5871a2;
	text-align:center;
}

#footer-popup { /* bloc du menu bas */
	position:relative;
	width:560px;
	height:20px;
	padding-top:5px;
	margin-top:10px;
	background-image:url(../images/fondFooter.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#5871a2;
	text-align:center;
}


#footer a, #footer a:link, #footer a:visited { /*  Liens du menu du bas */
	color:#5871a2;
	padding:10px 20px 0px 10px;
	text-decoration:none;
}

#footer a:hover, #footer a:active { /* Liens du menu du bas */
	text-decoration:underline;
	padding:10px 20px 0px 10px;
}

/***** Style du menu horizontal *****/
#haut_menu { /* zone menu horizontal haut */
	width: 890px;
	margin-right:7px;
	margin-top:3px;
}

#haut_menu p a{
	padding-top:12px;
	padding-left:70px;
	margin:0;
	float:left;
	color:#028754;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing:3px;
}

#haut_menu p a:hover {
	text-decoration:underline;
}

#haut_menu ul {
	margin-left:220px;
	margin:0;
	padding: 0;
	list-style-type: none;
	float:right;
}
#haut_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#haut_menu li {
	display: block;
	float:left;
	padding-left:3px;
}

/***** Partie gauche avec recherche par domaine *****/
#menu_gauche {
	float:left;
	margin-left:1px;
	margin-top:10px;
	width:200px;
}

div#menu_gauche img{
	padding-left:25px;
	padding-top:20px;
}

#navigation  {
	display:block;
	width:200px;
	margin:0;
	padding:0;
	background-color:#fff;
}

#navigation a.head { text-decoration: none; }
#navigation a.selected {}
#navigation a.current {}

#navigation ul {
	display:block;
	width:200px;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#fff;
	text-indent:0px;
}

#navigation li {
	display:block;
	width:200px;
	list-style:none;
	padding:0;
	margin:0;
	padding-left:10px;
}

ul#navigation li ul li {
	display: block;
	padding:0;
	margin:0;
	font-size:11px;
	text-align:left;
	text-transform:uppercase;	
	font-weight:bold;
}

ul#navigation li ul li.premier a.menu{ background-image:none;  }

ul#navigation li ul li a.menu, a.menu_actif {
	display: block;
	background-image:url(../images/bg/point.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#474347;
	padding:10px 0px 5px 40px;
	height:26px;
	text-decoration:none;
	font-size:11px;
	margin:0;
}

ul#navigation li ul li a.menu_actif {
	/*background-image:url(../images/bg/fondVille.gif);*/
	background-color:#9FC2E0;
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px 0px 40px;
	height:26px;
	width:160px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	margin:0;
}

ul#navigation li ul li a.menu:hover {
	background-color:#9FC2E0;
	background-repeat:no-repeat;
	background-position:left top;
	height:26px;
	width:160px;
	color:#FFFFFF;
	margin:0;
}

ul#navigation h2{
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent: -1999px;
	height:38px;
	margin:0;
	margin-bottom:1px;
	padding:0;
	cursor:pointer;
}

a h2.menu_visiteurs { background-image:url(../images/menu_visiteursOff.jpg); }
a:hover h2.menu_visiteurs, a:focus h2.menu_visiteurs, 
a:active h2.menu_visiteurs { background-image:url(../images/menu_visiteursOff.jpg);}

a h2.menu_exposants  { background-image:url(../images/menu_exposantOff.jpg); }
a:hover h2.menu_exposants, a:focus h2.menu_exposants, 
a:active h2.menu_exposants { background-image:url(../images/menu_exposantOff.jpg); }

a h2.menu_presse  { background-image:url(../images/menu_presseOff.jpg);}
a:hover h2.menu_presse, a:focus h2.menu_presse,
a:active h2.menu_presse { background-image:url(../images/menu_presseOff.jpg); }

a h2.menu_contacts  { background-image:url(../images/menu_contactsOff.jpg);}
a:hover h2.menu_contacts, a:focus h2.menu_contacts, 
a:active h2.menu_contacts { background-image:url(../images/menu_contactsOff.jpg);}

.clear {clear:both;}

/***** Définition du centre de la page *****/
#centre, #centre-page {
	float:left;
	width:660px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:24px;
}

* html #centre, * html #centre-page {
	float:left;
	margin-top:10px;
	margin-left:0px;
} 

#centre-popup {
	width:550px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:10px;
	text-align: left;
}


#bloc_enc1 {
	margin-top:1px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:7px;
	width:306px;
	height:191px;
	float:left;
	/*border:1px solid #99FF99;*/
}

#bloc_enc1 h2 {
	background-image:url(../images/bg/fondEnc1_haut.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent: -1999px;
	height:51px;
	margin:0;
	padding:0;
}

#bloc_enc1 h3 {
	background-image:url(../images/bg/fondEnc1_centre.jpg);
	background-repeat: repeat-y;
	background-position:left top;
	width:255px;
	margin:0;
	padding-left:29px;
	padding-right:21px;
	padding-bottom:16px;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}

#bloc_enc1 div.more {
	background-image:url(../images/bg/fondEnc1_bas.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	margin:0;
	height:20px;
	text-align:right;
	padding-right:25px;
}

#bloc_enc2 {
	margin-top:0px;
	margin-left:7px;
	width:305px;
	float:left;
}


#bloc_preinscriv h2 {
	background-image:url(../images/bg/fondEnc2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent: -1999px;
	height:32px;
	margin:0;
	padding:0;
	cursor:pointer;
}

#bloc_preinscriv h3 {
	background-image:url(../images/bg/fondPreinscriv.jpg);
	background-repeat: no-repeat;
	background-position:10px 5px;
	cursor:pointer;
	width:202px;
	min-height:40px;
	margin:0;
	margin-bottom:15px;
	padding-left:85px;
	padding-right:15px;
	padding-top:10px;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	border-bottom:#bdb5b5 1px solid;
	border-left:#bdb5b5 1px solid;
	border-right:#bdb5b5 1px solid;
}

* html #bloc_preinscriv h3 {
	height:40px;
}

#bloc_preinscriv h3 a {color:#474347; text-decoration:none;}

#centre-page #bloc_preinscriv h3{margin-bottom:7px;}

#bloc_conf h2 {
	background-image:url(../images/bg/fondEnc3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent: -1999px;
	height:32px;
	margin:0;
	padding:0;
}

#bloc_conf h3 {
	background-image:url(../images/bg/fondConf.jpg);
	background-repeat: no-repeat;
	background-position:10px 5px;
	width:202px;
	margin:0;
	padding-left:85px;
	padding-right:15px;
	padding-top:10px;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	border-left:#bdb5b5 1px solid;
	border-right:#bdb5b5 1px solid;
}
div#bloc_conf h3 a {text-decoration:underline; color:#028754;}
div#bloc_conf h3 a:hover {text-decoration:none;}

#bloc_conf p.more {
	background-image:url(../images/bg/fondConf_bas.jpg);
	background-repeat: no-repeat;
	background-position:0px bottom;
	margin:0;
	height:9px;
}

#bloc_actu {
	margin-left:15px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:1px;
	width:305px;
	height:191px;
	float:left;
}

#bloc_actu h2 {
	background-image:url(../images/bg/fondActu.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent: -1999px;
	height:47px;
	margin:0;
	padding:0;
}

.actu_sep {
	background-image:url(../images/separateur.gif);
	background-position: 25px 5px;
	background-repeat:no-repeat;
	padding-bottom:6px;
	padding-top:6px;
}

#fin_actu {
	background-image: url(../images/bg/fondActu_fin.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	height:15px;
}

/* CSS for my first scrolling box */
#scrollingContainer{
	border-left:#bdb5b5 1px solid;
	border-right:#bdb5b5 1px solid;
	width:303px;
	height:128px;
	margin:0;
	padding:0;
	overflow:hidden;
}

div#scrollingContent p {
	background-image:url(../images/puce_bleu.gif);
	background-position: 10px 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	padding-right:20px;
	text-align:justify;
	margin:0;
}

div#scrollingContent p a {color:#028754; text-decoration:none;}
div#scrollingContent p a:hover {text-decoration:underline;}
/* End css for my first scrolling box */


#bloc_pub {
	margin-left:27px;
	margin-bottom:5px;
	width:305px;
	float:left;
}

#bloc_exposant {
	margin-left:5px;
	margin-top:10px;
	width:642px;
}

#bloc_exposant h2{
	background-image:url(../images/bg/fondExposant.jpg);
	background-position:left top;
	background-color:#B7ABAB;
	background-repeat:no-repeat;
	text-indent: -1999px;
	height:27px;
	margin:0;
	padding:0;
}

#desc_exposant {
	padding:10px 0px 0px 10px;
	border-left:#bdb5b5 1px solid;
	border-right:#bdb5b5 1px solid;
}

#desc_exposant  a {
	font-size:10px;
	color:#474347; 
	text-decoration:none;
}
#desc_exposant a:hover {text-decoration:underline; font-weight:bold;}

#fin_exposant {
	background-image:url(../images/bg/fondExposant_fin.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
}

div.more a, .actu_date a, .actu_desc a {color:#028754; text-decoration:underline;}
div.more a:hover, .actu_date a:hover, .actu_desc a:hover {color:#028754; text-decoration:none;}

/****** Titres rubriques ******/
#titre_acces_visiteurs {
	width: 660px;
	height:60px;
	margin-left:15px;
}

/******************************/

/***** Styles pour le texte *****/

.texte_gnl {
	margin-left:25px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:5px;
	text-align:justify;
}

.texte_gnl_popup {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	margin-top:5px;
}

.texte_gnl li { list-style-image:url(../images/puce_verte.gif); margin-left:5px; margin-bottom:2px;}

/***** Styles des liens *****/
.texte_gnl a, .texte_gnl_popup a {
	color:#028754;
	font-weight:bold;
	text-decoration:none;
	text-align:justify;
}

.texte_gnl a:hover, .texte_gnl_popup a:hover{
	color:#028754;
	font-weight:bold;
	text-decoration:underline;
}

#centre-popup p a {
	color:#028754;
	font-weight:bold;
	text-decoration:none;
	text-align:justify;
}

#centre-popup p a:hover {
	text-decoration:underline;
}



#tableBord { border:1px solid #999999; }

.textTableBord {
	font-size:14px;
	text-align:center;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}


/******** styles conferences *****/
.jourConf {
	margin-top:30px;
	padding-left:5px;
	background-color:#dceae5;
	letter-spacing:4px;
	color:#706a70;;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

.typeConf {
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-right:15px;
	color:#528ABD;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #184272;
}

.heureConf {
	margin-top:25px;
	margin-left:25px;
	padding-left:10px;
	font-weight:bold;
	font-size:11px;
	color:#F29F1F;
	background-image:url(../images/puce_carre_orange.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.titreConf {
	margin-left:35px;
	font-weight:bold;
	text-transform:uppercase;
}

.stitreConf {
	margin-left:35px;
	font-weight:bold;
}

.intervenantConf { margin-left:45px; margin-top:5px; }
.intervenantConf a, .intervenantConf a:link, 
.intervenantConf a:visited { color:#8c8c8c; text-decoration:none; }
.intervenantConf a:hover, .intervenantConf a:active { text-decoration:underline; }
/********************************************************/


/***** Style exposants *****/
.nom-exposant{
	margin-top:10px;
	font-size:14px;
	letter-spacing:5px;
	font-weight:bold;
	margin-left:15px;
	margin-right:15px;
	text-transform:uppercase;
	color:#528ABD;
}

.pres-exposant {
	margin-left:10px;
	margin-right:15px;
	margin-bottom:10px;
	text-align:justify;
}

.img-exposant img{
	margin-left:10px;
	margin-right:10px;
}


/********************************************************/
.retour_haut {
	text-align: right;
	height: 20px;
	font-size: 10px;
	margin-top: 10px;
	margin-left:15px;
	margin-bottom: 10px;
}

p { margin:0; padding:0;}

table {font-size:100%;}


th {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #ffffff;
	text-align:center;
	background-color: #f99300;
}

.tab, .tab2 {
	padding:3px 10px;
	color:#706a70;
	font-weight:bold;
}

input[type=checkbox]{
	margin-right:50px;
}

label { line-height:30px; }


.titre-vert {
	color:#028754;
	font-weight:bold;
	font-size:12px;
}


.texte-vert {
	color:#028754;
	font-weight:bold;
}
