/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
}
form {
  margin: 0;
  padding: 0;
}
body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	/*background:url(../images/fond.png) repeat-x ;*/
	background-color:#FFF;
}
body.bg_stats{
	background-color:#CCCCCC;
}
a.onglet:link {
    text-decoration: none;
}
a.t-onglet:link {
    text-decoration: none;
	color:#FF0000;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#000;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-weight: bold;
}
a.bleu {
	text-decoration: none;
	font-weight: bold;
	color:#5c93d5;
}
a.bleu:hover {
	text-decoration: none;
	font-weight: bold;
	color:#416794;
}
a.blanc {
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}
a.blanc:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#FFF;
}
input.button { cursor: pointer; }

a.bouton_ing {
   /*background-color: #ffffff;*/
   background-color: #f8f8f8;
   border : 2px solid #a3afe4;
   margin: 10px;
   padding: 5px 5px 5px 5px;
   font-family:Verdana, Geneva, sans-serif;
   font-size:12px;
   text-decoration:none;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   
   /*border: 5px solid #fff;*/
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
    box-shadow: 8px 8px 14px #555;
   cursor: pointer;
}

#fleche_bouton{
   margin: 5px;
   font-family: Tahoma;
   font-size:12px;
   color:#000;
   font-weight:bold;
   padding-left : 25px;
   background:url('../images/fleche2.gif') no-repeat 5px 1px;
   height: 10px;
}


p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_grise {
	padding: 0 0;
	margin-bottom: 0px;
}
#container {
 	margin-bottom: 0px;
	height: 100%;
	float:none;
	margin-left: 3px;
    margin-right: 3px;
	width: 950px;
}
#container2 {
 	margin-bottom: 0px;
	height: 100%;
	float:none;
	margin-left: 0px;
    margin-right: 0px;
	width: 950px;
}
#banniere {
	float: left;
	background:url(../images/banniere-202210071531.png) no-repeat ;
	height:82px;
	width:950px;
}

#milieu {
	width: 950px;
	background-color:#FFFFFF;
	text-align:left;
	margin-left: 0px;
}
#milieu_stats {
	width: 950px;
	background-color:#CCCCCC;
	text-align:left;
	margin-left: 0px;
}
#tab_login {
	float:left;
	width: 300px;
	margin-left: 280px;
	margin-top: 10px;
	text-align:left;
}
h1.texte_rose {
	margin-top: 1px;
	background-color:#fff;
	text-align:left;
	color:#000;
	font-size:1em;
	font-weight:bold;
	padding-left: 5px;
}
h1.texte_stats {
	margin-top: 1px;
	background-color:#CCCCCC;
	text-align:left;
	color:#000;
	font-size:1em;
	font-weight:bold;
	padding-left: 5px;
}
h2 {
	 	/*text-transform : uppercase;*/
	padding-left: 5px;
	font-size:1.2em;
	color: #045ca5;
	font-weight:normal;
}
h3 {
	text-align:center;
	color:#000;
	font-size:1em;
	font-weight:bold;
	padding-left: 5px;
}
h1.identifiant {
	margin-left: 10px;
	padding-left: 40px;
	text-align:center;
	color:#473530;
	font-size:1em;
	font-weight:bold;
	background:url(../images/picto_identifiants.jpg) no-repeat 250px ;
	height: 50px;
}
#boutons{
	padding-left: 10px;
	text-align:left;
	color:#473530;
	font-weight:bold;
	height: 50px;

}
#boutons a{
	text-align:left;
	color:#473530;
	font-weight:bold;

}
#boutons a:hover{
	text-align:left;
	color:#80a144;
	font-weight:bold;
	text-decoration: none;
}

