/* CSS Document */
body {
	background: #3A4665;
	margin: 5px;
	padding: 0;
	text-align: center;
}

#page{
	height: auto !important;
	height: 500px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*	border: 1px solid #000000;*/
	width: 800px;
}

#header {
	background: url(images/h1.jpg);
	height: 121px; /*background-color:#00FFFF;*/
	width: 800px;
}

#presentation {
	background: #F4F4F7;
	border: 2px outset solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

#tab_res{
	background-color: #FFFFFF;
	border: 1px solid #3A4665;
	text-align: center;
	width:780px;
}
#tab_res td{
	padding:5px;
}
.td_titref{
	background: url(images/titre_f2.gif);
	background-repeat: repeat-x;
	background-color:#3d467b;
}
.td_titre{
	background: url(images/titre_f.jpg);
	background-repeat: repeat-x
}
.td_gris{
	background : #E9D698;
}
.td_h_b{
	border-top: 2px outset solid #FF6600;
	border-bottom: 2px outset solid #FF6600;
}
.txt_petit_italique{
	font-size: 11px;
}
.txt1{
	font-weight:bold;
	font-size: 15px;
}
.txt_blc{
	font-weight:bold;
	color:#fff;
}

.txt_orange{
	font-weight:bold;
	color:#3A4665;
}
.prix_g{
	font-size: 16px;
	font-weight:bold;
	color:#FF6600;
}


.special { background-color: #000; color: #fff; }


.prixbarre{
background:transparent url(images/prix_barre.png) no-repeat center bottom;
}