@import url(moodalbox.css);
@import url(contentbox.css);

img{
	border:none;	
}

.global{
	width:1000px;
	height:750px;
	margin:auto;
	border:1px solid #999;
	background:url('../images/background-global.jpg') no-repeat;
}

.global .enter{
	position:absolute;
	margin:49px 0 0 0;
}

.global .enter a{
	text-decoration:none;
}

.global .axe{
	position:absolute;
	width:377px;
	height:248px;
	margin:237px 0 0 335px;
	z-index:1;
}

.global .textes{
	position:absolute;
	margin:490px 0 0 76px;
}

.global .textes .titre{
	font-weight:bold;
	font-family:verdana;
	font-size:11px;
}

.global .textes ul{
	margin:12px 0 0 0;
	padding:0;
	list-style:none;
}

.global .textes ul li{
	margin:0 0 2px 0;
	padding:0 0 0 0;
	text-decoration:underline;
}

.global .textes ul li a{
	background:url('../images/textes-puce.jpg') no-repeat;
	background-position:0 4px;
	padding:0 0 0 13px;
	margin:0 0 0 0;
	color:#000;
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
	display:block;
	width:350px;
}

.global .branches{
	position:absolute;
	background:url('../images/branches.jpg') no-repeat;
	background-position:0 2px;
	margin:480px 0 0 320px;
	padding:0 0 0 80px;
	width:200px;
	z-index:2;
}

*:first-child+html .branches{
	position:absolute;
	background:url('../images/branches.jpg') no-repeat;
	background-position:0 0;
	margin:480px 0 0 320px;
	padding:0 0 0 80px;
	width:200px;
	z-index:2;
}

.global .branches div{
	height:20px;
	padding:0;
}

.global .branches .branche1{

}

.global .branches a{
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	color:#000;
}

.global .tools{
	position:absolute;
	width:201px;
	margin:457px 0 0 791px;	
}

.global .tools div{
	text-align:center;	
}

.global .tools .liveoptim{
	margin-bottom:2px;	
}

.global .tools .ggfriendly{
	margin-bottom:10px;	
}

.global .footer{
	position:absolute;
	margin:715px 0 0 450px;
}

.global .footer ul{
	margin:0;
	padding:0;
	list-style:none;
}

.global .footer ul li{
	margin:0;
	padding:0;
	display:inline;
}

.global .footer ul li a{
	background:url('../images/footer-puce.jpg') no-repeat;
	background-position:0 3px;
	padding:0 0 0 20px;
	margin:0 30px 0 0;
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-family:verdana;
}

.global .footer ul li a:hover{
	text-decoration:underline;
}