/*/////////////////////////////
Déclarations globales
////////////////////////////*/
body{
	background:#470315;
	margin:0;
	padding:0;
	font-family: verdana,arial,sans-serif;
	font-size:9px;
	color:#9b803f;
}
.clear{
	clear:both;
}
a{
	text-decoration:underline;
	color:#9b803f;
}
a.overlight{
	text-decoration:underline;
	background-color:#9b803f;
	color:#470315;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
/*/////////////////////////////
Header
////////////////////////////*/
#conteneur{
	width:978px;
	margin:0 auto;
	padding:0;
}
#header{
	width:978px;
	margin:0 0 40px 0;
	height:150px;
	background:url(theme/ban4ok.jpg) no-repeat top center;
}
#menu{
	float:left;
	width:226px; 
	margin:0;
	padding:0;
}
#menutop{
	height:64px;
	width:226px;
	padding:0;
	margin:0;
	background:url(theme/bordurecadre_01.png) no-repeat top center;
}
#menucontent{
	padding:O;
	width:226px;
	background:url(theme/bordurecadre_03.png) repeat-y top center;
}
#menucontent ul{
	margin:0;
	padding:0 0 0 50px;
}
#menucontent ul li{
	list-style-image: url(theme/buletpte.png);
	padding:0 0 20px 0;
	margin:0;
}
#menucontent ul li a{
	text-decoration:none;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#9b803f;
}
font{
	text-decoration:underline;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background-color:#9b803f;
	color:#470315;
}
#menucontent ul li a:hover{
}
#menubas{
	height:58px;
	width:226px;
	padding:0;
	margin:0;
	background:url(theme/bordurecadre_05.png) no-repeat bottom left;
	
}
#content{
	float:left;
	width:700px;
	height:420px;
	overflow:auto;
	color:#9b803f;
	font-size:14px;
	line-height:20px;
	margin:0 0 10px 40px;
}
#contenthaut{
	float:left;
	width:700px;
	height:350px;
	overflow:hidden;
}
#contenthaut table{
	width:100%;
}
#contenthaut td{
	width:50%;
}
#contentbas{
	float:left;
	width:700px;
	text-align:center;
	text-decoration:none;
}
#contentbas td{
	width:10%;
}
#content a.acces{
	display:block;
	text-decoration:underline;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-color:#9b803f;
	color:#470315;
}
#contentalbum table{
	table-layout:auto;
	width:100%;
	height:400px;
}
#contentalbum td{
	width:10%;
}
#photos{
	float:left;
	width:980px;
	margin:20px 0 40px 0;
}
#photo{
	float:left;
	width:33%;
	margin:0 auto;
	text-align:center;
}
#footer{
	float:left;
	width:980px;
	display:block;
	background:url(theme/footerdrape.png) no-repeat;
	height:75px;
	/*line-height:95px;*/
	color:#9b803f;
	font-size:14px;
}#footer table{
	width:100%;
	height:75px;
}
#footer td{
	width:10%;
	vertical-align:middle;
}
/*////////////////////////
Formulaire de contact
////////////////////////*/
#contactform{
	width:650px;
	margin:10px 0 10px 10px;
	padding:0 10px;
	font-size:12px;
	text-align:left;
}
#contactform p{
	margin:0 0 0 30px;
	padding:0 0 0 110px;
	font-size:10px;
	color:red;
}
#contactform input.txt,textarea{
	width:75%;
	color:#470315;
	font-weight:bold;
	background-color:#c7b18d;
}
#contactform table,td{
	width:100%;	
}
#contactform td.title{
	font-size:15px;
	font-weight:bold;
	border:1px solid #9b803f;
}
.sub{
	width:50%;
}
