body {
	margin: 0 0 1em 0;
	padding: 0;
	background-color: #000;
	line-height: 130%;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
.texte_page {
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.texte_news_date {
	font-size: 12px;
	color: #C00;
	text-align: left;
	padding: 4px;
	font-weight: bold;
}
.texte_news {
	font-size: 12px;
	color: #999999;
	text-align: left;
	padding: 4px;
}
.Titre_haut_page {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #B00;
	text-align: center;
}
.Sous-Titre_page {
	font-size: 24px;
	font-weight: bold;
	color: #B00;
	text-align: center;
}
.lineup_nomgroupe {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	color: #C00;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-color: #999;
	margin-right: 30px;
	text-align: left;
}
.lineup_texte {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ccc;
}
.Titre_contacts {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-align: center;
}
#wrapper-header {  background: #000; }

#header {
	background: #000000 url('banner.jpg') right no-repeat;
	width: 1000px;
	height: 225px;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 150%;
	padding-left: 5px;
	letter-spacing: -1px;
	padding-top: 185px;
}

#wrapper-menu {
	background: #000000 /*url('menu-background.png')*/ top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
background: #000000 url('menu-background.png') top left repeat-x;

  width: 1000px;
  margin: 0 auto;
  font-size: 95%;
  white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
  padding-right: 2px;  /* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: inherit;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
  padding: 0.25em 1em;
  background: transparent;
  color: #fff;
  text-decoration: none;
  float: left;
  border-right: 1px solid #000;
}

#menu a:hover {
	background: #000000 url('menu-hover.png') repeat-x;
	color: #999;
	text-align: center;
}

#content {
	width: 980px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%/*3.5em 1% 20px 1%*/;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 90%;
	text-align: left;
	background-color: #0c1427;
	/*background-attachment: fixed;*/
	background-image: url(bg_page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px /*1%*/;
	width: 996px;
	text-align: right;
	color: white;
	letter-spacing: 0.1em;
	background: #000000 url('menu-background.png') top left repeat-x;
	border: 1px solid #000000;
	font-size: 80%;
}
#Bottom
{
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	font-size: 9px;
	font-style: italic;
	padding-right: 0px;
	color: #999;
}

h2 {
  color: #666;
  padding-bottom: 3px;
  border-bottom: 1px solid #a0c80e;
  font-size: 150%;
  letter-spacing: -1px;
}

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

a:hover {
	color: #FFF;
	text-decoration: none;
}

p { margin-left: 1em; }

.Style1 {
	color: #006600;
	font-weight: bold;
}
.Lien_menu {color: #FFFFFF}
.Text_menu {color: #260}
.Titra_page {
	font-weight: bold;
	font-style: italic;
}

