/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #15313D;
	margin: 1em;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	behavior: url(csshover.htc);
}
*  { margin: 0; padding: 0; }
img, table { border: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
* { font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour le contenu */
#descriptif, #contenu h3, #descriptif a, div#liste h2, #detail *, p.spip {
	font-family: Georgia, "Times New Roman", Times, serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel  {
	font-family: Georgia, "Times New Roman", Times, serif; }

#detail h1, #detail .auteur, #detail .inter, #detail h2.contact { 
	font-family: "Trebuchet MS", Helvetica, sans-serif; }
	
/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #FFF; }

/*a:hover { text-decoration: underline; }*/
#descriptif a, #descriptif span {
	font-style: italic;
	color: #5E7E33; }
	
#descriptif a.lienproduction {
	color: #3F82BA; }
	
#descriptif a.liencreation {
	color: #FF570A; }

#descriptif a.lientournee {
	color: #F41C74; }

#listmenu a, #localisation {
	font-size: 11px;
	font-weight: bold; }	

#affiche a.savoirplus, #actu a.savoirplus {
	color: #B5CD00;
	padding-left: 15px;
	background: url(images/puce_verte.gif) no-repeat left center; }
	
#liste a.savoirplus {
	color: #85A9B9;  }

#detail a {
	text-decoration: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit; }

#detail a:hover { color: #B5CD00; }

#pied a { color: #769CAD; }
	
#pied a:hover { color: #B5CD00; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 798px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#haut {
	width: 798px;
	height: 27px;
	font-size:1px;
	background-color: #2E4855; }
	
#headerHome {
	width: 798px;
	background-color: #B5CD00;
	height: 142px; }

#headerHome #logo {
	float: left;
	width: 130px;
	height: 142px;
	background:url(images/lagds_logo_accueil.gif) right 19px no-repeat; }

#headerHome #titreSite {
	margin-left: 147px;
	height: 15px;
	padding-top: 19px;
	font-size:10px;
	background:url(images/lagds_accueil.gif) left 19px no-repeat; }

#headerHome #descriptif {
	margin-left: 147px;
	margin-top: 10px;
	width: 530px;
	font-size: 17px;
	color: #2E4855; }
	
/* page inter  --------------------- */

#headerInter {
	width: 798px;
	background-color: #B5CD00;
	height: 27px; }

#headerInter #titreSite {
	margin-left: 104px;
	font-size:10px;
	padding-top: 3px; }
	
#localisation {
	clear: both;
	position: relative;
	height: 27px;
	width: 100%;}

#localisation span{
	float:left;
	line-height: 27px;
	padding-left: 15px;
	width: 118px;
	background:#385663 url(images/ombre_nav_inter.gif) repeat-x;
	text-transform: uppercase;
	/*padding-left: 13px;*/ }	

#localisation span.categorie {
	/*width: 650px;*/ }

/* hack for IE  
* html #localisation span{
	height: 24px;}*/

#localisation a#prev {
	right: 133px; }
	
#localisation a#suivant {
	right: 0; }

#localisation a#prev:hover {
	background: #B5CD00; }
	
#localisation a#suivant:hover {
	background: #B5CD00; }
		
#localisation .vert {
	width: 650px;
	background:#B5CD00 url(images/ombre_nav_vert.gif) repeat-x; }
	
#localisation .categorie {
	background:#B5CD00 url(images/ombre_nav_vert.gif) repeat-x; }

div#liste {
	clear: both;
	/*position: relative;
	z-index: 0;	*/
	width: 798px;
	/*height: 432px;*/
	height: 437px;
	background-color: #173542; }
		
div#liste li {
	float: right;
	height: 81px;
	/*height: 67px;*/
	width: 665px;
	border-bottom: #173542 solid 1px;
	background: #53717E url(images/degrade_list.jpg) repeat-y; }
	
div#liste li:hover {
	background: #355360; }

div#liste h1 {
	font-size: 15px;
	padding: 3px 14px 2px 14px;
	font-weight: bold; }

div#liste h2 {
	padding: 0 14px;
	font-size: 11px; }

div#liste a.savoirplus {
	padding: 3px 14px; }

div#liste img {
	float: right; }
	
