/*****************************/
/***       Core html       ***/
/*****************************/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFC;
	background-color: #F90;
	background-image: url(images/fond.png);
}

p
{
	text-align: justify;
	padding: 20px;
}

h1
{
	padding-top: 30px;
	-padding-top: 20px;
	padding-left: 50px;
	font-size: 36px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	color: #600;
}

h2
{
	color: #030;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}

h3
{
	margin-top: 30px;
	padding-left: 30px;
	color: #FF9;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

img
{ 
	border: 0 none;
}

/*****************************************/
/***            MISE EN PAGE           ***/
/*****************************************/

#global
{
	width: 860px;
	height: auto;
	margin: 80px auto auto auto;
	background-color: #660;
	border: 2px #330 solid;
	padding: 10px;
	-padding-top: 20px;
}

#header
{
	float: left;
	width: 540px;
	height: 50px;
	text-align: center;
}

#page
{
	float: left;
	margin-top: 30px;
	width: 480px;
	padding: 30px;
}

#colonne
{
	float: right;
	width: 300px;
	margin-top: 30px;
}

#footer
{
	clear: both;
	width: 890px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************/
/***              CONTENU              ***/
/*****************************************/

#header span
{
	display: none;
}

p.centre
{
	text-align: center;
}

#page a
{
	color: #FF9;
}

#page ul
{
	margin-top: 12px;
	padding-left: 30px;
	list-style-type: none;
}

#page ul li.em
{
	font-weight: bold;
}

#footer p
{
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
}

#footer a:link, #footer a:visited
{
	color: #FF9;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: none;
}

#footer hr
{
	display: block;
 	height: 1px;
	 margin: 0 auto;
	 -margin: -7px auto;
	 padding: 0;
	 color: #FF9;
	 background-color: #FF9;
	 border: 0;
	 width: 500px;
}

table.contact
{
	width: 456px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

table.contact td
{
	
}

a.legal, a.legal:hover, a.legal.visited
{
	color: #FFC;
}

/********************************/
/***           MENU           ***/
/********************************/

#menu
{
	float: right;
	border: 1px #990 solid;
	padding: 10px 20px;
	margin-bottom: 20px;
	width: 130px;
}

#menu ul
{
	list-style-type: square;
	list-style-position: inside;
}

#menu li
{
	height: 20px;
	padding-left: 12px;
}

#menu a, #menu a:active, #menu a:visited
{
	color: #FFA;
	font-size: 15px;
	letter-spacing: 2px;
}

#menu a:hover
{
	color: #660;
	background-color: #F90;
}




