body {
	margin:		0;
	padding:	0;
	background:		#514E4C;
	font-family:	Verdana,sans-serif;
	font-size:		16px;
}

h2 {
	font-size:	150%;
	text-align:		center;
	margin-bottom:	1.5em;
}

h3 {
	font-size:	125%;
}

a.externe {
	text-decoration:		none;
}

p {
	text-align: 		justify;
	padding-bottom:		1em;
}

div.line hr{ /* take out the troublemaking HR */
	display:none;
}

div.line { /* DIV that wraps and replaces the HR */
	background-image:		url(images/ligne.gif);
	background-position: 	center center;
	background-repeat:		no-repeat;	
	height: 19px;
	border: 1px solid #FFFFFF;
	margin-bottom: 1em;
}

#entete {
	background-repeat:  repeat-x;
	height: auto !important;
	height: 175px;
	min-height: 175px;
	padding-right: 1em;
	font-weight: bold;
	text-align: right;	
	vertical-align: bottom;	
}

#content {
	background:			#FFFFFF;
	margin:				0 0 0 230px;
	padding:			2em 2em 2em 2em;
	line-height:		1.5em;
		
	/* Dans IE le content se décolle du menu de quelque pixel 
	height: auto !important;
	height: 20em;
	min-height: 20em;
	*/
		
	height: auto !important;
	height: 40em;
	min-height: 40em;	
}

#piedpage {
	background-position:	bottom;
	background-repeat:		repeat-x;
	height:					150px	
}

#logo {
	position:			absolute;
	background-color:	#FFFFFF;	
	background-image:	url(images/logo.gif);
	background-repeat:	no-repeat;
	top:		45px;
	left:		30px;
	width:		200px;
	height:		130px;
}

#menu_content {
	background-image:		url(images/gris_pale.gif); /* Passe pas trop belle */
	background-repeat:		repeat-y;
	background-position:	left;
	
	margin:			0;
	padding:		0;
}

#menu {
	float:			left;
	padding-left:	30px;
    width:			200px;
}

#menu li {
	padding: 			8px 25px 12px 0;
	list-style-type:	none;
	white-space:		nowrap;
	vertical-align: 	bottom;
	text-align:			right;
	font-size:			80%;   
	font-weight:		bold; 	
}

#menu li.BoutonBleu {
	background-image:	url(images/bouton_bleu.gif);
	color:				#5DE9FF;
}

#menu li.BoutonBrun {
	background-image:	url(images/bouton_brun.gif);
	color:				#FFCE3E;
}

#menu li.BoutonVert {
	background-image:	url(images/bouton_vert.gif);
	color:				#FFFF34;
}

#menu li.BoutonJaune {
	background-image:	url(images/bouton_jaune.gif);
	color:				#FFFF4B;
}

#menu li.BoutonRouge {
	background-image:	url(images/bouton_rouge.gif);
	color:				#FFCE3E;
}

#menu ul {
	margin:		0;
	padding:	0;	
}

#menu li:hover {
	color:		#000000;
	cursor:		pointer;
}

#tarif table {	
	border:				1px solid #0000FF;
    padding:			5px 5px 5px 5px;
    empty-cells:		hide;    
    table-layout:		fixed;
    border-collapse:	collapse;
}

td.titre {
	border-bottom:		1px solid black;
	text-align: 		center;
	width: 				12em;
	font-weight:		bold;
	padding-bottom:		1em;
}

td.center {
	text-align: center;
}

blockquote.temoignage {
	font-style:		italic;
	text-align:		justify;
}

.bqstart {
	float: left;
	height: 25px;
	width: 30px;
	margin-top: -35px;
	padding-top: 45px;
	margin-bottom: -30px;
	font-size: 45px;
	color: #000000;
}

 .bqend {
	float: right;
	height: 25px;
	width: 30px;
	margin-top: -35px;
	padding-top: 35px;
	font-size: 45px;
	color: #000000;
}
