html, body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	height:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	background-color:#00729e;		
}

a{
text-decoration:none;
color:#FFFFFF;
}

a:hover{
color:#4E86E5;
}

.signature
{
   text-align: right;   
}

.commentaire
{
   text-align: center;
   text-decoration:underline;
}

.souligne
{
   text-decoration: underline;
}

blockquote
{
   text-align: justify;
}

h3{
   margin:0px;
   padding:0px;
   font-size:21px;   
   text-align: center;
   font-family: verdana, arial, "Arial Black", "Times New Roman", Times, serif;
}

/*
menu general
*/
#header{
  vertical-align: middle;	
  margin: 0px auto;
  width: 858px;
  height:100px;

}

#menu1{  
  float:left;
  vertical-align: middle;	
  width:120px;
  height:90px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  margin:5px 5px 5px 0px;
  border-right:1px solid #0189bd;
}

#pubGoogle{  float:left;  vertical-align: middle;	  width:120px;  height:90px;  margin:20px 0px -15px 75px;}

#cadreNews{
  float:left;	
  width:270px;
  height:100px;
  margin:0px;
  border-right:1px solid #0189bd;
  border-left:1px solid #0189bd;
  background-color:#00638a;
  overflow:hidden;
}

#cadreVideos{
  text-align:center;	
  width:420px;
  height:570px;
  margin:0px 0px 0px 30px;
}

#logo{  float:right;  vertical-align: bottom;	  width:320px;  height:100px;      background-color:#00729e;  margin:0px 0px 0px 0px;}

#top{  
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 858px;
  height:39px;
  overflow:hidden;
  position:relative;
  background: url(http://www.galeriepeche.fr/media/top.jpg) no-repeat;
  margin-top:0px;  
}

#bottom{
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 858px;
  height:39px;
  overflow:hidden;
  position:relative;
  background: url(http://www.galeriepeche.fr/media/bottom.jpg) no-repeat;
  padding-bottom:5px;
}

#partenaires{  	
  margin: 0px auto;
  width: 858px;
  height:20px;
  text-align:center;
  padding:3px 0px 3px 0px;
      
}

#pageCopyright{  	
  margin: 0px auto;
  width: 858px;
  height:97px;
  font-variant: small-caps;
  text-align:center;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color:#014a67;
  font-size:11px;
  padding:0px 0px 0px 0px;
  margin-bottom:0px;
}

#wrapper{
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  position:relative;
}

#mainblock{  
  float:left;
  width:650px;  
}

#containerads{
	position:absolute;
	left:670px;
	width:120px;
	height:100%;
	background-color:#00638a;
	padding:5px;
	overflow:hidden;
}

.ads{
  /* un bloc fixe situé en haut qui fait toute la largeur */ 
  /**position : fixed; 
  width:120px;
  height:600px;     
  /* et le patch pour IE */ 
  position : expression("absolute"); 
  top : expression(document.documentElement.scrollTop + this.offsetHeight - this.offsetHeight)+(5); 
  left : expression("5px");
}

#menu {list-style-type:none; margin:0px; padding:0;}

#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:120px; height:1px; z-index:100;}
#menu li a, #menu li a:visited {text-decoration:none;}

#menu dl {position:absolute; top:0; left:0; width: 120px; margin: 0; padding: 0; background: transparent url(transparency.gif);}
#menu dt {background: #00638a; margin:0;font-size: 1.1em; border-bottom:1px solid #008abf; width:120px; float:left;}
#menu dd {display:none; background: transparent; border-bottom:1px solid #008abf; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#FFFFFF; padding: 0px 0px 0px 0px; width:120px;}
#menu dd a, #menu dd a:visited {background:#00638a; color:#FFFFFF; text-decoration:none; display:block; padding:2px 0px 1px 0px; width:120px; text-indent:5px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {width:120px; border-bottom:0px;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #2e97c4; color:#FFFFFF;}
