@charset "utf-8";
/* CSS Document */

     /* custom */
#header-menu{
	background-color:#8ec6d5;
	height:20px;
	}
#header-menu-content{
	width:850px;
	background-color:#8ec6d5;
	height:20px;
	margin:auto;
	}
#header-valgabonde{
	width:100%;
	background-image:url(../images/valgabonde-header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#88b72f;
	height:386px;
	margin-bottom:15px;
	}
	
#footer-valgabonde{
	background-color:#8ec6d5;
	color:#FFF;
	height:172px;
	width:100%;
	border-top:2px solid #FFF;
	margin-top:15px;
	}
	
.row .eleven2  {
  border-radius: 3px;
  width: 88%;
  background-color: #547d88;
  padding:5px;
  box-shadow: 1px 1px 5px #555;
}

.row .eleven2-2{
	background-image:url(../images/valgabonde-particuliers.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:182px;
	}
	
.row .eleven3  {
  border-radius: 3px;
  width: 88%;
  background-color: #88b72f;
  padding:5px;
  box-shadow: 1px 1px 5px #555;
}
.row .eleven3-3{
	background-image:url(../images/valgabonde-familles.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:182px;
	}
.row .eleven4  {
  border-radius: 3px;
  width: 88%;
  background-color: #8ec6d5;
  padding:5px;
  box-shadow: 1px 1px 5px #555;
}
img.bookmarkThis
{
  opacity: 0.4;
  filter: alpha(opacity=40);
  padding: 0 5px 0 5px;
  width:20px;
  height:20px;
}

img.bookmarkThis:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

p.bookmarkThis
{
  text-align: left;
  padding-top: 20px;
}