/* CSS Document */
html, body {
	width: 100%;
}
body {
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;	
}
.page {
	position: relative;
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border: medium solid #FFFFFF;
}
a {
	font-size: 12px;
	color: #bd2b2b;	
}
a:hover {
	font-size: 12px;
	color: #000000;	
}
a#active {
	color: #FFFFFF;
	background-color: #b31736;
	text-decoration: underline;
}
.bMenu {
	margin-bottom: 10px;
}
h1 {
	font-size: 16px;
	color: #bd2b2b;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin-bottom: -8px;
}
p {
	font-size: 12px;
	color: #000000;
}
p#texte {
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}
img {
	display: block;
}
object {
	display: block;
}
td#menu {
	background-color: #bd2b2b;
	vertical-align: top;
	padding-top: 25px;
	width: 138px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}
td#basMenu {
	width:138;
	height:21px;
	background-color: #bd2b2b;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}
td#pub {
	background-image: url(../images/repeatPub.jpg);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
}
td#basPub {
	background-image: url(../images/repeatPub.jpg);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: bottom;
	height: 21px;
}
td#contenu_palmares {
	background-image: url(../images/fond_palmares.jpg);
	background-repeat: repeat-y;
	background-position: top;
	display:block;
}
div#fondPub {
	position: absolute;
	right: 0px;
	z-index:1;
}
div#contenuPub {
	position:relative;
	z-index:2;
}
