*{margin:0; padding:0;}

body{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url("/interface/body.png") top repeat-x #000000;
}

p{font-size:12px; margin-left:5px;}
h1{text-indent:-9999;}
a{font-family:Verdana, Arial, Helvetica, sans-serif; color:#6666FF;}
a:hover{color:#CC33FF;}
img{border:none;}
h2{color:#431263;}

#Global{
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/*background:url("/interface/body.png") top repeat-x;*/
}

#Header{
	background:url("/interface/head.png") bottom no-repeat #000000;
	width:960px;
	height:151px;
	position:absolute;
	top:0px;
	left:0px;
	
	
}
#Header #HeaderElement{
	background:url("/interface/titre.png") top right no-repeat #000000;
	width:418px;
	height:151px;
	position:absolute;
	top:0px;
	left:162px;
}

#Navigation{
	/*background:url("/interface/menu.png") top left no-repeat;*/
	width:310px;
	height:151px;
	position:absolute;
	top:0px;
	left:580px;
	z-index:10;
}

#Content{	 
	 width:100%;
	 height:373px;	 	  
}
#Content #ContentElements{
	background:url("/interface/content.png") top left repeat-y;
	height:393px;
	width:778px;
	position:absolute;
	top:121px;
	left:162px;
	overflow:auto;
	padding:0px 10px 10px 10px;
	z-index:0;
}
#Content #anim{
	background:url("/interface/anim.png");
	width:162px;
	height:544px;
	float:left;
	position:absolute;
	top:0px;
	
}
#Content .signature{ text-indent:50px;}
#Content h3{
	text-indent:20px;
	color:#CC00FF;
	margin:10px 0 10px 0;
}
#Content h4{
	text-indent:30px;
	color:#CC00FF;
}

#Content ul{
	font-size:12px;
	list-style:inside;
	margin:5px 0 5px 0;
}
#Content ul li{
	text-indent:40px;
	margin:5px 0 5px 0;
}
#Content ul li .nom{ color:#CC66FF; font-weight:bold;}
#Content #zoomSlider{
	float:right;
	margin-left:20px;
}
#Footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	background:#000000;
	width:960px;
	position:absolute;
	top:524px;
	left:0px;
	clear:both;
}
#Footer #FooterElements .powered{width: 150px; float:right; color:#FFFFFF; padding-top:10px;font-size: 10px;}
#Footer #FooterElements .valide{width:80px; float:right;}
#Footer #FooterElements .powered, #Footer #FooterElements .valide{margin: 10px 20px 0 0;}
#Footer #FooterElements .menu { width:200px; float:left; margin:10px 0px 10px 50px;}
#Footer #FooterElements .menu ul {list-style:none;}
#Footer #FooterElements .menu ul li{display:inline;}
#Footer #FooterElements .menu ul li a {font-size:12px; text-decoration:none; color:#660099;}
#Footer #FooterElements .menu ul li a:hover {font-size:12px; text-decoration:none; color:#CC66FF;}