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

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: Helvetica, serif;
	font-size: 12px;
	line-height: 20px;
	color: black;
	background-color: #ffd3a7;
	background-image: url(images/dreamstime_9545925.png);
	background-position: 0px 56px;
	background-repeat: no-repeat;
}

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

h1
{
	padding-top: 16px;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #e32c56;
}

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

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

a
{
	color: #000000;
}

a:hover
{
	background-color: #e32c56;
}

img
{ 
	border: 0 none;
}

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

#global
{
	width: 800px;
	height: 670px;
	margin: 0 auto 0 auto;
	padding-top: 130px;
	background-image: url(images/cadre-page.png);
	background-repeat: no-repeat;
}

#header
{
	width: 550px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

#page
{
	width: 660px;
	height: 480px;
	margin: 0 auto 0 auto;
}

#fleurs
{
	float: right;
	margin-right: 30px;
}

#colonne
{
    float: right;
    margin-top: -230px;
    margin-right: 86px;
}

#footer
{
	float: left;
	width: 300px;
	margin-top: 10px;
	padding-left: 130px;
}

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

p.centre
{
	text-align: center;
}

p.droite
{
	text-align: right;
}

#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 hr
{
	display: block;
	float: none;
 	height: 1px;
    margin: 0 auto;
    /margin: -7px auto;
    padding: 0;
    color: #000000;
    background-color: #000000;
    border: 0;
    width: 300px;
}

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

table.contact td
{
	
}

#footer a
{
	text-decoration: none;
}

ul.legalist li
{
	padding: 3px 0;
}

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

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

#menu
{
	padding: 10px 20px;
	width: 160px;
	margin-left: 180px;
}

#menu a, #menu a:active, #menu a:visited
{
	color: #000000;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 0 10px;
}

#menu a:hover
{
	color: #000000;
	background-color: #e32c56;
}




