* {
	margin: 0;
}

html, body {
	font-family:Verdana, Geneva, sans-serif;
}

body
{ 
background-image: url('./images/back.jpg');
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
text-align: center;
font-size: 8pt;
color: #fff;
background-color: #923c05;
}

#box
{
min-height: 500px;
margin: auto;
width: 917px;
background-image: url('./images/back_index.jpg');
background-repeat: no-repeat;
text-align: left;
}

#box2
{
min-height: 500px;
margin: auto;
width: 917px;
background-image: url('./images/back_jm.jpg');
background-repeat: no-repeat;
text-align: left;
}

#box3
{
min-height: 500px;
margin: auto;
width: 917px;
background-image: url('./images/back_contact.jpg');
background-repeat: no-repeat;
text-align: left;
}

#menu
{
position: relative;
width: 440px;
top : 225px;
left: 130px;
color: #f9c96e;
}

#submenu
{
	display:block;
	float:right;
	text-align:right;
position: relative;
width: 200px;
top : 15px;
right: 30px;
color: #f9c96e;
}


#menu ul
{
margin: 0;
padding: 0;
}

#menu li
{

display: inline;
margin-right: 15px;
}

#menu a
{
color : #fff;
text-decoration:none;
}

#menu a:hover
{

text-decoration: underline;
}

#submenu ul
{
margin: 0;
padding: 0;
}

#submenu li
{

display: inline;
margin-right: 15px;
}

#submenu a
{
color : #6d2a00;
text-decoration:none;
}

#submenu a:hover
{

text-decoration: underline;
}

#texte
{
position: relative;
width: 350px;
top : 310px;
left: 100px;
min-height: 140px;
}

#map
{
position:relative;
display:block;
float: right;
width: 425px;
height: 350px;
right: 30px;
top: 150px;

}

#copyright
{
position: relative;
text-align: right;
width:100%;
top : 360px;
bottom: 20px;
height: 20px;
right : 100px;
}

#copyright p
{
font-size: 7pt;
}

h2
{
font-size: 9pt;
margin-bottom: 10px;
color: #f9c96e;
}

h3
{
font-size: 9pt;
margin-bottom: 5px;
color: #371500;
}


p
{
	margin-bottom: 10px;
}

a
{
	color: #f9c96e;
}

a:hover
{
	color: #f9c96e;
	text-decoration: none;
}

ul
{
	margin-bottom: 10px;
	margin-left:15px;
	padding: 0px;
}

li
{
	margin-bottom: 5px;
}

table
{
	margin-bottom: 15px;
	border: 0px;
}

table td
{
	border: 0px;
}

table tr
{
	border: 0px;
	
}
