/* CSS Document */

html, body 
{
	background: url("../images/bg-index-bg.png") repeat-x #B09C7B;
	font-family: Myriad Web, Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px;
	position: relative;
}

div#conteneur
{
	position: relative;
	background: url("../images/bg-index.png") no-repeat;
	width: 900px;
	height: 768px;
	margin: 0px auto 0px auto;
	text-align: right;
}

div#contenu
{
	width: 732px;
	height: 768px;
	margin: 0px 0px 0px 0px;
}

div#texte
{
	float: left;
	width: 550px;
	color: white;
	margin: 0px 0px 5px 12px;
}

div#image
{
	float: right;
	margin: 0px 0px 10px 10px;
	height: 327px;
	border: 1px solid white;
}

div#texte a
{
	color: white;
	text-decoration: none;
}

div#texte a:hover
{
	color: #996600;
}

h1
{
	color: #996600;
	font-size: 22px;
	text-align: left;
}

p
{
	font-size: 0.8em;
	text-align: justify;
	color: white;
}

.lettrine {
	float: left;
	font-size: 3em;
	font-weight: bold;
	color: #A5A688;
	margin: 1px 5px 1px -1px;
	line-height: 0.6em;
}

div#menu
{
	float: right;
	text-align: center;
	background-color: white;
	color: #A5A688;
	font-size: 12px;
	width: 718px; 
	padding: 7px 6px 7px 6px;
	margin-bottom: 5px;
	text-decoration: none,
}

div#menu a
{
color: #A5A688;
text-decoration: none;
}

div#menu a:hover
{
color: #996600;
text-decoration: none;
}

div#menu_bas
{
	color:white;
	font-size:11px;
	text-decoration:none;
	float:right;
	margin-right: 5px;
}

div#menu_bas a
{
	color:white;
	font-size:11px;
	text-decoration:none;
}

div#menu_bas a:hover
{
	color: #996666;
}

.logo
{
	margin-top: 10px;
}

div#liens
{
	width: 900px;
	height: 20px;
	text-align: right;
}

a.ajax
{
	font-size: 9px;
	color: #5E231E;
	line-height: 10px;
}

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: solid 1px #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;
}