/* --------------------------------------------------------- */
/* ---------------- CSS DU LAYOUT PRINCIPAL ---------------- */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	background: #23251a url(/images/fonds/saison.jpg) no-repeat top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: #999999;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.petit {
	font-size: 11px;
	line-height: 14px;
	width: 800px;
	color: #666;
}
.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD; 
	padding: 0px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color:#615e53;
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* --------------------------------------------------------- */
/* ------------------- LAYOUT PRINCIPAUX ------------------- */

.padded-container {
	background-color: #f6efd6;
}


.boutons-promos {
	width: 931px;
	padding-top: 17px;
	padding-bottom: 18px;
}

.fondblanc {
	background-color:#FFFFFF;
}

.zoneblanche {
	padding-left:13px;
	
	padding-top: 0px;
	margin: 0px;
}

.zoneblanche p {
	width: 620px;
	padding-left:4px;	
}

#nouvelleimage {
	border: 2px solid #9a9435;
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 6px;
}

.zoneblanche #bouton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 460px;
}

/* --------------------------------------------------------- */
/* ------------------- MENU TOP--------- ------------------- */
.menuwrapper {
	z-index:6;
	position: absolute;
	width: 10px;
	height: 10px;
	
}
.menu3 {
	position: absolute;
	height: 223px;
	width: 218px;
	left: 488px;
	top: 70px;
	bottom: auto;
	right: auto;
	visibility: hidden;
	opacity:0;
}
.boite-menu {
	background-color: #2e2d25;
	height: 97px;
	width: 436px;
	position: absolute;
	z-index: 3;
	margin-left: 488px;
	margin-top: 23px;
}
.menu4 {
	position: absolute;
	height: 203px;
	width: 218px;
	left: 706px;
	top: 118px;
	bottom: auto;
	right: auto;
	opacity:0;
	visibility: hidden;
}
/* --------------------------------------------------------- */
/* ------------------- LAYOUT PAGE DE PIÈCE ------------------- */
.zone1wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.zone2wrapper {
}

.piececolonne1 {
	float: left;
	margin-top: 15px;
	width:249px;
	background-color: #FFFFFF;
}

.piececolonne2 {
	width:650px;
	margin-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color:#FFFFFF;
	float: right;
}
.bloccomediens {
	width: 380px;
}

.bloceequipe {
	width:650px;
	margin-top:15px;
	margin-bottom:15px;

}
.comediens {
	font-size: 10px;
	color: #666666;
	line-height: 13px;
	text-transform: uppercase;
}

.comediens p{
	font-size: 10px;
	color: #666666;
	line-height: 13px;
	margin-top:3px;
	margin-bottom:3px;
}


.comediens a {
	text-decoration: none;	
	color: #666666;
}

.comediens a:hover {
	text-decoration: none;
	color: #000000;
}


.colonne-info {
	width:650px;
	margin-left:250px;
	padding: 15px;
}

#ombre {
	margin:-1px 0px 0px;
	padding:0px;
}

.nouvelle-bloc {
	clear: right;
	width: 630px;
}

.nouvelle-piece {
	margin-right: 19px;
	margin-left: 22px;
	
}

.titrenouvelle-piece {
	font-weight: bold;
	color: #C53F26;
	margin-left: 4px;
	font-size: 13px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.titrenouvelle-piece a{
	font-weight: bold;
	color: #C53F26;
	text-decoration:none;
}

.titrenouvelle-piece a:hover{
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.dateheader-small {
	color: #7d7d7d;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: 8px;
}

.minitab {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
}

 #MES {
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.representations {
	font-size: 12px;
	font-weight: bold;
	color: #BE3C2F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.pieces-plusdinfo {
	font-size: 10px;
	padding: 0px 0px 0px 10px;
}

.pieces-plusdinfo p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;	
}

#miniprogramme {
	float: right;
	padding-left: 12px;
}

/* --------------------------------------------------------- */
/* ------------------ ACCUEIL -------------------- */
.dateheader {
	color: #7d7d7d;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 4px;
}


