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:885px;
	position : relative;
	margin-left: auto;
	margin-right: auto;
}

#container .outils {
	width: 865px;
	height: 20px;
	margin-top: 10px;
	margin-right: 12px;
	text-align: right;
	
}
#container .header {
	width: 885px;
	height: 162px;
	background: url(../img/header.gif) no-repeat center top;
}
#container .title {
	position : relative;
	float:right;
	margin-top: 20px;
	margin-right: 20px;
}
#container .sortie {
	position : relative;
	float:left;
	margin-top: 130px;
	margin-left: 20px;
	text-align: left;
}
#container .footer {
	background: #FFF left top;
	width: 885px;
	height: 60px;
	text-align: right;
	padding-top: 0px;
	clear: both;
}
#container .page {
	width: 885px;
	height: 30px;
	background: #FFF left top;
}
#container .banner {
	width: 885px;
	height: 350px;
	margin-top : 15px;
	background: #FFF left top;
}
.images {
	margin-top : 5px;
	margin-right : 15px;
	text-align: right;
}

#bloc{
	position:relative;
	width: 470px;
	float:left;
	margin-left:20px;
	text-align:left;
}
#bloc .fond{
	width: 420px;
	background: #ECEFF5 left top;
	border : 1px;
	border-style : solid;
	border-color : #DAE1EB;
	padding:15px;
	margin-left: 12px;
	margin-bottom: 20px;
	text-align: left;
}
#blocR{
	position:relative;
	width:320px;
	float: right;
	margin-right: 20px;
	text-align: left;
}
#blocR .promo{
	margin-bottom:25px;
	display: block;
}
a.light, a.light:link {
	text-decoration: none;
	color: #666666;
	font-size:11px;
}
a.light:focus, a.light:hover, a.light:active {
	text-decoration: underline;
}
a.blu, a.blu:link {

	display: block;
	text-decoration: none;
	background: transparent url("../img/link.gif") no-repeat 4px 4px;
	color: #005bbb;
	font-size:11;
	padding-left:20px;
	margin-bottom: 5px;
}
a.blu:hover, a.blu.active {
	background: transparent url("../img/link_over.gif") no-repeat 4px 4px;
	color: #FF7900;
	font-size:11;
	padding-left:20px;
}
a.home, a.home:link {
	text-decoration: none;
	background: transparent url("../img/home.gif") no-repeat 3px 3px;
	color: #666;
	font-size:11;
	padding-left:17px;
}
a.home:hover, a.home.active {
	background: transparent url("../img/home.gif") no-repeat 3px 3px;
	text-decoration: underline;
	font-size:11;
	padding-left:17px;
}
.pic{
margin-right: 3px;
margin-bottom: 5px;
border: 0;

}

.images {
	margin-top : 5px;
	margin-right : 15px;
	text-align: right;
}
h3{
	margin-bottom:10px;
	display: block;
}
h4{
	margin-top:15px;
	margin-bottom:10px;
	display: block;
}
h5{
	color:#333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:5px;
	display: block;
}
}
p{
	margin-top:5px;
	display: block;
}
