/*
 *	BACKGROUND
 */

html
{
	background: url("background.jpg");
}

body
{
	background: url("top.jpg") repeat-x top left;
}

#global
{
	background: url("global.jpg") repeat-y;
}

#header
{
	height: 120px;
	background: url("header.jpg");
}

#footer p
{
	width: 100%;
	padding: 5px;
	color: #71370B;
	text-align: center;
	font: 0.7em Verdana, sans-serif;
}

#footer a
{
	color: #71370B;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFF;
}

/*
 *	MENU
 */


#menu
{
	margin: 0 20px;
	margin-top: 10px;
	list-style: none;
	display: block;
	width: 730px;
	height: 40px;
	overflow: hidden;
}

#menu li
{
	float: left;
}


#menu li a
{
	display: block;
	height: 40px;
	padding: 10px;
	margin: 0 5px;
	text-decoration: none;
	color: #9F5A17;
	font: bold 1em sans-serif;
}

#menu li.activ a
{
	color: #FFF;
	background: url("menuitem.jpg") repeat-x;
}

#menu li a:hover
{
	color: #FFF;
}

#menu li a span
{
}

#menu li #submenu
{
}

#menu li #submenu li a
{
}

#menu li #submenu li a:hover
{
}

#langue
{
	position: absolute;
	right: 20px;
	top: 82px;
}

#langue img
{
	border: none;
}

/*
 *	FONT
 */

body
{
	font: 100% sans-serif;
}

#header h1
{
	background-color: #FFF;
	color: #852C1B;
	position: absolute;
	top: -500px;
}

#access
{
	color: #71370B;
	font-size: 0.9em;
	padding-right: 10px;
}

#access a
{
	color: #71370B;
	text-decoration: none;
	font-size: 0.9em;
}

#access a:hover, #access a:focus
{
	color: #FFF;
}

h2
{
	height: 20px;
	color: #FFF;
	margin-bottom: 10px;
	font: small-caps bold 20px sans-serif;
	text-align: right;
	clear: both;
}

h3
{
	background: url("h3.jpg");
	border: solid 3px #71370B;
	color: #FFF;
	padding: 5px 10px;
	margin: 10px 0;
	font: bold 1em sans-serif;
	text-transform: capitalize;
	clear: both;
}

#contentbar
{
	color: #852C1B;
	font-family: "Georgia", sans-serif;
	margin: 0 30px;
	overflow: hidden;
}

#contentbar p
{
	color: #852C1B;
	text-align: justify;
	margin: 0.7em 10px;
}

#contentbar table
{
	margin: 10px 0;
	border: solid 2px #852C1B;
	background: url("table.jpg");
	border-collapse: collapse;
}

#contentbar table i
{
	font-size: 0.8em;
	color: #BF8E71;
}

#contentbar table td
{
	padding: 5px;
	border-bottom: solid 1px #E7C79F;
}

#contentbar table th
{
	background: url("h3.jpg");
	color: #FFF;
}


#contentbar table.row2 td, #contentbar table.row2 th
{
	border-left: solid 2px #852C1B;
	text-align: center;
	width: 50%;
}

#contentbar strong
{
	font-weight: bold;
}

#contentbar ul
{
	text-align: justify;
	margin: 10px;
	padding-left: 2em;
	list-style: disc;
}

#contentbar img
{
	margin: 10px;
	border: solid 2px #852C1B;
}

#contentbar a
{
	color: #9F5A17;
}

#contentbar a:hover
{
	color: #D38B31;
}

#contentbar .gauche
{
	float: left;
	margin-left: 0;
}

#contentbar .droite
{
	float: right;
	margin-right: 0;
}

#contentbar p .gauche
{
	margin-left: 0;
}

#contentbar p .droite
{
	margin-right: 0;
}

#contentbar .gauche img
{
	margin-right: 10px;
	margin-left: 0;

}

#contentbar .droite img
{
	margin-right: 0;
	margin-left: 10px;
}

#contentbar input, #contentbar select
{
	color: #852C1B;
	font-family: "Georgia", sans-serif;
	border: solid 2px #852C1B;
	background: url("table.jpg");
	padding: 2px;
	width: 200px;
}

#contentbar .button
{
	background: url("h3.jpg");
	font: bold 1em sans-serif;
	color: #FFF;
}

#contentbar textarea
{
	color: #852C1B;
	font-family: "Georgia", sans-serif;
	border: solid 2px #852C1B;
	background: url("table.jpg");
	padding: 2px;
	width: 400px;
	height: 200px;
}

#contentbar h3 img
{
	background: transparent;
	margin-top: 7px;
	padding: 0;
}

/*
 * GALLERY
 */

#contentbar #gallerylist
{
	margin: 0;
	padding: 0;
	border: solid 2px #852C1B;
	background: url("table.jpg");
}

#contentbar #gallerylist li
{
	list-style: none;
	border-bottom: solid 1px #E7C79F;
}

#contentbar #gallerylist a
{
	display: block;
	padding: 5px;
	text-decoration: none;
}

#contentbar #gallery
{
	margin: 0;
	padding: 0;
	width: 720px;
}

#contentbar #gallery li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#contentbar #gallery li a
{
	display: block;
	padding: 5px;
	margin-right: 16px;
	margin-bottom: 16px;
	line-height: 150px;
	width: 150px;
	height: 150px;
	border: solid 2px #852C1B;
	background: url("table.jpg");
	text-align: center;
}

#contentbar #gallery li img
{
	margin: 0;
	border: none;
	vertical-align: middle;
}

#imageviewer
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("dark.png");
}

#viewer
{
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	border: solid 2px #852C1B;
	background: url("table.jpg");
	width: 640px;
	text-align: center;
}

#viewer img
{
	margin-bottom: 10px;
}

#viewer a
{
	display: block;
	margin:0;
	padding: 5px;
	border: solid 2px #852C1B;
	background: url("h3.jpg");
	font: bold 1em sans-serif;
	text-decoration: none;
	color: #FFF;
}

#viewer #close
{
	display: inline;
	border: none;
	background: none;
	color: #852C1B;
}

