/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

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

 img {
    border : none;
    border : 0;
 }

body {
	background: #FFFFCC url(images/back_all.jpg) no-repeat top center;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
}

p {
	text-align: center;
}

#main {
width: 721px;
background: url(images/table_back.gif) repeat-y;
margin-top: 20px;
margin: 0 auto;
}

#top
{
background: url(images/top.gif) no-repeat top;
}

#polaroid
{
width: 717px;
height: 800px;
margin-top: 80px;
margin: 0 auto;
}

#polaroid H4 {
	margin-left: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #037931;
}

#bottom
{
background: url(images/bottom.gif) no-repeat bottom;
}

#header {
	height: 162px;
	width: 721px;
	margin: 0 auto;
	background: url(images/titre.jpg) no-repeat;
}

#menu
{
width: 571px;
height: 36px;
padding-left: 170px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 128px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 16px;
	margin-left: 3px;
	padding-top: 10px;
	background: url(images/button.gif) no-repeat;
}

#menu a:hover {
	width: 128px;
    height: 26px;
	color: #037931;
	margin-left: 3px;
	text-decoration: none;
	background: url(images/button_r.gif) no-repeat;
}

#logo {
width: 40px;
height: 126px;
margin-left: 680px;
}

#logo a {
	text-decoration: none;
}

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

#logo a:visited {
		text-decoration: none;
	}
#right
{
	float: right;
	padding: 10px;
	width: 204px;
	padding-right: 5px;
	padding-top: 30px;
}

#right H3
{
width: 189px;
height: 20px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
color: #ffffff;
}

#right ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
	color: #ffffff;
}

#right H4
{
font-size: 10px;
}

#right a {
	color: #B2C01D;
	font-size: 11px;
}
#right a:visited {
	color: #B2C01D;
	font-size: 11px;
}

#right p
{
padding: 10px;
}

#left
{
width: 450px;
padding-left: 20px;
padding-top: 30px;
}

#left h2
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #037931;
}

#left a
{
color: #037931;
text-decoration: none;
}

#left p {
	margin: 0;
	text-align: left;
	padding: 0;
	padding-bottom: 10px;
}

#left img {
	padding-left: 35px;
}

#left ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#left h1 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #ffffff;
}

#left h5 {
	margin: 0;
	text-align: center;
	padding: 0;
}

#footer {
	clear: both;
	height: 47px;
	width: 500px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #037931;
}

#footer a {
	color: #037931;
}