/*##### Generale #####*/
* {
	padding: 0;
	margin: 0;
}
input {
	margin-bottom: 3px;
}
img {
	border: 0;
}
.imgDroite {
	margin: 5px 0 5px 15px;
	float: right;
}
table {
	border-collapse: collapse;
}
/*##### Structure de la page #####*/
body {
	background-color: #8dac32;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/fond_body.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 947px;
	}
#preentete {
	height: 25px;
	background-color: #8dac32;
}
#header {
	width: 947px;
	height: 148px;
	/*float: left;*/
	}
#leftcolumn {
	background: #fff;
	margin: 0;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
	width: 159px;
	float: left;
	}
#content {
	background-image: url(../images/pictos_equip.gif);
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 560px 30px;
	padding: 25px 70px 30px 25px;
	width: 505px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	}
#rightcolumn {
	background: #fff;
	margin: 0;
	padding-top: 10px;
	/*position: relative;*/
	width: 188px;
	float: left;
	/*border-width: 0;*/
	}
/*##### Entete #####*/
#nav2 {
	position: absolute;
	float: left;
	width: 947px;
	top:25px;
	text-align: right;
}
#nav2 ul {
	background-image: url(../images/onglet_pictos_acc_equip.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
	margin-left: 800px;
	padding-right: 7px;
	height: 40px;
}
#nav2 li {
	display: inline;
	padding: 0 5px 0 5px;
}
#enteteInfo {
	background-color: #FFF;
}

/*##### Colonne Gauche #####*/
#accesexposants { 
	background-image: url(../images/bas_acces_exposants.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f4f7e2;
	width: 159px;
	}
#accesexposants form {
	text-align: right;
	padding-right: 35px;
	font-size: 80%;
}	
.accesExpoSaisie {
	border: #C8D671 solid 1px;
}	
.libelleForm {
	margin-bottom: 3px;
}
.boutonImg {
	margin-top: 5px;
}
#nav1 img {
	/*margin-top: -20px;*/
	/*padding-top: -20px;*/
}
#nav1 ul {
	list-style-type: none;
	margin-bottom: 20px;
}
#nav1 li {
	/*height: 55px;*/
	background-image: url(../images/pointill_colg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/*#nav1 li .fin {
	height: 52px;
	background: none;
}*/
/*##### Colonne Centre #####*/
#niv1, #niv2, #niv3 {
	padding-bottom: 15px;
	width: 500px;
}
#niv1, #niv2 {
	background-image: url(../images/sep_centre.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#niv2, #niv3 {
	font-size: 12px;
	padding-top: 5px;
}
#niv1 p  { font-size: 13px }
.contenu_acc { font-size: 12px }
#niv1 h2 { font-size: 14px; font-weight:bold }
#niv2 {
}
#niv3 {
	font-weight: bold;
}
#niv1 h1, #niv2 h1, #niv3 h1 {
	margin: 8px 0 8px 0;
}
#niv1 a, #niv2 a, #niv3 a {
	color: #FF0000;
	text-decoration: none;
}
#niv2 a h2 {
	color: #000;
	text-decoration: none;
}
#niv2 a:hover h2 {
	text-decoration: underline;
}
#niv1 a:hover, #niv2 a:hover, #niv3 a:hover {
	text-decoration: underline;
}
#niv2 h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
#niv2 ul {
	list-style-type: none;
}
#niv2 li {
	padding: 3px 0 3px 0;
}
#niv1 p img, #niv2 p img, #niv2 h2 img, #niv1 h2 img {
	margin: 5px 20px 5px 0;
	float: left;
}
#niv1 p {
	margin-bottom: 10px;
}
/*##### Colonne Droite #####*/

#accesrapide {
	margin: 0 0 5px 5px;
	clear: left;
	/*color: #ccc;*/
	text-align: left;
}

/*#########################################################*/
#rapide, #rapide ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	/*background-color: #CC9966;*/
}
#accesrapide {
	padding-bottom: 30px;
}
#rapide a {
	display: block;
	width: 14em;
	text-decoration: none;
	color: #000;
}

#rapide li { /* tous les items de liste */
	float: left;
	width: 14em; /* largeur obligatoire, sinon opera devient fou */
	border: #1868AF 1px solid;
	background-image: url(../images/curseur_list.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 12px;
	/*padding: 3px 0 3px 3px;*/
	padding: 3px 0 3px 3px;
	
}

#rapide li ul { /* listes de deuxième niveau */
	position: absolute;
	background: #FFF;
	border: solid 1px #1868AF;
	width: 14.2em;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
	margin: 3px 0 0 -4px;
	
}

#rapide li ul li {
	border: 0;
	background: none;
}

#rapide li:hover ul, #rapide li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
#rapide li ul li:hover {
	background-color:#CBDA89;
}
#rapide li ul li a:hover {
	background-color:#CBDA89;
}

#accesrapide {
	clear: left;
	text-align: left;
}
/*#########################################################*/
#recherche, #newsletter {
	text-align: right;
	padding: 0 10px 5px 0;
	}
.libPart {
	font-size: 12px;
	font-weight: bold;
}
#champsSaisie {
	width: 170px;
	}
#accesLumi, #accesInlight {
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;	
}
#accesLumi {
	background-image: url(../images/bas_pavelumi.gif);
	}
#accesInlight {
	background-image: url(../images/bas_pave_inlight.gif);
	}
	
