<!--
BODY,TD {
  font-family: Arial, Sans-Serif, Helvetica;
  font-size: 1em;
}
TH {
  color: blue;
  text-align:left;
}
H1 {
  font-family: Arial, Sans-Serif, Helvetica;
  font-size: 1.5em;
}
A:link      { text-decoration: none;}
A:active    { text-decoration: none;}
A:visited   { text-decoration: none;}
A:hover     { text-decoration: underline;}

PRE{
  font-family: Courier;
  font-size: 13px;
}

INPUT[type=image] {
  border: 0px;
}
.sidebar {
  font-family : Arial,Sans-Serif, Helvetica;
  font-size : 9pt;
  text-align: left;
}
.bgdegrade {
  background: white url("/images/trame-fond.gif");
  background-image: url("/images/trame-fond.gif");
  background-repeat: repeat-y;
  background-position: left;
}
.bgdegrade_halloween {
  background: white url("/images/halloween/bats2.jpg");
  background-image: url("/images/halloween/bats2.jpg");
  background-repeat: repeat-y;
  background-position: left;
}
.services body,table,th,ul,li,dl,a,div,b,p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 90%;
}
#pages_web ul, #bdd ul {
	float: left;
	list-style: none;
	margin: 2px;
	padding: 1px;
	/*width: 100%;*/
}

#pages_web img, #bdd img {
	border: none;
}

#pages_web li, #bdd li {
	display: inline;
	float: left;
	width: 190px;
}

/*** Boutons horizontaux en CSS ***/

.menu-button, .menu-button-active {
	float: left;
	background: #fff; 
	/*padding: 1px;*/
	font-family: sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	border: 1px solid #999999;
	margin: 0px 2px 2px 2px;
	width: 181px;
	text-align: justify;
}

.menu-button-left, .menu-button-left-active {
	/*float: left;*/
	background: #9D0E00;
	color: #ffffff;
	font-family: sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	border: 1px solid #999999;
	/*width: 181px;*/
	padding: 0px 3px 0px 3px;
}

.menu-button-right {
	float: left;
	color: #9D0E00;
	padding: 0px 3px 0px 3px;
	text-align: justify;
}

.menu-button-right-active {
	float: left;
	color: orange;
	background: #fff;
	padding: 0px 3px 0px 3px;
	text-align: justify;
}

.menu-button a  {
	text-decoration: none;
	color: #9D0E00;
	background: #f5f5f5;
	padding: 0px 3px 0px 3px;
	float: left;
	text-align: justify;
	width: 175px;
}

.menu-button-active a, .menu-button a:hover, .menu-button-active a:hover {
	text-decoration: none;
	color: orange;
	background: #FFFFFF;
	padding: 0px 3px 0px 3px;
	float: left;
	text-align: justify;
	width: 175px;
}
.notice {
	float: left;
	background: #ff0;
	color: #000;
	font-family: sans-serif;
	font-size: small;
	/*font-variant: small-caps;*/
	font-weight: bold;
	border: 1px solid #999999;
	padding: 0.5em;
}


-->

