/* CSS Document */
html,body{width:100%;margin:0;padding:0;}

a{text-decoration:none;outline:none;color:#199e49;}
a:hover{color:#6dc181;}
h2{color:#993399;font-size:12px;text-decoration:underline;}
hr{border:0;width:90%;height:1px;color:#993399;background-color:#fff;}
p{margin:0;padding:0;}

BODY{
	background:url(images/bg.jpg) repeat-x #181818;
	margin:0;
	padding:0;
	font-family:"trebushet MS",verdana;
	font-size:12px;

}

#center{
	background:#181818;
	width:900px;
	height:400px;
	border:5px solid #cecece;
	margin:150px auto 0 auto;
	position:relative;
	
	}

#gauche{
	width:372px;
	min-height:20px;
	margin:15px 0 0 15px;
	float:left;
	}
	
#banner_gauche{
	width:372px;
	height:130px;
	position:relative;
	}
	
#logo_Eurojardin{
	width:372px;
	height:86px;
	margin:10px auto 0 auto;
	position:relative;
	}
	
#text-eurojardin{
	color:#f8f8f8;
	width:372px;
	height:120px;
	font-family:Trebuchet MS;
	font-style:italic;
	text-align:justify;
	margin:10px 0 0 0; 
	
	}

#droite{
	width:372px;
	min-height:20px;
	margin:15px 15px 0 0;
	float:right;
	}
	
#banner_droite{
	width:372px;
	height:130px;
	position:relative;
	}
	
#logo_Euroteco{
	width:372px;
	height:86px;
	margin:10px auto 0 auto;
	position:relative;
	}
	
#text_euroteco{
	color:#f8f8f8;
	width:372px;
	text-align:justify;
	font-style:italic;
	font-family:Trebuchet MS;
	height:120px;
	margin:10px 0 0 0;
	
	}
	
.lireplus{
	width:372px;
	height:15px;
	position:relative;
	}
	
#footer{
	width:900px;
	height:30px;
	text-align:right;
	margin:5px auto 0 auto;
	position:relative;
	
	
	}

	a#logo{
		background : url(/images/euro-jardin.jpg) no-repeat left top; 
		width:273px;
		height:115px;
		display:block;
	}
	a#logo:hover{
		background : url(/images/euro-jardin-hover.jpg) no-repeat left top; 
	}