body,td,th {
	font-family: Trebuchet;
	font-size: 12px;
	color: #FF9900;
}
body {
	background-color: #3c3c3c;
	background-image: url(images/degradetrgd.jpg);
	text-align: center;
	margin:10px auto;
	align: center;
	width:862px; 
}
menu {
	position:absolute;
	width:862px;
	height:13px;
	z-index:3;
	left: 140px;
	top: 228px;
	background-image: url(images/degradebouton.jpg);
	visibility: inherit;
}

a:link {
	color: #828282;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #828282;
}
a:hover {
	text-decoration: none;
	color: #e25800;
}
a:active {
	text-decoration: none;
	color: #e25800;
}

.barremenu {
	font-size: 16px;
	font-weight: bold;
	font-family: trebuchet MS, ARIAL;
	color: #828282;
}

.texte {
	font-size: 12px;
	font-weight: bold;
	font-family: trebuchet MS, arial;
	color: #828282;
}
.cubedesign {
	font-size: 16px;
	font-weight: bold;
	font-family: trebuchet MS, arial;
	color: #828282;
}

.cubedesign_gris {
	width: 850px;
	background-image: url(images/table.png);
}

.cubedesign_gris_head {
	width: 850px;
	height: 10px;
	background-image: url(images/table_head.png);	
}

.cubedesign_gris_back {
	width: 850px;
	height: 10px;
	background-image: url(images/table_back.png);	
}

#navcontainer
{
  background-color: #660000;
  border: 0px #660000;
  position: relative;
  left: 0px;
  top: 0px;
}

#navlist
{
  list-style-type: none;
  color:#FF9900;
  background-color: #660000;  
  position: relative;
  margin-left: 0px;
  margin-top: 0px; 
  margin-right: 0px;
  margin-bottom: 0px;
	text-align: left;
	align: center;
}

#active:hover li 
{
	display: block;
	list-style-type: disc;
}

#active li 
{
	display: none;
}

#navcontainer a
{
  color: #FF9900;
  background-color: #660000;
  width: 120px;
  display: block;
  margin-left: 0px;
	text-align: left;
	align: center;
}

#navcontainer a:visited
{
  color: #FF9900;
  background-color: #660000;
}

#navcontainer a:active
{
  color: #FF9900;
  background-color: #660000;
  background-image: url(images/degradebouton.jpg);
}

#navcontainer a:hover
{
  color: #ffffcc;
  background-color: #660000;
}


.clear { 
  clear: both; 

// css pour le composant jQuery FancyBox


#content {
	width: 550px;
	margin: 30px auto;
	padding: 10px 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}

h1 {
	margin: 0;
	font-size: 26px;
}

h1 em {
	font-size: 60%;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;	
	margin-right: 20px;
}

a img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 10px 5px 10px 0;
}