body {
	margin: 0 auto 10px auto; padding: 0;
	text-align:center;
	background: #231F20 url(images/background.gif) no-repeat center top;
	min-width: 743px;
	font-size: 100%; color:#FFFFFF;
	font-family: Arial, Verdana, Sans-serif;
}

a:link {
	text-decoration:underline; color:#FFFFFF;
}
a:visited {
	text-decoration:underline; color:#FFFFFF;
}
a:hover {
	text-decoration:none; color:#DCDCE8;
}
a:visited:hover {
	text-decoration:none; color:#DCDCE8;
}
	
img {
	border:0px none; padding:0; margin: 0;
}

p, td, th, ul, ol, li, blockquote, input {
	margin:0; padding:0;
}
	
td, th {  
	vertical-align:top;
}
	
em {
	font-style:italic;
}

form, INPUT, TEXTAREA, SELECT, OPTION {
	padding:0; margin:0; font-size:11px;
} 

ul {
	/*Hack pour espace a gauche de la liste*/ 
	margin:0 0 .5em 17px; padding:0;
	/*list-style-type:none;
	padding-left:0;
	margin-left:0;*/
}

ol {
	margin: 0 0 .5em 17px; padding: 0;
}

li {
	margin: .2em 0 0 0;
	/*Pour avoir un bullet different au bout (image) - Fonctionne mieux que le list-style 
	background: url(images/bullet.gif) left top no-repeat;
	padding:0 0 0 15px; */
}

blockquote {
	margin-left: 17px;
}

sup {  
	font-size: 9.5px;
	vertical-align:35%; 
	/*vertical-align:super;*/
}


/**** Container ****/

#conteneur {
	position:relative; width:743px; margin:0 auto; padding:0;
}


/**** Header ****/

#header {
	width:743px; height:243px;
}


/**** Menu top ****/

#menuTop {
	position:absolute; top:230px; left:19px; width:379px; height:30px; font-size:11px; padding:6px 0 0 8px;
	background: url(images/menutop/background.gif) no-repeat left top; text-align:center; z-index:5;
}

#menuTop div {
	display:inline; padding:0 12px 0 0;
}


/**** Conteneur du contenu ****/

#contentBody {
	background: url(images/contenu/background_centre.gif) repeat-y left top;
	position:relative;
}


/**** Menu gauche ****/

#menuLeft #conteneur1MenuLeft {
	background: #CDCECE url(images/menuleft/background_bas.gif) repeat-y left bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; text-align:left; font-weight:bold; padding:0 0 12px 0;
}

#menuLeft #conteneur2MenuLeft {
	padding:22px 0 10px 0; background: url(images/menuleft/background_centre.gif) no-repeat left top;
}

#menuLeft .titre {
	margin:0 0 5px 0;
}

#menuLeft a:link {
	text-decoration:none; color:#000000;
}
#menuLeft a:visited {
	text-decoration: none; color:#000000;
}
#menuLeft a:hover {
	text-decoration:none; color:#CB691D;
}
#menuLeft a:visited:hover {
	text-decoration:none; color:#CB691D;
}

#menuLeft ul { 
	margin:0 23px; list-style-type:none; background: url(images/menuleft/filet.gif) no-repeat left top;
}

#menuLeft li {
	margin: 0 0 0 0; padding:6px 0; background: url(images/menuleft/filet.gif) no-repeat left bottom;
}

#menuLeft li.on a:link, #menuLeft li.on a:visited  {
	color: #CB691D;
}




/**** Contenu ****/

#contenuIntroAccueil {
	padding:0; margin:24px 194px 20px 41px; text-align: left; font-size: .8em;
}

#contenuIntro {
	padding:0; margin:24px 80px 20px 41px; text-align: left; font-size: .8em;
}

#contenu {
	padding: 15px 59px 10px 58px; text-align: left; font-size: .8em; /* width total = 626px */
}

h1 {
	font-size: 1.6em; font-weight: bold;
	padding: 0 0 1em 0; margin: 0;
	color: #FFFFFF;
}

h2 {
	font-size: 1.2em;font-weight: bold;
	padding: .5em 0 .9em 0; margin: 0;
	color: #f7a90d;
}

h3 {
	font-size: 1.0em;font-weight: bold;
	padding: .5em 0 .8em 0; margin: 0;
	color: #C56135;
}

h4 {
	font-size: 1em;font-weight: bold;
	padding: .5em 0 .8em 0;margin: 0;
	color: #C56135;
}

h5 {
	font-size: 1em;font-weight: bold;
	padding: .5em 0 .8em 0;margin: 0;
	color: #C56135;
}

p {
	padding: 0 0 .8em 0; margin: 0;
}

.ligne {
	margin:2px 0; background-color: #BBCCBB; font-size:0px; line-height:0px; height:1px;
}

.retour {
	padding: .5em 0 .5em 0;
	font-size:11px;text-align:right;
}

.hautdepage {
	padding: .5em 0 .5em 0;
	font-size:11px;text-align:right;
}

.imageGauche {
	float:left;
	margin:0px 15px 15px 0; padding:0;
}

