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

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 1.0em;
	color: #333;
	background-color: #d5b084!important;
	-background-color: #dfbe96;
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
}

h1
{
	color: #333;
	font-size: 32px;
	text-align: left;
	font-weight: bold;
	padding-left: 150px;
	padding-top: 30px;
}

h2
{
	margin-top: 20px;
	color: #ae6620;
	font-size: 1.5em;
	line-height: 2.0em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

h3
{
	padding-top: 10px;
	padding-left: 30px;
	color: #d4ad7f;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

h4
{
	margin-bottom: 65px;
	color: #333;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

img { border: 0 none; }

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

#header
{
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-color: #ae6620;
	height: 100px;
	width: 100%;
}

#global
{
	clear: left;
	width: 830px;
	height: 550px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(images/dreamstime_8374482.jpg);
	background-repeat: no-repeat;
	background-color: #0e3e62;
}

#leftcol
{
	float: left;
	width: 373px;
	margin-top: 10px;
	padding: 15px;
}

#rightcol
{
	float: left;
	width: 373px;
	margin-left: 24px;
	margin-top: 10px;
	padding: 15px;
}

#footer
{
	clear: left;
	width: 830px;
	height: 50px;
	margin: 30px auto;
	padding-top: 12px;
}

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

#leftcol p, #rightcol p
{
	text-align: justify;
	padding: 20px;
	color: #ccc;
	text-indent: 0.6em;
	line-height: 1.4em;
	font-size: 1.0em;
}

.italique
{
	font-style: italic;
}

#leftcol ul
{
	margin-top: 32px;
	margin-left: 30px;
	color: #ccc;
	font-size: 0.8em;
	list-style-type: none;
}

#rightcol ul
{
	margin-top: 12px;
	margin-left: 76px;
	color: #ccc;
	font-size: 1.0em;
	list-style-type: none;
}

#leftcol img, #rightcol img
{
	display: block; 
	margin: 0 auto; 
}

#footer p
{
	color: #333;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.8em;
}

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

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

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

table.contact
{
	width: 90%;
	margin-top: 20px;
	margin-left: 20px;
}

table.contact td
{
	line-height: 1.2em;
	font-size: 0.8em;
	color: #ccc;
}

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

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

#menu
{
	float: right;
	width: 300px;
	margin-left: 30px;
}

#menu ul
{
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	border: 0;
	text-align: right;
}

#menu a
{
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ae6620;;
}

#menu a:hover
{
	text-decoration: none;
	color: #333;
	background-color: #e6d0b5;
}

