html
{
	background-color: rgb(52,45,0);
}

body
{
	width: 1000px;
	margin: auto;
}

a img
{
	border: none;
}

table
{
	border-collapse: collapse;
}

h1
{
	text-align: center;
	font-style: italic;
	font-weight: bolder;
	padding-bottom: 7px;
	width: 80%;
	margin: auto;
	margin-bottom: 40px;
	border-bottom: solid black 4px;
}

h2
{
	width: 70%;
	border-bottom: solid black 2px;
}

h2 a, h3 a
{
	color: black;
}

h3
{
	border-left: 1px black solid;
	border-bottom: 1px solid black;
	padding-left: 5px;
}

a
{
	color: rgb(84,73,0);
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

input, textarea
{
	background-color: rgb(255,242,150);
}

input:focus, textarea:focus
{
	background-color: rgb(255,255,200);
}





/* ============================================================================
 * ****************************************************************************
 *									TOP										 
 * ****************************************************************************
 * ============================================================================ */


#menu td
{
	margin: 0px;
	padding: 0px;
	vertical-align: top; /* on aligne les images en haut pour Opéra */
}

#menu td a img
{
	margin: 0px;
	padding: 0px;
}

#menu
{
	height: 63px;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0px;
}



/* ============================================================================
 * ****************************************************************************
 *								  CORPS DE PAGE
 * ****************************************************************************
 * ============================================================================ */


#corps
{
	background-color: rgb(255,222,0);
	background-image: url("img/body_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}






/* ============================================================================
 * ****************************************************************************
 *								   BAS DE PAGE
 * ****************************************************************************
 * ============================================================================ */


#bottom
{
	background-image: url("img/bottom_top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: rgb(83,73,1);
	
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	color: rgb(150,150,150);
}

#bottom a
{
	color: rgb(150,150,150);
}





/* ============================================================================
 * ****************************************************************************
 *									   INDEX
 * ****************************************************************************
 * ============================================================================ */
 
#presentation
{
	background-image: url("img/index_presentation_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: rgb(232,232,232);
}

#presentation_corps
{
	background-image: url("img/index_presentation_top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 2px;
}

