body {
	font-family: Arial, sans-serif;
	text-decoration: none;
	color:#044406;
	font-size:13px;
}

#global {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0;
	border:1px solid #6b9d11;
	background:url(../images/structure/herbes.jpg) no-repeat right top;
}

#global2 {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0;
	border:1px solid #6b9d11;
	background:url(../images/structure/graine-de-sesame.jpg) no-repeat right top;
}

#global3 {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0;
	border:1px solid #6b9d11;
	background:url(../images/structure/poivre-blanc.jpg) no-repeat right top;
}

#global4 {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0;
	border:1px solid #6b9d11;
	background:url(../images/structure/poivre-noir.jpg) no-repeat right top;
}

#global5 {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0;
	border:1px solid #6b9d11;
	background:url(../images/structure/badiane.jpg) no-repeat right top;
}

#global6 {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0;
	border:1px solid #6b9d11;
	background:url(../images/structure/noix-muscade.jpg) no-repeat right top;
}
#content{
	float:left;
	width:970px;
	padding:15px;
	background:url(../images/structure/tree.jpg) no-repeat right bottom;
}

#content a{
        color:#044406;
        font-weight:bolder;
        text-decoration:none;
}

#content a:hover{
        text-decoration:underline;
}

#left-col{
	float:left;
	min-height:350px;
	width:230px;
	background:#cbddad;
        -moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	-webkit-box-shadow: 0px 5px 5px #ccc;
	-moz-box-shadow: 0px 5px 5px #ccc;
}

#right-col{
	float:left;
	min-height:350px;
	width:620px;
	padding:15px;
	border:1px solid #dee3cf;
	background:url(../images/structure/transparent.png);
	margin-left:20px;
}

#footer{
	border-top:1px solid #6b9d11;
	float:left;
	width:970px;
	padding:15px;
	color:#949494;
	font-size:10px;
}

#footer a{
	color:#949494;
	font-weight:bolder;
	text-decoration:none;
}

#footer-logo{
	float:right;
	width:200px;
	height:50px;
}

input{
        color:#044406;
        width:250px;
        margin-bottom:10px;
        height:14px;
        font-size:11px;
        border:1px solid #ccc;
}

label{
float:left;
}