div#liste img#pucedate, img#pucedate {
	float: none;
	margin-right: 4px }
		
div#navbas {
	position: relative;
	float: right;
	height: 27px;
	width: 665px;
	background: #4A6875 url(images/ombre_bas1.gif) repeat-x; }

div#navbas a, div#navbas span, #localisation a {
	position: absolute;
	display: block;
	height: 27px;
	width: 133px;
	line-height: 27px;
	vertical-align: middle;
	text-align: center;}
		
div#navbas a#suivant, div#navbas span#suivant {
	right: 0;
	background: #405E6B url(images/ombre_bas3.gif) repeat-x; }

div#navbas a#prev, div#navbas span#prev {
	right: 133px;
	background: #32505D url(images/ombre_bas2.gif) repeat-x; }
		
#centre {
	display:table;
	width: 798px;
	/*height: 351px;
	border-top: solid #31474F 0.01em;
	border-bottom: solid #385663 1px;*/
	background: #173542 url(images/degrade_centre.jpg) right repeat-y; }

#detail {
	/*display:table;
	height: 351px;*/
	width: 530px;
	/*height: 301px;*/
	padding: 0 5px ;
	margin: 25px 10px 25px 163px;
	font-size: 13px; }	
	
/* hack for IE  */
* html #detail{
	width: 540px; }
	
#detail p {
	margin-bottom: 10px;
	font-size: 13px; }

#detail h1 {
	 font-size: 26px;
	 font-weight: bold; }
	 
#detail h2 {
	font-size: 14px; }

#detail h2.contact {
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #B5CD00; }

#detail h3 {
	text-align: center;
	font-size: 16px;
	font-weight: bold; }

#detail ul {
	list-style: square;
	list-style-position:outside;
	padding: 5px 0px 10px 20px; }
	
#detail ol {
	list-style: decimal;
	list-style-position:outside;
	padding: 5px 0px 10px 25px;  }	

#detail li {
	padding-top: 6px; }

#detail .auteur {
	font-size: 15px;
	font-weight: bold; }
	
#detail .inter {
	font-size: 16px;
	font-weight: bold; }

#detail blockquote {
	padding: 5px 30px;
}
.relief {
 color: #EDFF83; }
 
table#vignette {
	text-align: center;
	margin-top: 15px; }
	
table#vignette td {
	vertical-align: middle;
	padding-left: 15px;
	width: 30%;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif; } 
	
table#vignette img {
	padding-bottom: 5px;  } 
	
#documents_joints table{
	hight: 50px;
	margin-top: 10px;
	float:left;
	width: 100%; }
	
#documents_joints table td{
	vertical-align: middle;
	text-align: left; }	
		
/* fin page inter */


/* rose(tournée) #F41C74  -  orange(création) #FF570A  -  bleu(production) #3F82BA */

/***********************************/	
/*       Gestion menu de nav       */
/***********************************/
div#listmenu {
	width: 100%;
	background: #2E4855 url(images/degrade_nav.jpg) right repeat-y;
	height: 27px; }
		
div#listmenu ul {
	margin: 0 0 0 134px; }
	
div#listmenu li {
	float: left;	/* causes the list to align horizontally instead of stack */
	position: relative; /* positioning context for the absolutely positioned drop-down */
	z-index: 9;
	height: 27px; }
	
div#listmenu li:hover { 
	background-color: #B5CD00;	}
	
div#listmenu a {
	display: block;
	white-space: nowrap;
	padding: 6px 14px 5px 14px;
	text-decoration: none;	
	color: #FFF; }

/* the menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin: 0; 
	position: absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	z-index: 10;
	background-color: #B5CD00;	}
	
div#listmenu ul li ul li {
	padding: 0;
	width: 100%; /* makes the list items fill the list container (ul) */ 
	border-top: 1px solid #6F882D; }
	
.production {
	background-color: #3F82BA; }
	
.creation {
	background-color: #FF570A;  }
	
.tournee {
	background-color: #F41C74;  }
	
div#listmenu ul li ul li:hover {
	background-color: #6F882D;  }
	
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none; } /* conceals the drop-down when menu not hovered */

div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul li ul#lagds{
	width: 230px; }
	
* html div#listmenu ul li ul#spectacles{
	width: 125px; }	

