body{
	background-color:#000;
	color:#BBB493;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:70%;
	margin:0;
	padding:0;
	height:100%
}

html {
	height:100%;	
}

.skiplink {
	display:none;
}

a {
	color:#9f564e;
	text-decoration:underline;
}

#contenu a:visited {
	color:#D07166;
	text-decoration:underline;
}

a:hover {
	color:#D07166;
	text-decoration:none;
}


#conteneur {
	height: auto !important;
	height: 100%;
	min-height:100%;

	position:absolute;
	width:760px;
	top:0;
	left:50%;
	padding:0;
	margin-left:-380px;
	background-color:#531d1d;
}

#header {
	position:absolute;
	left:200px;
	width:560px;
	height:110px;
	background-image: url("../img/template/header.png");
	background-repeat: no-repeat;
}

#contenu {
	margin-left: 220px;
	margin-right: 20px;
	padding-top:120px;
	padding-bottom:30px;
}

#menu #logo {
	position:absolute;
	z-index:1;
	top:0;
	left:40px;
	width:120px;
}

#menu {
	position:absolute;
	height: auto !important;
	height: 100%;
	min-height:100%;
	top: 0;
	width: 200px;
	background-image: url("../img/template/menu_bg.png");
	background-repeat: repeat-y;
}

#menu ul {
	position:absolute;
	z-index:2;
	top:160px;
	margin:0;
	margin-top:40px;
	padding:5px;
	list-style: none;
}

#menu ul li a {
	text-decoration:none;
}

#menu ul li a:hover {
	text-decoration:none;
}

#menu ul li img {
	border:0;
}


#menu #palmier {
	z-index:0;
	position:absolute;
	bottom:0;
}

#footer {
	position:absolute;
	bottom:0;
	width:560px;
	margin-left:200px;
	text-align:center;
	border-top:1px solid #461818;
	padding:3px 0;
}

#xiti-logo {
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}


/*****************************************************************************************/
/*										Formulaire
/*****************************************************************************************/

form#formLogin {
	position: absolute;
	width:400px;
	height:200px;
	margin-left: -200px;
	margin-top: -100px;
	left:50%;
	top:50%;
}

input, textarea, select {
	border:1px solid #000;
	background-color:#bbb493;
	color:#000;
	font-size:1em;
	margin-bottom:1em;
}

form label.required:before {
	content: '* ';
	color:#F00;
}

.bouton {
	color:#bbb493;
	background-color:#2f0d0d;
	border:1px dotted #bbb493;
	display: block;
}

form label {
	display:inline;
	float:left;
	width:11em;
	text-align:right;
	padding-right:0.3em;
}

form p.formError {
	margin-left:11.5em;
	margin-bottom:0;
	margin-top:0;
	color:#f00;
	font-weight:bold;
}

form input.court {
	width:5em;
}

form input.moyen {
	width:10em;
}

form input.long {
	width:15em;
}

form textarea {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

form input.treslong, form textarea.treslong {
	width:20em;
}

form textarea.treslong {
	height:15em;
}

#emoticonBar img {
	border:0;
	margin-bottom:20px;
}

/*****************************************************************************************/
/*										Textes
/*****************************************************************************************/

h1, h2, h3 {
	font-family: Georgia, Times New Roman, serif;	
}

h1 {
	margin-top:0;
	margin-bottom:1.5em;
	text-align:center;
}

h2 {
	font-size:1.3em;
	margin-top:1.5em;
	font-weight:bold;
	text-decoration:underline
}


#contenu p {
	background-image: url("../img/template/separateur.gif");
	background-repeat: no-repeat;
	background-position: 185px 100%;
	padding-bottom:30px;
	margin-bottom:40px;
}

#contenu p.clean, #contenu #recette p {
	background-image:none;
	padding-bottom:0;
	margin-bottom:0px;
}

#contenu #recette img {
	border: 1px solid #bbb493;
	padding:1px;
}

/*.div_important {
	clear:both; 
	border:1px dashed #bbb493; 
	margin-bottom:40px; 
	padding:5px
}*/

div.captionFloatL, div.captionFloatR, div.captionCenter {
	text-align:center;
	font-size:90%;
	vertical-align:text-top;
	font-style:italic;
}

div.captionFloatL {
	float:left;
	margin-right:1em;
	margin-bottom:0.5em;
	margin-top:0.2em;
}

div.captionFloatR {
	float:right;
	margin-left:1em;
	margin-bottom:0.5em;
	margin-top:0.2em;
}

img.imgFloatL {
	float:left;
	vertical-align:text-top;
	margin-right:0.5em;
	margin-bottom:0.5em;
	margin-top:0.2em;
}

img.imgFloatR {
	float:right;
	vertical-align:text-top;
	margin-left:0.5em;
	margin-bottom:0.5em;
	margin-top:0.2em;
}

.erreur {
	color:#f00;
	font-weight:bold;
	text-align:center;
}

.ok {
	color:#060;
	font-weight:bold;
	text-align:center;
}

.important {
	color:#f60;
	font-weight:bold;
}




hr {
	height:1px;
	background-color:#bbb493;
	border:0;
	margin:10px 0;
}

.message_livredor, .div_important {
	clear:both; 
	border:1px dashed #bbb493; 
	margin-bottom:40px; 
	padding:20px
}

ul.noDeco {
	list-style-type:none;
}

#contenu li {
	margin-bottom:10px;
}