/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin: 0px;
	background-color: #B2A480;
	text-align: center;
}

#centrage {
	margin: 0px auto;
	width: 698px;
}

#header {
	background: url(img/header.jpg) no-repeat;
	width: 698px;
	height: 213px;
}

#corps {
	background: url(img/corps_middle.jpg) repeat-y;
}

#alignbas {
	text-align: right;
	width: 698px;
	/*background-color: red;*/
	height: 134px;
	margin-top: 10px;
	border: 0px;
}

#dl_plaquette {
	float: left;
	width: 242px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	margin-left: 37px;
	border: 0px;
}

#dl_plaquette a {
	display: block;
	width: 242px; 
	height: 67px; 
	text-decoration:none; 
	color: white;
	text-align: center; 
	font-weight: bold; 
	background: url(img/dl_plaquette.jpg) bottom left no-repeat;
	/*padding:5px*/
}

#dl_plaquette a:hover {
	display: block;
	background: url(img/dl_plaquette.jpg) top left no-repeat;
	width: 242px; 
	height: 67px;
}

#dl_plaquette p {
	text-align:center;
	padding:5px;
}

#photo_plaquette {
	margin-right: 0px;
	margin-left: auto;
	padding: 0px;
	background: url(img/photo_plaquette.jpg) no-repeat;
	height: 134px;
	width: 416px;
	border: 0px;
}

#bottom_ombre {
	position: relative;
	background: url(img/bottom_ombre.jpg) no-repeat;
	height: 19px;	
}

#corps_bottom {
	background: url(img/corps_bottom.jpg) repeat-y;
}

#bas_bottom {
	background: url(img/bas_bottom.jpg) no-repeat;
	height: 33px;
}

p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	margin-top:0px;
	color: #123466;
	text-align: center; 
}

#corps_bottom p {
	text-align: right;
	padding-right: 30px;
}

