body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background: url('../images/bg.png') #4a3e3e repeat-x;
}
#header
{
	height: 161px;
	background: url('../images/header.png') no-repeat;
}
#conteneur
{
	position: relative;
	width: 912px;
	margin: 0 auto; 
}
#body
{
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	background: url('../images/body_bg.png') repeat-y;
	height: auto !important;
}
#centre
{
	margin-left: 230px;
	padding-right: 20px;
}
#gauche
{
	position: absolute;
	left:0;
	width: 180px;
	padding-left: 30px;
	padding-top: 45px;
	background: url('../images/nav.png') transparent no-repeat 40px top;
}
#pied
{
	height: 62px;
	background: url('../images/footer.png') no-repeat;
	padding-top: 22px;
	padding-left: 20px;
	padding-right: 20px;
	color: #967f7f;
}
#pied .float_left
{
	float: left;
}
#pied .float_right
{
	float: right;
	text-align: right;
}

.menugauche
{
	list-style-position: inside;
	list-style-type: circle;
	margin: 0;
	padding:0;
}
.menugauche li
{
	margin-bottom: 5px;
}
.menugauche li.submenu
{
	margin-left: 15px;
}
.menugauche li.subsubmenu
{
	margin-left: 35px;
}
.menugauche li.submenu a, .menugauche li.subsubmenu a
{
	font-size: 1em;
}
.menugauche a, .menugauche a:visited, .menugauche li span.link_like
{
	margin: 0 5px;
	color: #c90202;
	text-decoration: none;
	font-size: 1.1em;
}
.menugauche a:hover
{
	color: #e20a0a;
	text-decoration: underline;
}


.clear_float
{
	clear: both;
}
.separator
{
	clear: both;
	height: 8px;
}

#notification
{
	position: fixed;
	width: 220px;
	height: 19px;
	left: 50%;
	top: 300px;
	margin-left: -110px;
	z-index: 100;
}
#notification img
{
	border: 5px solid black;
}