body
{
	margin:0;
	padding:0;
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	background-color: #cccccc;
	font-family: Verdana;
	font-size:12px;
	color: #330f0c;
}

#header
{
	width: 960px;
	height:175px;
	margin: 0 auto;
	background-image: url("../img/header.png");
	background-repeat: no-repeat;
}

#menu
{
	width: 920px;
	height: 35px;
	background-image: url("../img/background-menu.jpg");
	background-repeat: repeat-x;
	background-color:#2a0802;
	margin:auto;
	padding:0 20px;
	z-index:10;
}

#menu li
{
	list-style:none;
	float:left;
	padding: 2px 2px 0 4px;
	overflow:hidden;
}


#menu .middle
{
	float:left;
}

#menu li.selected .middle
{
	background-image:url(../img/background-menu-hover.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#menu li:hover .middle
{
	background-image:url(../img/background-menu-hover.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#menu a:hover, #menu li.selected a, #menu li.selected li a:hover
{
	color:#9a3030;
}

#menu li a
{
	display:inline-block;
	padding:2px 19px;
	margin:0;
	height: 29px;
	font-size:15px;
	color:#ac7535;
	text-decoration: none;
}

#menu li a img
{
	border: none;
}

#menu li li a
{
	height: auto;
	margin: 0;
	font-size:12px;
}

#menu li.selected li a
{
	color:#ac7535;
}

#menu ul
{
	display:none;
	position:absolute;
	padding:0;
	margin:33px 0 0 0;
	border:1px solid #d0cbaa;
	border-top:none;
	min-width:101px;
	background-color:#ffffff;
}

#menu ul li
{
	float:none;
	display:block;
	overflow:hidden;
}

#menu li:hover ul, #menu li ul:hover, #menu li.sfhover ul, #menu li ul.sfhover
{
	display:block;
	left:auto;
	z-index:10;
}


/******************************** PAGE *******************************/
#body
{
	width: 956px;
	margin:0 auto;
	border: 2px solid #2a0802;
	border-top: none;
	background-color:#ffffff;
	overflow:auto;
	z-index:0;
}

.bordure
{
	background-color: #2a0802;
	overflow:auto;
}

.fond
{
	background-color:#f6f3d3;
	overflow:auto;
}

h1
{
	color: #330f0c;
	font-weight: 100;
	font-size:25px;
	margin: 0;
	padding: 2px 0 0 10px;
}

a
{
	text-decoration: none;
	color:#996633;
}

p
{
	margin:5px;
	padding:0;
	text-align: justify;
}

li
{
	list-style: none;
}

.fright{ float: right;}

.star{ color:#996633;}

.vignette
{
	margin: 12px 8px 0px 9px;
	padding:3px;
	height: 175px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	float: left;
}


/******************************** Contenu *******************************/
#content_border
{
	margin:4px 0 4px 4px;
	width:700px;
	float: left;
}

#content
{
	margin:2px;
	padding:15px;
	min-height:415px;
	overflow: hidden;
}

#content p
{
	margin: 10px 10px 15px 10px;
	line-height: 16px;
}

#content .nivo-caption p
{
	margin: 2px;
}


/******************************** Player *******************************/
#player_border
{
	margin:4px 2px 2px 4px;
	width: 244px;
	float: left;
}

#player
{
	margin:2px;
	padding:5px;
}

#player a img
{
	border:none;
	width: 183px;
	margin: 10px 25px;
}

/******************************** Newsletter *******************************/
#newsletter_border
{
	margin:4px 2px 2px 4px;
	width: 244px;
	float: left;
}

#newsletter
{
	margin:2px;
	padding:5px;
	min-height:120px;
}

#newsletter label
{
	margin:5px;
}

#newsletter input
{
	margin:5px;
}

#newsletter #submitNewsletter
{
	margin-left:35px;
}


/******************************** Last Comment *******************************/
#lastComment_border
{
	margin:4px 2px 4px 4px;
	width: 244px;
	float: left;
}

#lastComment
{
	margin:2px;
	padding:5px;
	min-height:148px;
}

#lastComment a
{
	padding:5px;
}


/******************************** News Slide *******************************/
#slider_border
{
	width: 666px;
	height:230px;
	padding:5px;
	background-image: url(../img/background-news.png);
	background-repeat: no-repeat;
}

#slider
{
	width:656px;
	height:220px;
	z-index:5;
}

img.news
{
	max-height:220px;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/******************************** Galerie *******************************/
#galerie a
{
	display: block;
	width:210px;
	height: 140px;
	float:left;
	margin:2px;
	padding:3px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	text-align: center;
}

#galerie a img
{
	max-width: 210px;
	max-height: 140px;
	margin:0;
	padding:0;
	border:none;
	float:none;
}

/******************************** Dates *******************************/
span.date
{
	text-decoration:underline;
	font-weight:bold;
}

/******************************** Livre d'or *******************************/
.comment_border
{
	width: 650px;
	padding:2px;
	margin:5px;
	background-color: #CCBBAA;
}

.comment
{
	background-color: #ffffff;
	width:646px;
	padding:2px;
}

.commentaire
{
	padding:5px;
}

/******************************** FOOTER *******************************/
#footer
{
	clear: both;
	width:960px;
	margin:0 auto;
	font-size: 10px;
}