/* squelette de la page*/
body /* page générale */ {
	font-family:Arial, Helvetica, sans-serif; /* police*/
	font-size: 14px; /* taille police */
	margin-left: 0px;
	margin-top: 0px;
	background: #FFCC66; /* couleur arrière plan  = orange*/
	color: #006699;
}
/* ------------------------------------------------------------------------- */ 
#logo /* position du logo */{
	left: 2px;
	position: absolute;
}
/* ------------------------------------------------------------------------- */ 
#header /* entête */ {
	height: 120px; /* hauteur */
	background: url(../img/titre.gif) no-repeat 300px 20px;
}
/* ------------------------------------------------------------------------- */ 
#menu {
	position:absolute;
	left:250px;
	top:88px;
}

/* ------------------------------------------------------------------------- */ 
#gauche /* menu gauche*/{
	position: absolute;
	width: 150px; /* largeur */
	top: 160px; /* position/haut de page */
	left: 0px; /* position/bord gauche de page */
	color: #996600; /* couleur arrière plan = marron */
}
/* ------------------------------------------------------------------------- */ 
#centre { /* contenu  */
	margin-left: 150px; /* position / bord gauche de page */
	margin-right: 10px; /* position / bord droit de page */
	background: #FFFFFF url(../img/angle.gif) no-repeat right top; /* angle droit orange */
	padding-left: 30px; /* retrait/bord gauche du contenu*/
	text-align: justify; /* alignement du contenu */
	padding-right: 30px; /* retrait/bord droit du contenu*/
	height: auto;
	padding-top: 20px;
}
/* ------------------------------------------------------------------------- */ 
#pied { /* pied de page*/

height: 30px; /* hauteur*/
}
/* ------------------------------------------------------------------------- */ 

/* mise en page et typographie */

p {/* paragraphe = le texte en général*/
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 14px;
	line-height: 1.3em;
}
ul {/* liste  menu*/
	list-style-type: none;
}
/* ------------------------------------------------------------------------- */ 
.menu li { /* menu haut*/
	text-align: center;
	padding-left: 10px;
	float: left;
}

.menu a { /* lorsque lien hypertexte*/
	height: 29px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF; /* couleur du bloc = vert*/
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #996699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #990000;
	border-left-color: #FF9933;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	float: left;
}
	

.menu a:hover {/*  survol de la souris menu haut */
	background-color: #993333;
}

.menu a:active {
	background:  #006699;
}
/* ------------------------------------------------------------------------- */ 
.menugauche { /* menu gauche*/
	list-style-type: none;
	margin: 0;
	padding:0;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
}
.menugauche li {
	margin-bottom: 5px;
	border-top: thin solid #996600;
	border-right: thin none #996600;
	border-bottom: thin solid #996600;
	border-left: thin none #996600;
	background-color: #996633;
}
.menugauche a { /* lorsque lien hypertexte*/
	color: #FFFFFF; /*texte souligné*/
	font-style: oblique;
	display: block;
	text-decoration: none;
	padding-left: 20px;
}
.menugauche a:hover {
	text-decoration: none; /* enlève le soulignement du texte*/
	background-color: #D0A375;
}
.active {
	background-color: #D0A375;/* couleur de la case quand page active*/	
}
/* ------------------------------------------------------------------------- */ 
h1 {
	color: #996600;
	font: italic bolder large/20px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: thin double #996600;
	padding-top: 20px; 
	padding-right: 30px;
	padding-bottom: 20px; /* retrait du texte */
	text-align: left;

}
h2 {
	color: #993300;
	font-weight: bolder;
	font-size: 14px;
}
h3 {
	font-size: 12px;
	padding: 2px;
	margin: 2px;
}

table{
	vertical-align: top;


}
.fond_ligne_prod {
	background-color: #EBEBEB;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
	border-bottom-width: thin;
	clip: rect(auto,auto,auto,auto);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.table2{
	color: #993300;
	padding: 4px;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	background-color: #FFFFFF;
}
.img_droite {
	padding: 2px;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #993300;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}
.pied {
color: #003366

}

/* couleur du texte*/ 
/* CSS Document */
.fondimage2 {
	background-color: #EBEBEB;
	text-align: center;
}
.img_gauche {
	padding: 2px;
	margin-right: 30px;
	margin-left: 0px;
	background-color: #993300;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}

