@charset "utf-8";
/* CSS Document */
/*Creation d'un div global centré sur lequel les autres div s'aligne*/
div#global {
	/* on positionne le conteneur de manière relative*/
	position: relative; 
	/*Mise en place des marges*/
	margin-left: auto;
	margin-right: auto;
	/*Definition de la largeur du site. Obligatoire pour le centrage automatique*/
	width: 900px;
	text-align: left;
     }
body {
	background-color:#666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-bottom:5px;
	margin-top:5px;
	color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
	text-align: center;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:5px;
	text-transform: lowercase;
	color: #000;
	text-align: center;
}
a.chemin:link {
	text-decoration: underline;
	color: #0000ff;
}
/* style du lien qui a déjà été visité */
a.chemin:visited {
	text-decoration: underline;
	color: #330066;
}
/* style du lien qui est survolé par la souris */
a.chemin:hover {
	text-decoration:none;
	color: #cccccc;
}
/* style du lien au moment où il est cliqué */
a.chemin:active {
	text-decoration: underline;
	color: #00ff00;
}
/* style du lien quand il reçoit le focus (avec la touche TAB par exemple) */
/* ne marche pas sur IE6 et IE7 */
a.chemin:focus {
	text-decoration: underline;
	color: #990000;
	background-color: #cccccc;
}
.boutique{
	 float:left;
}
.Rappel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.Citation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: oblique; 
	color: #000;
}
.MotGras {
	font-weight: bold;
}
.fondGris{
	color:#000;
	}
.bandeau {
	position:absolute;
	z-index:1;
	left: -10px;
	top: 21px;
	width:1000px;
	margin:0px;
	
}
.Trait {
	position:absolute;
	width:900px;
	z-index:5;
	left: 170px;
	top: 295px;
}
.icone{
 float:left;
 width:136px;
 height:76px;
 margin-left:10px;
 margin-right:10px;
 text-align:center;
 padding-top:0px;
 padding-bottom:0px;
}
#Pied {
	position:absolute;
	width:900px;
	z-index:1;
	left: -10px;
	top: 633px;
}
