* { outline: none; -moz-outline-style: none; }
body {
	background: #52110d;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#52110d;
	margin:0;
	padding:0;
}

p{
color:#8f5652;
text-align:justify;
}

.clearall { clear: both; }

/*------------
	FORMULAIRE GENERAL CONTACT + livre d'or
---------------*/
#envoyer{
    display:block;
	text-align:center;
    font-weight:bold;
	cursor:pointer;
	color:#b7a077;
	border:none;
	width:110px;
	line-height:28px;
	height:28px;
	background:url(theme/envoyer.png) bottom left no-repeat;
}

#envoyer:hover{
	background-position:top left;
	color:#FFF;
	height:32px;
}

input[type=text]{
	width:212px;
	height:21px;
	padding:2px 5px 0 5px;
	border:none;
	background:url(theme/input.png) top left no-repeat;
	color:#555555;
	margin-bottom:0.5em;
}

#message{
	color:#555555;
	width:550px;
	height:103px;
	padding:2px 0 0 7px;
	border:none;
	background:url(theme/textarea.png) top left no-repeat;
	/*overflow:auto;*/
}

hr{
	color:#e1d0b0;
}

#formulaire h2.double,#contenu h2.double{
    border:none;
    background:none;
    color:#8f5652;
    font-size:1em;
    font-weight:normal;
    margin:0;
    padding:0;
}

/*textarea{
	width:100%;
	height:150px;
}
input[type=submit]{
	/*background:#DDD;
	cursor:pointer;
}
input[type=submit]:hover{
	background:#FFF;
}*/
.error-message{
	color:#FF0000;
}


/* Styles usuels
-------------------------------------------------------- */

::-moz-selection{
    background:#93301b;
	color:#fff;
}
::selection {
	background:#93301b;
	color:#fff;
}
.left { float: left; }
.right { float: right; }


a:link, a:visited{
	text-decoration:none;
	color:#93301b;
	font-weight:bold;
	}
a:active, a:hover{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	}

#sousmenu ul{
	margin: 0;
	padding: 0 0 0 10px;
	height:150px;
	list-style:none;
}

#sousmenu li{
	margin: 0;
	padding: 0;
}
/* Page
-------------------------------------------------------- */
#page{
	top:0px;
	height:870px;
	width: 792px;
	margin: 0 auto;
	padding:0 4px;
	background: transparent url(theme/page.png) repeat-y top left;
	}
.loader{
	width:220px;
	height:19px;
	margin:0 auto;
	background:url(theme/loader.gif) top left no-repeat;
}
#top{
	position:relative;
	top:0px;
	height:260px;
	width:100%;
	margin: 0;
	padding:0;
	background: transparent url(theme/header.png) top left no-repeat;
}
#menu{
	position:absolute;
	bottom:0px;
	right:0;
	background:url(theme/menu_d.png) top right no-repeat;
	font-size:1.3em;
	margin: 0;
	padding:0 12px 0 0;

}
#sousmenu{
	float:left;
	width:134px;
	padding:20px 10px 0 10px;
	background:url(theme/gauche.jpg) top left no-repeat #d9c39e;
}
#contenu{
	float:left;
	width:598px;
	height: 450px;
	padding:30px 20px 0 20px;
	background:url(theme/contenu.jpg) top left no-repeat #d9c39e;
}

#contenutexte{
	float:left;
	width:498px;
	height: 450px;
	padding:30px 20px 0 60px;
	background:url(theme/contenu.jpg) top left no-repeat #d9c39e;
}

#bas{
	height:40px;
	width:800px;
	margin:0 auto;
	padding-top:15px;
	background:url(theme/bas.png) top left no-repeat #52110d;
	color:#d9c39e;
	line-height:20px;
	text-align:center;
	}

/* Menu
-------------------------------------------------------- */
#menu ul {
	margin: 0;
	padding: 0 0 0 12px;
	height:24px;
	list-style: none;
	background:url(theme/menu_g.png) top left no-repeat;
}

