/* FORMATAGE GENERAL */
* {
	padding: 0;
	margin: 0;
	font-size:12px;
	line-height:1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

body {
	background:#435b43;
}
img {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover { 
	color: #000;
	text-decoration: underline;
}
INPUT, SELECT, TEXTAREA {
	color: #666;
	font-size : 12px;
	padding: 0px 2px;
	border: 1px solid #d0d0d8;
}
RADIO, BUTTON {
 	font-size : 10px;
 	border-style:none;
}
td { vertical-align: top; }
h1 {
	color: #000;
	font-size: 18px;
	border-bottom:1px solid #ddd;
}
h2 {
	margin-top:16px;
	margin-bottom:0;
	font-size: 16px;
	line-height: 1.5em;
	padding: 2px 0px;
}
h3 {
	color: #d8002b;
	font-size: 14px;
	margin: 6px 0px 6px 10px;
	border-bottom: 1px solid #e6e6ee;
}
h4 {
	color: #2fa829;
	font-size: 14px;
	margin: 6px 0px 6px 10px;
	border-bottom: 1px solid #e6e6ee;
}
hr {
	border: solid 1px #507c90;
	height: 1px;
}
/* FORMATAGE SECTIONS */
#lang {
	top:0px;
	left:0px;
	width: 760px;
	margin: 0 auto;
	color:#444;
	background:#fff;
	text-align:right;
	padding:6px 10px 4px 10px;
	border-bottom:1px solid #ddd;
	position:relative;
}
#page {
	width:780px;
	height:auto;
	background:#fff;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}
.mnu TD, .mnu TD a {
	color:#888;
	font-size:14px;
}
.mnu TD .on a {
	color:#000;
}
#g {
	width:400px;
	padding-right:16px;
}
#g p {
	padding-left:16px;
}
#d {
	width:310px;
}
#d p{
	padding-left:4px;
}
#g a, #d a {text-decoration:underline;}

.read3, .read3 a{color: #d8002b;text-align:right;}
.read4, .read4 a{color: #2fa829;text-align:right;}

.pth {
	height:1px;
	padding:5px 0px;
	background:url(../img/pth.gif) repeat-x;
}
.ptv {
	width:1px;
	padding:0px 5px;
	background:url(../img/ptv.gif) repeat-y;
}
.pied {
	color:#888;
	text-align:right;
}
.csc-bulletlist ul {
	padding:6px 0px 0px 30px;
}
.csc-bulletlist li {
	padding-top:2px;
	list-style-type:none;
	padding-left: 14px;
	background: url(../img/spotn.gif) no-repeat;
}
.bouton,input.bouton{
	background-color:#69c;
	background-position:bottom;
	background-repeat:repeat-x;
	border-color:#369;
	border-style:solid;
	border-width:1px;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
.bouton:hover,input.bouton:hover{
	background-color:#f90;
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #c60;
	color:#fff;
}
.bouton:active,input.bouton:active{
	background-color:#9cf;
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #9cb4ce;
	color:#fff;
}
/* RECHERCHE */
#rech {
	width:700px;
	margin:0 auto;
}
/* TARIFS */
.contenttable {
	margin-left:16px;
}
.contenttable TD {
	text-align:center;
	border:1px solid #b3bf72;
	padding:0px 4px;
}
h5 {
	color:#444;
	padding:0px 0px 0px 16px;
}