/* CSS Document */

*{margin:0;padding:0}

body{
	margin: 0 0 ;
	padding: 0 ;
	text-align: left ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: url(img/motif.jpg) ;
}

#conteneur {
	width: 900px ;
	margin: 0px ;
	background: url(img/bg-global.jpg) ;
}

a.lien {
	color: #585858;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	color: #FF3300;
}


#header {
width: 900px;
height: 313px;
background: #D1AF3D url(img/header.jpg) top left no-repeat;

}

#titreh1 {
font-size:12px;
text-align:left;
font-weight:bold;
color:#FFFFFF;
padding-left:150px;
padding-top:20px;
}


#menu {
float: left;
width: 265px;
height: 382px;
padding-left:38px;
background: #F9F5E4 url(img/menu.jpg) top left no-repeat;
}

#menu ul {
list-style-type: none;
padding-top: 10px;
margin: 0 1em;
}

#menu li a {
display: block;
text-decoration: none;
height: 1.4em;
line-height: 1.4em;

color: #77690C;
font-weight: bold;
font-size: 11px;
text-indent: 5px;
}

#menu li a:hover {
background: FFFEEB;
color: #FF3300;
}

#global {
	width: 530px;
	margin:0px;
	padding-right:10px;
	float:right;
	/*padding: 0px 70px 0px 230px;*/
	text-align: justify;
	/*background: url(img/bg-page.jpg) top left;*/
}

#superglobal {
	width: 850px;
}

#global h1 {
width: 350px;
font-weight: bold;
font-size: 16px;
padding-bottom: 0;
border-bottom: 1px solid #FF6600;
font-variant: small-caps;
color: #9A1212;
}
#global h2 {
margin-top: 1em;
margin-bottom: 1em;
font-size: 12px;
font-weight: bold;
color: #676363;
}


ul#list {
margin: 0;
padding: 0;
list-style-image: url(puce.gif);
list-style-position: inside;
}

#footer {
height: 180px;
text-align: left;
padding-left:70px;
font-size: 11px;
color:#666666;
background: url(img/footer.jpg) no-repeat left top;
}
#pied {
text-align: center;
font-size: 11px;
line-height:230px;
color:#666666;
}
