/*
 * GeneaWiki - Feuille de style 
*/

body{
width:100%;
height:100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.main_container {
	position:absolute;
	border:1px solid #7d7d7d;
	width:732px;
	height:546px;
	margin-top:-278px;
	top:50%;
	margin-left:-366px;
	left:50%;
	}

.space_img{
	margin-left:20px;
	margin-top:5px;
	float:left;
	clear:both;
	}


.container_lien{
	float:right; 
	width:287px; 
	height:300px; 
	margin-right:35px; 
	margin-top:150px;
	}
	
.titrewiki{
	border-bottom:1px solid #7d7d7d;
	padding-bottom:3px;
	}
	
.h1_lien{
	font-size:14px;
	font-weight:bold;
	color:#0b5022;
	text-decoration:none;
	}

ul.flags{
	margin:0;
	padding:0px;
	padding-left:0px;
}

.flag_fr, .flag_en, .flag_nl, .flag_sv, .flag_es{
	background: url(../img/FR.png) no-repeat left center;
	list-style-position: outside;
	line-height:55px;
	list-style-type: none;
	padding-left:50px;
	}
	
.flag_es{
        background: url(../img/ES.png) no-repeat left center;
        }

.flag_en{
	background: url(../img/EN.png) no-repeat left center;
	}
	
.flag_nl{
	background: url(../img/NL.png) no-repeat left center;
	}
	
.flag_sv{
	background: url(../img/SV.png) no-repeat left center;
	}
	
	
	
.h1_lien:hover {
text-decoration:underline;
	}
	

