/* images url: http://www.exemples.com/sites/www.relais-st-eloi.exemples.com/images/ */
html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	color: #4441b5;
	font-size: 0.85em;
	font-weight: bold;
	background: #fbfae5;
}
div#conteneur {
	position: relative;
	margin: 30px auto;
	padding: 0 0 0 0;
	width: 752px;
	text-align: center;
	background: url(http://www.exemples.com/sites/www.relais-st-eloi.exemples.com/images/bg.jpg) repeat-y 0 0;
	border-bottom: 1px solid #4441B6;
}
div#header,
div#boite,
div#footer,
div#mentions {
	margin: 0 auto;
	padding: 0;
	width: auto;
	text-align: left;
}
div#header{
	position: relative;
	margin: 0 1px;
	height: 165px;
	padding-top: 0;/*list des drapo*/
	border-top: 1px solid #463EB8;
}
div#contents{
	margin: 30px 20px 0 20px;
	padding: 0 5px 0 15px;
}
/*menu*/
div#menu{
	margin: 0 0 0 0;
	padding: 0;
	padding: 58px 0 0 0;
	font-size: 0.9em;
	background: url(http://www.exemples.com/sites/www.relais-st-eloi.exemples.com/images/menu-top.jpg) no-repeat 0 0;
}
#menu ul {
	display: block;
	margin: 0 auto;
	padding: 0 32px;
	width: auto;
	height: auto;
	list-style-type: none;
	text-align: left;
	background: url(http://www.exemples.com/sites/www.relais-st-eloi.exemples.com/images/menu-bg.jpg) repeat-y 0 0;
}
#menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e1e0e2;
}
#menu a:link,
#menu a:visited,
#menu a:hover {
	display: block;
	margin: 0;
	height: 15px;
	padding: 10px 2px 10px 10px;
}
ul#liste_langue {
	display: block;
	margin: 2px 0 2px 0;
	padding: 0 0 0 0;
	height: 11px;
	list-style-type: none;
	background: #FDFAD9;
}
#menu ul#liste_langue li {
	display: block;
	float: left;
	margin-right: 2px;
	height: 11px;
	width: 18px;
}
#menu ul#liste_langue li a:link,
#menu ul#liste_langue li a:visited,
#menu ul#liste_langue li a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 11px;
	text-decoration: none;
}
#menu ul#liste_langue li a span {display:none;}
#menu ul#liste_langue li a img {border-width: 0;}

#menu-bottom{
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(http://www.exemples.com/sites/www.relais-st-eloi.exemples.com/images/menu-bottom.jpg) no-repeat 0 0;
}
div#footer {
	position: relative;
	padding-bottom: 20px;
	height: 12px;
	clear: both;
}
/*contenus*/
a:link,
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4441B5;
}
a:hover {
	text-decoration: underline;
	color: green;
}
form {
	margin: 0;
	padding: 0;
}
.erreur {color: red;}
.success {color: green;}
/*PAGE CLASSES*/

/*liste des drapo langue*/


/*page adresse*/
p.adresse {
	position:absolute;
	top:auto;
	right:0;
	bottom:15px;
	left:auto;
	padding: 3px;
	margin: 0 0 0 0;
	width: 200px;
	height: 40px;
	font-size: 0.7em;
	text-align: left;
}

/*formulaires*/
form#formulaire {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
}
table.formulaire {
	margin: 0 50px 30px 50px;
	padding: 0;
	text-align: left;
	width: auto;
	color: #4441b5;
	background: #FEF0A7 url(http://www.exemples.com/sites/www.relais-st-eloi.exemples.com/images/form-bgd.jpg) no-repeat 0 0;
}

table.formulaire tr td {
	margin: 0;
	padding: 2px;
	width: auto;
	vertical-align: middle;
}

table.formulaire tr td label {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

table.formulaire td input {
	width: 200px;
	background: #FFEAA1;
	border: 1px solid #4441b5;
}
table.formulaire td input.btn {
	background: #FFEAA1;
	width: auto;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	color: #4441b5;
}
table.formulaire td textarea {
	margin: 0 auto;
	width: 98%;
	height: 200px;
	border: 1px solid #4441b5;
	background: #FFEAA1;
}
table.formulaire td select {
	color: #4441b5;
	border: 1px solid #4441b5;
	background: #FFEAA1;
}
/*tablo tarifs*/
.tablo {
	margin: 30px auto;
	text-align: left;
	width: 95%;
	color: #4441b5;
	background: #FFEAA1;
	border-left: 1px solid #4441b5;
	border-top: 1px solid #4441b5;
}
tr.tete_col {font-size: 0.8em;}

.tablo tr td {
	padding: 2px;
	font-size: 0.9em;
	vertical-align: middle;
	border-right: 1px solid #4441b5;
	border-bottom: 1px solid #4441b5;
}
td.titre_tarif {
	font-weight: bold;
	text-align: center;
}
td.libelle {font-weight: bold;}

/*menu principal*/
#menu ul li a:link,
#menu ul li a:visited {
	line-height: 1.2;
	text-decoration: none;
	color: #4441b5;
}
#menu ul li a:hover {
	background: #fbf9a9;
}
/*footer*/
#footer {
	font-size: 0.9em;
}
#footer a.copy {
	position: absolute;
	display: block;
	top: auto;
	right: 0;
	bottom: -20px;
	left: auto;
	padding: 3px 5px;
	height: 12px;
	text-align: right;
	font: normal 0.85em 'arial-narrow', sans-serif;
	z-index: 100;
}
#footer a:link#access,
#footer a:visited#access {
	padding:  3px 0 3px 25px;
	font: normal 1em 'arial-narrow', sans-serif;
	color: #4441b5;
	background: url(http://www.exemples.com/sites/www.relais-st-eloi.exemples.com/images/accessibility_icon_small.jpg) no-repeat left bottom;
}
#footer a:hover#access {color: orange;}