a#newsletter {
	float:right; }

a#newsletter:hover {
	background-color:#6F882D}
		
/** html div#listmenu a {
	padding: 6px 14px 5px 14px; }*/
/* the drop-down ends here */
/* END OF LIST-BASED MENU */

				
#barreImg {
	clear: both;
	width: 100%;
	height: 81px;
	background-color: #FFFFFF; }
	
#ombre {
	clear: both;
	width: 100%;
	height: 7px;
	font-size: 1px;
	background: #203E4B url(images/ombre_nav_home.jpg) no-repeat; }

#contenu {
	clear: both;
	position: relative;
	z-index: 0;	
	text-align: left;
	width: 798px;
	height: 282px;
	background: #203E4B url(images/degrade_centre.jpg) right repeat-y; }

#contenu #affiche {
	position: absolute;
	bottom: 0;
	width: 240px;
	margin-left: 147px;
	padding: 0 0 27px 0; }	

#contenu #actu{
	position: absolute;
	bottom: 0;
	width: 250px;
	margin-left: 400px;
	padding: 0 0 27px 10px; }	
	
#affiche h1, #actu h1 {
	font-size: 12px;
	font-weight: bold; }

#affiche h2, #actu h2 {
	font-size: 15px;
	font-weight: bold;
	color: #B5CD00; }
	
#affiche h3, #actu h3 {
	font-size: 12px; }
	
/* Pied de page */
#pied {
	width: 100%;
	height: 27px;
	font-size: 11px;
	color: #769CAD;
	background-color: #385663; }
	
#pied span {
	float: left;
	margin-left: 147px;
	margin-top: 5px; }

#pied a#credit {
	float: right;
	margin-right: 15px;
	margin-top: 5px; }
	
/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }




ul#verticalnav, div#verticalvide {
	float:left;
	width: 133px;
	height: 351px;
	/*background-color: #cccccc;*/}
	
ul#verticalnav li {
		/* causes the list to align horizontally instead of stack */
	 /* positioning context for the absolutely positioned drop-down */
	padding: 4px 6px; 
	/*background-color: #ccffcc;*/ }
	
ul#verticalnav li:hover { 
	background-color: #B5CD00;	}
	
ul#verticalnav li#couleuron:hover {
	background-color: #203E4B; }
	
ul#verticalnav a, ul#verticalnav .presentation{
	display: block;
	padding: 4px 6px; 
	text-decoration: none;	
	color: #FFF; }

#couleuron { background-color: #203E4B; }
/* the menu ends here */
/* END OF LIST-BASED MENU */

#reserve h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B5CD00; }
#reserve h3 {
	font-size: 12px;
	text-align: left;
	font-weight: normal; }

#reserve form {
	margin: 10px 0;
	padding: 5px 10px 10px 10px;
	width: 52%;
	background:#B9B9B9;
	border: 2px inset #5C7987; }
	
#reserve fieldset {
	border: 1px dotted;
	padding: 0 10px 10px 10px; }
	
#reserve legend { 
	font-weight: bold;
	padding: 3px;
	background:#B9B9B9; /* Sinon, superposition dans MSIE */
}

#reserve label {
	font-size: 12px; }
	
#reserve .forml {
	width: 99%;
	margin-top: 5px;
	padding: 2px;
	border: 1px inset;
	font-family: inherit;
	font-size: inherit;
	background-color:#EFEFEF }
	
#reserve .reponse_formulaire {
	color: #CC0000; }
	
#reserve .spip_bouton { text-align: right; }
#reserve .spip_bouton input {
	margin: 3px 0 0 0;
	padding: 2px 3px;
	border: 2px outset;
	font-weight: bold;
	 }
	 
/* Tableaux */
table.spip {
	margin-bottom: 1em;
	border: 1px solid #55703D;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 4px;
	font-weight: bold; }
table.spip tr.row_first { background: #B5CD00; }
table.spip tr.row_odd { background: #385663; }
table.spip tr.row_even { background: #5D7A88; }
table.spip th, table.spip td { padding: 4px; text-align: left; vertical-align: middle; }