
html, body {
	background-color: #E8E7E7;
}
body {
	text-align: center;
}
div.body {
	margin: auto;
	margin-top: 50px;
	width: 700px;
}
strong {
	color: #FF00FF;
}

.page {
	width: 550px;
	background-color: white;
}
.page p.nav {
	margin-top: 1em;
}

table.body {
	background-color: #999999;
	background-image: url(../../image/degrade.png.php?height=300;color1=707070;color2=999999);
	background-repeat: repeat-x;
}

/* Menu gauche */
.menu_l {
	width: 150px;
	vertical-align: top;
	padding-top: 1em;
}
.menu_l h3 {
	color: black;
	padding-left: 10px;
	font-weight: bold;
	/*font-variant: small-caps;*/
}
.menu_l ul {
	margin-bottom: 10px;
}
.menu_l li {
	padding-left: 10px;
	color: white;
}
.menu_l li a {
	color: white;
}

/* Copyright */
.copyright {
	padding-left: 10px;
}

/* En-tête et pied de page */

.header {
	width: 700px;
	background-color: #707070;
	color: white;
	min-height: 154px; /* 120 + 5 * 2 + 24 */
}
.header .logo, .header .logo img {
	width: 700px;
	height: 120px;
	background-color: #464646;
	overflow: hidden;
}
.header .help, .header .basket_link {
	padding: 5px 10px 0 10px;
	vertical-align: middle;
	height: 24px;
}
.header .help {
	float: left;
	line-height: 24px;
}
.header .basket_link {
	float: right;
}
.header .basket_link a {
	color: white;
}
.header .basket_link img {
	vertical-align: middle;
}
.footer {
	width: 700px;
	clear: both;
	height: 28px;
	overflow: hidden;
	background-color: #464646;
}

/* Menu Bas */

.menu_b {
	display: block;
	padding-top: 5px;
	margin: auto;
	width: 700px;
}
.menu_b li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_b a {
	color: #333333;
	font-weight: bold;
}
.menu_b a strong {
	font-weight: bold;
}
.menu_b a:hover { color: #666666; }


