/* CSS Document */

/***********************Markups du document***************************/
body,td,th {
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
}
body {
	margin:0;
	background:url(../img/bg.gif) #d8dcce left top repeat-x;
}
img{
	border-width:0px;
}


a:active, a:visited, a:link {
	color:#496246;
	text-decoration:none;
	font-weight:bold;
}



a:hover{
	color:#496246;
	text-decoration:underline;
	font-weight:bold;	
}

/*************************Containers*******************************/

#containerMain {
     position:absolute;
     left: 50%; 
     width: 744px;
	 height:100%;
     margin-left: -372px; /* moitié de la largeur */
}

#containerTop {
	position:relative;
	width:636px;
	height:77px;
	background:url(../img/containerTop.gif) transparent left bottom no-repeat;
	margin:0 60px 0 56px;
}
#header{
	position:relative;
	width:659px;
	height:180px;
	background: url(../img/header.jpg) top left no-repeat;
	margin-left:29px;
}

#header img{
	display:block;
	position:absolute;
	bottom:20px;
	right:60px;
}

#containerMenu, #containerCentre, #footer{
	position:relative;
	width:636px;
	margin:0 60px 0 56px;
} 

#containerMenu{
	height:25px;
	background: url(../img/bg_menu.gif) transparent top left no-repeat;
	padding:2px 0 0 34px;
}

#containerCentre{
	background: url(../img/bg_containerCentre.gif) transparent top left repeat-y;
	padding:11px 0 0 24px;
}

#footer{
	height:53px;
	background: url(../img/bg_footer.gif) transparent top left no-repeat;
}

.logo{
	display:block;
	position:absolute;
	bottom:0;
	left:32px;
}

/**********************Langues****************************/
#lang{
	position:absolute;
	right:11px;
	bottom:16px;
	width:138px;
	height:11px;
}

#texteSousFlash {
	padding:10px 0 0 5px;
}

#lang td{
	width:69px;
}

.french, .spanish, .english{
	display: block;
	height: 11px;
	width: 63px;
	font-size:0px;
	text-indent: -10000px;
	overflow: hidden;	
}

.french{
	background: url(../img/french.gif) top left no-repeat;
}

.french:hover{
	background-position:bottom left;
}

.spanish{
	background: url(../img/spanish.gif) top left no-repeat;
}

.spanish:hover{
	background-position:bottom left;
}

.english{
	background: url(../img/english.gif) top left no-repeat;
}

.english:hover{
	background-position:bottom left;
}

/*****************Menu*******************/
ul#menu{
	display:block;
	position:relative;
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#menu li{
	float:left;
	margin-right:1px;
}

/***********Zone de contenu**************/
#contentTop, #content, #contentBottom{
	position:relative;
	width:580px;
}

h1{
	margin-top:0;
	font-size:15px;
}

h2{
	margin-top:0;
	font-size:13px;
}

h3{
	margin-top:0;
	font-style:italic;
	font-size:12px;
}

h4{
	display:inline;
	width:210px;
	float:right;
	margin:27px 35px 0 0;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#337541;
	background-color:inherit;
}

p{
	margin-top:0;
}

.pixel{
	width:1px;
	height:310px;	
}