#accesLumi p, #accesInlight p {
	text-align: center;
}
#enteteAccesLumi, #enteteAccesInlight {
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 20px;
	/*padding: 10px;*/
}
#accesLumi #enteteAccesLumi {
	background-image: url(../images/ht_pave_lumi.gif);
	}
#enteteAccesInlight {
	background-image: url(../images/haut_pave_inlight.gif);
	}
#accesLumi, #accesInlight, .pub {
	font-size: 10px;
}
#accesLumi p, #accesInlight p {
	padding: 3px 10px 0 15px;
}
#champsSaisie {
	margin-bottom: 3px;
	border: #1868AF solid 1px;
	}
.pub {
	margin: 8px 0;
	padding: 12px;
	background-color: #C4D368;
	font-size: 10px;
	width: 160px;
}

/*##### Contenu centre interieur #####*/
#enteteContenu {
	background-image: url(../images/sep_centre.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 15px;
	padding-bottom: 2px;
	}
#enteteContenu h1, #enteteContenu h2 {
	padding: 0 0 5px 0;
	/*padding-bottom: 5px;*/
	line-height: 14px;
}
#enteteContenu h2 {
}
#contenu #int h1 {
	font-size: 18px;
	padding: 15px 0 10px 0;	
}
#contenu #int h2 {
	font-size: 16px;
	padding: 15px 0 10px 0;
}
#contenu #int h3 {
	font-size: 15px;
	padding: 15px 0 10px 25px;
	background-image: url(../images/picto_h3.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#contenu #int h4 {
	font-size: 12px;
	padding: 10px 0 3px 20px;
	font-weight: bold;
	background-image: url(../images/picto_h4.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.video {
	text-align: center;
	background-image: url(../images/sep_centre.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	/*margin-bottom: 10px;*/
}
hr {
	background-image: url(../images/sep_centre.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px 0;
	height : 3px;
	border: 0;
	background-color: #FFFFFF;
}
.coulEquip1 {
	color: #8CC63E;
}
.coulEquip2  {
	color: #00A78E;
}
.coulEquip3 { color: #0153a1; 
}
.couldateconf {
	color: #FFFFFF;
}
#contenu p {
	font-size: 12px;
	padding-bottom: 10px;
}
#contenu a {
	text-decoration: underline;
}
#contenu ul {
	/*list-style-type: none;*/
	list-style-image: url(../images/puce_liste_equip.gif);
	list-style-position: 5px;
}
#contenu li {
	margin-left: 60px;
	font-size: 12px;
	padding-left: 10px;
}
#contenu td, #contenu th {
	font-size: 12px;
	padding: 3px 5px;
}
#contenu table {
	margin: 20px 20px 20px 30px;
}
#contenu .tableFilet th, #contenu .tableFilet td {
	border: solid #000 1px;
}

#contenu td {
}
#contenu th {
	font-weight: bold;
}
.colCentrer {
	text-align: center;
}
.colGauche {
	text-align: left;
}
.colDroite {
	text-align: right;
}
#contenu h4, #contenu h5, #contenu h6 {
	font-size: 12px;
	font-weight: normal;
}
.imgleft {
	float: left;
	margin: 3px 10px 5px 0;
}
.imgright {
	float: right;
	margin: 3px 0 5px 10px;
}
#int form {
	font-size: 12px;
	width: 300px;
}
#int form div {
	text-align: center;
}
#int form .obligatoire {
	font-weight: bold;
}
.erreur {
	color: #FF0000;
}

/*----- Plan du site -----*/
#contenu .plan_niveau_0 a, #contenu .plan_niveau_1 a, #contenu .plan_niveau_2 a {
	text-decoration: none;
	color: inherit;
}
#contenu .plan_niveau_0 a:hover, #contenu .plan_niveau_1 a:hover, #contenu .plan_niveau_2 a:hover {
	text-decoration: underline;
}
#contenu .plan_niveau_0, #contenu .plan_niveau_0 a {
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	line-height: 30px;
	color: #8CC63E;
}
#contenu .plan_niveau_1, #contenu .plan_niveau_2, #contenu .plan_niveau_1 a, #contenu .plan_niveau_2 a {
	font-size: 12px;
	color: #44BEAC;
}
#contenu .plan_niveau_1 {
	margin-left: 50px;
}
#contenu .plan_niveau_2 {
	margin-left: 80px;
}
#contenu table tbody ul, #niv1 table tbody ul {
	margin: 0;
	padding: 0 0 0 12px;
	list-style-image: none;
}
#contenu table tbody li, #niv1 table tbody li {
	margin: 0;
	list-style-image: none;
	padding-left: 0;	
}

/*----- Recherche -----*/
#contenu .recherche a {
	color: #8CC63E;
	font-weight: bold;
}
/*----- Navigation liste -----*/
#contenu #navigListe {
	margin-top: 20px;
	font-size: 12px;
}
#contenu #navigListe a {
	color: #8CC63E;
	text-decoration: none;
}
#contenu #navigListe a:hover {
	color: #8CC63E;
	text-decoration: underline;
}
#reponse_46a_0, #reponse_46a_1 , #reponse_46a_2 , #reponse_46a_3 , #reponse_46a_4 , #reponse_46a_5   {
	width: 480px; 
	font-size: 9px; 
}
.reponse_46b
   {
	width: 480px; 
	font-size: 9px;
}