/* DEBUT BALISE HTML */
*{
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
}
body, html{
	background: #2d2d2b url(img/fond.gif) repeat-y center top;
	top : 0px;
	left : 0px;
	font-family: arial, helvetica, sans-serif;
	color: #2d2d2b;
	font-size: 12px;
}
img{
	border: 0 none;
}
div{
	border: 0 none;
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: underline;
}
a.nosign{
	text-decoration: none;
}
a.no_sign:hover{
	text-decoration: none;
}
a.spect{
	font-weight: bold;
}
a:hover.spect{
	text-decoration: none;
	color: black;
}
sup{
	line-height: 0;
	font-size: 0.7em;
}
p{
	margin: 0 0 5px 0;
}
p.item_menu{
	margin: 0 0 15px 0;
}
hr{
	margin: 10px 40px 10px 10px; 
	border: 0 none;
	height: 1px;
	background-color: #2d2d2b;
}
table, tr, td{
	padding: 0;
	border: 0 none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

td{
	vertical-align: top;
}
h1{
	font-family: arial, helvetica;
	font-size: 18px;
	margin: 10px 0 20px 0;
}
h2{
	font-family: arial, helvetica;
	font-size: 16px;
	margin: 10px 0 20px 0;
}
h2.petit{
	font-size: 12px;
	margin: 10px 0 2px 0;
}
h3{
	font-family: arial, helvetica;
	font-size: 13px;
	margin: 10px 0 2px 0;
}
ul{
	margin: 0 0 0 15px;
}
/* FIN BALISE HTML */

/* DEBUT POSTIONNEMENT */
div#titre{
	display: none;
}
div#centre{
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
	width: 900px;
	overflow: visible;
}
div#menu{
	position: fixed;
	z-index: 100;
	height: 150px;
	width: 900px;
	border-bottom: 5px solid #2d2d2b;
	background: white url(img/fond_menu.png) no-repeat left top;
}
div#menu-logo{
	position: absolute;
	top: 30px;
	left: 20px;
	width: 120px;
	font-size: 10px;
}
div#menu-prog{
	position: absolute;
	top: 30px;
	left: 240px;
}
div#menu-info{
	position: absolute;
	top: 30px;
	left: 490px;
}

div#menu-droite{
	position: absolute;
	top: 5px;
	left: 685px;
	width: 220px;
	height: 140px;
}
div#contenu{
	position: relative;
	z-index: 1;
	clear: both;
	padding-top: 155px;
}
div#menu-contenu{
	float: left;
	left: 0px;
	width: 27px;
	height: 251px;
	overflow: visible;
	line-height: 0;
	background-color: #2d2d2b;
}
div#home-news{
	margin-left: 27px;
	background: #2d2d2b url(img/fond_home.jpg) no-repeat left top;
	height: 251px;
}
/* FIN POSTIONNEMENT */

/* DEBUT MISE EN FORME */
div.contenu_entete{
	background: #2d2d2b url(img/fond_entete_contenu.jpg) no-repeat left top;
	height: 97px;
	color: white;
}
.bleu{
	color: #2f8bbe;
}
.fond_bleu{
	background-color: #2f8bbe;
}
.gris{
	color: #2d2d2b;
}
.fond_gris{
	background-color: #2d2d2b;
}
.rouge{
	color: #e32129;
}
.fond_rouge{
	background-color: #e32129;
}
td.milieu{
	text-align: center;
	vertical-align: middle;
}
.general_line{
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
}
.general_line:hover{
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity:1.00;
}
div.spect_box{
	cursor: pointer;
	float: left;
	margin: 0 10px 10px 0;
	width: 132px;
	height: 150px;
}
div.artiste{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
}
div.titre{
	font-size: 10px;
	margin-bottom: 0px;
}
div.date_spect{
	font-size: 9px;
	margin-top: 3px;
}
.lieu{
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

div#spectacle{
	margin-left: 27px;
	background: #2d2d2b url(img/fond_home.jpg) no-repeat left top;
	height: 251px;
	color: white;
}
div.spect_date{
	font-size: 18px;
	margin: 0 0 3px 0;
}
div.spect_lieu{
	font-size: 14px;
	margin: 0 0 25px 0;
}
div.spect_artiste{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	line-height: 23px;
	margin: 0 0 8px 0;
}
div.spect_titre{
	font-size: 14px;
}
div.spect_resume{
	color: white;
	font-size: 12px;
}

