/* CSS Document */

/************** Style Britligne **************/

body{
	background:url(img/fond.png) repeat;
	color:#594533;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html #fond{
	bottom:0px;
	left:0px;
	width:100%;
	position:absolute; 
	background:url(img/fond_degrade.png) left repeat-x;
}
html>body #fond{
	width:100%;
	height:300px;
	background:#000000;
	position: fixed;
	left:0px;
	bottom:0px;
	background:url(img/fond_degrade.png) left repeat-x;
}

#haut{
	height:13px;
	background:url(img/haut.png)no-repeat;
}

#fond_media{
	background:url(img/fond_media.png) no-repeat;
	width:660px;
	height:140px;
	padding:5px;
}

#partie_droite{
	margin-right:5px;
}

/* tous sauf ie */
html>/**/body #partie_droite{margin-top:-10px;}

input{border:0px;}

.form{
	background:#D1BE94;
	border:#947A55 1px solid;
}

.lien_footer{
	text-decoration:none;
	color:#594533;
}

.lien_footer:HOVER{
	text-decoration:underline;
}

/************** Style Britligne **************/