/* CSS Document */


html,  body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #330000 url(../../img/bgr.jpg);
	font-size: 0.85em;
	color: #663300;
	text-align: center ;
	width: 100%;
	margin: 0;
	padding: 0 ;
	height: 100%;
}

div, span, ol, a  {
	z-index: 100;
}

img {
	border:none;
}

div#conteneur
{
	width: 954px ;
	margin: 0 auto ;
	text-align: left ;
	background: url(../../img/bgr_centre.jpg) repeat-y;
	position: relative;
	z-index: 10;
	
	/* Hauteur 100% */
	height:auto !important; /* vrais Browsers */
	height:100%; /* IE6 le voit comme un min-height*/
	min-height:100%; /* vrais Browsers */
}

#padding {
	padding: 0px 43px 0px 75px;
}

#bgr_top {
	position: absolute;
	top:0px;
	height: 505px;
	width: 954px;
	background: url(../../img/bgr_top.jpg) no-repeat top center;
	z-index: 20;
}

div#center {
	min-height: 490px;
	display: block;
}

div#bas {
	height: 316px;
	display: block;
}

div#gauche {
	position: absolute;
	left: -75px;
	top:0px;
	width: 75px;
	min-height: 100%;
	background: url(../../img/border_left.png) repeat-y;
}

div#droite {
	position: absolute;
	top:0px;
	width: 75px;
	left: 954px;
	min-height: 100%;
	background: url(../../img/border_right.png) repeat-y;
}

.colonne {
	position: relative;
	width: 301px;
	float: right;
	margin-left: 24px;
	padding-top: 72px;
	line-height: 1.5em;
}

.colonne p {
	margin-bottom: 18px;
}

.colonne em {
	color: #000;
	font-style: normal;
	font-weight: bold;
	border-bottom: #aaa dotted 1px;
}

.imgnextline {
	position: relative;
	left:0px;
	top: 20px;
	width: 511px;
	z-index: 100;
	float:left;
}

.seule {
	position: relative;
	width: 626px;
	float: right;
	padding-top: 72px;
	line-height: 1.5em;
}

#colonnevide {
	position: relative;
	float:left;
	padding-top: 72px;
	z-index: 100;
	width:186px;
}


div#footer {
	position: absolute;
	left:0;
	bottom:0;
	width: 954px;
	height: 248px;
	background: url(../../img/bgr_bot.jpg) bottom no-repeat;
	z-index: 0;
}

div#conteneur #premier-element {
	margin-top: 0;
}

div#conteneur #dernier-element {
	padding-bottom: 99px;
	margin-bottom: 0;
}

div#nav {
	width: 511px;
	height: 137px;
	position: relative;
}

/* Liste des items */
div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
		
div#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#nav img {
	position: relative;
	float:left;
	top: 0px;
}

a#logo {
	float:right;
	margin: 40px 0px 82px 0px;
	height: 97px;
	width: 313px;
	position: relative;
	cursor: pointer;
	display: block;
}

div#langue {
	position: absolute;
	top: 8px;
	right: 45px;
}

div#langue a {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

div.clear {
	height:0px;
	clear:both;
}

/* liens */

a {
	color: #333333;
	font-weight: bold;	
	text-decoration: none;
}

/* Confirmations */
ul.cnf {
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul.cnf li {
	color: #669900;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

/* Erreurs */
ul.err {
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul.err li {
	color: #FF0000;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

/* ========= <H1> ============= */

h2 { 
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	font-variant: small-caps;
}


h1.titre {
	height: 21px;
	margin: 0px 0px 17px 0px;
	left: -2px;
	position: relative
}

h4 { 
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	font-variant: small-caps;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}

h5 { 
	font-size: 1.2em;
	font-weight: bold;
	margin: 28px 0px 8px 0px;
	font-variant: small-caps;
}

/* Listes / Menus */
ul {
	padding: 0px 0px 0px 14px;
	margin: 0;
}

ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#ssmenu li {
	margin-bottom: 8px;
}

/* Google map */
.gmap {
	width: 511px;
	height: 470px;
}

/* Formulaires */
div.form label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 4px 10px 0px 0px;
	font-size: 0.9em;
}

div.form label.ctc {
	width: 80px;
}

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: auto;
	padding: 2px 2px 2px 6px;
	background-color: #fff;
	font-size: 10px;
	border: solid #ccc 1px;
	width: 130px;
	color: #333;
}

textarea {
	width: 180px;
	height: 120px;
}

input.bouton {
	width: auto;
	padding: 4px 8px 4px 8px;
	background-color: #e4e2d5;
	border: solid #c1bda2 1px;
	cursor: pointer;
}

input.bouton:hover {
	background-color: #fff;
}

span.champsOb {
	color: #990000;
	font-weight:bold;
	padding-left: 6px;
	font-size: 12px;
}

table.listing td {
	vertical-align: top;
	padding: 8px 4px 8px 12px;
}


table.listing td {
	border-bottom: solid #ccc 1px;
}

table.listing td.icon {
	width: 29px;
	padding-right: 2px;
	padding-left: 2px;
}

