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:975px;
	position : relative;
	margin-left: auto;
	margin-right: auto;
}
#container .outils {
	position:relative;
	float:right;
	margin-top:12px;
	margin-right:12px;
}
#container .header {
	width: 975px;
	height: 125px;
	background: url(../img/header.gif) no-repeat center bottom;
	margin-bottom: 25px;
}
#container .footer {
	background: #FFF left top;
	width: 975px;
	height: 40px;
	text-align: right;
	padding-top: 0px;
	clear: both;
}
#container .titre {
	margin-left: 25px;
	text-align : left;
}
#bloc{
	position:relative;
	width:350px;
	float:left;
	top: 40px;	
	left: 25px;
	text-align : left;
}
#corp{
	background: url(../img/fd_corp.gif) no-repeat left top;
	width: 343px;
	height: 86px;
	margin-top: 35px;
	padding: 5px 5px 0px 75px;
}
#fin{
	background: url(../img/fd_fin.gif) no-repeat left top;
	width: 343px;
	height: 86px;
	margin-top: 10px;
	padding: 5px 5px 0px 75px;
}
#dd{
	background: url(../img/fd_dd.gif) no-repeat left top;
	width: 343px;
	height: 86px;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 5px 5px 0px 75px;
}
#video{
	position:relative;
	width:550px;
	float: right;
	display: inline;
}
#video .titre{
	margin-left: 50px;
	margin-bottom: 5px;
	text-align : left;
}
#video .legend{
	padding: 7px 7px 0px 50px;
	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.or, a.or:link {
	text-decoration: none;
	background: transparent url("../img/arrow_or.gif") no-repeat 4px 4px;
	color: #fe5815;
	font-size:11;
	font-weight: bold;
	padding-left:17px;
}
a.or:hover, a.or.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;
	padding-left:17px;
}
a.blu:hover, a.blu.active {
	background: transparent url("../img/arrow_or.gif") no-repeat 4px 4px;
	color: #FF7900;
	font-size:11;
	padding-left:17px;
}
.rapport{
	color:#005bbb;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.download{
	padding-top: 2px;
	padding-left: 7px;
	display: block;
}
.pic{
margin-right: 4px;
border : 1px;
border-style : solid;
border-color : #cccccc;

}
