body {
	margin:0;
	padding:10px 0;
	background-color:#fff;
	color:#202124;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
}
a { color:#202124; }
a:hover { color:#202124; }
img { border:none; }

#ombre {
	margin:auto;
	width:735px;
	height:504px;
	background: url(img/decor/ombre_global.png) no-repeat bottom right;
}
#global {
	position:relative;
	margin: 0px 6px 6px 0px;
	padding:0;
	width:728px;
	height:497px;
	border:1px solid #202124;
}

#entete {
	width:100%;
	height:104px;
	margin:0;
	padding:0;
	z-index:1;
}
#entete h1 {
	position:relative;
	top:27px;
	left:36px;
	margin:0;
	padding:0;
	width:201px;
	height:54px;
	background: url(img/decor/titre.png) no-repeat left top;
}
#entete h1 a {
	display:block;
	width:201px;
	height:54px;
}
#entete h1 a span { display:none; }

#corpspage {
	margin:0;
	padding:0;
	width:100%;
	height:390px;
	overflow:visible;
	z-index:0;
	}

#menurubrique {
	float:left;
	margin: 0 0 0 0;
	padding:55px 0px 0px 0px;
	width:240px;
	height:275px;
	list-style-type: none;
	z-index:1;
	background: url(img/decor/fond_menu.png) no-repeat left top;
}
#menurubrique li {
	margin: 0 0 1.3em 130px;
	padding:0;
}
#menurubrique li a {
	display:block;
	margin:0;
	padding:0 0 1px 0;
	width:110px;
	font-weight: bold;
	font-size:15px;
	text-indent:5px;
	text-decoration:none;
}
#menurubrique li a:hover {
	padding:0;
	border-bottom: 1px solid #202124;
	}

#contenu {
	position:relative;
	float:left;
	width:487px;
	height:370px;
	margin:0;
	padding:0;
	z-index:1;
	text-align:center;
}
#contenu p {
text-align:left;
margin:5px;
}

#piedcorpspage {
margin: 0;
padding: 0;
text-align:center;
}
#piedcorpspage p {
	margin: 0;
	padding: 0;
}

/* Menu langue */
#menulangue {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	z-index:10;
	list-style-type: none;
}

#menulangue li { margin:5px; }
#menulangue li.fr {
background: url(img/decor/fr_flag0.png) no-repeat left top;
}
#menulangue li.en {
background: url(img/decor/en_flag0.png) no-repeat left top;
}
#menulangue li a {
display:block;
width:20px;
height:14px;
}
#menulangue li.fr a:hover {
background: url(img/decor/fr_flag.png) no-repeat left top;
}
#menulangue li.en a:hover {
background: url(img/decor/en_flag.png) no-repeat left top;
}
#menulangue li a span {
display:none; }

/* Pied de page des pages */
#piedpage {
	margin: 0px auto;
	padding:0;
width:730px;
	font-size:x-small;
	text-align:right;
}
