body {
    font-family: verdana;
    font-size: 13px;
	color: #000000;
	background: #5f594b ;
	text-align: center;
    margin: 0 auto 0;
	position: relative;
}

div#site {
    text-align:left;
    background: url(Images/Site/Site.jpg) repeat-y 0 0;
    width: 1000px;
    margin : auto
}

div#header {
    background: url(Images/Site/Header.jpg) no-repeat 0 0;
    height : 149px;
    margin : 0;
    padding:0
}

div#menu1 {
	background: url(Images/Site/Menu_01.jpg) no-repeat 0 0;
	height : 31px;
	margin : 0;
	padding:0;
	float:left;
}

div#menu2 {
    background: url(Images/Site/Menu_02.jpg) no-repeat 0 0;
    height : 31px;
    margin-left:104px;
    padding:0;
}

img { border: 0; }

a {
    color : #5f594b;
    font-family:verdana;
    text-decoration:none;
}

a:hover {
    color : #a9b55e;
	font-weight: bold;
    text-decoration:none;
}

a:active {
    color : #5f594b;
    text-decoration:none;
}
a:focus {
    color : #a9b55e;
    text-decoration:none;
}

div#footer {
    background:url(Images/Site/Footer.jpg) no-repeat 0 0;
    height : 40px;
	clear:both;
}

div#footer p {
    text-align: center;
    font-size: 0.9em;
    padding-top:6px; 
    clear:both;
    color:#d9d5b0;
}

div#footer a {
    color : #d9d5b0;
    text-decoration:none;
}

div#left {
    width:480px;
	float:left;
	margin:0px;
}

div#right {
    margin-left: 480px;
	margin-right: 70px;
}

div#midle {
    width:930;
	margin-left:70px;
	margin-right: 70px;
    padding-top: 40px;
    padding-bottom: 20px;
	color:#5f594b;
	text-decoration:none;
	font-family:verdana;
}

div#essai {
	width:930;
	margin-left:70px;
	margin-right: 70px;
	padding-top: 40px;
	padding-bottom: 20px;
	color:#5f594b;
	text-decoration:none;
	font-family:verdana;
	clear:left;
}

#left_haut {
    margin-left:70px;
	height: 27px;
	widht: 410px;
	position: relative;
	background: url(Images/Site/Left_haut.jpg) no-repeat;
}

#leftbk {
    margin-left:70px;
	widht: 410px;
	background: url(Images/Site/Left_back.jpg) repeat-y;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
	position: relative;
	color:#3e342e;
}

#left_bas {
    margin-left:70px;
	height: 27px;
	widht: 410px;
	background: url(Images/Site/Left_bas.jpg) repeat-y;
	position: relative;
}

#right_haut {
    margin-left:40px;
	height: 27px;
	widht: 410px;
	position: relative;
	background: url(Images/Site/Right_haut.jpg) no-repeat;
}

#rightbk {
    margin-left:40px;
	widht: 410px;
	background: url(Images/Site/Left_back.jpg) repeat-y;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
	position: relative;
}

#right_bas {
    margin-left:40px;
	height: 27px;
	widht: 410px;
	background: url(Images/Site/Left_bas.jpg) repeat-y;
	position: relative;
}

#midle h1 {
	font-size:1.6em;
	color:#5f594b;
	font-weight:bold;
	text-align:center;
}

#midle h2 {
	font-size:1.1em;
	color:#826e4b;
	font-weight:bold;
}

#midle h3 {
	font-size:1.6em;
	font-weight:bold;
}

.Marron {
	color:#826e4b;
}

.Marron_fonce {
	color:#3e342a;
}

.Rouge {
	color:#993333;
}

.Vert {
	color:#a9b55e;
}
.Bleu {
	color:#365695;
}
.Blanc {
	color:#FFFFFF;
}
.Gris {
	color:#666666;
}
.Beige {
	color:#d9d5b0;
}