h1.bouton-consult {
	float:left;
	background:url(../images/bouton-consult.jpg) no-repeat;
	font-size:1em;
	height:28px;
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 10px;
}
h1.bouton-modif {
	float:left;
	background:url(../images/bouton-modif.jpg) no-repeat ;
	font-size:1em;
	height:28px;
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 10px;
}
h1.bouton-crea {
	float:right;
	background:url(../images/bouton-crea.jpg) no-repeat ;
	font-size:1em;
	height:28px;
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 10px;
}
h1.bouton-raz {
	float:left;
	background:url(../images/bouton-raz.jpg) no-repeat ;
	font-size:1em;
	height:28px;
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 10px;
}
h1.bouton-renum {
	float:left;
	background:url(../images/handyman-icon.gif) no-repeat ;
	font-size:1em;
	height:28px;
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 10px;
}
h1.bouton-retour {
	float:left;
	background:url(../images/bouton-retour.jpg) no-repeat ;
	font-size:1em;
	height:28px;
	padding-top: 6px;
	padding-left: 35px;
	padding-right: 10px;
}
h1.bouton-save {
	float:left;
	background:url(../images/bouton-save.jpg) no-repeat ;
	font-size:1em;
	height:28px;
	padding-top: 6px;
	padding-left: 35px;
	padding-right: 10px;
}
#infos_produit {
	width:940px;
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid;  
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid;
	border-color: #dfdfdf;
	background-color: #fafafa;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
#infos_produit h1 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	text-align:left;
	color:#473530;
	font-size:0.8em;
	font-weight:bold;
	background:url(../images/rond-fleche.png) no-repeat 1px 1px;
}
#infos_produit li {
	list-style: none;
}
#infos_produit_violet {
	width:940px;
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid;  
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid;
	border-color: #dfdfdf;
	background-color:#78235c;
	color:white;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
#infos_produit_violet h1 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	text-align:left;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
	/*background:url(../images/rond-fleche.png) no-repeat 1px 1px;*/
}
#infos_produit_liedevin {
	
	width:940px;
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid;  
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid;
	border-color: #dfdfdf;
	background-color:#c44859;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
#infos_produit_liedevin h1 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	text-align:left;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
	/*background:url(../images/rond-fleche.png) no-repeat 1px 1px;*/
}

#menu_filtre {
	height:82px;
	width:350px;
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid;  
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid;
	border-color: #dfdfdf;
	background-color: #fafafa;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
