/* CSS Document */

/*gestion de ma div image automatisme*/
#automatisme {
	position: absolute;
	top: 31%;
	left: 37.3%;
	border: groove;
	border-right-width:thin;
}

/*gestion de la description du produits*/
#description {
	position: absolute;
	width: 250px;
	text-align:right;
	top: 50%;
	left: -0.2%;
	border: groove;
	border-left-width:thin;
	background-color:#FFFFFF;
}

/*gestion du texte*/
h1 {
	text-align: center;
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.6;
}

h2 {
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.6;
	margin-right: 5px;
}

h3 {
	text-align:center;
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 1.6;
}


/*gestion du folio*/
#center #folio {
	position: absolute;
	top: 94.7%;
	left: 84.5%;
}