/* images url: http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/ */
a:link,
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4441B5;
}
a:hover {
	text-decoration: underline;
	color: green;
}
div form#form1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
.erreur {color: red;}
.success {color: green;}

/*STRUCTURATION*/
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;
	background: #fde2af url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/body_bg.jpg) repeat-y center top;
	font-size: 0.8em;
}
div#conteneur {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 710px;
	text-align: center;
}
div#header,
div#boite,
div#footer,
div#mentions {
	margin: 0 auto;
	padding: 0;
	width: auto;
	text-align: left;
}
div#header{
	position: relative;
	margin: 0;
	padding: 11px 0 0 0;/*list des drapo*/
	width: 710px;
	height: 99px;
	background: #B71904 url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/banner.jpg) no-repeat 0 0;
}

#header h1,
#header h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover{
	display: block;
	margin: 0 0 0 50px;
	padding: 0 0 0 0;
	height: 50px;
	width: 400px;
	text-decoration: none;
}
#header h1 a span,
#header h2 a span {display:none;}
/*LISTE_LANGUE*/
ul#liste_langue{
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	height: 11px;
	width:auto;
	margin: 0 0 0 0;
}
ul#liste_langue li{
	display: block;
	float: left;
}

ul#liste_langue li a:link,
ul#liste_langue li a:hover,
ul#liste_langue li a:visited {
	display:block;
	margin-right: 1px;
	width: 16px;
}
ul#liste_langue li a span {
	display: none;
}
/*ADRESSE*/
div#adresse {display:none;}
/*CONTENTS*/
div#boite {
	position: relative;
	margin: 0 auto;
	padding: 35px 0 0 0;
	width: auto;
	height: auto;
	border-top: 1px solid #FFA87B;
	background: url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/deco-1.jpg) no-repeat 1px 0;
}
*+html div#boite {background: url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/deco-1.jpg) no-repeat 2px 0;}
* html div#boite {background: url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/deco-1.jpg) no-repeat 2px 0;}
div#contents {
	margin: 0 0 0 0;
	padding: 0 0 0 181px;
	width: auto;
	height: auto;
	min-height:400px;
	background: url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/deco-2.jpg) no-repeat 1px bottom;
}
*+html div#contents {background: url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/deco-2.jpg) no-repeat 2px bottom;}
* html div#contents {background: url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/deco-2.jpg) no-repeat 2px bottom;}
/*menu*/
div#menu {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: auto;
	height: 20px;
}
#menu table{
	width: 100%;
	background: url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/menu_bg.jpg) repeat-x 0 0;
}
#menu a:link,
#menu a:visited,
#menu a:hover {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: bold ;
	font-size: 1.1em;

	font-style: oblique;
}
#menu a:link,
#menu a:visited {
	color: #fff;
}
/*CONTENTS*/
div#contents{font-size: 1.2em;}
div#contents a:link,
div#contents a:visited {
	color: #553a0a;
	text-decoration: underline;
}

div#contents a:hover {
	color: silver;
	text-decoration: none;
}
/*FORMS*/
form#form1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
/*formulaire contact*/
table.formulaire {
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: left;
	width: 450px;
	border: 1px solid #B71803;
}

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

table.formulaire tr td label {
	display: block;
	margin: 0;
	padding: 0;
	width: 98%;
	text-align: right;
	font-size: 0.8em;
}

table.formulaire td input {
	width: 200px;
	background: #ffc5a7;
	border: 1px solid #B71803;
}
table.formulaire td input.btn {
	background:#ff935b url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/btn_bg.jpg) repeat-x 0 center;
	width: auto;
	padding: 4px;
	font-size: 0.8em;
	cursor: pointer;
}
table.formulaire td textarea {
	margin: 0 auto;
	width: 98%;
	height: 200px;
	border: 1px solid #B71803;
	background: #ffc5a7;
}
/*tablo tarifs*/
.tablo {
	margin: 30px auto;
	text-align: left;
	width: 450px;
	color: #553a0a;
	font-size: 0.9em;
	background: #ffc5a7;
	border-left: 1px solid #B71803;
	border-top: 1px solid #B71803;
}
tr.tete_col {font-size: 0.8em;}

.tablo tr td {
	padding: 2px;
	font-size: 0.9em;
	vertical-align: middle;
	border-right: 1px solid #B71803;
	border-bottom: 1px solid #B71803;
}
td.titre_tarif {
	font-weight: bold;
	text-align: center;
}
td.libelle {font-weight: bold;}
/*FOOTER*/
div#footer {
	position: relative;
	margin: 0 0;
	padding: 0 5px;
	width: 700px;
	line-height: 26px;
	height: 26px;
	clear: both;
	background: url(http://www.exemples.com/sites/www.leflamantrose.exemples.com/images/footer_bg.jpg) repeat-x 0 0;
	text-align: right;
}
a.mentions:link,
a.mentions:visited {
	text-decoration:none;
	font:normal 7pt 'Arail Narrow',sans-serif;
	color: #fff;
}
a.mentions:hover {
	text-decoration:underline;
}
/*GALERIE*/
div#gallery{
	margin: 1em 0 0 0;
	padding: 0 1em 1em 1em;
	width: auto;
	height: 100%;
	background: #fefefe;
	border: 1px solid #eee;
}
#gallery h3 {
	margin-top: 0;
	margin-left: -0.9em;
	margin-right: -1em;
	padding-left: 0.2em;
	color: #555;
	text-decoration: underline;
}
div.box_thumb{
	position: relative;
	float:left;
	margin: 0 0 1em 1em;
	padding: 0 0 0 0;
	width: 120px;
	min-height: 150px;
	border: 1px dotted #555;
	background: #fff;
}
div.image_thumb{
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 100px;
	height: 100px;
}
div.image_thumb img {border-width: 0;}
div.thumb_text{
	margin: 0 auto;
	padding: 0.3em;
	width: auto;
	text-align: center;
	font-size: 0.8em;
	line-height: 0.9em;
}
span.date_thumb{
	position: absolute;
	top: 0;
	right: 0;
	bottom:auto;
	left:auto;
	font: normal 7pt 'Arial Narrow', sans-serif;
	color: #555;
}
span.titre_thumb{
	font-size: 0.8em;
}
