
/*** #content ***/

#content {
	width:630px;
	padding:20px 34px 20px 25px;
}

.main-mod, .main-mod-w, .main-mod-g {
	width:630px;
}
.mod-top {
	margin-top:20px;
}
.mod-middle {
	width:520px;
}

.main-mod-g .mod-top {
	background:transparent url('images/mod-content-top-g.jpg') no-repeat bottom;
}
.main-mod-g .mod-middle {
	background:transparent url('images/mod-content-middle-g.jpg') repeat-y;
}
.main-mod-g .mod-bottom {
	background:transparent url('images/mod-content-bottom-g.jpg') no-repeat top;
}

.main-mod-w .mod-top {
	background:transparent url('images/mod-content-top-w.jpg') no-repeat bottom;
}
.main-mod-w .mod-middle {
	background:transparent url('images/mod-content-middle-w.jpg') repeat-y;
}
.main-mod-w .mod-bottom {
	background:transparent url('images/mod-content-bottom-w.jpg') no-repeat top;
}

/*******************/

#situation, #analyse {
	position:relative;
	width:100%;
}

#situation {
	background:transparent url('images/btn-situation.jpg') no-repeat right top;
	margin-top:-10px;
	padding-top:5px;
}

#analyse {
	margin-top:30px;
	padding-bottom:14px;
}
#analyse a#toggle {
	display:block;
	height:68px;
	background:transparent url('images/btn-analyse.jpg') no-repeat right 0;
	text-decoration:none;
}
#analyse a#toggle:hover {
	background-position:right -68px;
}
#analyse a#toggle span {
	display:block; visibility:hidden;
	width:138px;
	line-height:44px;
	margin-left:14px;
	cursor: pointer;
}
#analyse a#toggle span.off {
	background:transparent url('images/btn-puce.png') no-repeat right 18px;
}
#analyse a#toggle span.on {
	background:transparent url('images/btn-puce.png') no-repeat right -80px;
}

/*******************/

#ressources h2 {
	margin-bottom:20px;
}
#ressources ul {
	margin-top:9px;
}
#ressources img {
	text-align:center;
}
#ressources .mod-filet-haut,
#ressources .mod-filet-bas {
	margin-top:20px;
	margin-bottom:30px;
}

/**************************/

/****** Head ******/

.head {
	position:relative;
	width:570px;
	overflow:hidden;
	margin-left:-25px;
	margin-right:-25px;
}

a.player-thumb {
	display:block;
	width:270px;
	height:220px;
	margin:14px 0 14px -12px;
	text-decoration:none;
}
a.thumb-wide {
	width:300px;
	height:200px;
	margin:16px 0 16px -6px;
}

.head .player-thumb {
	float:left;
	position:relative;
	margin:0 10px 0 0;
}

a.player-thumb img {
	width:100%;
	height:100%;
}

.player-desc {
	padding-left:12px;
}
.head .player-desc {
	float:left;
	width:278px;
	padding-top:12px;
	padding-bottom:12px;
}
.head .desc-narrow {
	width:248px;
}
.player-desc h3 {
	margin:9px 0 4px -12px;
	padding-left:12px;
	background:transparent url('images/btn-puce.png') no-repeat 0 4px;
	color:#333; font-size:13px;
}
.head .player-desc p {
	margin:4px 0;
}
.head p {
	text-align:left;
}
.player-desc ul {
	margin:4px 0 0 2px;
}
.player-desc ul li {
	margin:2px 0 0 12px;
}

#slider-ext  {
	width:560px;
	margin-left:-20px;
	margin-right:-20px;
}
#slider-ext a.player-thumb span {
	display:block;
	position:absolute;
	height:26px; width:60px;
	bottom:24px; left:32px;
	color:#EEE; font-size:26px;
}

