body{
	background-color: #FFDA00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* Cadres haut de page */
#menu-haut{
	float:left;
	background-color: #FFFFFF;
	line-height: 100%;
	padding: 10px;
	width: 940px;
	height: 150px;
} 
#logoEG{
	width:150px;
	height:150px;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#bandeau-page{
	height: 90px;
	width: 780px;
	float: right;
	clear: none;
}
#menu-page{
	height: 50px;
	width: 780px;
	float: right;
	background-color: #FFDA00;
	margin-top: 10px;
}
/* Cadres contenu des pages */
#contenu{
	width: 940px;
	height: 560px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
} 
/* Cadres bas de page */
#menu-bas{
	background-color: #FFFFFF;
	text-align: right;
	border-top-style: solid;
	border-top-color: #626B69;
	border-top-width: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	height: 25px;
	width: 940px;
} 
/* Fond */
.fond-gris{
	background-color: #626b69;
}
.fond-blanc{
	background-color: #FFFFFF;
}
.fond-gris-clair{
	background-color: #EFF0F0;
}
.fond-jaune{
	background-color: #FFDA00;
}
.fond-jaune-clair{
	background-color: #FFEC7F;
}
.fond-jaune-tresclair{
	background-color: #FFF8CC;
}
.fond-orange{
	background-color: #EFAA23;
}
.fond-orange-clair{
	background-color: #FBEAC8;
}
.fond-correcteurs{
	background-color: #a1a762;
}
.fond-ameliorants{
	background-color: #f29867;
}
.fond-premix{
	background-color: #945d40;
}
.fond-premix-clair{
	background-color: #E4D6CF;
}
.fond-ingredients{
	background-color: #93688a;
}
.fond-ingredients-clair{
	background-color: #E4D9E2;
}
.fond-services{
	background-color: #86a5b2;
}
.fond-services-clair{
	background-color: #E1E8EC;
}
.trait-bas{
	border-bottom-width: thin;
	border-bottom-color: #626b69;
	line-height: 25px;
	background-color: #EFF0F0;
}

/* texte */
a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: dotted;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-color: #626B69;
}
a:hover {
	text-decoration:underline;
}
.texte-navigation-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626B69;
	text-align: left;
}
.texte-titre-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #626B69;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
}
.texte-soustitre-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: left;
}
.texte-soustitre-gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #626b69;
	text-align: left;
}
.texte-normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
.texte-gras{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.texte-blanc{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.texte-gris{
	font-family: Arial, Helvetica, sans-serif;
	color: #626b69;
}
.texte-noir{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.texte-vertNR {
	font-family: Arial, Helvetica, sans-serif;
	color: #ADBE52;
}
.texte-rougeNR {
	font-family: Arial, Helvetica, sans-serif;
	color: #D83528;
}
.texte-orangeNR {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9335;
}
.texte-partie{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.titre-partie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #626b69;
	line-height: 24px;
}
.titre-partie-orange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #EFAA23;
	line-height: 24px;
}
.titre-partie-ingredients{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #93688A;
	line-height: 24px;
}
.titre-partie-premix{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #945D40;
	line-height: 24px;
}
.titre-partie-services{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #86A5B2;
	line-height: 24px;
}
.titre-partie-jaune{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #FFDA00;
	line-height: 24px;
}
.navigation-partie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #FFDA00;
}

/* menu */
.menu-parties{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.menu-correcteurs{
	background-color: #a1a762;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu-ameliorants{
	background-color: #f29867;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu-premix{
	background-color: #945d40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu-ingredients{
	background-color: #93688a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu-services{
	background-color: #86a5b2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}
.titre-partie-vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: A1A762;
	line-height: 24px;
}
.fond-vert-clair {
	background-color: #D9DCC0;
}
.texte-navigation-pageclair {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
}
.fond-vertNR {
	background-color: #ADBE52;
}
.fond-rougeNR {
	background-color: #D83528;
}
.fond-orangeNR {
	background-color: #FF9335;
}
.fond-NR1 {
	background-color: #D96B08;
}
.fond-NR2 {
	background-color: #EF9C42;
}
.fond-NR3 {
	background-color: #E6A574;
}
.fond-NR4 {
	background-color: #F8CF9D;
}
.fond-NR5 {
	background-color: #D7AF89;
}