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

body {
	background: #999 left top;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#333;
	text-align : center;
}
#container{
	background: #FFF left top;
	width:885px;
	position : relative;
	margin-left: auto;
	margin-right: auto;
}

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

#bloc{
	position:relative;
	width: 560px;
	float:left;
	margin-left:20px;
	text-align:left;
}
#bloc .illustr{
	width: 565px;
	height: 238px;
	margin-bottom: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#FFF;
	text-align : left;
}
#bloc .illustr p{
	padding-top: 215px;
	margin-left:20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#FFF;
	text-align : left;
}	
#bloc .fond{
	width: 515px;
	background: #ECEFF5 left top;
	border : 1px;
	border-style : solid;
	border-color : #DAE1EB;
	padding:7px;
	margin-left: 12px;
	margin-bottom: 20px;
	text-align: left;
}	
#blocR{
	position:relative;
	width:220px;
	float: right;
	margin-right: 20px;
	text-align: left;
}
#blocR .sousMenu{
	font-size: 14px;
	text-align : left;
}
a.light, a.light:link {
	text-decoration: none;
	color: #333;
	font-size:11px;
}
a.light:focus, a.light:hover, a.light:active {
	text-decoration: underline;
}
a.corps, a.corps:link {
	text-decoration: none;
	color: #005bbb;
	font-size:11px;
}
a.corps:focus, a.corps:hover, a.corps: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: #333;
	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;
}
a.menu, a.menu:link {
	text-decoration: none;
	color: #333;
	font-size:11;
	font-weight:bold;
}
a.menu:hover, a.menu.active {
		color: #FFF;
}
a.menuOff, a.menuOff:link {
	text-decoration: none;
	color: #FFF;
	font-size:11;
	font-weight:bold;
}
a.nav, a.nav:link {
	background: transparent url("../img/menu.gif") no-repeat 3px 3px;
	text-decoration: none;
	color: #666;
	padding-left:17px;
}
a.nav:hover, a.nav.active {
	color: #FF7900;
}
a.navOn, a.navOn:link {
	text-decoration: none;
	background: transparent url("../img/menuOn.gif") no-repeat 2px 6px;
	color: #FF7900;
	padding-left:17px;
}
.sep
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.pic{
	margin-right: 3px;
	margin-bottom: 5px;
	border:1px solid #333;

}
.icon{
	margin-right: 7px;
	border:0;

}
.date{
	color:#FF7900;
	font-weight: bold;

}
h3{
	margin-bottom:20px;
	display: block;
}
h4{
	margin-top:15px;
	margin-bottom:5px;
	display: block;
}
h5{
	color:#333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:5px;
	display: block;
}
p{
	margin-top:5px;
	display: block;
}