.imageDroite {
	float:right;
	margin:0px 0 15px 15px; padding:0;
}

#contenu .section {
	padding:0 0 0 25px;
}

/* Pour faire suivre le texte apres un float */
.spacer {
	clear:both;
}

.liste-exposants {
	font-weight:bold;
}

/** Tableaux **/

/* Hack IE 6 pour grosseur de font dans un tableau */
* html #contenu table td {
	/*font-size:.8em;*/
}
#contenu table, #contenuIntro table {
	font-size: 1em;
}
#contenu table table, #contenuIntro table table {
	font-size:100%;
}

#contenu table td, #contenuIntro table td {
	font-size: 1.2em;
}


/* Tableau de base (transparent) */
#contenu table.tableauBase td {
	padding:2px;
}
#contenu table.tableauBase td p {
	padding: 0 0 .8em 0;
}

/* Tableau Programmation */
#contenuIntro table.tableauProgrammation {
	border-left:2px dotted #828282; border-bottom:2px dotted #828282;
}
#contenuIntro table.tableauProgrammation td {
	padding:10px; font-size:12px; background-color:#333333;
	border-right:2px dotted #828282; border-top:2px dotted #828282;
}



/* Tableau commanditaires accueil */

#contenu .tableauCommanditaires {
	background: url(images/contenu/tableaucommanditaires_top.gif) no-repeat left top;
}
#contenu .tableauCommanditaires table {
	background: url(images/contenu/tableaucommanditaires_bas.gif) no-repeat left bottom;
}
#contenu .tableauCommanditaires table td {
	padding:7px; vertical-align:middle; text-align:center;
	border-right:2px dotted #828282; border-top:2px dotted #828282;
}
#contenu .tableauCommanditaires table td.haut {
	border-top:none;
}
#contenu .tableauCommanditaires table td.droite {
	border-right:none;
}

/* Tableau general */

#contenu .tableau {
	background: url(images/contenu/tableau_top.gif) no-repeat left top; padding:0; margin:0;
}
#contenu .tableau table {
	background: url(images/contenu/tableau_bas.gif) no-repeat left bottom; padding:0; margin:0;
}
#contenu .tableau table td {
	padding:7px; vertical-align:middle; text-align:center;
	border-right:2px dotted #828282; border-top:2px dotted #828282;
}
#contenu .tableau table td.haut {
	border-top:none;
}
#contenu .tableau table td.droite {
	border-right:none;
}


/* Tableau pour album photos*/

#contenu .tableauPhotos {
	background: url(images/contenu/tableau_top.gif) no-repeat left top; padding-top:10px;
}
#contenu .bas {
	background: url(images/contenu/tableau_bas.gif) no-repeat left bottom;
	height:11px; width:626px; font-size:0px; line-height:0px;
}
#contenu .tableauPhotos table {
	background: url(images/contenu/tableau_bas.gif) no-repeat left bottom;
	border-left:2px dotted #828282; border-top:2px dotted #828282; margin:0 10px;
}
#contenu .tableauPhotos table td {
	padding:7px; vertical-align:middle; text-align:center;
	border-right:2px dotted #828282; border-bottom:2px dotted #828282;
}

body.photoZoom {
	background: #231F20 url(images/background_photoszoom.jpg) no-repeat center top; margin: 10px auto;
}

body.photoZoom .photo img {
	border:2px dotted #828282; padding:5px;
}

body.photoZoom p {
	padding:0;
}


/* Plans a droite sur la page d'accueil */

#plansRight {
	position:absolute; top:40px; left:602px; width:141px; z-index:5; text-align:center;
	background: url(images/plansright/background_centre.gif) repeat-y left top;
}

#plansRight div {
	margin:0 7px 20px 7px;
}

#plansRight .top, #plans .bas {
	margin:0;
}

#plansRight .vip {
	margin:15px 0 15px 0; border-bottom:1px solid #999999;
}
#plansRight .vip div {
	margin:0 0 40px 0;
}

/* Fin Plans a droite sur la page d'accueil */

/* Plans en bas sur la page d'accueil */

#plansBas {
	background: url(images/plansbas/background.gif) no-repeat left top;
	margin:15px 0 0 0; padding:14px 0 0 0; width:523px; text-align:center;
}

#plansBas img {
	margin:2px 7px 2px 7px; padding:0;
}

#plansBas img.planBasBottom {
	margin:0;
}



/* Fin Plans en bas sur la page d'accueil */

.buttonOn {
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}
.buttonOff {
	opacity:100;filter: alpha(opacity=100); -moz-opacity: 1;
}




/**** Fin Contenu ****/



/* Lien taiga */

#webmaster {
	text-align:right; color: #999999; margin: 8px auto; padding:0;
	font-size:10px; width:760px;
}
#webmaster a:link {
	text-decoration:none; color: #999999;
}
#webmaster a:visited {
	text-decoration:none; color: #999999;
}
#webmaster a:hover {
	text-decoration:underline; color: #999999;
}
#webmaster a:visited:hover {
	text-decoration:underline; color: #999999;
}