html {
	text-align: center;
	font: 12px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: #fff;
	color: #4b4b4b;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}
a {
text-decoration: none;
}

a:link{
	background-color: inherit;
	color: #333;
	text-decoration: none;
}
a:visited {
    text-decoration: none;
	background-color: inherit;
	color: #333;
	}
	
a:hover, a:active {
	background-color: inherit;
	color: #555;
	text-decoration: underline;
}

ul#nav {
	margin: 0;
	padding: 0 0 0 6px;
	width: 794px;
	height: 44px;
	background: #000 url(images/nav_bg.gif) repeat-x;
	color: inherit;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#nav li a {
	text-decoration: none;
	padding: 13px 25px 14px 25px;
}

ul#nav li a:link, ul#nav li a:visited {
	background-color: inherit;
	color: #fff;
}

ul#nav li a:hover, ul#nav li a:active {
	background-color: inherit;
	color: #c9f381;
}
ul#subnav {
	margin: 0;
	padding: 0 0 0 30px;
	width: 770px;
	height: 31px;
	background: #000 url(images/subnav_bg.gif) repeat-x;
	color: inherit;
}

ul#subnav li{
	float: left;
	margin: 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#subnav li a {
	text-decoration: none;
	padding: 7px 20px 7px 20px;
	background: transparent url(images/subnav_sep.gif) no-repeat left;
}

ul#subnav li a:link, ul#subnav li a:visited {
	background-color: inherit;
	color: #303030;
}

ul#subnav li a:hover, ul#subnav li a:active {
	background-color: inherit;
	color: #000;
}

ul#subnav li#subnavfirst a:link, ul#subnav li#subnavfirst a:visited {
	background: transparent url(images/subnav_icon.gif) no-repeat left;
	color: #303030;
}

ul#subnav li#subnavfirst a:hover, ul#subnav li#subnavfirst a:active {
	background: transparent url(images/subnav_icon.gif) no-repeat left;
	color: #000;
}

div#banner {
	margin: 0;
}

div#colone, div#coltwo, div#colthree {
	width: 240px;
	float: left;
	margin: 0 0 35px 20px;
}

div#colone h2, div#coltwo h2, div#colthree h2 {
	font: bold 12px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 35px 0 0 0;
	padding: 0 0 0 25px;
}

h2 span {
	background-color: inherit;
	color: #a3c76a;
}
h2 { padding: 0px; }

div#colthree h2 {
	background: #fff url(images/icon_star.gif) left no-repeat;
	color: inherit;
}

div.featureimg {
	padding: 12px 0 0 12px;
	width: 206px;
	height: 96px;
	background: #fff url(images/feature_bg.gif) no-repeat;
	color: inherit;
}

ul.featurelist {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.featurelist li {
	margin: 0;
	padding: 3px 0 3px 16px;
	list-style-type: none;
	background: #fff url(images/bullet.gif) left no-repeat;
	color: inherit;
}
ul.featurelist2 li {
	margin: 0;
	padding: 3px 0 3px 16px;
	list-style-type: none;
	background: #fff url(images/bullet.gif) left no-repeat;
	color: inherit;
	font-size: 12px;
}

h2.heading {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 20px 0 0 0;
	padding: 0 0 1px 25px;
	border-bottom: 1px solid #ddd;
	color: inherit;
	clear: both;
}
h2.headingc {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
}
h2.heading2 {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 20px 0 0 0;
	padding: 0 0 1px 25px;
	color: inherit;
	clear: both;
}


h3.heading {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #f0f0f0;
}
h3.heading {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #f0f0f0;
}
h3.headingf {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #ff4e00;
	color: #fff;
}
p.heading2 {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #bcd88d;
	color: #fff;
}

p {
	font-size: 12px;
	margin-bottom: 15px;
}

div#foot {
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 43px;
	background-color: #ededed;
	color: #4b4b4b;
	text-align: center;
}

div#foot p {
	padding: 9px 0 0 0;
}

div#foot p a {
	text-decoration: none;
}

div#foot p a:link, div#foot p a:visited {
	background-color: inherit;
	color: #4b4b4b;
}

div#foot p a:hover, div#foot p a:active {
	background-color: inherit;
	color: #000;
}

.light_greenboir 
{
color:#00a2ff;
}
.h 
{
color: #00a2ff;
font-size: 14px;
}

.light_greenmin {
color:#85B285;
font-size:9px;
}

img.left {
border: 1px solid #a0a0a0;
}

a img{
border: none;
}
 div#colone a, div#coltwo a, div#colthree a{
text-decoration: none;
	color: #4b4b4b;
}

.green {
color:#016001;
font-size: 13px;
}

.alimentation
{
color:#ffb400;
font-size:15px;
}
.light_greenalim {
color:#ffb400;
}

.light_greenboir {
color:#00a2ff;
}
.courir
{
color:#2e7002;
font-size:15px;
}
.courir2
{
color:#2e7002;
font-size:13px;
}
.light_greencourir {
color:#2e7002;
}

.boire
{
color:#00a2ff;
font-size:15px;
}

