/*  
----------------------------------------
poe-net.com - archipelagoes.net
----------------------------------------
Copyright (c) 2008 poe-net.com developer 
----------------------------------------
*/
				

/* fichiers d'import */
@import url(top.css);
@import url(bottom.css);
@import url(page.css);
@import url(accueil.css);
@import url(inscription.css);
@import url(gallery.css);
@import url(photo.css);


/* general */

*{outline: none;margin: 0px;padding: 0px;}

hr{clear: both;visibility: hidden;}
h1{margin: 0px;padding: 0px;}

a
{
	line-height: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
	text-decoration: none;
	cursor: pointer;
	color:#1f8b17;
}
a:hover{text-decoration: none;color:#006ab2;}
img{border:0;}

html{height:100%;} 

body
{	
	/*position:fixed;*/
	
	background-color: #fff;
	
	background: url(../image/structure/fond.jpg) fixed no-repeat;
}


#contour_general
{
	position: absolute;
	overflow: hidden;
	
	top: 5px;
	left: 50%; 
	
	width: 960px;
	
	margin-left: -480px;	
	
	/*width: 98%;*/
	
	
	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size: 12px;
 	color: #000;
	
	background-color: #fff;
	border: 3px solid #000;
	
	
}


#preload
{
	display: none;
	visibility: hidden;	
}




