@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: 680px;
	text-align: left;
     }
body {
	background-image:url(http://www.aexpmil.com/Images/degradeFondIndex.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#9f9f9f;
	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, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	color: #666;
	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;
}
.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: 0px;
	top: 2px;
	width: 221px;
}
.Trait {
	position:absolute;
	width:900px;
	z-index:5;
	left: 170px;
	top: 295px;
}
.icone{
 float:left;
 margin-left:0px;
 margin-right:0px;
 background-image:url(AexpmilStudio2008/DocsDivers/FondLogo.png);
 background-repeat: no-repeat;
 width:220px;
 height:220px;
 text-align:center;
 padding-top:0px;
 padding-bottom:0px;
}
#enBref {
	position:absolute;
	width:436px;
	z-index:1;
	left: 244px;
	top: 2px;
	overflow: hidden;
}
#Produits {
	position:absolute;
	width:436px;
	z-index:1;
	left: 245px;
	top: 387px;
	overflow: hidden;
}
#Pied {
	position:absolute;
	width:457px;
	z-index:1;
	left: 250px;
	top: 813px;
	overflow: hidden;
}
