/* Les éléments généraux
-------------------------------------------------------- */

body{
	background: #ef3124;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

a{
	color: #FEFFF4;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover{
	color: #fff500;
	text-decoration: underline;
}

img{border: none;}


/* La Page (wrap)
-------------------------------------------------------- */

#page{
	width: 750px;
	margin: 0 auto;
	padding: 0px;
}


/* Le Header
-------------------------------------------------------- */

#header-accueil{
	background: url(images/header-accueil.gif) no-repeat bottom;
	width: 750px;
	height: 110px;
}

.top-accueil{
	margin: 20px 0 0 0;
	float: left;
}

#flash{
	margin: 9px 3px 0 0;
	float: right;
}

#flash p{
	margin: 9px 9px 0 0;
	padding: 0;
	text-align: right;
}

#flash a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#flash a:hover{
	color: #ef3124;
	text-decoration: underline;
}

#menu ul{
	margin: 8px 0 0 37px;
}

#menu li{
	display: inline;
	list-style-type: none;
}


/* Le contenu
-------------------------------------------------------- */

#main-accueil{
	background: url(images/fond-accueil.gif) no-repeat;
	width: 750px;
	height: 550px;
	padding: 26px 0 0 0;
}

#main{
	width: 750px;
}

#content{
	background: url(images/fond-content.gif) no-repeat top;
	width: 545px;
	height: 403px;
	padding: 25px 0 0 0;
	float: right;
}


/* Sidebar de gauche
-------------------------------------------------------- */

#left-accueil{
	width: 341px;
	margin: 0 4px 0 16px;
	float: left;
}html>body #left-accueil {margin: 0 15px 0 31px;}

#left{
	background: #d80f01 url(images/fond-left.gif) no-repeat top;
	width: 205px;
	height: 403px;
	padding: 25px 0 0 0;
	float: left;
}


/* Sidebar de droite
-------------------------------------------------------- */

#right-accueil{
	width: 341px;
	margin: 0;
	float: left;
}

#right-accueil img{
	margin: 0 0 15px 0;
}


/* Le Footer
-------------------------------------------------------- */

#footer{
	width: 750px;
	float: left;
	clear: left;
	height: 30px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
}
		#menuBas{
			background-image: url(../images/bg-menu-bas.gif);
			margin-top: 10px;
			margin-bottom: 10px;
			height: 16px;
			width: 750px;
			}
			#menuBas ul{
			width: 750px;
			margin: 0px;
			padding: 0px;
			float: left;
			clear: both;
			text-align: center;
			}
			#menuBas ul li{
				display: inline;
				width: auto;
			}
			#menuBas ul li a{
				font-size: 11px;
				margin-top: 4px;
				padding: 0px 5px 0px 5px;
				letter-spacing: 0px;
				
				}
			#menuBas ul li a:hover{
			color: #FFF500;
			}

