/* css document */

body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	padding: 0;
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

#bottom_left h2, #bottom_center h2, #bottom_right h2 {
	text-align: center;
	color: #FDDA88;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#bottom_left h3, #bottom_center h3, #bottom_right h3 {
	text-align: center;
	color: #F4AC02;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0;
}
#bottom_left p, #bottom_center p, #bottom_right p {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	font-style: italic;
	text-align: center;
}
img{
	border:0px;
}

#all{
	width:800px;
	margin:0px auto;
	background: url(../img/home/mrNoailles.jpg) no-repeat 720px 195px;
}

#left{
	float:left;
	width:80px;
	height:608px;
	background:url(../img/home/tasse.jpg) no-repeat top left;
}

#center{
	float:left;
	width:640px;
}

#middle_left{
	width:211px;
	margin-right:5px;
}

#middle_center{
	width:213px;
	margin-right:5px;
}

#middle_right{
	width:206px;
}

#bottom_left{
	width:201px;
	height:100px;
	margin-right:5px;
	background:url(../img/home/fond_txt.jpg) repeat-x top left;
	padding:5px;
}
#bottom_center{
	width:203px;
	height:100px;
	margin-right:5px;
	background:url(../img/home/fond_txt.jpg) repeat-x top left;
	padding:5px;
}
#bottom_right{
	width:196px;
	height:100px;
	background:url(../img/home/fond_txt.jpg) repeat-x top left;
	padding:5px;
}
div.float{
	float:left;
}
div.clear{
	clear:both;
}
div#footer p {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.9em;
}
div#footer p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#footer p.outsider, div#footer p.outsider a {
	color: #777777;
	margin: 2px 0 10px 0;
	font-weight: normal;
}
div#footer p a:hover, div#footer p.outsider a:hover {
	color: #FDDA88;
}
/**/