
/* ---- CORPS DES PAGES ------------------------------------------------------------------------------------- */

body
{
	font: 12px tahoma,verdana,georgia,arial,sans-serif;
	background-color:black;
	background-repeat: repeat;
	color:white;
	margin: auto;
}

a
{
	color:white;
}

a img
{
	border:none;
}

a:hover
{
	color:rgb(255,65,0);
}



#banniere
{
	/*border:2px white solid;*/
	
	display: block;
	background-image: url('../images/banniere.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 850px;
	height: 142px;
	margin: auto;
	border-bottom:1px white solid;
}

#centrale
{
	display: block;
	width: 850px;
	min-height: 650px;
	margin: auto;
}

#menu
{
	float:left;
	width:200px;
	text-align: center;
}

#corps
{
	width: 600px;
	padding-top: 30px;
        margin:0px 0px 0px 240px;
	text-align: justify;
}

td.galeriemini
{
	width: 200px;
	height: 180px;
	text-align: center;
}

.galeriemini img
{
	max-height: 135px;
	max-width: 180px;
}

img.middle
{	
	max-width: 600px;
}

#footer {
	text-align: center;
	font-size: 10px;

	width: 850px;
	margin: auto;
	padding-top: 20px;
}

td.commentaires{
	width: 600px;
	border-top:1px white solid;
}

div.livredor, table.livredor{
	width: 600px;
	border:1px white solid;
}

table.livredor td.message{
	border-top:1px white solid;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}



/* ============================================ */
/* ============================================ */
/* ============================================ */
/* =================== MENU =================== */
/* ============================================ */
/* ============================================ */
/* ============================================ */
/*
.menu{
	line-height:30px;
	height:30px;
	width:200px;
	margin:0px 0px 0px 0px;
	background:black;
	text-align:center;
	border-bottom: 1px white dotted;
}

.menu a{
	display:block;
	width:100%;
	height:100%;
	color:white;
	font-family:tahoma,verdana,georgia,arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background:black;
}
.menu a.medium {
	color:white;
	font-style:normal;
	font-size:14px;
}

.menu a.big {
	color:rgb(255,65,0);
	font-weight:bold;
	font-size:15px;
	background:white;
}

.menu a.choose {
	color:rgb(255,65,0);
	font-weight:bold;
	font-size:15px;
	background:white;
}

*/

#smenu1 {
    display: none;
}

#smenu2 {
    display: block;
}


#menu_gauche {
	text-align:center;
	line-height:30px;
	font-size:13px;
	margin:auto;
	position:relative;
	float: left;
	width: 200px;
	padding-top: 10px; /* POUR LE DESCENDRE AU BESOIN */
}

#menu_gauche #liste {
list-style-type: none;
width: 100%;
}

#menu_gauche #liste li {
list-style-type: none;
}

#menu_gauche #liste li a, #menu_gauche #liste a {
	font-family:tahoma,verdana,georgia,arial,sans-serif;
	text-align: center;
	display: block;
	text-decoration: none;
	color: white;
	background: black;
	border-bottom: 1px dotted white;
	height:30px;
}

#menu_gauche #liste li a:hover, #menu_gauche #liste a:hover {
	color:rgb(255,65,0);
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	background:white;
}

#menu_gauche #smenu1 li a, #menu_gauche #smenu2 li a{
	font-size: 10px;
}

#menu_gauche #smenu1 li a:hover, #menu_gauche #smenu2 li a:hover{
	font-size: 11px;
}