* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Century Gothic, Arial, Courrier News;
	background-repeat: no-repeat;
}
a img {
	border: 0;
}
body {
	background-color: black;
	background-repeat: no-repeat;
}
a { 
	color: black; 
	text-decoration: none;
	font-style: bold; 
}
a:active { 
	color: #c33;
	text-decoration: none; 
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover { 
	color: #c33; 
	text-decoration: none;
}
#navcontainer ul {
	position: absolute;
	top: 80px;
	left: 190px;
	list-style-type: none;
	text-align: center;
	align: center;
	padding: 0 0 0 0px;
	margin: 0px;
	width: 100%;
}
#navcontainer ul li {
	display:inline;
}
#navcontainer ul li a {
	float: left;
	background: transparent url(images/onglet_rouge.gif) top left no-repeat;
	width: 122px;
	height: 24px;
	font: bold 14px "Century Gothic", Arial, Courrier News;
	color: white;
	text-align: center;
	align: center;
	text-decoration: none;
	line-height: 1.6em;
}
#navcontainer ul li a:hover {
	background: transparent url(images/onglet_gris.gif) top left no-repeat;
}
#navcontainer ul li a#current {
	background: transparent url(images/onglet_gris.gif) top left no-repeat;
}
#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#navlist li	{
}
#page {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 800px;
	/*height: 700px;*/
	margin-left: -400px;
}
#container {
	width: 800px;
	height: 700px;
	background-image: url(images/fondnoir.gif);
	background-color: white;
	background-repeat: no-repeat;
}
#titre {
	width: 100%;
	height: 110px;	
}
#bandeau {
	width: 100%;
	height: 197px;	
}
#colonnes {
	width: 100%;
	height: 400px;	
}
#colonne_g {
	position: absolute;
	top: 265px;
	left: 0;
	width: 190px;
	height: 400px;
}
#colonne_d {
	position: absolute;
	top: 265px;
	left: 188px;
	width: 600px;
	height: 400px;	
	text-align: left;
}
#pied {
	position: absolute;
	top: 660px;
	width: 800px;
	height: 20px;
	color: #bbb;
	font-weight: bold;
	font-size: 10px;
}
#pied_img {
	position: absolute;
	top: 0px;
	left: 415px;
	height: 20px;
}
#text_ban {
	position: absolute;
	top: 10px;
	left: 180px;
	width: 416px;
	height: 55px;
}
#logo_mini {
	margin-top: 0px;
	margin-left: 10px;
	width: 116px;
	height: 117px;
}
#pied {
	padding: 0px;
	border-top: 1px solid #c33;
	border-bottom: 1px solid #c33;
}
#pied a {
	padding-left: 5px;
	font-size: 11px;
}
#pied_debut {
	margin-left: 20px;
	font-size: 11px;
}
#pied_debut a {
	color: #999;
}
#pied_milieu {
	margin-left:260px;	
}
#pied_milieu a {
	color: #999;
}
h1 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}
p { 
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#titre_rub {
	margin-bottom: 20px;
}
#titre_rubrique {
	font-size: 16px;
	font-weight: bold;
}
#gris {
	color: #999;
	font-weight: bold;
	font-size: 14px;
}
#rouge {
	color: #C33;
	font-weight: bold;
	font-size: 14px;
}
#noir {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#txt_g {
	margin: 60px 20px 0 20px;
	color: #c33;
	font-size: 15px;
	font-weight: bold;
}
#txt_d {
	margin: 20px 5px 0 0px;
	color: black;
	font-size: 14px;
	font-weight: normal;
}

TABLE.singlebox {
  margin-left : auto;
  margin-right : auto;
  width : 400px;
  /*border: 1px solid #000000;*/
  padding : 0;
}
