/*
Design by Cyril Grandjean
http://www.cyril-grandjean.fr
Released for free under a Creative Commons Attribution 2.5 License
*/

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

#maincontent
{
position: relative;	
}

a {
color: #58baff;
}

/*Lien hypertexte des images*/
a img{
border: none
}

#menu a {
	color: rgb(32, 121, 231);
}

#menu a:hover {
	text-decoration: none;
	color: #FF0000;
}

/*Corps de la page*/
body {
	background-color: #ffffff;
	background-image: url(../chartes/background-footer.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

/*Div du contenu*/
#content
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

/*Bannière*/
div#banniere
{
	margin : 0px auto;
	height: 200px;
	width: 1000px;
	position: relative;
}

/*Menu*/
#header {
	height: 40px;
	width: 1000px;
	text-align: left;		
}

/*Menu*/
#menu
{
	margin: 0px;
	width: 1000px;
	height: 50px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

/*Menu*/
#menu ul {
	list-style: none;
	width: 950px;
	margin: 5px auto;	
}

/*Menu*/
#menu li {
	display: inline; 
}

/*Menu*/
#menu li a {
	float: left;
	margin: 0 10px 0 0;
	width: 180px;
	height: 50px;
	line-height: 25px;
    display: block;
	text-align: left;
	text-indent: 60px;
	text-decoration: none;
	color: #58baff;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 13px;
	background: url(../chartes/button-slidingdoors.jpg) top right no-repeat;
}

/*Menu*/
#menu li a:hover {
	width: 180px;
	height: 50px;
	color: #F1F1F1;
	background: url(../chartes/button-slidingdoors.jpg) top left no-repeat;
}

#lang {
	position: absolute;
	margin-left: 900px;	
}

#en {
	position: relative;
	margin-top: 15px;
}

#fr {
	position: relative;
	margin-top: 15px;
}

/*Corps du texte*/
#main
{
	background-color:transparent;
	margin : 30px auto;
	width: 1000px;
	display: block;	
}

/*Pied de page du site*/
div#footer
{
	margin-top: -10px;
	height: 70px;
	width: 1000px;
	position: relative;
	text-align: center;
}

