html *{
	margin:0;
	padding:0;
}

body {
	background: #999 left top;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#616161;
	text-align : center;
}
#container{
	background: #FFF left top;
	width:1000px;
	position : relative;
	margin-left: auto;
	margin-right: auto;
}
#container .outils {
	position:relative;
	float:right;
	margin-top:12px;
	margin-right:12px;
}
#container .header {
	width: 1000px;
	height: 125px;
	background: url(../img/header.gif) no-repeat left bottom;
	margin-bottom: 10px;
}
#container .footer {
	background: #FFF left top;
	width: 1000px;
	height: 50px;
	text-align: right;
	padding-top: 0px;
	clear: both;
}
#bloc{
	position:relative;
	width:150px;
	float:right;
	margin-right:12px;
	text-align : left;
}
#bloc .menu{
	background: #eceff5 left top;
	height:350px;
	margin-top:20px;
}
#bloc .or{
	color: #FF8900;
	font-weight: bold;
	font-size:11;
	background: transparent url("../img/bullet.gif") no-repeat 4px 4px;
	padding-left:17px;
}
#video{
	position:relative;
	width:800px;
	float: left;
	display: inline;
}
#video .titre{
	margin-left: 25px;
	margin-bottom: 5px;
	text-align : left;
}
#video .legend{
	padding: 7px 7px 0px 25px;
	text-align : left;
}
a.light, a.light:link {
	text-decoration: none;
	color: #616161;
	font-size:11px;
}
a.light:focus, a.light:hover, a.light:active {
	text-decoration: underline;
}
a.blu, a.blu:link {
	text-decoration: none;
	background: transparent url("../img/arrow_grey.gif") no-repeat 4px 4px;
	color: #005bbb;
	font-size:11;
	display: block;
	margin-left: 3px;
	padding-left:17px;
}
a.blu:hover, a.blu.active {
	background: transparent url("../img/arrow_or.gif") no-repeat 4px 4px;
	color: #FF8900;
	font-size:11;
	padding-left:17px;
}
h3{
	border-bottom:1px solid #d2d2d2;
	color:#333;
	font-size: 12px;
	font-weight: bold;	
	display: block;
	padding-bottom:3px;
	margin-bottom: 5px;
}
