@charset "utf-8";
/* CSS Document */

    body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-color: #eeeeee;
	background-image: url(../images/fond_jeunesse.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
    }
#header  {
	height: 98px;
	width: 100%;
    } 
#navbar {
	height:36px;
	width:100%;
}
#topnav {
	height:32px;
	margin-left:auto;
	margin-right:auto;
	padding-left:8px;
	padding-top:10px;
	width:975px;
}
#topnav ul {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#topnav li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-right:6px;
}

#topnav a, #topnav a:visited {
	color:#FFFFFF;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
}
#topnav a:hover{
	color:#053C42;
	font-weight:normal;
	text-decoration:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #053C42;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #053C42;
}
#topnav li .menuchoisi {
	color: #333;
	border : none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #053C42;
}

#sidebar1  {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 180px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: left;
	margin-top: 0px;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
	
    }
#sidebar2  {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 180px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	width: 179px;
	background-color: #85a2ab;
	background-image: url(../images/fondcontent.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: left;
	margin-top: 0px;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
    }
#sidebar2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	background-color: #FB9700;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar2 ul {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#sidebar2 ul li {
	padding: 0px;
	margin: 0px;
	height: 20px;
}
#sidebar2 ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
#sidebar2 ul li a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #BFCDDB;
	border-bottom-color: #BFCDDB;
	background-image: url(../images/editionstheatrales.png);
}
#content {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:980px;
	margin-top: 10px;
	background-image: url(../images/fondcontent.gif);
	zoom:1;
	overflow:hidden;
	_overflow:visible;
	background-repeat: repeat-y;
	background-position: 798px;
	min-height: 580px;
}
#mainContent  {
	float:left;
	margin:0;
	padding:0;
	width:618px;
    } 
#footer  {
	clear:both;
	color:#D9EAE8;
	margin:0;
	text-align:center;
	width:100%;
	background-image: url(../images/fondbas.jpg);
	padding-right: 0;
	padding-left: 0;
	background-repeat: repeat-x;
	background-position: center top;
	height: 86px;
    } 
#mainContent #contenutop {
	border: 1px solid #d4d4d4;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 18px;
	background-color: #fff;
	padding: 0px;

}
#footer p  {
    	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
    	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
    }
    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
    }
	hr  {
	background-color:#FFFFFF;
	background-image:url("../images/hr.gif");
	background-position:center center;
	background-repeat:repeat-x;
	border:0 none;
	color:#FFFFFF;
	height:7px;
	line-height:1px;
	margin-left:20px;
	margin-right:20px;
	padding:0;
}
a:link {
	color: #5E7980;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF9900;
}
#bloc-recherche {
	height: 173px;
	width: 179px;
	background-image: url(../images/fond_recherche.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#sidebar1 #subgauche {
	position: absolute;
	top: 318px;
	width: 178px;
}
#subgauche #adresse {
	font-size: 12px;
	color: #505557;
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
}
#adresse h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #bloc-menugauche {
	background-color: #fdf7e7;
	border: 1px solid #e0dead;
}
#bloc-recherche h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #725919;
	margin-top: 10px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.input_recherche {
	height: 25px;
	width: 149px;
	border: 1px solid #a79d5f;
	color: #725919;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-right: 4px;
	padding-left: 4px;
}


.bouton_recherche {
	margin-top: 10px;
}
#bloc-recherche p{
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bloc-recherche p a{
	color: #FE9F1C;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FD9F1A;
	border-bottom-width: 1px;
}
#bloc-recherche p a:hover{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8B5919;
}
p {
	margin: 0px;
	padding: 0px;
}
ul li .niv2 {
	margin-left: 12px;
	font-size: 0.8em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
}
#bloc-menugauche ul {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bloc-menugauche ul li {
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #ead7a6;
	margin: 0px;
}
#bloc-menugauche ul li a {
	color: #725919;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	height: 27px;
	padding-top: 3px;
}
#bloc-menugauche ul li a:hover {
	color: #000;
	background-color: #FCF1D6;
}