.courir2 a
{
color:#2e7002;
font-size:13px;
}
.courir2 a:hover, .courir2 a:active {
	background-color: inherit;
	color: #555;
	text-decoration: underline;
}
.black
{
color : #000000;
font-size : 10px;
}
li
{
font-size : 10px;
}
	.mail {
		width:800px;
		margin-left:50px;
		border:solid 1px #606060;
		background-color:#c0c0c0;
	}
	.mailheaders {
		border-bottom:solid 1px #404040;
		background-color:#b0b0b0;
		padding:0px 10px;
	}
	.headername {
		font-weight:bold;
	}
	.message {
		padding:0px 10px;
		font-family:"Courier New", courier;
	}
	
	.yellow_span {
color:#DFBD02;
font-weight:bold;
}

.yellow_span {
color:#DFBD02;
font-weight:bold;
}
.yellow_span2 a
{
color:#DFBD02;
font-size: 10px;
}

.green {
color:#016001;
font-size: 13px;
}
.green2 
{
color:#85B285;
font-size: 13px;
}
.date {
color:#016001;
text-decoration:overline;
padding: 10px 0 20px 0;
}

.light_green {
color:#85B285;
font-size: 12px;
}
.light_green2 {
color:#31a6ee;
font-size: 12px;
}

.light_greenmin {
color:#85B285;
font-size:10px;
}
.alimentation
{
color:#ffb400;
font-size:15px;
}
.light_greenalim {
color:#ffb400;
}
.light_greenafeculents 
{
color:#e0ab8d;
}

.light_greengras 
{
color:#f3c443;
}
.light_greenboissons
{
color:#31a6ee;
}
.boissons
{
color:#31a6ee;
font-size:15px;
}

.light_greensucre
{
color:#ffa1d0;
}
.sucre
{
color:#ffa1d0;
font-size:15px;
}
.boire
{
color:#00a2ff;
font-size:15px;
}
.gras
{
color:#f3c443;
font-size:15px;
}
.feculents
{
color:#e0ab8d;
font-size:15px;
}
.light_greenboir {
color:#00a2ff;
}
.courir
{
color:#2e7002;
font-size:15px;
}
.light_greencourir {
color:#2e7002;
}
#corps4
{
margin-right : 170px ; border-right:dashed 1px #cccccc;
}
#corps2{ float: right; background: url(images/background.jpg); width: 160px; border-left:dashed 1px #cccccc;}
#corps2 h2 { border-bottom:dashed 1px #cccccc; border-top:dashed 1px #cccccc; }
#corps3
{
float: right;
background: url(images/background.jpg);
width: 200px;
}

.heading2 {
	font: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
    color: #4b4b4b;
    font-size:12px;
	}
.heading3 {
	font: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
    color: #a3c76a;
    font-size:16px;
	}	
	
input.i1{
width: 30px;
}
input.i2{
width: 90px;
}
input.i3{
width: 80px;
}

div.featureimg2 {
	width: 600px;
	height: 175px;
	background: #fff url(index/feature.jpg) no-repeat;
	color: inherit;
}

#droite { 
width: 398px;
	height: 286px;
	float: right;
}
#gauche { 
width: 402px;
	height: 286px;
	float: left;
}
.headingp { font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif; padding:1px; margin: 0px; }
p span { 	background-color: inherit; color: #a3c76a; }
#panier {padding: 0px; margin: 0 auto; border-bottom:dashed 1px #cccccc; border-top:dashed 1px #cccccc; } 
.pan td {border-bottom : dashed 1px #cccccc; border-collapse: collapse;}
.nexs { border: 1px solid  #cccccc ; background-color: #f9f9f9;} 
.com {  padding: 5px ; text-align: right ; }
.input1 { margin-top: 5px !important;
margin-top:-5px;
border-top: 1pt solid #afafaf;
border-bottom: 1pt solid #afafaf;
border-right: 1pt solid #afafaf;
border-left: 1pt solid #afafaf;
font: normal 10px tahoma;
width:70px;
color: #707070;}
 .input2 { margin-top: 5px !important;
margin-top:-5px;
border-top: 1pt solid #afafaf;
border-bottom: 1pt solid #afafaf;
border-right: 1pt solid #afafaf;
border-left: 1pt solid #afafaf;
font: normal 10px tahoma;
width:70px;
color: #707070;
 background-color : #e3e3e3 ;}
h1.bilan  {  font-size: 15px ; color : #abd6e4;  }
h1.bilan a{  text-decoration: none; color : #abd6e4;}
h1.bilan a:hover, a:active{  text-decoration: none; color : #6baabe;}
h1.bilan span {  font-size: 15px ; color : #6baabe; }
input.i1{
margin-top: 5px !important;
margin-top:-5px;
border-top: 1pt solid #afafaf;
border-bottom: 1pt solid #afafaf;
border-right: 1pt solid #afafaf;
border-left: 1pt solid #afafaf;
font: normal 10px tahoma;
width: 30px;
}
#menu { 	margin-left: 10px; width: 170px; float : right;}
h1.menu { font-size: 14px ; border-bottom : 2px solid #a5ce5e; margin-bottom: 0px ; padding-bottom : 0px; text-transform: uppercase;} 
h1.menu span {color: #a5ce5e; font-size: 15px }
#menu ul { 	list-style-type: none; padding-left : 2px ; }