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:600px;
	position : relative;
	margin-left: auto;
	margin-right: auto;
}
#container .header {
	width: 600px;
	height: 100px;
	background: url(../img/header_pop.gif) no-repeat center bottom;
	margin-bottom: 15px;
}
#container .bloc{
	position:relative;
	width:197px;
	float:left;
	left: 25px;
}
#container .menu{
	position:relative;
	width:350px;
	float:left;
	left: 50px;
	text-align : left;
	display: inline;
}
h3{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#005bbb;
}
#container .footer {
	background: #FFF left top;
	height: 40px;
	padding: 20px 20px 0px 0px;
	text-align: right;
	clear: both;
}
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;
	padding-left:17px;
}
a.blu:hover, a.blu.active {
	background: transparent url("../img/arrow_or.gif") no-repeat 4px 4px;
	color: #FFA02F;
	font-size:11;
	padding-left:17px;
}
.pic{
border : 1px;
border-style : solid;
border-color : #cccccc;
}
.titre{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#005bbb;
	margin-bottom: 15px;
}
p{
	color:#666;
	margin-bottom: 5px;
}
