/*--------------- DEFAULT -----------------*/
body{
	margin:0; padding:0; background:#7B0D32; color:#000;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
}
p, img, ul, a, form, input, h1, h2, h3 {margin:0; padding:0;}
ul{list-style:none;}
a{text-decoration:none; outline:none;}
.spacer{font-size:0; line-height:0; clear:both;}
img {border:none;}
/*--------------- HEADER -----------------*/
#header {
	width:697px; margin:0 auto; background:url(images/header_bg.jpg) 0 0 no-repeat;
	height:256px; padding:0 0 0 83px;
}
#header div {width:504px; height:256px; float:left;}
#header div img { display:block;}
#header div h2 {
	background:url(images/amourouamitie.png) 0 0 no-repeat; width:245px; line-height:0;
	height:29px; text-indent:-2000px; margin:76px 0 0 0; font-size:0;
}
#header ul { 
	width:128px; height:185px; background:url(images/topmenu_bg.jpg) 0 0 no-repeat;
	padding:71px 0 0 22px; font-weight:bold; float:left;
}
#header ul li {
	background:url(images/topmenu_libg.gif) left bottom repeat-x;
	padding:0 0 1px 0;
}
#header ul li a {
	color:#000; height:18px; display:block; padding:0 0 0 9px;
	background:url(images/bull_topmenu.gif) 0 40% no-repeat;
}
#header ul li a:hover {
	color:#fff;
	background:url(images/bull_topmenu_hover.gif) 0 40% no-repeat;
}
#header ul li span {
	color:#fff; height:18px; display:block; padding:0 0 0 9px; cursor:default;
	background:url(images/bull_topmenu_hover.gif) 0 40% no-repeat;
}



#footer {
	width:780px; margin:0 auto; padding:25px 0 0 0; color:#000;
	background:#F4F2EA url(images/fo0ter_bg.gif) 0 0 repeat-x;
}
#footer ul {font-weight:bold; width:600px; margin:0 auto;}
#footer ul li { float:left; padding:0 1px;}
#footer ul li a {
	padding:1px 10px; color:#7C1F3E; display:block; background:#F4F2EA;
}
#footer ul li a:hover {
	color:#F4F2EA; background:#7C1F3E;
}
#footer p {clear:both; padding:8px 0 17px 0; font-size:11px; text-align:center;}
#footer p a{ color:#000; text-decoration:underline;}
#footer p a:hover{ text-decoration:none;}
/*--------------- MISCLENIOUS -----------------*/
.centerAlign {text-align:center !important;}
.botPad {padding-bottom:25px !important;}