#menu li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu li a:link, #menu li a:visited {
	background-image: url(theme/menu.png);
	background-repeat: repeat-x;
	height: 24px;
	display: block;
	line-height: 24px;
	font-weight: bold;
	color: #d9c39e;
	text-decoration: none;
	text-align: center;
}
#menu li a:active, #menu li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #52110d;
	background-image: url(theme/menu_on.png);
	background-repeat: repeat-x;
}

#actif{
	text-decoration : none;
	font-weight: bold;
	line-height: 24px;
	-moz-outline:0;
	color: #52110d;
	background-image: url(theme/menu_on.png);
	background-repeat: repeat-x;
}

/* Menu de gauche
-------------------------------------------------------- */
#sousmenu h1{
	background: url(theme/categorie.png) no-repeat;
	text-align:center;
	height:34px;
	line-height:34px;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	color:#d9c39e;
	}
	
/* Contenu
-------------------------------------------------------- */
#contenu h1, #contenutexte h1{
	background: url(theme/titre.png) no-repeat;
	padding-left : 10px;
	margin-left:60px;
	height:21px;
	line-height:21px;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
	}
	
#galerie{
	height:400px;
	overflow:auto;
}
	
/* Bas
-------------------------------------------------------- */
#bas a,#bas a:visited{
	text-decoration:none;
	color:#93301b;
	font-weight:bold;
	}
#bas a:hover,#bas a:active{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.livreor{
color:#f9cd02;
font-style:oblique;
}
.livreor:hover{
color:#f78311;
}

/*
	Galerie
*/
a img{
	border:none;
}

a{
	text-decoration:none;
}

.min{
	background:#e1d0b0 url(.jpg) top left no-repeat;
	float:left;
	margin:0 1px 1px 0;
	padding:10px 10px 13px 10px;
	height:140px;
	width:172px;
}

.min a{
	display:block;
	height:100%;
	width:100%;
	overflow:hidden;
}

.min img{
	width:100%;
}

.min:hover h4{
	background:#d9c39e none repeat scroll 0 0;
	bottom:0;
	color:#52110d;
	font-family:Arial;
	font-size:9px;
	font-weight:normal;
	left:0;
	margin:0;
	width:auto;
	display:block;
	padding:5px;
	text-transform:uppercase;
}

.min:hover{
}

/*
	Livre d'or
*/
.num_pages{
    text-align:center;
	margin-bottom:0px;
}
.messages{
	overflow:auto;
	width: auto;
	height:380px;
	border-width:2px;
	border-style:solid;
	border-color: #6a110d;
	padding:5px;
	margin-top: 30px !important; /*pour firefox*/
	margin-top: 43px !important!; /*pour IE7*/
}
/*.messages:hover{
	overflow:auto;
	height:380px;
	border-width:2px;
	border-style:solid;
	border-color:#e1d0b0;
	padding:5px;
}*/
.captcha{

}
.reactualisation_code,.date_heure{
font-size:xx-small;
}
/*onglets pagination*/
#pages_livre_or{
	float:left;
	right:0;
	background:url(theme/menu_d.png) top right no-repeat;
	font-size:1.3em;
	margin: 0 -3px 0 0;
	padding:0 12px 0 0;
}
#pages_livre_or ul {
	margin: 0;
	padding: 0 0 0 12px;
	height:24px;
	list-style: none;
	background:url(theme/menu_g.png) top left no-repeat;
}
#pages_livre_or li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#pages_livre_or li a:link, #pages_livre_or li a:visited {
	background-image: url(theme/menu.png);
	background-repeat: repeat-x;
	height: 24px;
	display: block;
	line-height: 24px;
	font-weight: bold;
	color: #d9c39e;
	text-decoration: none;
	text-align: center;
}
#pages_livre_or li a:active, #pages_livre_or li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #52110d;
	background-image: url(theme/menu_on.png);
	background-repeat: repeat-x;
}

/*
	Plan du site
*/
.plan{
	list-style-image: url("theme/puce_orange.png");
}