/* CSS Document */

body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;


}
/* deco ----------------------------------------*/

.fond {
	background-image: url(_images/fond.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:365 px;
	height:653 px;
	
}

div#bas {
	background-position: bottom;
}


div#fond {
	background-image: url(_images/fond.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:365 px;
	height:653 px;
	float: right;
}

.hauteur {
	background-position: bottom;
}

.div{
	bottom:100px;
	padding:0px px;
	width:365px;
	background-position: bottom;
}
.bas {
	background-image: url(_images/bas.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width:365 px;

}

div#photo
{
	width: 250px ;
	background: #ccc center;
	border: 1px solid #999999 ;
	padding: 15px ;
	margin: 10px 10px ;
}

div#photo2
{
	width: 300px ;
	background: #ccc center;
	border: 1px solid #999999 ;
	padding: 15px ;
	margin: 10px 10px ;
}
.cadre_photo {
	background-image: url(_images/cadre.jpg);
	background-repeat: no-repeat;
	background-position: 85px 10px;
}

.cadre_photo2 {
	background-image: url(_images/cadre2.jpg);
	background-repeat: no-repeat;
	background-position: 35px 15px;
	
}

.img{
	background-image: url(_images/cadre2-dessus.jpg);
	background-repeat: no-repeat;
	background-position: 35px 15px;
	width:200px;
	height:200px;
	
}


/* fin deco ----------------------------------------*/

.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-right:15px;
}
.adresse a {
	text-decoration: underline;	
	color: #FFFFFF;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right:10 px;
    color:#000066;
	text-align: left;
}


/* menu ----------------------------------------*/
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	color:#FFFFFF;
	text-decoration: none;

}
.menu a{
	color:#FFFFFF;
	text-decoration: none;

}

ul#menu {
	list-style-type: none;
	margin-left:0px;
	background: transparent url(_images/) no-repeat -10px left;	/* arrière-plan général du menu */
	width:399px;
} 

ul#menu li {
	margin-left: 0px;
	background: transparent url(_images/) no-repeat -10px left;
	width:399px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	line-height: 37px;
	text-indent: 10px;
}

ul#menu a {
	width: 399px;
	height: 37px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: ;
	vertical-align: top;	 
}
	 
ul#menu a:hover {
	   position: relative;
	   background-color:#000066;
	   width:350px;
	   height:37px;
	   margin: 0px;
	   vertical-align: top;	 
  }


div#mentions {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  position: absolute;
	  bottom : 200px;
	  left : 5px;
	  width: 400px;
	  margin: 0 px;
	  padding: 0px;
	  border-radius:10px;
	  line-height: 1.1;

}
div#mentions a {
  text-decoration: none;
  color: #222;
}
div#mentions a:hover {
  text-decoration: underline;
  color: black;
}
