*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#8d8d8d; font-size:8pt}
a:hover{text-decoration:underline; color:#699a0a;}

body {
	width: 887px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#8d8d8d;
	background: #ededed; 
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	float:left;
	width:900px;
	background:#ededed url(images/fondcontenu.png) repeat-y left top;
}

.searchbarre {
float: left;
}

/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {

	width:900px;
	height:290px;
	font-weight:bold;
	text-transform:uppercase;
	background:#ededed url(images/header.png) no-repeat left top; 
	
}

#header img {
	margin-TOP: 68px;
	margin-left: 44px;
}

/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu {
	float:left;
	display:inline;
	width:150px;
	text-align:left;
	margin:0 0 0 50px;
}
#menu h2 {
	width:150px;
	height:25px;
	line-height:30px;
	font-size:10pt;
	margin:0;
	padding:0 0 0 10px;
	color:#8d8d8d;
	background: url(images/rubrique.png) no-repeat left top;
}
#menu ul {
	margin:0 0 15px 0;
	width:150px;
	font-size:10pt;
	list-style:none;
}

#menu ul li {
	width:150px;
}

#menu ul li a {
	display:block;
	margin:0px;
	padding:0 0 0 20px;
	width:150px;
	height:25px;
	line-height:29px;
	text-decoration:none;
	color:#699a0a;
	background: url(images/lien.png) no-repeat left top;
}

#menu ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0 40px 0 200px;
	padding:10px;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}

#barre{
background: url(images/barre.gif) no-repeat center;
width: 518px;
height: -48px;
margin: auto;

}

#barre p{
font-size: 20px;
text-align: center;
}

#corps h1 {
	color:#699a0a;
	margin:0 10px 10px;
	padding:0 5px;
	font: bold 10pt Tahoma,Verdana,sans-serif, Arial;
}
#corps p {
	color:#8d8d8d;
	text-indent:15px;
	margin:5px 5px 5px 0;
}
#corps p a {
	color:#699a0a;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#8d8d8d;
}

/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	clear:both;
	width:900px;
	height:98px;
	padding-top:30px;
	font-size:9px;
	text-align:center;
	color:#8d8d8d;
	background:#ededed url(images/footer.png) no-repeat left top;
}

p#footer a{
color:#699a0a;
}

