@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(img/fond-motif.jpg);
	background-repeat:repeat;
	font:"Times New Roman", Times, serif;
	color:#452c12;
	font-size:13px;
	text-align:justify;
}

#container {
	width:970px;
	height:670px;
	margin:auto;
}

/* ------------------------------- LEFT --------------------------------------------- */

#left {
	background-image:url(img/fond_menu.png);
	background-repeat:no-repeat;
	width:439px;
	height:575px;
	float:left;
}

#lefttop {
	width:439px;
	height:397px;
}

#leftbloc {
	background-image:url(img/bloc_menu.png);
	background-repeat:no-repeat;
	width:200px;
	height:397px;
	float:left;
}

#leftmenu {
	width:239px;
	height:382px;
	float:left;
	padding-top:15px;
}

#leftbottom {
	width:439px;
	height:178px;
}

#leftimg {
	width:268px;
	height:178px;
	float:left;
}

#leftmenu2 {
	width:171px;
	height:178px;
	float:left;
}

/* ------------------------------- RIGHT --------------------------------------------- */

#right {
	width:531px;
	height:575px;
	float:left;
}

#rightcontent1 {
	width:475px;
	margin-top:85px;
}

#rightcontent2 {
	width:430px;
	padding-left:23px;
}

#rightcontent2 a {
	color:#452c12;
	text-decoration:none;
}

#rightcontent2 a:hover {
	color:#452c12;
	text-decoration:underline;
	font-weight:bolder;
}

/* ------------------------------- FOOTER --------------------------------------------- */

#footer {
	background-image:url(img/fond_footer.png);
	background-repeat:no-repeat;
	width:970px;
	height:95px;
	clear:both;
	font-size:13px;
}
	
#footerleft {
	width:277px;
	height:95px;
	float:left;
}

#footerright {
	width:693px;
	height:95px;
	float:left;
}

#footerright a {
	color:#e8d686;
	text-decoration:none;
}

#footerright a:hover {
	color:#ffffff;
	text-decoration:underline;
}



