
#top{
	position:relative ;
	margin:0 auto ;
	width:990px;
	height:120px;
}
#top h1{
	width:256px;
	height:104px;
}

#top h1 a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:300px;
	height:104px;
	background:url(img/header-logo.jpg) no-repeat 0 0;
}

#top #menu{
	display:block;
	position:absolute;
	bottom:0px;
	padding-bottom:2px;
	right:0;
	padding-right:15px;
	padding-left:5px;
	text-transform:uppercase ;
	background-color:#FB4F14 ;
}
#top #menu li{
	display:inline;
	height:18px;
	padding:2px 0px 2px 0px;
}
#top #menu a{
	display:inline;
	padding:2px;
	font-size:9px;
	font-family:Helvetica,sans-serif ;
	color:#FFFFFF;
	text-align:right;
}
#top #menu a:hover{
	color:#373634;
}
#top #menu a.current{
	font-weight:bold ;
	color:#373536;
}
#top #menu span{
	display:inline;
	height:12px;
	font-size:20px;
	font-weight:bold ;
	color:#373536 ;
}

#middle{
	margin-bottom:0px;
	width:100 %;
	height:779px;
	text-align:center ;
	background:black ;
}
#middle-agence{
	margin-bottom:0px;
	width:100 %;
	text-align:left ;
	background:black ;
}
#middle #content,
#middle dl{
	margin:0 auto ;
	width:990px;
}

#middle #content dt{
	margin-bottom:10px;
	padding-top:5px;
	text-align:left ;
	font-size:16px;
	color:white ;
}
#middle #content dd{
	display:block ;
	float:left ;
	overflow:hidden ;
	margin:5px;
	width:100px;
	height:100px ;
}
#middle #content dd.simple{
	width:101px;
}
#middle #content dd.double{
	width:240px;
}
#middle #content dd.triple{
	width:300px;
}
#middle #content dd.first{
	margin-left:0px;
}
#middle #content dd.last{
	margin-right:0px;
}
#middle #content dd a{
	display:block ;
	width:100px;
	height:100px ;
}

#middle #content dd.double a{
	width:240px;
}
#middle #content dd.triple a{
	width:300px;
}
#middle #content dd a img{
	opacity: 0.3;
}
#middle #content dd a:hover img{
	opacity: 1;
}


#middleindex{
	margin-bottom:0px;
	width:100 %;
	height:550px;
	text-align:center ;
	background:black ;
}
#middleindex #content,
#middleindex dl{
	margin:0 auto ;
	width:990px;
}

#middleindex #content dt{
	margin-bottom:10px;
	padding-top:5px;
	text-align:left ;
	font-size:16px;
	color:white ;
}
#middleindex #content dd{
	display:block ;
	float:left ;
	overflow:hidden ;
	margin:5px;
	width:100px;
	height:100px ;
}
#middleindex #content dd.simple{
	width:101px;
}
#middleindex #content dd.double{
	width:240px;
}
#middleindex #content dd.triple{
	width:300px;
}
#middleindex #content dd.first{
	margin-left:0px;
}
#middleindex #content dd.last{
	margin-right:0px;
}
#middleindex #content dd a{
	display:block ;
	width:100px;
	height:100px ;
}
#middleindex #content dd.double a{
	width:240px;
}
#middleindex #content dd.triple a{
	width:300px;
}
#middleindex #content dd a img{
	opacity: 0.3;
}
#middleindex #content dd a:hover img{
	opacity: 1;
}

#contact{
	margin-bottom:0px;
	width:100%;
	height:525px;
	text-align:center ;
	background:black ;
}
.redac{
background-image:url(images/plaquette-agence-newriver.jpg);
background-repeat:no-repeat;
	background:black;
	width: 100 %;
	height:511px;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
.h3 {
	text-decoration: none;
	color:#FFFFFF;
}
#footer{
	position:relative ;
	margin:0 auto ;
	width:990px;
	text-align:right ;
	font-size:9px;
}
#footer address{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:12px;
	padding:0 15px 6px 15px;
	line-height:10px;
	text-transform:uppercase ;
	font-style:normal ;
	color:white ;
	background-color:#FB4F14 ;
}
#footer address strong{
	color:#373536;
}
#footer address span{
	display:inline;
	height:12px;
	padding:0 3px ;
	font-size:20px;
	font-weight:bold ;
	color:#373536 ;
}


/*=================ACTU=================*/

#middle #pageactu {
	width: 990px;
	clear:left;
	margin: 0 auto;
	padding: 0;
	height:559px;
    background: #000;
    font-size: 16px;
    color: #FFFFFF;
        /*opacity: 0.8;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);*/
	line-height: 1.4;
	overflow:hidden;
    }	
	
	
	
	
	
	/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto 0 auto;
	width: 990px;
	height: 559px;
	
	/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/
	
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 0 0 0;
  width: 990px;
  height: 559px;
  overflow: hidden; /* affiche une scrollbar au cas ou */
  position:relative;
  z-index:1;
}
#slideshow #slidesContainer .slide {
  margin:0 0 0 0;
  width: 990px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height: 559px;
  overflow:hidden; /* affiche une scrollbar au cas ou */

}



/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:54px;
  height:24px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:2;
}
#navDiapo{
	display:block;
	width:54px;
	height:24px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
	position:absolute;
  top:267px;
  left:0;
  background: url('/img/prev.png') no-repeat 0 0;
}
#rightControl {
	position:absolute;
  top:267px;
  right:0;
  background: url('/img/next.png') no-repeat 0 0;
}



#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  margin:auto;
  background:transparent url('img/bg_pagecontainer_h1.png') no-repeat top left;
  text-indent: -10000px;
}
.slide h3, .slide p {
  margin:15px;
}
.slide h3 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#EF83BD;
  letter-spacing:-1px;
  text-align:left;
}
.slide p{
	text-align:left;
}
	
.slide img {
  float:center;
  margin:0;
}