#bloc-menugauche ul li .bouton {
	margin: 0px;
	padding: 0px;
}
img {
	border:none; 
}
#bloc-menugauche form {
	text-align: center;
}
#newsletter p input{
	margin-top: 10px;
}
#bloc-menugauche #newsletter {
	margin-top: 10px;
}
#newsletter p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5d5b57;
	line-height: 14px;
}
#newsletter p #newsletter_email {
	border: 1px solid #999;
	height: 18px;
	line-height: 18px;
}
#contenutop #contenutoptopgauche {
	float: left;
	width: 292px;
	text-align: left;
}
#contenutop #contenutoptopdroite {
	float: right;
	width: 292px;
	text-align: left;
}
#contenutop #contenutoptopgauchecat {
	float: left;
	width: 384px;
	text-align: left;
	overflow: visible;
}
#contenutop #contenutoptopdroitecat {
	float: right;
	width: 202px;
	text-align: right;
}
.soustitre {
	color: #666;
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:normal;
}
#contenutop  h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(../images/fondcentretop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin:4px 0 0;
min-height:48px;
overflow:hidden;
padding:0 4px 0 7px;
	min-height:70px;
}
#contenutop  h1 a{
	color: #333;
	text-decoration:none;
}

#contenutop h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	background-color: #FFF;
	background-image: url(../images/fondcentretop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 44px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.imagetop {
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/fondimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.textetop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	padding-top: 10px;
	width: 175px;
	padding-bottom: 15px;
	height: 190px;
}
.textetoplivre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	width: 450px;
	padding-bottom: 15px;
	text-align: justify;
}
.imagetop  img {
	border: 1px solid #666;
}
.textetop a   {
	color: #FD9F19;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FE9F1B;
}
.textetop a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #516971;
	height: 190px;
}
#contenutop  h4 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/titre_centre.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#contenutop  h4 a {
	color: #333;
	text-decoration: none;
}
#contenutop .collecgros {
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	letter-spacing: 0.2em;
	height: 26px;
	padding-top: 6px;
}

#contenutop h4 a:hover {
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#contenutop #pub {
	background-color: #FFF;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
#listespectacles {
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #f8f7f7;
	padding-bottom: 15px;
}
#listespectacles h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: normal;
	color: #ff9933;
	padding-right: 20px;
	padding-left: 20px;
}
#listespectacles p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.titrespectacle {
	font-weight: bold;
	font-size: 14px;
}
#listespectacles a {
	text-decoration: none;
	color: #666;
	display: block;
}
#listespectacles a:hover {
	background-color: #EEE;
}
#listespectacles hr {
	border:0;
	margin-right: 20px;
	margin-left: 20px;
	height: 7px;
	line-height: 1px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFF;
}
#content .imagetop a img {
	border: 1px solid #666;
}

#content .imagetop a:hover img {
	border: 1px solid #000;
}


#f_bottom p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenutop #livre {
	background-color: #FFF;
	clear: both;
}
#contenutoptopdroitecat h2 form .dumemeauteur {
	width: 170px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #566F76;
	background-color: #F5FCFF;
	margin-top: 4px;
	border: 1px solid #D4D4D4;

}
#multiple #zonemultiple {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
#multiple h1{
	font-size: 18px;
}
#infolivre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/fondcentretop.gif);
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	height: 24px;
	padding-top: 4px;
}

#contenutoptopdroitecat h2 a:hover{
		color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#contenutoptopdroitecat h2 a{
		color: #333;
	text-decoration: none;
}

#multiple h2{
	font-size: 14px;
}
#multiple h1  , #multiple h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	background-color: #F2F5F7;
	height: 42px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	background-image: none;
}
#infolivre a:hover {
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#infolivre a {
	color: #333;
	text-decoration: none;
}
#contenutop #infos {
	text-align: left;
	list-style-type: none;
}
#contenutop .el1  {
	color: #666;
	margin-right: 0px;
	margin-left: 16px;
	background-color: #FCEFC7;
	width: 94px;
	float: left;
	margin-bottom: 2px;
	border: 1px solid #E9D8AB;
	padding-left: 2px;
}
#contenutop .el2  {
	margin-right: 10px;
	margin-left: 0px;
	width: 450px;
	float: right;
	border: 1px solid #EAEAEA;
	padding-left: 2px;
}
.el1, .el2 {
	text-align: left;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.homme{
	color:#09C;
}
.femme{
		color:#F66;
		}
.enfant{
	color:#e1300c;
}

#f_bottom p a:link , #f_bottom p  a:visited , #f_bottom p a:hover , #f_bottom p a:active {
	color: #FFF;
	text-decoration:none;

}
