/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
li {
	margin: 10px;
}
.frame {
	display:table;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	
}
a:link {
	
	color: #515151;
}
a:visited {
	
	color: #868686;
	text-decoration: none;
}
a:hover {
	
	text-decoration: none;
	color: #840000;
	background-color: #FFFFFF;
}
a:active {
	
	
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #515151;
}
h2 {
	font-size: 12px;
	color: #515151;
	font-weight:bold;
}
h3 {
	font-size: 12px;
	color: #a12830;
	font-weight:bold;
}
h4 {
	font-size: 10px;
	font-style:italic;
}

.bare_right {
	width: 31px;
	height: 610px;
	float: left;
}
.menu {
	width: 225px;
	height: auto;
	float: left;
	background-color:#FFFFFF;
	color: #515151;
}
.main {
	width: 508px;
	height:	auto;
	float:	left;
	margin-bottom:35px;
	background-color:#FFFFFF;
}
.texte {
	padding-top: 0px;
	margin-right:23px;
	padding-bottom: 20px;
	color:#515151;
}
.texte a{
	font-size:12px;
	color: #515151;
}
.texte a:link {
	
	color: #515151;
}
.texte a:active {
	
	color: #515151;
}
.texte a:hover {
	
	color: #840000;
}
.texte a:visited {
	color:  #999999;
	
	text-decoration:underline;
}
.liensancres a{
	font-size:14px;
	color: #515151;
	font-weight:bold
}
.liensancres a:link {
	
	color: #515151;
	font-weight:bold
}
.liensancres a:active {
	
	color: #515151;
	font-weight:bold
}
.liensancres a:hover {
	
	color: #515151;
	font-weight:bold
}
.liensancres a:visited {
	color: #515151;
	
	text-decoration:underline;
	font-weight:bold
}
.bare_left {
	width:	130px;
	height:	auto;
	background-color:#FFFFFF;
}
.bandeau_bottom {
	width: 764px;
	height: 88px;
	background-image: url(../images/bandeau_bottom.gif);
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.menu_bottom {
	margin-left: 32px;
	padding-top: 30px;
	font-size: 10px;
	color: #868686;
}
.menu_bottom a:hover {
	font-size:10px;
	text-decoration: none;
	color: #515151;
	background-color: #DFDFDF;
}
.menu_bottom a:visited, .menu_bottom a:active, .menu_bottom a:link {
	font-size:10px;
	color: #515151;
	text-decoration:underline;
}
.nav-bottom{
	padding-left:0px;
}
#titre_adresse {
	font-weight:bold;
	font-size:14px;
	color: #a12830;
	font-size: 13px;
}
.plan_niv1{
	font-weight:bold;
	padding-bottom: 10px;
}
.plan_niv1 a:visited{
	color: #515151;
}
.plan_niv2{
	padding-left:25px;
	font-weight:bold;
	padding-top:15px;
}
.plan_niv2 a:visited{
	color: #515151;
}
.plan_niv3{
	padding-left:50px;
}
.plan_niv4{
	padding-left:75px;
}

@media print {
body {
	background-color: #FFFFFF;
}
.bare_right {
	display:none;
}
}
