@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#812303;
	margin:auto;
	padding:0;
	text-align:center;
	color:#FFF;
	font-size:12px;
}

#subheader{
	color:#f7a100;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:bold;}

#conteneur {
	width:800px;
	margin:auto;
	padding:0;
	text-align:center;
	background:#e24e1a;
}

#corps {
	background:url(img/corps.jpg) no-repeat top center;
	min-height:465px;
	padding:0;
	margin:0;
}

#menu-bas {
	background:#5c1901;
	height:32px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}
#menu-bas a {
	color:#FFF;
	text-decoration:none;
}

#menu-bas a:hover, #menu-bas a.active{
	text-decoration:underline;
}

#signature {
	background:#8a2603;
	color:#f7a100;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
}
#signaturek {
	text-align:center;}
	
#gauche {
	float:left;
	width:195px;
	padding:10px 15px 0 15px;
	text-align:left;
}

#droite{
	float:right;
	width:545px;
	text-align:left;
	padding:10px 15px 0 15px;
}

.border {
	border:#FFF solid 1px;
	margin:5px;
}
#flash {
	float:right;
	border:#FFF solid 1px;
	background:#611B02;
	margin:0px 0px 0 100px;
	padding:10px;
	text-align:center;
}

h1 {	
	color:#f7a100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h2 {	
	color:#812303;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:#812303 solid 1px;
}

.ul1 {
	padding:0 0 0 20px;
	margin:0;
	list-style-image:url(img/puce.jpg);
	
}

a {
	color:#461707;
	text-decoration:none;
}
a:hover{
	color:#812303;
	text-decoration:underline;
}

.cadre3 {
	border:#f7a100 dashed 2px;
	margin:10px;
}

.cadre2 {
	border:#FFF dashed 2px;
	margin:5px;
}

.actu {
	color:#f7a100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

/**************************************************
*************** TARIFS ****************************
***************************************************/
.menu {
  width: 500px;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  font: 12px bold Arial, Helvetica, sans-serif;

}
.menu li {
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  position: relative;
  border-bottom: dotted 2px #812303;
}
.menu strong {
	background:#F7A100;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -5px;
	left: 0px;
}
.menu em {
  background:#F7A100;
  padding: 0 0 0 5px;
  font: 110%/100% Georgia, "Times New Roman", Times, serif;
  position: absolute;
  bottom: -5px;
  right: 0;
  height:20px;
  line-height:20px;
}
.menu sup {
  font-size: 80%;
  font-weight:bold;
  color: #812303;
  margin-left: 3px;
}
#tarifs {
	background:#F7A100;
	border:#812303 1px solid;
	padding:10px;
	margin:10px;
}
	
/* clearfix */
.menu li:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menu li {display: inline-block;}
/* Hides from IE-mac \*/
* html .menu li {height: 1%;}
.menu li {display: block;}
/* End hide from IE-mac */
/**************************************************
*************** FIN TARIFS ****************************
***************************************************/