#menu_filtre h1 {
	margin-left: 20px;
	margin-top: 30px;
	padding-left: 20px;
	text-align:left;
	color:#473530;
	font-size:0.9em;
	font-weight:bold;
	background:url(../images/rond-fleche.png) no-repeat 1px 7px;
	float:left;
}
#menu_milieu2 {
	height:82px;
	width:350px;
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid;  
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid;
	border-color: #dfdfdf;
	background-color: #fafafa;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	background:url(../images/picto_export.png) no-repeat 290px 30px #fafafa;
}
#menu_milieu2 h1 {
	margin-left: 60px;
	margin-top: 20px;
	padding-left: 20px;
	text-align:left;
	color:#473530;
	font-size:0.9em;
	font-weight:bold;
	background:url(../images/rond-fleche.png) no-repeat 1px 2px;
}
#menu_milieu2 h1 a{
	color:#473530;
	font-weight:bold;
}
#menu_milieu2 h1 a:hover{
	text-decoration: none;
	font-weight: bold;
	color:#416794;
}
#menu_milieu1 {
	height:60px;
	width:350px;
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid;  
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid;
	border-color: #dfdfdf;
	background-color: #fafafa;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	background:url(../images/picto_export.png) no-repeat 290px 15px #fafafa;
}
#menu_milieu1 h1 {
	margin-left: 60px;
	margin-top: 20px;
	padding-left: 20px;
	text-align:left;
	color:#473530;
	font-size:0.9em;
	font-weight:bold;
	background:url(../images/rond-fleche.png) no-repeat 1px 2px;
}
#menu_milieu1 h1 a{
	color:#473530;
	font-weight:bold;
}
#menu_milieu1 h1 a:hover{
	text-decoration: none;
	font-weight: bold;
	color:#416794;
}
#menu_milieu3 {
	height:120px;
	width:350px;
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid;  
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid;
	border-color: #dfdfdf;
	background-color: #fafafa;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	background:url(../images/picto_export.png) no-repeat 290px 45px #fafafa;
}
#menu_milieu3 h1 {
	margin-left: 60px;
	margin-top: 20px;
	padding-left: 20px;
	text-align:left;
	color:#473530;
	font-size:0.9em;
	font-weight:bold;
	background:url(../images/rond-fleche.png) no-repeat 1px 2px;
}
#menu_milieu3 h1 a{
	color:#473530;
	font-weight:bold;
}
#menu_milieu3 h1 a:hover{
	text-decoration: none;
	font-weight: bold;
	color:#416794;
}
#menu_milieu4 {
	height:auto;
	width:350px;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px solid;
	border-color: #dfdfdf;
	background-color: #fafafa;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	background:url(../images/picto_export.png) no-repeat 290px 64px #fafafa;
}
#menu_milieu4 h1 {
	margin-left: 60px;
	margin-top: 20px;
	padding-left: 20px;
	text-align:left;
	color:#473530;
	font-size:0.9em;
	font-weight:bold;
	background:url(../images/rond-fleche.png) no-repeat 1px 2px;
}
#menu_milieu4 h1 a{
	color:#473530;
	font-weight:bold;
}
#menu_milieu4 h1 a:hover{
	text-decoration: none;
	font-weight: bold;
	color:#416794;
}
#fleche-verte {
	position:fixed;
	margin-left: 10px;
	margin-top: -10px;
	height:23px;
	width:27px;
	background:url(../images/fleche-verte.png) no-repeat ;
}
.entete{
	text-align:left;
	color:#000;
	font-size:1em;
	font-style:italic;
	padding-left: 5px;

}
.pied{
	text-align:center;
	color:#000;
	font-size:1.1em;
	/*font-style:italic;*/
	font-weight:bold;
	padding-left: 5px;

}
#bouton{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:150px;
	float:left;
	position:absolute;
	background:url(../images/bouton_g.png) no-repeat ;
	height:24px;
	width:424px;;
}	 
#bouton_g {
	float:left;
	position:relative;
	background:url(../images/bouton_g.png) no-repeat ;
	height:24px;
	width:11px;
}
#bouton_m {
	float:left;
	position:relative;
	background:url(../images/bouton_m.png) repeat-x ;
	height:24px;
	width:310px;
	text-align:center;
	padding-top:4px;
}
#bouton_d {
	float:left;
	position:relative;
	background:url(../images/bouton_d.png) no-repeat ;
	height:24px;
	width:11px;
}
a.texte_bouton{
	height:24px;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:10px;
	color:#000;
	font-weight:bold;
}
a.texte_bouton:hover{
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-top: 10px;
}

