@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#pmbopac {
	background: #53402b;
	width: 818px;
	margin: 0 auto;
	text-align: center;
}
#container {
	width: 818px;
	background: white url('images/main_fond.png') repeat-y;
	min-height: 700px;
	height: auto!important; /*car propriete min-height non reconnue par les ie < 7 */
	height: 700px;
}
#header { /*utilis ici comme un bandeau. A placer apres les balises main pour reinstancier le margin-left */
	background: transparent url('images/ban.png');
	background-repeat: no-repeat;
	height: 377px;
	width: 818px;
	top: 0px;
}
#centertext {
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	margin-left: 0px;
	padding-left: 20px;
}
#centertext p {
	font-size: 14px;
	color: #000;
	text-align: center;
}
#centertext h3 {
	font-size: 14px;
	color: #000;
	text-align: center;
}
#centertext ul {
	color: #000;
	text-align: center;
	line-height: normal;
	font-size: 14px;
}
#centertext a {
	color: #9a0505;
	text-decoration: none;
}

#centertext a:hover {
	text-decoration: underline blink;
}
.mailnocolor {
	color: #666;
	text-decoration: none;
}
#centertext a.mailnocolor {
	color: #666;
	text-decoration: none;
}
#centertext a:hover.mailnocolor {
	text-decoration: underline blink;
}
#main {
	position: absolute;
	text-align: left;
	background: white url('images/main_fond.png') repeat-y;
	padding: 390px 0px 0px 200px;
	width: 618px;
	min-height: 550px;
	height: auto!important; /*car propriete min-height non reconnue par les ie < 7 */
	height: 550px;
}
#main_hors_footer {
	background: transparent no-repeat;
	background-position: 100% 68px;
	padding-right: 30px;
	padding-top: 600px;
	display:  block;
	min-height: 550px;
	height: auto!important; /*car propriete min-height non reconnue par les ie < 7 */
	height: 550px;
}
#footer {
	clear: both;
	color:#666;
	padding: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px dashed #ccc;
}
#footer a {
	color:#666;
	text-decoration:none;
	padding-right:2%;
}
#footer img{
	position:relative;
	top:3px;
}
#footer a:hover {
	text-decoration:underline;
}
