/*[fmt]AA90-1A0B-3*/
/*Reset CSS*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img
{
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

ol, ul
{
	list-style: none;
}

caption, th
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 0;
}

q:before, q:after
{
	content: '';
}

abbr, acronym
{
	border: 0;
}

/*CSS Document*/
html, body
{
	font-family: "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #000000;
	position: relative;
}

body#accueil
{
	background-color: #010F03 !important;
}

body#jardin
{
	background-color: #00120B !important;
}

body#contact
{
	background-color: #A64E21 !important;
}

body#chambre
{
	background-color: #180407 !important;
}

body#maison
{
	background-color: #370E16 !important;	
}

body#table
{
	background-color: #3F090F !important;	
}

div#barre_haut
{
	margin: 0px auto 1px;
	width: 980px;
	height: 20px;
}

div#barre_haut ul#langues
{
	float: left;
}

div#barre_haut ul#autres
{
	float: right;
}

div#barre_haut ul li
{
	display: inline-block;
	margin-right: 10px;
}

div#barre_haut ul#autres li a#mentions, div#barre_haut ul#autres li a#partenaires
{
	font-size: 12px;
}

div#barre_haut a, div#barre_haut a span
{
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
	color: #D37316;
	height: 11px;
	font-size: 5px;
	line-height: 20px;
}

div#barre_haut a span
{
	visibility: hidden;
}

div#barre_haut a#fr
{
	background: url("../images/fr.png") no-repeat;
}

div#barre_haut a#gb
{
	background: url("../images/gb.png") no-repeat;
}

#conteneur
{
	display: block;
	width: 980px;
	height: 600px;
	margin: 0px auto;
	text-align: right;
	box-shadow: 0px 0px 26px #3D1B08;
}

/*Page de contact*/
dt
{
	font-size: 16px;
	padding-top: 14px;
	color: #99661A;
}

.org
{
	font-weight: bold;
	font-size: 24px;
	color: #99661A;
}

.email
{
	color: #000000;
	text-decoration: none;
}

div#texte
{
	width: 620px;
	color: #FFFFFF;
	margin: 0px 10px;
}

div#image
{
	margin: 0px 10px 10px;
	border: 1px solid #FFFFFF;
}

div#texte a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#texte a:hover
{
	color: #996600;
}

h1
{
	color: #996600;
	font-size: 29px;
	text-align: left;
	padding-bottom: 23px;
}

p
{
	font-size: 20px;
	text-align: justify;
	color: #FFFFFF;
	padding-bottom: 15px;
	line-height: 26px;
}

.lettrine
{
	float: left;
	font-size: 3em;
	font-weight: bold;
	color: #9F9778;
	margin: 1px 5px 1px -1px;
	line-height: 0.6em;
}

div#menu
{
	float: right;
	text-align: center;
	background-color: #FFFFFF;
	color: #A5A688;
	font-size: 17px;
	width: 980px;
	margin: 3px 0px 5px;
	text-decoration: none;
}

div#menu li
{
	padding: 0px 7px;
	border-bottom: 1px solid #A5A688;
}

div#menu a
{
	color: #A5A688;
	text-decoration: none;
}

div#menu a:hover
{
	color: #996600;
	text-decoration: none;
}

div#menu_bas
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	margin-right: 5px;
}

div#menu_bas a
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

div#menu_bas a:hover
{
	color: #996666;
}

.logo
{
	margin-top: 10px;
}

div#liens
{
	width: 980px;
	height: 20px;
	text-align: right;
}

a.ajax
{
	font-size: 9px;
	color: #5E231E;
	line-height: 10px;
}

/*Pages des mentions légales*/
div#mentions_legales
{
	height: 190px;
	padding: 10px 20px 10px 10px;
	margin: 0px;
	background-image: url("../images/logo-mentions.png");
	background-color: #5E231E;
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #BEA34C;
}

div#mentions_legales h1
{
	font-size: 12px;
}

div#mentions_legales div
{
	float: right;
	width: 185px;
	height: 160px;
	margin-left: 20px;
	line-height: 14px;
	border-left: 1px solid #A5A688;
	padding-left: 10px;
}

div#mentions_legales h2
{
	font-size: 10px;
	text-align: left;
}

div#mentions_legales p
{
	font-size: 9px;
	color: #A5A688;
}

div#mentions_legales a
{
	color: #FF6500;
}