input,textarea
{
BORDER-RIGHT: 1px solid;
BORDER-TOP: 1px solid;
FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE:9pt;
BORDER-LEFT: 1px solid;
BORDER-BOTTOM: 1px solid;
BACKGROUND-COLOR: #ffffff;
border-color:#000000;
COLOR: #000000;
text-align: left;
}
input.login
{
BORDER-RIGHT: 1px solid; 
BORDER-TOP: 1px solid; 
FONT-SIZE:10pt; 
BORDER-LEFT: 1px solid; 
BORDER-BOTTOM: 1px solid; 
FONT-FAMILY: arial; 
BACKGROUND-COLOR: #ffffff; 
border-color:#d0d0d0; 
COLOR: #5088d0;
text-align: left;
}
table.tab1 {

border-color: #dfdfdf;
border-style: solid;
border-width:1px;
text-align: left;
font-weight:normal;
}
table.tab2 {
border-color: #dfdfdf;
border-style: solid;
border-width:1px;
text-align: center;
font-weight:normal;
}
tr.rose{
	background-color:#80a144;
}
td.onglet {
    background-color:#80a144;
    color:#fff;
    padding:5px 14px 7px 14px;
    text-decoration:none;
    font-size:9px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    border:1px solid #fff;
}
td.t-onglet {
    text-align: center;
	background-color:#FFF;
    padding:5px 14px 7px 14px;
    text-decoration:none;
	font:bold 9px Verdana;
    text-transform:uppercase;
    border:1px solid #fff;
}
td.libel {
    font-size:9px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    /*border:1px solid #91bbd1;*/
}
td.libelbandeau {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    /*border:1px solid #91bbd1;*/
}
td.param {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    border:1px solid #91bbd1;
}
td.tableau_titre {
    background-color:red;
}
.rouge
{
font-family: verdana;
font-size:8pt;
color: #F0193A;
font-weight:bold;
text-align : left;
}
.pourpre
{
font-family: verdana;
font-size:8pt;
color: #69A22B;
font-weight:normal;
text-align : left;
}
.vert
{
font-family: verdana;
font-size:8pt;
color: #8B2828;
font-weight:normal;
text-align : left;
}
.noir
{
font-family: verdana;
font-size:8pt;
color: #000000;
font-weight:bold;
text-align : left;
}
.noir2
{
font-size:2pt;
border-color: #dfdfdf;
border-bottom:solid;
border-top:hidden;
border-width:1px;
}
.noirc
{
font-family: verdana;
font-size:8pt;
color: #000000;
font-weight:bold;
text-align : center;
}
.violet
{
font-family: verdana;
font-size:8pt;
color: #666699;
font-weight:bold;
text-align : left;
}
.violetc
{
font-family: verdana;
font-size:8pt;
color: #666699;
font-weight:bold;
text-align : center;
}
.violet2
{
font-family: verdana;
font-size:8pt;
color: #666699;
font-weight:bold;
text-align : left;
}
.violetn
{
font-family: verdana;
font-size:8pt;
color: #666699;
font-weight:normal;
text-align : left;
}
.blanc
{
font-family: verdana;
font-size:8pt;
color: #ffffff;
font-weight:bold;
text-align : center;
}
.adresse
{
font-family: arial;
font-size:8pt;
color: #646495;
font-weight:normal;
text-align : left;
}
.noirn
{
font-family: arial;
font-size:8pt;
color: #000000;
font-weight:normal;
text-align : left;
}
.tot_rouge
{
font-family: verdana;
font-size:8pt;
color: #F0193A;
font-weight:bold;
text-align : right;
}
.noirseul
{
font-family: verdana;
font-size:7pt;
color: #000000;
font-weight:bold;
text-align : left;
}
td.violet
{
font-family: verdana;
font-size:8pt;
color: #666699;
font-weight:normal;
text-align : left;
padding-left : 5px;
}
td.violetd
{
font-family: verdana;
font-size:8pt;
color: #666699;
font-weight:normal;
text-align : right;
height: 25px;
}
td.jaune
{
font-family: verdana;
font-size:8pt;
color: #F4BC46;
font-weight:normal;
text-align : left;
}
caption.param {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
}
/*td.onglet a:hover {
    background-color:#82af3a;
    border-color:#91bbd1;
}
td.onglet a.active {
    background-color:#ffffff;
    color:#00a9c7;
    border:1px solid #c6d9e9;
    border-bottom: 1px solid #ffffff;
}*/
td.titre_tab_ref
{
font-family: verdana;
font-size:8pt;
font-style:normal;
text-align : left;
color: #ffffff;
height: 20px;
background-color: #03398c;
border-right: 1px solid #877A85;
border-bottom: 1px solid #DFDFDF;
padding-right:5px;
/*border-right:1px solid #FFFFFF;
/*border-right-color:#FFFFFF;*/
}
.titre_rougec
{
font-family: verdana;
font-size:8pt;
color: #BA0E1E;
font-weight:bold;
text-align : center;
}

.nomenc_ingredient_std_fixed_size {
	max-width: 700px;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow-wrap: break-word;
}
.block_overflow_with_ellipsis {
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.center {
	text-align: center;
}

.titre_annee {
	font-family: verdana;
	font-size:1.2em;
	margin: 10px 0;
	font-weight:bold;
}
