body {
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}

.center{
	text-align: center;
}
.bold {
	font-weight: bold;
}
.nok{
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-align: center;
}

.ok{
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-align: center;
}

.Total{
	border:0;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}

select{
	float:left;
	margin:0;
	padding:0;
}

thead{
	font-weight: bold;
}

tfoot{
	font-weight: bold;
	background: #fb0;
}

table{
}
tr:hover{
 background:#9CC6F4;
}


/* On définit les marges haute et basse à 10px et les marges droite et gauche à 0 */
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body */
/* On utilise text-align: center ; pour Internet Explorer, c'est la seule façon de centrer les éléments de type block avec ce navigateur */

div#conteneur
{
	width: 766px;
	margin: 0;
	text-align: left;
}
/* On définit la largeur de la division qui contient l'ensemble de la page à 770 pixels */
/* margin: 0 auto ; est la méthode correcte pour centrer les éléments de type block (comme les divisions), nous centrons donc cette division */
/* Il faut rétablir l'alignement à gauche que nous avons changé plus haut */

h1#header
{
	height: 275px;
	margin:0;
	background-image: url(../images/header.jpg) ;
}
h1#header2
{
	height: 275px;
	margin:0;
	background-image: url(../images/header2.jpg) ;
}
h1#header3
{
	height: 275px;
	margin:0;
	background-image: url(../images/header3.jpg) ;
}
/* On définit la hauteur de la partie header, contenant le titre du site */
h1#header a,h1#header2 a,h1#header3 a
{
	width: 357px ;
	height: 48px ;
	display: block ;
	background: url(../images/logo.gif) no-repeat ;
	position: relative ;
	left: 0px ;
	top: 225px ;
}/* On donne les mêmes dimensions au lien, chose possible grâce à la propriété display: block ; qui transforme le lien en élément de type block, auquel on peut donner des propriétés de taille. On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */

h1#header a span,h1#header2 a span,h1#header3 a span
{
	display: none ;
}/* Le span entourant le texte est fait pour pouvoir ne supprimer que le texte, ce que nous voulons, il suffit donc de donner à la propriété display la valeur none pour ne pas afficher le texte */

h2{
	font-size:20px;
	font-weight:bold;
	color:#7A8B62;
	margin-bottom:0;
}
.wysinet{
	color:#6F9BD0;
}
a{
	color: #FFD800;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
img{
	border:0;
	float:left;
}

#langue{
	margin: 0;
	padding : 0;
}
#langue ul{
	float:right;
	height:20px;
	top:200px;	
	list-style-type: none;
	margin: 0;
	padding : 0;
}
#langue ul li {
	padding:0;
	display: inline;
}
#langue ul li a{
	
}


#menu{
	margin: 0;
	padding: 0;
	width:100%;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	width:100%;
	position: relative;
	left:10px;
	top:-7px;
	margin: 0;
	padding : 0;
	list-style-type: none;
}
#menu ul li {
	padding:0;
	display: inline;
}
#menu ul li a {
	background-image: url(../images/onglet_sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	line-height: 52px;
	font-size : 14px;
	padding: 0.5em;
	padding-left: 0;
	padding-right: 0.9em;
	color: #000;
}
#menu ul li a.last{
	background-image:none;
}
#menu ul li a:hover {
	text-decoration:underline;
}
div#contenu
{
	width:100%;
	margin-top:20px;
}
#gauche, #droite {
	display: table-cell;
	height: 100%;
}
#gauche {
	float: left;
	width: 530px;
	background-image: url(../images/background_middle.gif);
	background-repeat: repeat-y;
}

#gauche img, #gauche p,#gauche box2{
	padding-left:15px;
}

html>body #gauche {
	float: left;
}

#droite {
	padding-top:0;
	padding-left:10px;
}

.box2{
	float:left;
	width:220px;
	background: #FFFFFF url(../images/onglet.jpg) no-repeat left top;
	margin:10px;
	padding-top: 10px;
	color: #000000;
	font-size: 10px;
}
.box2 h1{
	padding-top:0;
	padding-left:40px;
	margin-top:-4px;
	font-size:16px;
	text-transform: uppercase;
	color: #828B9A;
}
.box2 p{
	padding:5px;
}

.more{
	width:100%;
	color:#D8A347;
	font-size:14px;
	text-decoration:none;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	height:27px;
	padding-top: 6px;
	padding-left: 20px;
	font-weight: bold;
}

.box{
	width:215px;
	background: #8A8FAC url(../images/box_right_top.gif) no-repeat left top;
	margin:0;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

.box h1{
	margin:0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.blocbox{
	background: url(../images/box_right_bottom.gif) bottom left no-repeat;
	padding: 10px;
	padding-bottom: 13px;
}
#pied {
	clear : both;
	padding:15px;
	height: 48px;
	background-color: #FFFFFF;
	background-image: url(../images/background_pied.jpg);
	background-repeat: repeat-x;
}

div.clear{
	clear : both;
}

.tarifs{
	width:100%;
	border: medium solid #000000;
}

.tarifs td, .tarifs th{
	border: thin solid #6495ed;
}

