body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
	background-image: url(../pictures/webdesign/fond-gris.jpg);
	background-repeat: repeat;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration : none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration : none;
}
/* ------------------- Header ------------------------- */

#header {
	height: 150px;
	margin: 0px;
	background-image: url(../pictures/webdesign/fondheader.jpg);
	background-repeat: repeat-x;
}
/* ----------------- débutmenu css ------------------------ */
#menu {
	float: right;
	width: 230px;
	position: absolute;
	z-index: auto;
	left: -38px;
	top: 0px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 38px;
	background-color: #FFFFFF;
}
#nav, #nav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 220px;
}
#nav li { /* tous les items de liste */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 220px;
}
#nav li ul { /* listes de deuxième niveau */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -2em;
}
#nav li ul ul { /* listes de troisième niveau et plus */
	left: -999em;
}
#nav li a {
	width: 220px;
	width : 15em;
	display : block;
	font-weight : normal;
	text-decoration : none;
	background-color : white;
	/* border : 1px solid #FFF;    /* couleur bordure cadre menu */
	padding : 0.3em 0.8em;
	color: #0066CC;
}
#nav li a:hover {
	background-color : #FFDD8B;
}
#nav li a:visited {
	color: #0066CC;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
#menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration : none;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6633;
}
#menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration : none;
}
/* ------------------- h ------------------------- */
h1 {
	font-size: 20px;
	color: #0066CC;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 {
	color: #D64816;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.h2titre {
	color: #0066CC;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
}
h3 {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}
/* ------------------- Centre ------------------------- */

#contenu {
	width: 778px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#contenudroitemenu {
	width: 530px;
	margin-left: 220px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 10px;
}
/* ------------------- footer ------------------------- */

.footer {
	font-size: 11px;
}
.conception {
	font-size: 10px;
	color: #333333;
}
.conception a:link {
	color: #333333;
	text-decoration: none;
}
.conception a:visited {
	color: #333333;
	text-decoration: none;
}
.dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/* ------------------- tab ------------------------- */

.tdsolidfin {
	border: 1px solid #ABC1D3;
	padding: 5px;
}
.tddot {
	padding: 5px;
	border: 1px dotted #ABC1D3;
}
/* ------------------- styles ------------------------- */
	
.barre {
	font-weight: bold;
	text-decoration: line-through;
}
.underline {
	text-decoration:underline;
}
.fluo {
	background-color: #2C6A8F;
	color: #FFCC00;
	font-size: 14px;
	height: 20px;
}
li { /* tous les items de liste */
	line-height : 2em;
}
fieldset {
	border: 1px solid #006699;
	background-color: #FFF8D6;
	padding: 5px;
	margin-bottom: 15px;
}
.cadreimage {
	border: 1px solid #CCCCCC;
}
.info {
	color: #999999;
	font-size: 10px;
	font-weight: lighter;
}
.tarifs{font-size:90%;border-collapse:collapse;}
table.tarifs th, table.tarifs td{padding:3px;border:1px solid #fff;}
table.tarifs th{background:#bff58f;color:#007eff;text-align:center;}
table.tarifs td{background:#fdc1f0;color:#007eff;text-align:right;}
table.tarifs th.first, table.tarifs td.ref{width:130px;}
table.tarifs td.ref{color:#ff00cc;text-align:left;font-weight:bold;}
td.ref em{font-weight:normal;}
.infos{font-style:italic;font-size:80%;text-align:center;margin:4px 0 8px 0; color:#007eff}