@charset "UTF-8";
/* CSS Document */


a, a:active, a:visited, a:link {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a#menu_actu {
	background-image: url('images/menu_actu.png');
	width: 85px;
}

a:hover#menu_actu, a#menu_actu.selected {
	background-image: url('images/menus_actu.png');
}

a#menu_chroniques {
	background-image: url('images/menu_chroniques.png');
	width: 100px;
}

a:hover#menu_chroniques, a#menu_chroniques.selected {
	background-image: url('images/menus_chroniques.png');
}

a#menu_photos {
	background-image: url('images/menu_photos.png');
	width: 69px;
}

a:hover#menu_photos, a#menu_photos.selected {
	background-image: url('images/menus_photos.png');
}

a#menu_interviews {
	background-image: url('images/menu_interviews.png');
	width: 93px;
}

a:hover#menu_interviews, a#menu_interviews.selected {
	background-image: url('images/menus_interviews.png');
}

a#menu_comptesrendus {
	background-image: url('images/menu_comptesrendus.png');
	width: 132px;
}

a:hover#menu_comptesrendus, a#menu_comptesrendus.selected {
	background-image: url('images/menus_comptesrendus.png');
}

a#menu_agenda {
	background-image: url('images/menu_agenda.png');
	width: 71px;
}

a:hover#menu_agenda, a#menu_agenda.selected {
	background-image: url('images/menus_agenda.png');
}

a#menu_medias {
	background-image: url('images/menu_medias.png');
	width: 65px;
}

a:hover#menu_medias, a#menu_medias.selected {
	background-image: url('images/menus_medias.png');
}

a#menu_forum {
	background-image: url('images/menu_forum.png');
	width: 63px;
}

a:hover#menu_forum, a#menu_forum.selected {
	background-image: url('images/menus_forum.png');
}

a#menu_shop {
	background-image: url('images/menu_shop.png');
	width: 52px;
}

a:hover#menu_shop, a#menu_shop.selected {
	background-image: url('images/menus_shop.png');
}

a#menu_liens {
	background-image: url('images/menu_liens.png');
	width: 53px;
}

a:hover#menu_liens, a#menu_liens.selected {
	background-image: url('images/menus_liens.png');
}

a#menu_contact {
	background-image: url('images/menu_contact.png');
	width: 76px;
}

a:hover#menu_contact, a#menu_contact.selected {
	background-image: url('images/menus_contact.png');
}

body {
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #000000;
	margin: 9px 0px 0px 0px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

div.clearer {
	clear: both;
}

div#container {
	width: 962px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background-color: #ffffff;
}

div#content {
	width: 960px;
	background-color: #ffffff;
}

div#footer {
	font-size: 10px;
	text-align: center !important;
	color: #666666;
	padding-top: 4px !important;
	
}

div#footer a {
	color: #666666;
}

div#header {
	position: relative;
	width: 960px;
	height: 120px;
	padding: 1px 1px 10px 1px;
	background-image: url('images/bg_header.png');
	background-repeat: no-repeat;
}

div#menu, div#footer {
	width: 960px;
	height: 30px;
	padding: 1px 1px 10px 1px;
	background-image: url('images/bg_bar.png');
	background-repeat: no-repeat;
}

div#menu a {
	display: block;
	float: left;
	height: 30px;
	background-repeat: no-repeat;
}

div#menu a span {
	display: none;
}

div#search {
	position: absolute;
	bottom: 17px;
	right: 8px;
}

div#search form, div#search fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div#search label {
	display: none;
}

div#search input {
	height: 14px;
	width: 150px;
}

div.spacer {
	height: 10px;
	width: 100%;
}

h1 {
	width: 300px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

h1 span {
	display: none;
}

h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	line-height: 14px;
	text-align: left !important;
}

h2 a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	background-image: url('images/cross_grey.png');
	background-repeat: no-repeat;
	background-position: center right;
}

h2 span {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}

h3 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

h3 a {
	color: #000000 !important;
}

small {
	font-size: 10px;
	color: #aaaaaa;
	font-style: italic;
	display: block;
}

small a {
	color: #aaaaaa !important;
}