div.spect_descr{
	color: black;
	font-size: 12px;
}
div.spect_prix{
	color: black;
	font-weight: bold;
	font-size: 13px;
}
div.copy_img{
	color: inherit;
	font-size: 10px;
	text-transform: uppercase;
	font-size: 8px;
}
div.spect_distrib{
	color: black;
	font-size: 13px;
	margin-bottom: 10px;
	padding-right: 20px;
}

div.spect_accroche{
	color: black;
	font-weight: bold;
	font-size: 13px;
	padding-right: 20px;
}

div.spect_url a{
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}



.adr-beausobre{
	padding: 0 0 10px 15px;
	background: url(img/points/beausobre.gif) 0px 2px no-repeat;
}
.adr-morges{
	padding: 0 0 10px 15px;
	background: url(img/points/morges.gif) 0px 2px no-repeat;
}
.adr-denens{
	padding: 0 0 10px 15px;
	background: url(img/points/denens.gif) 0px 2px no-repeat;
}
.adr-echandens{
	padding: 0 0 10px 15px;
	background: url(img/points/echandens.gif) 0px 2px no-repeat;
}
.adr-lonay{
	padding: 0 0 10px 15px;
	background: url(img/points/lonay.gif) 0px 2px no-repeat;
}
.adr-echichens{
	padding: 0 0 10px 15px;
	background: url(img/points/echichens.gif) 0px 2px no-repeat;
}
.adr-saint-prex{
	padding: 0 0 10px 15px;
	background: url(img/points/st-prex.gif) 0px 2px no-repeat;
}
.adr-saint-prex2{
	padding: 0 0 10px 15px;
	background: url(img/points/st-prex2.gif) 0px 2px no-repeat;
}



.infoPlus{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	border: 0 none;
	text-align: left;
}





.trans{
	filter: alpha(opacity=30);
	opacity: 0.30;
	-moz-opacity:0.30;
}
.link_out{
	padding-left: 10px;
	background: url(img/fl-out.gif) center left no-repeat;
}
.link_d{
	font-size: 11px;
	font-weight: bold;
	padding-right: 12px;
	background: url(img/fl-d.gif) center right no-repeat;
}
.link_g{
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	background: url(img/fl-g.gif) center left no-repeat;
}
.link_d_t{
	color: #a19e9c;
	font-size: 11px;
	font-weight: bold;
	padding-right: 12px;
	background: url(img/fl-d-t.gif) center right no-repeat;
}
.link_g_t{
	color: #a19e9c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	background: url(img/fl-g-t.gif) center left no-repeat;
}
.link_achat{
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	background: url(img/fl-achat.gif) center left no-repeat;
}
.link_rond{
	padding-right: 10px;
	background: url(img/point-rouge.gif) center right no-repeat;
}
.t_spect{
	cursor: pointer;
	background: url(img/spect-plus.gif) top right no-repeat;
}
.t_spect:hover{
	background: url(img/spect-over.gif) top right no-repeat;
}
.type_spect{
	font-size: 14px;
	font-weight: bold;
}
.titre_spect{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	width: 100%;
	float: left;
}
.date_spect{
	font-size: 12px;
}
.date_spect_g{
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
}

.sep{
	font-size: 1px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.sep2{
	font-size: 1px;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.sep3{
	font-size: 1px;
	border-bottom: 1px solid #807e7c;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.beausobre{
	color: #bc0000;
}
.morges{
	color: #9e9059;
}
.denens{
	color: #863323;
}
.echandens{
	color: #4d8ec7;
}
.lonay{
	color: #cf691e;
}
.echichens{
	color: #008d94;
}
.saint-prex{
	color: #3a3a87;
}

.sep_beausobre{
	border-bottom: 2px solid #bc0000; 
}
.sep_morges{
	border-bottom: 2px solid #9e9059; 
}
.sep_denens{
	border-bottom: 2px solid #863323; 
}
.sep_echandens{
	border-bottom: 2px solid #4d8ec7; 
}
.sep_lonay{
	border-bottom: 2px solid #cf691e; 
}
.sep_echichens{
	border-bottom: 2px solid #008d94; 
}
.sep_saint-prex{
	border-bottom: 2px solid #3a3a87; 
}
/* FIN MISE EN FORME */