html {
font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}

body {
margin: 0;
padding: 0;
/* Pensez à utiliser une collection de polices (2), par ex: font-family: Arial, Helvetica, FreeSans, sans-serif; */
font-size: .8em; /* À adapter pour la police choisie. (3) */
line-height: 1.4; /* À adapter au design. (4) */
background:#fff;
/*font-family:"Verdana", sans-serif;*/
font-family: 'Asap', sans-serif;
background-image: url('../img/bg.png');*/
}

#conteneur {
background-image: url('../img/head.png');
background-repeat: no-repeat;
font-size:12px;
width:800px;
margin: 0 auto;
text-align: justify;
}


#head {
height:295px;
width:800px;
margin: 0 auto;
/*background-image: url('../images/entete-ega.jpg');
	-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;*/
}

#logo {	position: absolute; margin-top:57px; margin-left:32px;}
	
#hg {position: absolute; top:294px;  height:50px; width: 50px; background-image: url('../img/hg.png');background-repeat:no-repeat;}
#hd {position: absolute; top:294px; margin-left:777px; height:50px; width: 50px; background-image: url('../img/hd.png');background-repeat:no-repeat;}

.galerie img { border: 7px solid #ddd; margin:10px;}
.galerie img:hover { border: 7px solid #cc0033; margin:10px;}


#centre {
	/*padding:10px;*/
	background-color:#eee9e5;
	position: relative;
	margin: 0 auto;
	/*border: 1px solid #bbb;
	-webkit-box-shadow: 0 0 34px #000;
	-moz-box-shadow: 0 0 34px #000;
	box-shadow: 0 0 34px #000;*/
	width:752px;
}

#texte {
	width:698px;
	margin: 0 auto 0 auto;
	padding: 5px;
	background:#fff;
	}

div.arrondi {
	background-color: #99cc33;
	width: 200px;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:5px;
}

div.arrondi p {color: #4b4b4d;}


#pied {
width: 800px;
height: 123px;
margin: 0 auto;
background-image: url('../img/pied.png');
text-align: center;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
  line-height: 1.2;
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: normal;
}
h1 {
  font-family:'Lobster', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.80em;
  color: #9e0039;
}
h2 {
  font-family:'Lobster', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  color:#3399cc;
  border-bottom: solid 1px
}
h3 {
  font-size: 1.25em;
  text-align:left;
  color:#4b4b4d;
}


/* Listes */
ul, ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
  margin: 0;
}

/* Paragraphes */
p {
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
  margin: .75em 0;
  font-style: normal;
}

/* Liens */
a {
  text-decoration: none;
}
a:link {
  color: #9e0039;
}
a:visited {
  color: #9e0039;
}
a:hover, a:focus, a:active {
  color: #9e0039;
  font-style:italic;
    font-weight:bold;
}

#pied a:link  { color:#fff;font-weight: normal;}
#pied a:visited  { color:#fff;font-weight: normal;}
#pied a:hover, a:focus, a:active { color:#99cc33;font-weight: normal;font-style:italic}

#texte a img {
	border: 1px solid #bbb;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

/* Pas de bordure autour des images dans les liens */
a img {
  border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/* Formulaires */
form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* Mise en forme simple pour les tableaux */
table {
  margin: 0;
  /*border: 1px solid gray; Pas de bordure = "none". */
  border-collapse: collapse; /* Valeur par défaut: "separate". */
  border-spacing: 0;
}
table td, table th {
  padding: 4px; /* Pas de retrait autour du texte = "0". */
  /*border: 1px solid #ccc;  Pas de bordure = "none". */
  vertical-align: top; /* Valeur par défaut: "middle" */
}



/* ----- Menu ----- */
#nav{
	position:relative; 
	top: 250px;
 	left:115px;

	padding:0; 
	font-family:'Lobster', Arial, Helvetica, sans-serif; 
	font-size:18px;
	
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	-moz-box-shadow:2px 2px 3px #ccc; 
	-webkit-box-shadow:2px 2px 3px #ccc; 
	box-shadow:2px 2px 3px #ccc;}
	
#nav .clear{clear:both;}

#nav ul{
	padding:0 0 0 5px; 
	margin:0; 
	list-style:none;
	}
	
#nav li{
	float:left; 
	margin:5px 10px 5px 0; 
	background-color: rgb(76, 160, 203);
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;list-style:none;
	}

#nav li a{
	text-decoration:none; 
	color:#fff; 
	font-weight: 400; 
	display:block; 
	padding:7px 15px;
	}





/*----Formulaire de contact-----*/
input { 
	color: #000; 
	font-size: 11px; 
	background-color: #ffffff;
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	padding:5px;
	}
	
textarea { 
	color: #000; 
	font-size: 11px; 
	background-color: #ffffff;
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	padding:5px;
	height: 100px;
	}
	
.txterror { color: black; font-size: 11px;  }
.txtform { color: black; font-size: 12px;  }