body { 
	background-image: url('Design/Designv2.png'); 
	background-position: center;
	background-repeat: no-repeat;
	background-color: #332118;
	margin: 0;
	border: 0;
	padding: 0;
	width: 1200px;
	height: 1200px;
	margin: auto;
	text-align: justify;
	color: white;
	font-size: 18px;
}

#menu { 
	margin: auto;
	margin-top: 295px;
	margin-left: 194px;
}
#corps { 
	margin-top: 150px;
	margin-left: 260px;
	margin-right: 100px;
	width: 680px;
	height: 500px;
	overflow: auto;
}
/***************************************************************************************************************************************************************
******************************************************************************Les Class ET Autres*************************************************************************
***************************************************************************************************************************************************************/

.left { float: left; }
.right { float: right; }
.red { color: red; }
.green { color: green; }
.blue { color: blue; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.text_center { text-align: center; }

a img { border: 0; }
a.galerie img { border: 10px solid #c0c0c0; }
a:hover.galerie img { border: 10px solid #614c33; }
a { color: black; text-decoration: underline; }
a:hover { color: #332118; text-decoration: bold;  }
	

/***************************************************************************************************************************************************************
******************************************************************************Style des News*************************************************************************
***************************************************************************************************************************************************************/

#table_news {
	text-align: center;
	border-collapse: collapse;
	width: 99%;
	color: white;
	}
.th_news {
	background-color: #332118;
	border: 1px solid white;
	color: white;
	}
tr, td {
	border: 2px solid white;
	}

.contact  {
	border:0; 533607
	}

sup {
	font-size: 10px;
	}

.input_contact, .textarea_contact { border: 1px solid #614c41;; background-color: #312018; color: white; width: 400px; }
.input_contact { height: 20px;  }