/* --------------------------------------------------------- */
/* ------------------- LAYOUT TEXTE (DE PIÈCE) ------------- */
.scrollbox {
	margin-left:15px;
	height: 410px;
	width: 580px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0px 20px 10px 10px;
	margin-bottom: 20px;
}

.grandtextepiece {
	font-size: 18px;
	color: #666666;
	line-height: 27px;
}

.auteur {
	text-align: right;
	font-size: 12px;
	padding-right: 40px;
}
/* --------------------------------------------------------- */
/* ------------------ TYPOS PRINCIPALES -------------------- */

p {
	line-height:1.5em;
	font-size: 13px;
	
}

a {
	color:#bf3c27;
}


a:hover {
	color:#8e1b2e;
}


.bigger {
	font-size:16px;
}
/* --------------------------------------------------------- */
/* ------------------- PAGE BILLETTERIE ------------------- */

.boite3tabs {
	height:auto;
	margin:0px 15px 15px;
	width: 900px;
}

.colonnesfloat {
	width:265px;
	float:left;
	padding-right: 15px;
	font-size: 12px;
}

.colonnesfloat li{
	padding-bottom: 5px;
	
}

.colonnesfloat ul{
	margin: 0px 0px 0px 15px;
	padding: 15px;
}

.blocinfos {
	background-color: #F6EFD6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D58331;
}

.tableau {
	font-size: 12px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99968A;
}

.tableau td {
	padding:7px;
}


.row-gris {
	background:#615E53;
	color: #FFFFFF;
}



.plusdinfos {
	font-size: 12px;
	color:#666666;
}

.encadre {
	padding: 12px;
	border: 2px solid #d58331;
	color:#615E53;
	background-color: #F6EFD6;
}

.colonne {
	width:250px;
	float:left;
	background-color: #F6EFD6;
	padding: 10px;
	margin-left: 15px;
	margin-top: 15px;
	
	margin-bottom: 15px;
}	

.colonne p {
	font-size: 12px;
	line-height: 16px;
	padding-left:15px;
	padding-right:15px;
	}
	
.colonne li {
	font-size: 12px;
	line-height: 15px;
	margin-bottom:5px;
}

.colonne #bouton {
	text-align: right;
	width: 250px;
	
}

.promo {
	background-color: #F6EFD6;
	font-size: 12px;
	line-height: 16px;
	padding: 15px;
	margin-bottom: 15px;
}

.promo li {
		margin-bottom:5px;

}

/* --------------------------------------------------------- */
/* ------------------- PAGE Contact ------------------- */
.equipe li {
	font-size: 12px;
	line-height: 15px;
	margin-bottom:5px;
	list-style-type: none;
}

.colonne-blanc {
	width:250px;
	float:left;
	padding: 0px 10px 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}	

.colonne-jaune {
	width:275px;
	background-color:#f6efd6;
	float:left;
	padding: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	height: 210px;
}	

.promo2 {
	background-color: #F6EFD6;
	font-size: 12px;
	line-height: 16px;
	padding: 15px;
	width:890px;
	margin-bottom: 15px;
}
.row-inverse {
	background-color: #BE3C2F;
	color: #FFFFFF;
}

/* --------------------------------------------------------- */
/* ------------------- PAGE Le Trident Fait École ---------- */
.boitetabscolaire {
	height:auto;
	margin:0px 15px 15px;
	width: 600px;
}
.scolaire-colonne1 {
	float: left;
	width: 600px;
	padding-left: 20px;
}

.scolaire-colonne2 {
	width: 295px;
	float:right;
	}
	
.ecole-padding {
	padding: 15px;

}
.ecole-tableauprix {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99968A;
}

.ecole-padding h1 {
	font-size: 16px;
	color: #615E53;
	line-height: 24px;
	font-variant: normal;
	width: 540px;
	font-weight: normal;
}

