html, body
{
	font-family:Arial;
	background:#000000 url(../images/layout/background.jpg) repeat scroll 0 0;
	margin:0;
	padding:0;
}

/* Structure principale */
#site
{
	width:816px;
	height:600px;
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-408px;
}

#top
{
	width:816px;
	height:142px;
	background:url(../images/layout/top.png) no-repeat;
	float:left;
	position:relative;
}

#content
{
	width:816px;
	background:url(../images/layout/site_background.png) repeat-y;
	float:left;
	position:relative;
}

#bottom
{
	width:816px;
	height:52px;
	background:url(../images/layout/bottom.png) no-repeat;
	color:#FFFFFF;
	font-size:14px;
	float:left;
	position:relative;
	text-align:center;
	line-height:38px;
}

/* Structure interne (menu + page) */
#menu
{
	width:171px;
	height:288px;
	margin-left:8px;
	background:#CBAC80 url(../images/layout/menu_bottom.png) no-repeat bottom;
	float:left;
	position:relative;
	display:inline;
}

#page_haut
{
	width:619px;
	margin-right:14px;
	margin-left:4px;
	float:left;
	position:relative;
}

#page
{
	width:794px;
	position:relative;
	float:left;
	margin:0 14px 14px 8px;
}

/* Textes menu */
#menu ul
{
	margin:28px 6px 0 10px;
	padding:0;
	list-style-type:none;
}

#menu li
{
	line-height:24px;
	border-bottom:1px dotted #E6D7C2;
}

#menu a
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
}

#menu a:hover, a:active, a:visited
{
	color:#663333;
}

#menu a.selected
{
	color:#663333;
}

/* Textes contenu */
.big
{
	width:560px;
	position:relative;
	top:114px;
	left:256px;
	color:#B5A08A;
	font-size:20px;
}

.trait
{
	color:#D1D675;
}

h1
{
	color:#B5A08A;
	font-size:20px;
	margin:8px 8px 16px 8px;
	padding:0;
}

h2
{
	font-size:12px;
	color:#8D3C07;
	margin:8px 8px 4px 8px;
	padding:0;
}

p
{
	font-size:12px;
	margin:8px;
	padding:0;
}

.text_centre
{
	position:relative;
	left:50%;
	margin-left:-300px;
	width:450px;
}

.text_droite
{
	float:right;
}

.titre_galerie
{
	font-size:12px;
	color:#8D3C07;
	font-weight:bold;
	position:relative;
	top:-11px;
	padding:0 4px;
	background-color:#FFFFFF;
}


/* Images */
.thumb
{
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #000000;
}

.thumb2
{
	margin-right:15px;
	float:left;
}

img
{
	border:0;
}

.galerie
{
	width:619px;
	text-align:center;
	float:left;
}

/* Divers */
.break
{
	width:100%;
	height:3px;
	clear:both;
	background:url(../images/layout/break.gif) repeat-x;
	margin:0;
}

.minibreak
{
	width:400px;
	height:3px;
	clear:both;
	background:url(../images/layout/break.gif) repeat-x;
	position:relative;
	left:50%;
	margin:20px 0 8px -200px;
	text-align:center;
}

.valid
{
	border:1px solid #009000;
	background-color:#AAFFAA;
	padding:5px;
}

/* Bloc gauche accueil (photos) */
.blank_space
{
	width:171px;
	height:60px;
	margin-left:4px;
	float:left;
	display:block;
	text-align:center;
	padding-top:30px;
	color:#8D3C07;
	font-size:12px;
	font-weight:bold;
}

/* Styles formulaires */
.cssform p.row
{
	clear:left;
	margin:0;
	padding:5px 0 8px 0;
	padding-left:125px;
	height:1%;
}

.cssform label
{
	float:left;
	margin-left:-125px;
	width:120px;
	text-align:right;
}

.cssform input, select, textarea
{
	width:230px;
	font-size:12px;
	border:1px solid #CBAC80;
}

.cssform .checkbox
{
	border:0;
}