*{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #FF00D8;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
body{
	background: #A9008F url(images/fond.gif) repeat-y 50%;
	text-align: center;
	font-size: 8pt;
	color: #A00088;
	letter-spacing: 1px;
}
div.space{
	clear: both;
}
div#header{
	margin: 0 auto;
	width: 770px;
	text-align: left;
	height: 165px;
}
div#header div#h_dr{
	width: 205px;
	padding: 15px 0 0;
	float: left;
	text-align: center;
}
div#header div#h_dr h1 a{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	width: 195px;
	height: 115px;
	font-size: 0;
	color: #FF00D8;
}
div#header div#h_dr h6{
	padding-top: 5px;
	font-weight: normal;
	font-size: 8pt;
	color: #FCBAF2;
	letter-spacing: 2px;
}
div#header ul#h_ce{
	padding: 10px 0 0 0;
	float: left;
	list-style: none;
}
div#header ul#h_ce li a{
	background: #FF9BF0 url(images/menu.jpg) no-repeat 50% 0;
	padding: 6px 0 0 10px;
	width: 149px;
	display: block;
	height: 18px;
	color: #FF7DF0;
	text-decoration: none;
	font-weight: normal;
}
div#header ul#h_ce li a:hover{
	background: #fff url(images/menu.jpg) no-repeat 50% 0;
	color: #fff;
}
div#header ul#h_ce li.selected a, div#header ul#h_ce li.selected a:hover{
	background: #FF9BF0 url(images/menu.jpg) no-repeat 50% -24px;
	color: #fff;
}
div#header ul#h_ce li.h a{
	background: url(images/menu_h.jpg) no-repeat 0 0;
}
div#header ul#h_ce li.h a:hover{
	background: url(images/menu_h.jpg) no-repeat 50% 0;
}
div#header ul#h_ce li.h_selected a{
	background: url(images/menu_h.jpg) no-repeat 100% 0;
}
div#header ul#h_ce li.b a{
	background: url(images/menu_b.jpg) no-repeat 0 0;
}
div#header ul#h_ce li.b a:hover{
	background: url(images/menu_b.jpg) no-repeat 50% 0;
}
div#header ul#h_ce li.b_selected a{
	background: url(images/menu_b.jpg) no-repeat 100% 0;
}
div#header div#h_ga{
	margin: 10px 8px 0 0 !important;
	_margin: 10px 4px 0 0;
	background: url(images/head_dr.jpg);
	width: 389px;
	float: right;
	height: 145px;
}
div#contenu{
	background: #C100A3;
}
div#contenu div#centre{
	background: #fff;
	margin: 0 auto;
	padding: 15px;
	padding-right: 5px;
	width: 750px;
	text-align: left;
}
div#contenu div#centre div#rub{
	float: left;
	width: 580px;
}
div#contenu div#centre div#rub h2{
	color: #FF00D8;
	font: bold 18pt Arial;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
div#contenu div#centre div#rub h2:first-letter {
	color: #A9008F;
}
div#contenu div#centre div#menu{
	border-left: 1px solid #FF00D8;
	padding-left: 10px;
	float: right;
	width: 150px;
}
div#contenu div#centre div#menu h3{
	padding-bottom: 17px;
	text-align: right;
	background: url(images/menu_h3.jpg) no-repeat bottom right;
	color: #FF6CE9;
	text-transform: uppercase;
	font: bolder 11pt Arial;
	letter-spacing: 2px;
}
div#contenu div#centre div#menu ul{
	margin-left: 20px;
	margin-bottom: 10px;
}
div#contenu div#centre div#menu ul li{
	color: #FF6CE9;
	list-style: square;
	padding: 3px 0;
}
div#contenu div#centre div#menu ul li a{
	color: #FF6CE9;
	text-decoration: none;
	font-weight: normal;
}
div#contenu div#centre div#menu ul li a:hover{
	text-decoration: underline;
}
div#contenu div#centre img#pinup{
	float: left;
	margin: 0 10px 20px 0;
}
div#footer{
	margin: 10px 0;
}
div#footer p{
	margin: 5px 0;
	color: #FCBAF2;
}
div#footer p.b{
	color: #FF7DEB;
}
div#footer a{
	color: #FCBAF2;
	text-decoration: none;
}