*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#fe43df; font-size:8pt}
a:hover{text-decoration:underline;}

body {
	width: 900px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#fff;
	background-color:#000;
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	float:left;
	width:900px;
	background: url(images/fondcontenu.png) repeat-y left top;
}

/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
	width:900px;
	height:255px;
	font-weight:bold;
	text-transform:uppercase;
	background: url(images/header.png) no-repeat left top; 
}

/*///////////////////////////////////  MENU  A DROITE //////////////////////////*/
#menu {
	float:right;
	display:inline;
	width:226px;
	height:484px;
	text-align:left;
	margin:0 50px 0 0;
	padding:10px 0;
	background: url(images/menu.png) no-repeat left top;
}
#menu h2 {
	font-size:10pt;
	margin:0;
	padding:20px 0 5px 0;
	text-align:center;
	color:#094dd6;
}
#menu ul {
	margin:0 0 20px 0;
	font-size:10pt;
	list-style:none;
}

#menu ul li {
	width:226px;
}

#menu ul li a {
	display:block;
	margin:0px;
	text-align:center;
	text-decoration:none;
	color:#fe43df;
	background: url(images/lien.png) no-repeat left top;
}

#menu ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0 260px 0 80px;
	padding:10px;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}

#corps h1 {
	color:#094dd6;
	margin:0 10px 0 0;
	padding:0;
	font: bold 10pt Tahoma,Verdana,sans-serif, Arial;
	border-bottom:1px solid #094dd6;
}
#corps p {
	color:#8d8d8d;
	margin:5px 0;
	padding:0;
}
#corps p a {
	color:#fe43df;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#8d8d8d;
}

/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	clear:both;
	width:836px;
	height:103px;
	padding-top:30px;
	font-size:9px;
	text-align:center;
	color:#8d8d8d;
	background:#000 url(images/footer.png) no-repeat left top;
}

p#footer a{
color:#fe43df;
}
