body{
	background:#D3F0E1;
	margin-bottom:0px;
	padding-bottom:0px
}

#page{
	width:820px;
	margin-left:70px;
}

#principal {

}

#top,#centre,#bottom{
	padding:0px;
	margin:0px;
}
#top{
	background-image:url(images/ga_01.jpg);
	background-repeat:no-repeat;
	height:119px;
	background-position:top left;
	padding-top:50px;
}
#annonce{
	text-align:right;
	padding-right:30px;
	font-size:8pt;
}


#menu {
	position:absolute;
	border:6px white solid;
	top:120px;
	left:40px;
	padding:10px;
	/*width:200px;*/
	/*height:400px;*/
	margin:auto;
	background-repeat:no-repeat;
	background-position:130px 0px;
	background-color:#FE8;
	-moz-border-radius: 10px 10px 10px 10px;	
}

#centre{
	background-image:url(images/ga_02.jpg);
	background-repeat:repeat-y;
	background-position:bottom left;
	padding-left:130px;
	padding-right:170px;
	text-align:justify;
	margin-top:0px;
	padding-top:0px;
}

#contenu{
	position:relative;
	<!--[if gte IE 6]> 
	background-image:url(images/courbed.jpg);
	<![endif]-->
	background-repeat:no-repeat;
	background-position:240 bottom;
	margin-top:0px;
	padding-top:0px;
}

#numero,#annonces{
	position:absolute;
	top:170px;
	left:755px;
	width:120px;
	font-size:8pt;
	text-align:left;

}
#infos,#complements{
	position:absolute;
	border:1px #c8b886 solid;
	background-color:#d8c896;
	top:170px;
	width:130px;
	left:735px;
	font-size:10pt;	
	text-align:left;
	padding:5px;
	-moz-border-radius: 10px 10px 10px 10px;	
}
#infos{
	left:730px;
	top:170px;
	width:140px;
}
#infos h4,#complements h4{
	color:white;
	}
#infos a,#complements a{
	color:#727d59;
	}
#infos a:hover,#complements a:hover{
	color:white;
	background:none;
	}

#bottom{
	background-image:url(images/ga_03.jpg);
	background-repeat:no-repeat;
	height:53px;
	text-align:center;
	font-size:7pt;
	padding-top:1em;
	clear:left;	
}


#plan {
}

#navigation {
}


input[type='text']{
	border: 1px #8A8 solid;
	background-color:white;
}

input[type='text']:hover{
	border: 1px #484 solid;

}

input[type='text']:focus{
	background-color:#CFC;

}

#panier td {
	border-bottom: 1px black solid;
	padding-bottom:10px;
}

li{
	text-align:left;
}
div.lien{
	width:230px;
	border:1px #ccde7e dotted;
	height:80px;
	float:left;
	margin-right:2px;
	margin-bottom:3px;
}
div.lien:hover{
	background:#eeffd9;
}
span.categorie a:hover{
	background:none;
	color:white;
}
div.lien a{
	font-size:10pt;
}

span.categorie{
	width:100px;
	display:block;
	float:left;
	margin:2px;
	font-size:10pt;
	border:1px #ccde7e dotted;
	text-align:center;
	height:24pt;
	vertical-align:middle;
}
span.categorie:hover{
	color:white;
	background:#ccde7e;
}
img.lien_img{
	border:1px grey solid;
	float:left;
	margin-right:10px;
}
p.lien_desc{
	font-size:9pt !important;
	text-align:left;
	margin:0px;
	padding:0px;
}
p.distributeur{
	background-color:#eceedf;
	border:1px #b7bb9b dashed;
	-moz-border-radius: 4px 4px 4px 4px;		
}