html {
    overflow-y: scroll;
}
body{
	padding-top:34px;
	background-color : #eee;
	font-family : tahoma, verdana, arial;
	font-size : 11px;
}
h2 {
	font-weight : bold;
	font-size : 25px;	
	margin-top : 5px;

}
a {
	color : #333;
	text-decoration : none;
}
a:hover {
}

p {
	margin : 10px 0px 10px 0px;	
}


.spacer {
	clear:both;	
}
#conteneur {
	width : 740px;
	margin : auto;
	padding : 0px 20px;
	background-color : #fff;
	border-left : 1px solid black;
	border-right : 1px solid black;
	
}

#conteneur-cadre {
	background : url('../img/fond_conteneur.gif') top right repeat-y;
	padding-right: 1px;
}

#entete{
	height: 200px;
	border-bottom : 1px solid #000;
	position : relative;
}

h1 {
padding-left : 80px;

}
#entete-menu {
	position : absolute;
	bottom : 10px;
	right : 10px;
	font-size : 13px;
	font-weight : bold;
	text-align : right;
}
#entete-menu a {
	text-decoration : none;	
}
#contact-details {
	position : absolute;
	margin-left : 20px;
	margin-top : 0px;
	width : 130px;
	border : 1px solid #999;
	background : #eee;
	font-size : 12px;
	text-align : left;
	padding :2px 5px;
}
#contact-details a {
	display:block;
	padding : 0px 2px 0px 2px;
}
#contact-details a:hover { 
	background : black;
	color : white;
}
#contenu {
	margin-top : 26px;
	margin-bottom : 20px;
	border-bottom : 1px solid #000;
	border-top : 1px solid #000;	
}

#intro-visu {
	
	width : 450px;
	height : 500px;
	position : absolute;
	top: 50%;
	left : 50%;
	margin-left : -225px;
	margin-top : -350px;
}
#intro-texte {
	text-align : center;
	font-size : 9px;	
}
#pied-de-page {
	clear : both;
	height : 80px;
	margin-top : 10px;
}
#logo-1 {
	position : absolute;
	margin-left : 600px;
}

#logo-2 {
	position : absolute;
	margin-left : 660px;
}

#logo-ankama-edition {
	position : absolute;
}
#pied-de-page-contenu {
	text-align : center;
}

#pied-de-page a{
	color : black;
}

#rechts-illus {
	float : right;
	width : 460px;
}
#rechts-logo {
	text-align :right;
	height : 600px;
}
#rechts-photo {
	margin-top : 20px;
	text-align :center;
}
#rechts-description {
	margin-top : 50px ;
	width : 230px;
	text-align : justify;
}
#rechts-liens {
	margin: 50px 0px;
}

