html {
    font-size: 100%;    
}

body{
	background:#fff;
    font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Tout ce que l'on cache */
#functions,
#footer,
#accessibility,
#menu,
#topmenu,
.previousitem,
.nextitem,
.tabnavigation,
.contact,
.downloadlist,
.backtotop,
.readMore,
.pagination,
input[type=submit],
.retourhome,
.nav,
#map,
#bienchoisir,
a,
.readmore {
	display: none !important;
}

.tabApplied .panel,
.results li,
.adresslist li {
	display:block !important;
}

.wrappernavigation {
	overflow:visible !important;
	height:auto !important;
}

h1,h2,h3 {
	line-height:1.3em;
	clear:both;
	font-family:"Georgia", Verdana, Arial, sans-serif;
}

#wrapper {
	font-size:1.2em;
	line-height:1.2em;
}

.introtext {
	background-color:#eee;
	padding:10px;
}

.introtext img {
	float:right;
	margin:0 0 10px 10px;
}

.nav img,
.illustr {
	margin:0 10px 10px 0;
	float:left;
}

/* Header */

#logo {
	color: #B21E1E;
	font-size:1.5em;
}

#logo img {
	clear:both;
	display:block;
	margin-bottom:5px;
  border: none;
}

#sidebar {
	height:auto !important;
	min-height:0 !important;
}

.focus {
	top:0 !important;
}

.illustrations,#header, #sidebar, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

.illustrations,#header, #sidebar, div#content {
	/*margin-left: 10%;*/
	padding-top: 1em;
	border-top: 1px solid #B21E1E;
}
	
div#content  {
	margin-bottom: -8px;
}
	
div#content img {
	vertical-align: bottom;
}
	
a:link, a:visited {
	color: #B21E1E;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


/* Tableau */

table {
	background-color:#857e74;
	border-collapse:collapse;
}

tbody,
thead { margin:0 1px; }

table td,
table th,
table caption {
	text-align:center;
	border:1px solid #857e74;
	padding:1px 2px;
	vertical-align:middle;
}

table caption {
	position:relative;
	right:-1px;
	border-left:1px solid #857e74;
}

table caption {
	font-weight:bold;
	background-color:#857e74;
	color:#fff;
}

.table-bareme caption {
	text-align: left;
}

.table-bareme tbody th {
	text-align: left;
}

table thead th,
table thead td { background-color:#e9e9e9; }

table tbody th,
table td { background-color:#fff; }

.midblock table {
	margin:0 10px 10px 10px;
}

.midblock table.basic thead th {
	font-weight:bold;
	background-color:#857e74;
	color:#fff;
}

.midblock table.basic tr td,
.midblock table.basic tr th {
	text-align:left;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #857e74;
	padding:2px 4px;
}


/* Clear de flottant */
ul li:after,
.introtext:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.introtext {
	display: inline-block;
}

* html ul li,
* html .introtext {
	height: 1%;
}


.introtext {
	display: block;
}


/* Bulletin d'inscription */

#bulletin_inscription {
  font-size: 12px;
}

#bulletin_inscription table,
#bulletin_inscription table th,
#bulletin_inscription table td {
  border: none;
}

#bulletin_inscription table thead th sup {
  font-size: 8px;
  vertical-align: top;
}

#bulletin_inscription table thead th,
#bulletin_inscription table thead td {
  background-color: white;
  color: #CA1A1D;
  font-size: 15px;
  text-align: left;
}

#bulletin_inscription table tbody th,
#bulletin_inscription table tbody td {
  text-align: left;
}

#bulletin_inscription table tbody th strong {
  padding: 15px 0 7px 0;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #CA1A1D;
  margin-bottom: 10px;
}

