/* ZONE DE STYLES DE TEXTE */
b, strong {
	font-weight: bold;
}
.alert {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
img {
	border:none;
}
p {
	padding:0;
	margin:12px 0 12px 0;
}

/* Pour remplacer du texte, par exemple sur un background ou une image */
.replaced {
	text-indent:-9999px;
}

/* ZONE DE LAYOUT */
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#675647;
}

#header {
	clear:both;
	text-align:left;
}

#container {
	width:1020px;
	margin:auto;
	text-align:left;
}
#container #gauche {
	float:left;
	width:413px;
	height:946px;
	text-align:left;
	background:url(/fr/i/background-gauche.jpg) no-repeat;
}

/* Zone gauche calendrier */
#container #gauche #calendrier {
	width:301px;
	height:356px;
	margin:0 0 0 112px;
	background:url(/fr/i/background-calendrier.jpg) no-repeat 0 50px;
	color:#1a171b;
}
#container #gauche #calendrier form {
	margin:0;
	padding:0;
}
#container #gauche #calendrier #annee {
	padding-left:155px;
	height:34px;
	font-size:32px;
	font-weight:bold;
	line-height:34px;
	color:#fff;
}
#container #gauche #calendrier #mois {
	text-align:center;
	padding-left:30px;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	margin-top:3px;
}
#container #gauche #calendrier table {
	margin:0 0 0 60px;
}
#container #gauche #calendrier table td {
	background-color:#fff;
	color:#000;
}
#container #gauche #calendrier table th {
	color:#fff;
}
#container #gauche #calendrier .pulldowns_recherche {
	text-align:center;
	margin:5px 0 0 0;
	font-weight:bold;
}
#container #gauche #calendrier select {
	font-size:11px;
	width:175px;
}
#container #gauche #calendrier table td, #container #gauche #calendrier table th {
	margin:0 1px 1px 0;
	padding:0;
	text-align:center;
	width:24px;
	height:22px;
	line-height:22px;
	font-size:12px;
}
#container #gauche #calendrier table td.spectacle {
	cursor:pointer;
	color:#ee7f01;
}
#container #gauche #calendrier table td.highlight {
	cursor:default;
	background-color:#5f529a;
	color:#fff;
}

/* Zone gauche spectacle */
#container #gauche #spectacles, #container #gauche #spectacles_avec {
	width:301px;
	height:239px;
	margin:0 0 0 112px;
	font-size:14px;
}
#container #gauche #spectacles {
	background:url(/fr/i/background-sans-spectacle.jpg) no-repeat;
}
#container #gauche #spectacles_avec {
	background:url(/fr/i/background-spectacle.jpg) no-repeat;
	color:#1a171b;
}
#container #gauche #spectacles_avec #photo {
	width:150px;
	\width:158px;
	w\idth:150px;
	float:left;
	margin:10px 0 0 73px;
	background-color:#d59352;
	padding:4px;
}
#container #gauche #spectacles_avec #plus {
	margin:60px 0 0 0;
	width:70px;
	float:right;
}
#container #gauche #spectacles_avec #details {
	clear:both;
	width:150px;
	\width:158px;
	w\idth:150px;
	padding:4px;
	margin:5px 0 0 73px;
	text-align:right;
}
#container #gauche #spectacles_avec #details a {
	color:#1a171b;
	text-decoration:none;
}
#container #gauche #spectacles_avec #details a:hover {
	text-decoration:underline;
}
#container #gauche #liens_bas {
	position:relative;
	width:301px;
	height:300px;
	margin:0 0 0 112px;
}

#container #droite {
	float:left;
	width:490px;
	text-align:left;
	background:url(/fr/i/background-main.jpg) no-repeat;
	padding:25px 0 0 0;
}

/* Fiche spectacle */
#container #droite #fiche_details {
	position:relative;
}
#container #droite #fiche_details #affiche {
	float:left;
	width:160px;
}
#container #droite #fiche_details #data_main {
	float:left;
	width:325px;
}
#container #droite #fiche_details #distribution {
	float:left;
	width:236px;
	background:url(/fr/i/distribution-background.gif) repeat-y;
	font-size:11px;
	padding:0 4px;
}
#container #droite #fiche_details #equipe {
	float:left;
	width:240px;
	margin-left:5px;
	background:url(/fr/i/equipe-technique-background.gif) repeat-y;
	font-size:11px;
}


#footer {
	clear:both;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}
#footer a {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
#footer a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
