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

body {
	padding:0;
	margin:0;
	text-align: left;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #E0E0E0;
}
.fond{
	color: #000;
	background: #E0E0E0 url(../img/bg1.gif) center 0 no-repeat;
	height: 100%;
	width: 100%;
}
div, span, p, a, img, form, h1, h2, h3, h4, h5, h6, blockquote, hr, pre, button {
	border: 0;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	top: 0;
	float:left;
}

small {
	font-size: 0.6em;
	font-weight: normal;
}

a, a:hover {
	text-decoration: none;
}

/* PRATIQUES */

.fl {
	float: left;
}

.fr {
	float:right;
}

.cb {
	clear: both;
}

.spacer {
	clear: both;
	line-height: 0;
	font-size: 0;
	height:0;
}

.imageleft {
	float: left;
	margin: 0 5px 5px 0;
}

.imageright {
	float: right;
	margin: 0 0 5px 5px;
}


/* STRUCTURE */

.page {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #E0E0E0 ;
}

.fondL {
	float: left;
	width : 172px;
	height: 667px;
}

.fondR {
	float: left;
	width : 172px;
	height: 667px;
}

.bloc-menu {
	float: left;
	width : 280px;
	height: 667px;
	background:  url(../img/fond-menu.jpg) no-repeat 0 210px;
}

.bloc-contenu {
	float: left;
	width : 760px;
	height: 667px;
}

.logo {
	width : 720px;
	height: 210px;
}

/* MENU */

.menu {
	float: left;
	width : 280px;
	padding: 0;
	text-transform: uppercase;
}

.menu ul {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 0 31px;
}

.menu li {
	list-style-type: none;
	font-size: 14px;
	line-height: 19px;
	padding: 0 0 11px 0;
}

.menu li a{
	color: #fff;
}

.menu li a:hover{
	color: #d63d8c;
}

.menu li span {
	color: #d63d8c;
	padding-right:5px;
}

.menu .select {
	color: #d63d8c;
}


/* FOOTER */

.footer {
	font-size: 11px;
	padding: 135px 0 0 10px;

}

.footer a{
	color: #d63d8c;
}

.footer a:hover{
	color: #d63d8c;
}

/* MENU BIS */

.menubis {
	width: 195px;
	margin: 32px 0 0 40px;
	float: left;
	font-weight: bold;
	display: inline;
}

.menubis a {
	color: #fff;
	padding: 0 1px;
}

.menubis span {
	color: #f98cf8;
}

.menubis a:hover,
.menubis a.current {
	background-color: #dec125;
	color: #000000;
	display: inline;
	padding: 0 1px;
}

.menubis a:hover span{
	color: #000000;
}

.menubis ul{
	display: block;
	width: 185px;
	background-color: #d63d8c;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 10px 0 0 10px;
	list-style-type: none;
	clear:both;
}

.menubis .select {
	background-color: #dec125;
	display: inline;
	padding: 0 1px;
}

.menu-jour {
	font-size: 14px;
	background-color: #d63d8c;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}


/* FIL D'ARIANE */

.ariane{
	width : 555px;
	height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 0 0 165px;
}

.ariane a{
	color: #d63d8c;
}

.ariane a:hover{
	color: #d63d8c;
}


/* CONTENU */

.bloc-contenu {
	width : 720px;
	min-height: 667px;
	height: auto;
	background:  url(../img/fond-contenu.jpg) no-repeat 0 210px;
	margin-bottom:40px;
}




