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

* {
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background-color: #fefefe;
}

ol li {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: smaller;
}
a#corner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100px;
	width: 100px;
	background: url(coin_ecran.gif) top right no-repeat !important;
	text-indent: -999em;
	text-decoration: none;
	cursor: hand;
}
#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;
}
#bantop {
	border: 1px gray solid;
	width:468px;
	height:60px;
	margin-left: 330px;
	margin-top: 56px;
}
#hautcontenu {
	background:url(p_hautcontenu.jpg) top left no-repeat;
	width:820px;
}
#footer {
	background:url(p_footer.jpg) bottom left no-repeat;
	width:820px;
	height:60px;
}
#footer table {
	margin: 0px 20px 4px;
	width: 780px;
	height: 40px;
	color: white;
	font-size: 8pt;
}
#footer table a {color: white;}
#contenu {
	width: 800px;
	margin: 8px 18px 8px 14px;
	padding: 0px;
}

#colg {
	width:186px;
	text-align:left;
	padding:0px;
	padding-left:16px;
}
#colc {
	padding:16px;
	padding-right: 32px;
	margin:0px;
}

/* Menu Vertical */
#MenuRubV {
	font-size:8pt;
}

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

/* Boites */
.box {
	width: 180px;
	padding: 2px;
	margin:0px;
	font-size: smaller;
	height: 108px;
	margin-bottom:16px;
}
.box marquee {
	width:90%;
	height: 80px;
}
.box thead th {
	width: 176px;
	background-color: transparent;
	color: blue;
	height: 16px;
	font-size: 14pt;
	margin: 2px;
	padding: 0px 20px 0px 4px;
	vertical-align: bottom;
	border-bottom:dotted blue 1px;
}
.box thead th a {
	color:blue;
	background-color:white;
}
.box thead th a:hover {
	color:white;
	background-color:blue;
}
.box .art {
	font-style: italic;
}
.box td {
	margin: 0px;
	padding: 0px 12px 0px 4px;
}
.box a {
	text-decoration:none;
	color:black;
	display:block;
}
.box a:hover {
	background-color: #E6E6FF;
}
.box ul {
  padding:4px;
  margin:0px;
  margin-left: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
}
.box ul ul {
  margin-left: 0px;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.box ul li.rub {
  font-weight: bold;
}
.box tfoot th {
  height: 4px;
  width: 100%;
}
.box .actuel {
  background: url(actuel.gif) bottom right no-repeat;
}
.box .actuel,.box .actuel a {
  color:red;
}

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

/* menuSpecial */
#menuSpecialsV { font-size: 10px; }
#menuSpecialsV dt { font-weight:bold; }
#menuSpecialsV dd { margin-left:0px; }

/* Menu systeme haut */
#menuSysteme { float: right; }
#menuSysteme a {
  text-decoration: none;
  font-size: 12px;
  color: #000066;
}
#menuSysteme a:hover {
  color: white;
  background-color: blue;
}

/* Boxes larges */
.pave {
}
.box_large,.box_demi1,.box_demi2 {
  border: 1px dotted blue;
  width: 100%;
  padding: 2px;
  margin:0px;
  font-size: smaller;
  height: 108px;
}
.box_large thead th,.box_demi1 thead th,.box_demi2 thead th {
  border-bottom: 1px dotted blue;
  color: blue;
  height: 20px;
}
.box_large { height:64px }
.box_large thead th a,.box_demi1 thead th a,.box_demi2 thead th a {
  color: blue;
  text-decoration:none;
}
.box_large thead th a:hover,.box_demi1 thead th a:hover,.box_demi2 thead th a:hover {
  color: #413FFF;

}

/* Formulaire et confirmation de formulaire */
#formdata {
  border: 2px inset green;
  width: 100%;
  text-align:left;
}
#formdata div {
  border-bottom: 1px lightgreen dotted;
  padding:2px;
}
#formdata input,#donnees select {
  background-color: silver;
  width:280px;
}
#formdata div label {
  display:block;
  font-size: 8pt;
  font-weight:bold;
}
#Plan .box {
  width: 400px;
}
/* table des contacts dans le bandeau */
#bandoadresse {
  width:100%;
  margin:0px;
  width:100%;
  margin-left:14px;
}
#bandoadresse td {
	padding: 0px 16px;
	font-weight:bold;
	font-size:18pt;
	color: white;
}
#bandoadresse td a { color: white; text-decoration:none;}
