body {
	background: url("../../templates/media/fond.gif") repeat-x scroll 0 170px #000;
}

#content { padding: 0 13px; }
#content > .padding { padding: 0; }

#nav {
	background: url("../../templates/media/content.png");
	padding: 1px 13px 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#nav ul.menu li a { width: 224px !important;}
#nav ul.menu > li { float: left; display: inline-block;}
#nav ul.menu li.bouton2 { border-top: 3px solid #495361; border-bottom: 0; }
#nav ul.menu li.bouton6 { border-top: 3px solid #3ac1ff; border-bottom: 0; }
#nav ul.menu li.bouton7 { border-top: 3px solid #b6e321; border-bottom: 0; }
#nav ul.menu li.bouton8 { border-top: 3px solid #f32577; border-bottom: 0; }

.planches { width: 899px; height: 530px; }
.planches .jcarousel-container { width: 899px; height: 530px; overflow: visible; }
.planches .jcarousel-clip { width: 899px; height: 530px; }
.planches .jcarousel-prev, .planches .jcarousel-next { position: absolute; width: 25px; height: 47px; overflow: hidden; cursor: pointer; }
.planches .jcarousel-prev { background: url("../../templates/media/fleche-prec.png"); top: 220px; left: -36px; }
.planches .jcarousel-next { background: url("../../templates/media/fleche-suiv.png"); top: 220px; right: -36px; }
.planches .jcarousel-item { width: 899px; height: 530px; overflow: hidden; }

/* IE6 */
* html #content { position: relative; background: #000 !important; width: 899px; height: 378px; overflow: hidden; }
* html .planches { position: absolute; top: 0; left: 13px; overflow: hidden; }
