/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo a{
	margin: 10px 0 0 70px;
	display: block;
}

div#logo h1 a span, div#logo p {
	display: none;
}

div#header {
	background: transparent;
	height: 146px;
					background-image: url(../images/bgshad_950.png);
					background-repeat: repeat-y;
					background-position: center top;
}

div#header-inside {
background: transparent;
height: 146px;
border-left:0px solid #fff;
border-right:0px solid #fff;
}

div#header-inside, div#footer-inside {
	font-family: arial, "lucida console", sans-serif;
	width: 950px;
	margin: 0 auto;
}

div#logo h1 a {
	height: 143px;
	/*width: 850px;*/
	float: left;
}

/* menu */
ul#menu {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px; /* necessaire pour le background-image */
background-image: url(../images/bg_menu.png);
background-repeat: repeat-x;
background-position: top left;

}

ul#menu li {
	float: left;
}

ul#menu a {
float: left;
margin: 0;
padding: 6px 10px;
text-align: center;
text-decoration: none;

color: #f11892;
color: #fff;
font-weight: bold;
}

ul#menu a:hover {
text-decoration: none;
background-color: #BA1B75;
}

ul#menu a.selected {
text-decoration: none;
background-color: #BA1B75;
}

/* admin menu */
ul#adminmenu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 3px;
}

ul#adminmenu li {
	float: left;
	margin-left: 5px;
	line-height: 1.4;
}

ul#adminmenu li a {
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: auto;
	height: 15px;
	padding: 5px 10px;
	display: block;
	font-size: 13px;
	color: #BA1B75;
}

ul#adminmenu li a:hover, ul#adminmenu li a:active {
	background-position: top left;
	text-decoration: underline;
}

ul#adminmenu li a.selected {
	background-position: bottom left;
	text-decoration: underline;
}

/*footer*/

div#footer {
	background: transparent;
					background-image: url(../images/bgshad_950.png);
					background-repeat: repeat-y;
					background-position: center top;
	font-size: 8pt;
	color: #ccc;
	padding: 15px 0;
	height: 1%; /*ie7 hack*/
	text-align: center;
margin:0;
padding:0;
}

div#footer-inside {
background: tranparent;
border-left:0px solid #342813;
border-right:0px solid #342813;
border-bottom:0px solid #342813;
margin:0 auto;
padding:0;
}

div#footer p {margin:0;padding:20px}

#footer a {
color: white;
}

#footer a.copy {
	display: block;
	height: 43px;
	width: 54px;
	margin: 0 auto;
}

#footer a.copy:hover {
	background-position: top right;
}

