body {

	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Tahoma, sans-serif ;
}
img {
	
}

a {
	outline:none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	
}
a:hover {
	color: #BD0926;
	
}
a.footer {
	outline:none;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	text-decoration: underline;
	
}
a:hover.footer {
	color: #BD0926;
	
}
hr {
	width: 100%;
	color: #BD0926;
	border:0px;
      background-color:#BD0926;
      height: 1px;
}
p{
	text-align: justify;
}
#tdsommaire {
	cursor: pointer;
	border-top: #BD0926 solid 1px;
}
h1{
	font-size: 20px;
	font-weight: bolder;

}
h2{
	color: #BD0926;
	font-size: 12px;
	font-weight: bold;
}

.page{
	color: #898989;
	font-size: 26px;
	text-transform: uppercase;
}

.legende {
font-family: "Courier New", Courier, monospace;
font-size: 11px;
color: #ffffff;
background-color: #000000;
padding-left: 2px;
padding-right: 2px;
}

.banniere{
left: 540px;
	position: absolute;
	height: 250px;
	margin-top:70px
}

.header {
	left:0px;
	height:250px;
}
.nav {
	left:0px;
	width:320px;
	margin-top:0px;
	position : absolute;
}
.contenu {
	
	left:320px;
	width:510px;
	margin-top:0px;
	position : absolute;
	
}
.article {
	background-color: #ffffff;
	margin-top: 27px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 450px;
	
}
.galerie{
	left:830px;
	width:320px;
	min-height:450px;
	padding:5px;
	position : relative;
	
	
	
}
.footer {
	font-size: x-small;
	color: #898989;
	
	
}


.error_strings{ font-family: Myriad Pro; font-size:14px; color:red; font-weight:bold}

	
/* Disable properties specified in the imported CSS file */
	.menu a {
		border:none;
		font-weight:normal;
	}

/* Actual menu CSS starts here */
	
	.menu,
	.menu ul {
		margin:0;
		padding:0px;
		list-style:none;
		font-family: Tahoma, sans-serif ;
		font-size:12px;
		
		
	}
	.menu {width: auto;}
	.menu li {
		display:block;
		color: #898989;
		padding:0;
		margin-bottom:1px;
		font-weight:bold;
	}
	.menu a {
		display:block;
		padding:0px 35px;
		color:#000000;
		
		text-decoration:none;
		outline:none
	}
	.menu a:hover,
	.menu a:focus,
	.menu a:active {color:#BD0926; border-right:solid; border-right-color:#BD0926; border-right-width:1px }
	.menu ul li {padding-left:15px;}
	
	.hidden {display:none;}
	
	
	
