html,body {
	
}

body {
	margin : 0;
	padding : 0;
	background-color : #060709;
	
	background-image:url('../images/background.gif');
	
	background-repeat: no-repeat;
	background-position: center top;
}
	
#main {
	position: relative;
	width: 750px;
	margin: auto;			
}

#content {		
	position: relative;		
	margin: 0px;		
	width: 750px;		
}

#content #lignes{
	/*float: left;*/
	position:absolute;
	background-repeat: no-repeat;
	
	top: 70px;
	left: 327px;
	
	height: 273px;
	width: 232px;
	
	background-image:url('../images/lignes.gif');
}


#content a{
	display:block;
	float: left;
	position:absolute;
	
	background-repeat: no-repeat;
	
	overflow:hidden;
	font-size: 2pt;
	
	text-indent: -9000px;
}



#content #lien-connexion{
	top: 86px;
	left: 0px;
	
	
	height: 212px;
	width: 327px;
	
	background-image:url('../images/logo-connexion.gif');
}


#content #lien-dfs{
	top: 57px;
	left: 520px;
	
	height: 77px;
	width: 178px;
	
	background-image:url('../images/logo-dfs.gif');
}

 
#content #lien-vegkiss{
	top: 160px;
	left: 500px;
	
	height: 82px;
	width: 177px;
	
	background-image:url('../images/logo-vegkiss.gif');
}


#content #lien-jardinsbb{
	top: 280px;
	left: 495px;
	
	height: 144px;
	width: 237px;
	
	background-image:url('../images/logo-jardinsbb.gif');
}


