/* CSS Document */
@import "../../../img/styles.css";

* {
	font-family: Arial, Helvetica, sans-serif;
}
body { background-color: #999999; }
#page {
	width: 820px;
	background:url(p_milieu.jpg) left repeat-y;
}
#header {
	background:url(p_header.jpg) top left no-repeat;
	width:820px;
	height:170px;
}
#headermenu {
	background:url(p_menu.jpg) top left no-repeat;
	width:820px;
	height:64px;
}
#hautcontenu {
	background:url(p_hautcontenu.jpg) top left no-repeat;
	width:820px;
}
#footer {
	background:url(p_footer.jpg) top left no-repeat;
	width:820px;
	height:70px;
}
#footer table {
	border: silver solid 1px;
	margin: 0px 15px 10px;
	width: 790;
	height: 60px;
	color: black;
	font-size: 8pt;
}
#contenu {
	width: 800px;
	margin: 8px 18px 8px 14px;
	padding: 0px;
/*	border: 1px blue solid; */
}
#colg {
	width:186px;
	text-align:left;
}
#colc {
	padding:16px;
}

/* Menu Vertical */

/* Copyright */
#copy { font-size: 8pt; color: white; }
#copy a { text-decoration:underline; }

/* Boites */
.box {
	border: 2px inset black;
	background-color: white;
	margin:0px 2px;
	margin-bottom:20px;
	width: 176px;
}
.box marquee {
	width:90%;
	height: 80px;
}
.box ul {
	padding-left: 16px;
	margin:0px;
}
.box thead th {
	color: black;
	height: 36px;
	background: gray url(bt_top.jpg) bottom left no-repeat;
	margin: 0px;
	padding: 4px 6px 4px 0px;
	vertical-align: bottom;
	text-align: middle;
	bottom: 0px;
}
.box a { text-decoration:none;display:block; }
.box thead th a { color:black; background-color:transparent; }
.box thead th a:hover { color: blue; background-color: transparent; }
.box tbody td a { color:black; background-color:transparent; }
.box tbody td a:hover { color: blue; }
.box tbody td { margin: 0px; padding: 4px 4px; }
.box tfoot th {
	width: 176px;
	height: 0px;
	background: transparent;
	margin: 0px;
	padding: 0px;
}

/* menuEvents */
#menuEventsV {
	padding:0px;margin:0px;
	width: 180px;
	float:right;
	margin: 10px;
}
#menuEventsV td, #menuSpecialsV td {
	font-size: 12px;
}
#menuEventsV dt, #menuSpecialsV dt {font-weight:bold;}
#menuEventsV dd, #menuSpecialsV dd {margin-left:0px;}

#menuSpecialsV {
	height: 60px;
}

/* Menu système haut */
#menuSysteme {
	font-size: 11px;
	color: white;
	padding-top: 4px;
}
#menuSysteme a {
	background-color: transparent;
	padding: 0px 2px;
	text-decoration: none;
	color: white;
	font-weight:bold;
}
#menuSysteme a:hover {
	background-color: #cccccc;
	color: #303200;
}

#Plan .box {
	width: 95%;
}
#Plan .box thead th {
	background-image:none;
	background-color:silver;
	text-align:left;
	height: 20px;
	color: white;
}

.box_large {
	border: 1px solid silver;
	width: 100%;
	padding: 2px;
}
.box_large thead th,.box_demi1 thead th,.box_demi2 thead th {
	background-color:silver;
	color: black;
}
.box_demi1 {
	border: 1px solid silver;
	width: 96%;
	margin: 0px 4px;
	padding: 2px;
}
.box_demi2 {
	border: 1px solid silver;
	width: 96%;
	margin: 0px 4px;
	padding: 2px;
}
#demo {
	font-size: smaller;
	margin: 20px;
}

/* Menu DhtmlGoodies */
#dhtmlgoodies_box td { padding:2px; }
#dhtmlgoodies_tree{
  margin:0px;
  padding:0px;
  margin-left:13px;
  background-color: white;
}
#dhtmlgoodies_tree a{
  color:#000;
  font-family:arial;
}
#dhtmlgoodies_tree a:hover{
  background-color: silver;
}
#dhtmlgoodies_tree img{
  border:0px;
}
#dhtmlgoodies_tree ul{	/* Sub menu groups */
  margin-left:16px;	/* Left spacing */
  padding-left:0px;
  display:none;	/* Initially hide sub nodes */
}
#dhtmlgoodies_tree li{
	/* Nodes */
	list-style-type: none;
	vertical-align: middle;
	text-indent: -13px;
}
#dhtmlgoodies_tree li a{	/* Node links */
  color:#000;
  text-decoration:none;
  font-family:arial;
  font-size:0.8em;
  padding-left:2px;
}
