img, div, a, input { behavior: url(../css/iepngfix.htc) }

/*******************************************************/

html {
	font-size: 100%;
}
body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #544945 url(bandeau.jpg) top center no-repeat;
	font-size: .85em; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	background-color: #c0af8b;
	background-repeat: repeat-y;
	background-position: left top;
}
#logo {
	background:url(../images/bandeau.jpg) top center no-repeat;
	width:960px;
	top:0;
	padding-bottom: 250px;
}

/********************** COLONNES *********************/

#menu {
	float: left;
	padding: 1px 0;
	background-color:#c0af8b;
	width: 170px;
	margin: 0 0 0 20px;
}
#news {
	float: right;
	width: 160px;
	padding: 1px 0;
	margin: 0 10px 0 0;
}
#centre {
	padding: 0 20px 0 0;
	margin-left: 220px;
	margin-right: 220px;
	margin-top: 0;
	border-right: dotted #554a46 1px;
}
#footer {
	height:80px;
	background: #222222 url(../images/footer.jpg) bottom center no-repeat;
	margin-top:40px;
	clear: both;
}
#copyright {
	text-align: right;
	background-color: #544945;
	bottom: 0;
	padding-top: 10px;
	margin-bottom:20px;
	color: #c0af8b;
	font-size: 9px;
	height: 40px;
}
#copyright a {
	color: #c0af8b;
	font-size: 9px;
	text-decoration: none;
}

/*********************** MENU ************************/

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	height: 18px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	text-decoration: none;
	font-weight:normal;
}
	
#menu li a:link, #menu li a:visited {
	color: #14161d;
	display: block;
	background:  url(../images/menu.gif);
	padding: 4px 0 0 14px;
}
	
#menu li a:hover {
	color: #fff;
	background:  url(../images/menu.gif) 0 -24px;
	padding: 4px 0 0 14px;
}

/******************* TEXTE ************************/

h1 {
	font-family:"Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #16171e;
	padding-top:0px;
	letter-spacing:0px;
	background:url(../images/puce.jpg) no-repeat top left;
	padding-left:30px;
	display:block;
}
h2{
	font-family:"Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color : #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482400;
}
p {
	font-family:"Trebuchet MS", Arial;
	font-size: 13px;
	font-weight:normal;
	color: #554a46;
	padding-left:0px;
	text-align:justify;
}
ul {
	font-family:"Trebuchet MS", Arial;
	font-size: 13px;
	font-weight:normal;
	color: #554a46;
}
#news p {
	text-align: left;
}
img.equipe {
	border: solid #333 1px;
	float: left;
	margin-right: 10px;
}
