body {
	margin: 0;
	background: #0f0f0f;
	font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,Lucida Sans Unicode Normal;
}

/* blocs */

#header {
	width: 940px;
	height: 140px;
	display: block;
	margin: 0 auto;
}

#container {
	display: block;
	width: 940px;
	margin: 0 auto;
	color: white;
	font-size: 9pt;
	position: relative;
}

#container a{
	color: white;
}

#container #nav a{
	padding: 5px;
	background: white;
	color: black;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	display: block;
	width: 45px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-top-left-radius: 4px;
	margin-left: 5px;
	text-align: center;
}

#overlay {
	margin: 20px 0 0 0;
	width: 322px;
	height: 50px;
	color: #fff;
	position:absolute;
	background: transparent url(img/bg_overlay.png);
	padding: 10px;
	z-index:2;
}

#overlay h3 {
	margin:0px;
	color:#fff;
	text-transform: uppercase;
}

#content {
	color: white;
	display: block;
	width: 100%;
	height: 10%;
}

#content h4 {
	padding: 0;
	margin: 5px 0;
}

#cuepoints {
	float:left;
	width:300px;
	height:360px;
	color:white;
	font-size:10pt;
	background: #474747;
}

#cuepoints .titre{
	background: #0d3483;
	font-size:14pt;
	height: 70px;
}

#cuepoints .titre div{
	padding: 10px;
}

#cuepoints .list{
	overflow:auto;
	height: 290px;
}

#cuepoints li {
	margin: 10px;
	list-style-type: none;
	padding-left: 10px;
	border-left:4px solid #474747;
	color: #999999;
}

#cuepoints li a{
	display: block;
	color: white;
	text-decoration: none;
}

#cuepoints li.selected{
	border-left:4px solid #0d3483;
	color: white;
}

#cuepoints li.hover{
	border-left:4px solid #0d3483;
	color: white;
}

#cuepoints ul{
	padding:0;
}

#cuepoints span.soustitre {
	font-size: 8pt;
	display: block;
	font-style: italic;
}

#footer {
	text-transform:uppercase; 
	color: #474747;
	margin: auto;
	width: 940px;
	text-align: center;
	padding-top: 50px;
	clear: both;
	font-size: 8pt;
}

#footer a{
	color: #474747;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#video_title {
	margin-top: 10px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}

input, textarea {
	border: 1px solid #CCCCCC;
	background: #f7f7f6;
}

input.error, textarea.error {
	border: 1px solid #ff7b7b;
	background: #ffdfdf;
}

a#close-btn:hover {
	background-position: bottom left;
}
a#close-btn {
	background:url(./img/close.gif) top left; 
	display:block; 
	width: 64px;
	height: 30px;
	cursor:pointer; 
	border:0;
	margin-right:10px; 
	float: right;
}
div#embed h5 {
	font-weight: bold;
	color: black;
	font-size:8pt;
	margin-bottom: 5px;
	padding:0;
	margin-top:10px;
	font-family:Lucida Grande,Lucida Sans,Lucida Sans Unicode,Lucida Sans Unicode Normal;
}

a#send-btn {
	cursor:pointer;
	display:block;
	float: right;
	margin-top:10px;
	background: url(./img/send-btn.gif) top left;
	width:91px;
	height: 18px;
}

a#send-btn:hover {
	background-position: bottom left;
}