html, body{
background-color: #000;
	margin:0px; 
	padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
height:100%;
background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
background-position:center; 
}

h1
{
font-size : 22px;
}

.container {
	margin-left: auto;
     margin-right: auto;
	height:100%;
	
padding-top:30px;
}
div.content {
	
	margin: 0 auto;
	margin-left: auto;
     margin-right: auto;
		width: 900px;
		background-image: url(fond_main.png);
		background-position: top;
		background-repeat: no-repeat;
	}
div.content_gallery {
	
	margin: 0 auto;
	margin-left: auto;
     margin-right: auto;
		width: 900px;
		background: #ffffff;
	}
div.main{
		width: 900px;
		text-align:center;
	}
	div.edito
	{
	width: 880px;
		background: #242b37;
		margin: auto;
		padding:10px;
		/*background-image: url(fond_content.jpg);*/
		background-position: top;
		background-repeat: repeat-y;
		text-align:justify;
		color:#fff;
		font-size : 14px;
	}
a  {
	color : #c82310;
	text-decoration : none;
}
a:hover  {
	color : #ff0000;
	text-decoration :none;
}

/* BARNAV HORIZONTAL */
div.header {}
div.navcontainer
{
padding: 0;
margin: -20px 0 0 0;
width: 900px;
height: 30px;
/*text-align: center;*/
}





div.logo { padding:17px 0 0 35px;}	
/* Navigation */

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
  text-align:right;
  float : right;
  margin-right:10px
}
.nav li {
  border-left: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  /*background: #565656;*/
  color: #000;
  display: block;
  padding: 0 7px;
  text-transform: lowercase;
  text-decoration: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}

.nav li a.book
 {
  background: #c82310;
  color: #fff;
}

#nav-one li:hover a.book, 
#nav-one li.sfHover a.book {
  background: #fff;
  color: #c82310;
}



#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  /*background: #565656;*/
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 120px;
  white-space: nowrap;
}
.nav ul a.book
 {
  background: #c82310;
  color: #fff;
}

.nav ul a:hover {
  background: #ccc;
  color: #000;
}
.footer
{
text-align : center;
color:#000;
background-image: url(fond_footer.png);
		background-position: top;
		background-repeat: no-repeat;
}
img.cadre {
	border: 4px solid #FFFFFF;
	margin: 5px;
}


