body {
	background: #C9CBA0 url(graphisme/bg_body.gif) repeat-x top left;
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0px;
}
a:focus {
	outline: none;
}

#ombre {
	background: url(graphisme/bg_ombre.png) repeat-y center top;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 810px;
	z-index: 1;
}
* html #ombre {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphisme/bg_ombre.png', enabled='true', sizingMethod='scale');
}

/* MENU */
#colGauche {
	background: url(graphisme/bg_menu.gif) repeat-y top left;
	float: left;
	margin-left: 24px;
	width: 266px;
}
* html #colGauche {
	margin-left: 12px;
}

#menu, #actu {
	padding: 1px 15px;
}

#menu {
	background: url(graphisme/bg_menu_degrade.gif) no-repeat top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 15px 0px 5px 0px;
	text-align: right;
}
#menu a, #menu div, #menu .activeLink {
	background: url(graphisme/bg_menu_item.gif) no-repeat center bottom;
	color: #C5A3B0;
	display: block;
	font-size: 18px;
	line-height: 40px;
	padding-right: 16px;
	text-decoration: none;
	width: 250px;
}
#menu a.last {
	background: none;
}
#menu .activeLink {
	background: url(graphisme/bg_menu_item_active.gif) repeat-y top left;
}
#menu .activeLink a {
	background: none;
}
#menu .activeLink div a {
	background: none;
	font-size: 12px;
	line-height: 20px;
	padding-right: 26px;
	width: 240px;
}
#menu .activeLink a.last {
	background: url(graphisme/bg_menu_item.gif) no-repeat center bottom;
	padding-bottom: 5px;
}
#menu div div {
	display: none;
}
#menu .activeLink div {
	display: block;
}

#actu {
	background: #FFF url(graphisme/bg_actu.gif) no-repeat top left;
}

/* CONTENU */
#contenu {
	margin-left: 330px;
	width: 410px;
}

/* TEXTE */
h1 {
	background: url(graphisme/logo.gif) no-repeat center center;
	height: 213px;
	margin: 0px 0px 0px 330px;
	text-indent: -9000px;
	width: 410px;
}
h2 {
	color: #707249;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #AC1941;
	font-size: 12px;
	margin: 0px;
}
p {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 5px 15px;
	padding: 0px;
}
.center {
	margin: 0px auto;
	text-align: center;
}
.red {
	color: #990000;
}

/* LIENS */
a {
	color: #707249;
}
a img {
	border: none;
}
.liens {
	background-color: #EAECC1;
	border: 1px solid #707249;
	padding: 10px;
}

/* FOOTER */
#footer {
	background-color: #BCBC73;
	clear: both;
	color: #676938;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 70px;
	margin: 0px 24px;
	text-align: center;
	width: 760px;
}
#footer a, #footer a:hover {
	color: #676938;
}
td {
	vertical-align:top;
}
