/*     TAG HTML    */
body{
	background-color: #52371B;
	margin: 0px;
	color: #52371B;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
}

h1{
	font-family: Times New Roman, Times, serif;
	color: #52371B;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	margin: 3px 0px 4px;
}

/*     Principaux DIV     */
#container{
	width : 760px;
	margin: 5px auto;
	background-color: #FFFFD1;
}

#header{
	width: 760px;
	height: 140px;
	margin: 0px;
}

#menu{
	width: 760px;
	margin: 0px;
	background-color: #9A6733;
	height: 20px;
}

#centre{
	width: 740px;
	margin: 10px;
}

#footer{
	width: 760px;
	margin: 0px;
	clear: both;
}

/*    DIV header    */
#header img{
	display: block;
}

/*    DIV menu     */
#menu table{
	width: 760px;
}

#menu img{
	border: none;
	height: 20px;
}

/*    DIV footer     */
#footer p{
	text-align: center;
	padding: 5px 0px 3px;
	margin: 0px;
}

#footer a{
	text-decoration: underline;
	font-size: 9pt;
	color: #52371B;
}

#footer a:hover{
	text-decoration: underline;
	font-size: 9pt;
	color: #CC6600;
}
