@charset "UTF-8";
/* CSS Document */
*{
	border:none;
	outline:none;
	margin:0;
	padding:0;
}
html,
body{
	width:100%;
	height:100%;
}
body{
	background:#000 url(../__layout/impetus_bg.gif) repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	letter-spacing:0.1em;
}
ul{
	padding-left:20px;
}
a:link,
a:visited,
a:hover,
a:active{
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #333;
}
a:hover{
	color:#000;
	border-bottom:1px solid #000;
}
a.noborder{
	border:none;
}
#editeur{
	background-image:none;
	background-color:#b7b7b7;
}
#editeur table td{
	border:1px dotted #666;
}
img.inserted_video{
	background:#333 url(../__layout/video.png) no-repeat center center;
}
#__connexion{
	cursor:pointer;
}
#site{
	position:relative;
	background-color:#000;
	min-height:300px;
	width:950px;
	margin:20px auto 0;
}
#top #impetus_logo{
	float:left;
}
#menu{
	background:url(../__layout/menu_arrow.png) no-repeat left bottom;
	padding:18px 0 0 32px;
	height:25px;
	margin-left:360px;
}
#menu ul{
	padding:8px 0 0 0;
	list-style-type:none;
}
#menu li{
	display:inline;
	color:#832225;
	margin-right:5px;
}
#menu a{
	color:#aaa;
	font-size:1.3em;
	text-transform:lowercase;
	border:none;
}
#menu a:hover{
	color:#fff;
}
#intro{
	margin:20px 0 0 360px;
	color:#fff;
	width:587px;
}
#intro h1{
	font-size:1em;
	border-bottom:2px solid #832225;
	margin-bottom:10px;
}
#wrapper{
	display:block;
	clear:both;
	margin-left:15px;
	padding-bottom:20px;
}
#leftcol{
	width:680px;
	float:left;
}
#rightcol{
	width:230px;
	margin-left:705px;
	padding-top:55px;
}
#rightcol li.item{
	padding:7px;
	margin-bottom:4px;
	border:1px solid #222;
	border-right:none;
	color:#666;
}
#rightcol li.item:hover{
	color:#aaa;
}
#rightcol li.item h1{
	font-size:1.4em;
}
#rightcol li.item h2{
	font-size:1.3em;
}
#rightcol li.item h3{
	font-size:1.2em;
}
#rightcol li.item h4,h5,h6{
	font-size:1.1em;
}
#rightcol li.item a{
	color:#888;
}
#rightcol li.item a:hover{
	color:#aaa;
	border-bottom-color:#aaa;
}
#leftcol ul,
#rightcol ul{
	list-style-type:none;
	padding:0;
}
#locations,
#days{
	color:#fff;
	margin-left:20px;
}
#locations ul,
#days ul{
	position:relative;
	display:inline;
	list-style-type:none;
	vertical-align:middle;
	padding:2px 5px;
	background-color:#ae1a1e;
	margin:0 -15px;
	z-index:50;
}
#locations li,
#days li{
	display:inline;
	margin-right:5px;
}
#locations a,
#days a{
	color:#aaa;
	border:none;
	font-size:1.1em;
}
#locations a:hover,
#locations a.selected,
#days a:hover,
#days a.selected{
	color:#fff;
}
#footer{
	padding:5px 20px;
	margin-top:10px;
	border-top:1px solid #333;
	color:#aaa;
}
.toggler{
	background-color:#000;
	padding:5px;
	cursor:pointer;
}
.evt_date h1{
	text-align:left;
	width:280px;
	padding:2px 3px;
	color:#fff;
	border-bottom:3px solid #ae1a1e;
	margin:3px 0 5px 5px;
	font-size:1.3em;
	background:none;
}
.toggler h2{
	font-family:"Courier New", Courier, monospace;
	padding:5px 9px 25px;
	color:#c7c7c7;
	background-color:#333;
	font-size:1.3em;
	line-height:1.3em;
	z-index:50;
	position:relative;
	text-transform:uppercase;
}
.toggler h2 span.schedule{
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#ae1a1e;
	padding:2px 6px 6px;
	color:#fff;
	margin:0px -5px 0 0;
	font-size:0.8em;
	float:right;
	* margin-top:-20px; /* IE7 dirty trick */
}
.stretcher a.share{
	border:none;
	float:right;
	width:16px;
	height:16px;
	margin:-12px -3px 0 0;
	opacity:.5;
}
.stretcher a.share:hover{
	opacity:1;
}
.stretcher{
	background-color:#fff;
	width:660px;
	padding:5px;
	margin:3px 0 0 5px;
}
.stretcher p{
	background:url(../__layout/tiny_cross.png) no-repeat left top;
	text-indent:27px;
	padding-top:2px;
	margin-bottom:10px;
}
.art{
	width:inherit;
	margin:5px 0 20px 0;
	padding-top:2px;
	line-height:1.2em;
}
.art h1{	/* nom de l'artiste */
	background-color:#ae1a1e;
	font-size:1.3em;
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	padding:4px 3px 3px;
	margin:0 0 5px;
	text-transform:uppercase;
}
.art span.date{	/* horaire */
	font-size:0.9em;
	color:#ccc;
	display:block;
	text-transform:none;
}
.art span.infos{	/* infos diverses */
	font-size:0.8em;
	font-style:italic;
	color:#ccc;
	display:block;
	text-transform:none;
}
.art img,
.art object{
	margin-bottom:10px;
	display:block;
}
img.video_play{
	margin:-65px 0 10px 5px;
	cursor:pointer;
}
.art .hid{	/* cache un objet */
	display:none;
}
img.popup{
	cursor:pointer;
}
img.left{
	float:left;
	margin:0 3px 3px 0;
}
img.right{
	float:right;
	margin:0 0 3px 3px;
}
.prog_unreleased{
	padding:10px;
	color:#b7b7b7;
}