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

body {
  font-size: 100%;
  margin:0;
  background:none;
  font-family:Verdana, Geneva, sans-serif; 
  font-size:0.8em; 
  top:0;
  background-image:url(../images/fonddeg.jpg);
}

img {
	border:none;
	
	}
a, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a span:hover, a div:hover
{
	cursor: pointer;
}



h1 {
font-size:175%;
	margin:0;	
	}
h2 {
font-size: 1.6em;
	margin:0;
	color:black;
	}

span {

	text-align:justify
	}
	

#bgbox1 {
	margin-left:64px;
	background-image: url(../images/transp.png);
	background-repeat:repeat;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
	border-radius: 14px 14px 14px 14px;
	-webkit-border-top-left-radius: 14px; /* pour Chrome */
	-webkit-border-top-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	border: solid 2px;
	border-color:#a98155;
	top: 935px;
}

#box1 {
position:absolute; 
padding-left:10px; 
padding-right:10px; 
padding-top:10px;	
}

.bgbox2 { 
background-image: url(../images/transp.png);
background-repeat:repeat;
        -moz-border-radius: 14px 14px 14px 14px; 
        -webkit-border-radius: 14px 14px 14px 14px; 
        border-radius: 14px 14px 14px 14px;
        -webkit-border-top-left-radius: 14px; /* pour Chrome */ 
        -webkit-border-top-right-radius: 14px; /* pour Chrome */
        -webkit-border-bottom-left-radius: 14px; /* pour Chrome */
        -webkit-border-bottom-right-radius: 14px; /* pour Chrome */
border: solid 2px;
border-color:#a98155;
margin-left:0;
margin-bottom:40px;

}

.ico-g {
top:22px; 
position:relative;
margin-left:64px;
/*clear:left;*/
display:inline;	/* EVITE LE BUG IE6 DE LA DOUBLE MARGE LORSQU'IL Y A UN FLOAT LEFT*/
float:left;		/* Tous les navigateurs ignorent ce display:inline, car la propriété float est prioritaire */
/*right:0;*/
}


#ico-d {
top:22px;
position:relative; 
margin-left:20px;
float:left; 
/* le display inline n'est plus utile puisque utilisé déjà une fois à gauche avec #ico-g */
}


.anibienv {
	position:absolute;
	float:left;
	width:352px;
	height:166px;
	left: 552px;
	top: 491px;
	}

/*Preload image*/
.preload img { 
 margin:0;
 padding:0;
 width:0;
 height:0; 
 }

/* BOITE A OMBRE */
.ombre {
position:relative;
  clear:left;
/*  float:left;*/
  background: url(../images/ombre.png) no-repeat bottom right;
  margin: 10px 0 10px 10px !important;
  margin: 10px 0 10px 5px;
  padding: 0px;
  }
.boite {
  position:relative;
  bottom:7px;
  right:7px;
  padding: 0px;
  }
/* /BOITE A OMBRE */

.h2color {
	color:#390}
.h3color {
	color:#684c00}
