 @charset "UTF-8";
/* CSS Document */
body{
color:#000000;
}
#conteneur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	margin: 10px auto;
}

/*contenu*/

#contenu {
	/*height: 444px;*/
	width: 869px;
	margin-left: 65px;
}

#conteneur #contenu #centre #bande {
	background-image: url(img/bande.gif);
	height: 23px;
	width: 869px;
	background-repeat: no-repeat;
}
#conteneur #contenu #centre #zone {
	/*height: 375px;*/
	width: 867px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
#conteneur #contenu #centre #bande2 {
	background-image: url(img/bande2.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 869px;
	margin-bottom: 10px;
}
#content{
  margin:0px 20px;
  width:827px;
}
#content p{
  margin:0px;
}


/* SS MENU */
#ssmenu {
	font-size:13px;
	width: 860px;
	height: 22px;
}
#ssmenu #ssmenu1 {
	background-image: url(img/btn_presentation.gif);
	background-repeat: no-repeat;
	width: 122px;
}
#ssmenu #ssmenu3 {
	background-image: url(img/btn_etude_conception.gif);
	background-repeat: no-repeat;
	width: 122px;
}
#ssmenu #ssmenu4 {
	background-image: url(img/btn_capacite_production.gif);
	background-repeat: no-repeat;
	width: 148px;
}
#ssmenu #ssmenu5 {
	background-image: url(img/btn_matieres_utilisees.gif);
	background-repeat: no-repeat;
	width: 149px;
}
#ssmenu #ssmenu2 {
	background-image: url(img/btn_controle_qualite.gif);
	background-repeat: no-repeat;
	width: 122px;
}
#ssmenu a {
    color:#666666;
	display: block;
	float:left;
	width:149px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	text-align:center;
	background-image: url(img/btn_matieres_utilisees.gif);
	background-repeat: no-repeat;
}
#ssmenu a:hover {
	background-position: bottom left;
	color:#FFFFFF;
}

/* TABLEAUX */
#table_center p{
  text-align:center !important;
}