/*-----------------------dp-graphisme template-----------------------*/


.body-page{
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	background-color: #082233;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #00476A;
}
#bandeau-haut {
	width:100%;
	background-image: url(../images/haut-fond.png);
	background-repeat: repeat-x;
	background-color: #00476A;
}
#bandeau-bas {
	width: 100%;
}
#breadcrumbs {
	width: 1000px;
	height: 30px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #95908A;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	width: 1000px;
	height: 145px;
	background-image: url(../images/haut.jpg);
	background-repeat: no-repeat;
}
.header-g {
	width: 150px;
}
.header-d {
	width: 850px;
	padding-bottom: 30px;
}
.content {
	width: 1000px;
	background-color: #FFF;
}
.footer {
	width: 1000px;
	background-image: url(../images/bas.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px;
}
.info {
	font-size: 12px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0489C3;
	padding-top: 5px;
	color: #CCC;
}
.info a{
	text-decoration: none;
	color: #CCC;
}

