﻿/* centre le corps dans le milieu de la page*/

body {
	margin:0 auto;
	background-color: #EBEBEB;
	height:100%;
}

div#global  /* definition page*/ {
	width: 800px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
	padding:0 10px;
	background: url('images/global2.png') center repeat-y;
}



/* ------------ENTETE------------------ */
h1#top  /* Affichage entete : Acim Jouanin, en remplacement de l'image entete */  {
	margin:0;
	padding:0;
	text-indent:0;
	line-height:15pt;
	font-size:15pt;
}
div#entete  /* supp affichage image entete AJ*/{
	display:none;
}



/* ------------MENU et CONTENU------------------ */
div#center /* aligner les colonnes menu et contenu */ {
	overflow:none;
}



/* ------------MENU------------------ */
div#blocmenu  /* supp bloc menu menu gauche*/{
	display:none;
}
#accesqualite   /* supp bloc accès qualité*/{
	display:none;
}


/* ------------CONTENU------------------ */
div#contenu /* definition cadre contenu*/{
	float:none;
	width:100%;
	margin:0;
	padding:0;
}
div#theme  /* supp image de theme (accueil, liquides, solides ...) sous entete*/{
	display:none;
}
div#langues  /* supp bandeau choix des pages dans autres langues */{
	display:none;
}
div#imggamme /* supp affichage de l'image - concerne les pages gamme*/{
	display:none
}


/* ------------PIED DE PAGE------------------ */
h1#bottom  /* Affichage pied de page : Acim Jouanin + cooordonnées */ {
	margin:0;
	padding:0;
	text-indent:0;
	line-height:10.5pt;
	font-size:10.5pt;
}
div#pieddepage /* Supp affichage image bandeau pied de page */ {
	display:none;

}


/* ------------LIENS DS PAGE------------------ */
a {
	text-decoration: none;
	color: blue;
	font-style: none;
	font-weight: 400;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	background-color: none;
}
a img  /* supp contour bleu sur images avec liens    */{
	border: none;
}


/* ------------STYLES------------------ */
.titre {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.sous-titre {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.texte {
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 400;
}
.texte-surligne {
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 400;
	font-style: italic;
	background-color: #ffff00
}
.texte-9px {
	font-family: Verdana;
	font-size: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 400;
}
.texte-12px {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 400;
}