.ecole-padding h2 {
	font-size: 14px;
	color: #615E53;
	line-height: 18px;
	font-variant: normal;
	width: 550px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99968a;
}
.ecole-bloc-matinees {
	text-align:right;
	width:530px;
	padding-right:15px;
	background-repeat: no-repeat;
	height: 120px;
}


/* ------------------------------------------------------------------- */
/* ------------------- PAGE Nouvelles complètes et archives ---------- */	
.nouvelle-complete {
	background-color: #FFFFFF;
	margin: 25px;
	padding: 15px;
	width: 850px;
}
.nouvelle-complete h1 {
	font-size: 26px;
	color: #BE3C2F;
}
.nouvelle-complete h2 {
	font-size: 21px;
	color: #615E53;
}
.nouvelle-complete h3 {
	font-size: 18px;
	color: #99968A;
}
.pictos-promotions {
	float: right;
	padding-left: 15px;
}
.colonne-blanc {
	width:250px;
	float:left;
	background-color: #F6EFD6;
	padding: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.majuscule {
	text-transform: uppercase;
}

.non-majuscule {
	text-transform: none;
}
.compresse {
	letter-spacing: -0.05em;
}

.compresse2 {
	letter-spacing: -0.09em;
}
.pagination {
	height: 32px;
	width: 625px;
	padding-top: 14px;
	background-image: url(/images/nouvelles/fond-pagination.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #99968a;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.paginationbeige {
	height: 32px;
	width: 400px;
	padding-top: 14px;
	background-image: url(/images/nouvelles/fond-pagination-beige.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #99968a;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-left: 18px;
}

h1 {
	font-size: 21px;
	color: #99968a;
	padding-left: 4px;
	font-weight: normal;
}
.archives {
	background-color: #f6efd6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d58331;
}
.blocarchives {
	width: 200px;
	padding-top: 20px;
	padding-left: 20px;
	line-height:21px;
	font-size:13px;
}


.blocarchives a {
	color:#bf3c27;
	text-decoration:none;
}


.blocarchives a:hover {
	color:#8e1b2e;
	text-decoration:underline;
}

#theatrographie-mini {
	font-size:10px;
	width: 150px;
	height: 200px;
	float: right;
	padding: 13px;
	background-image: url(/images/theatrographie/degrade2.jpg);
	background-repeat: repeat-x;
}

#theatrographie-mini-deux {
	font-size:10px;
	width: 150px;
	height: 200px;
	float: right;
	padding: 13px;
	background-image: url(/images/theatrographie/degrade.jpg);
	background-repeat: repeat-x;
}

#theatrographie-mini-recherche {
	font-size:12px;
	width: 300px;
	height: 100px;
	padding: 30px;
	
}

.boite-theatrographie h3 {
	font-size:13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}

.boite-theatrographie {
	width:880px;
	padding-left:24px;
}
.boite-theatrographie a {
	text-decoration: none;
}
.year-saison {
	background-image: url(/images/theatrographie/saison.jpg);
	height: 39px;
	width: 858px;
	background-repeat: no-repeat;
	padding-left: 45px;
}
.year-saisondeux {
	background-image: url(/images/theatrographie/saisongris.jpg);
	height: 39px;
	width: 858px;
	background-repeat: no-repeat;
	padding-left: 45px;
}


.year-saison h1 {
color:#FFFFFF;
padding-top: 8px;
}

.year-saisondeux h1 {
color:#FFFFFF;
padding-top: 8px;
}

#partenaires a {
color:#000000;
}

small {
	font-size: 9px;
	color: #615E53;
	line-height: 13px;
}
.barreboutons {
	height: 91px;
	width: 932px;
	background-image: url(/images/barreboutons/bg.gif);
	background-repeat: repeat-x;
	padding: 17px 0px 0px;
}

.clearfloat {
	margin: 0px;
	clear: both;
	height: 0px;	
}

.invites {
	position:absolute;
	height: 20px;
	width: 170px;
	margin-top: -40px;
	font-size: 9px;
	color: #FFF;
	margin-left: 10px;
}
