/**** CSS Victor Pellerin ****/
BODY {
	margin: 0; padding: 0;
	background: #f0eaea url(images/fond_int.gif) repeat 0 0;
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 0.9em;
}
BODY.splash {
	background: #17141f none;
	color: #000;
}
A IMG, IMG {
	border: 0;
}
H1 {
	margin: 0; padding: 0;
}
H2 {
	margin: 0; padding: 0;
}
H3 {
	color: #e3001b;
	margin: 0.8em 0 0; padding: 0;
}
#wrapSplash {
	width: 752px;
	margin: 2% auto;
	position: relative;
}
	#langIMG {
		position: absolute;
		top: 45px;
		left: 200px;
	}
#header {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	width: 100%;
}
	.langue {
		display: block;
		position: absolute;
		top: 65px;
		right: 10px;
	}

#menu {
	position: absolute;
	width: 257px;
	top: 285px; left: 0;
	z-index: 10;
	text-align: right;
}
	#menu UL {
		margin: 10px 0; padding: 0;
	}
	#menu UL LI {
		display: block;
		list-style-type: none;
		margin: 0; padding: 0;
	}
	#menu UL LI A {
		display: block;
		margin: 0; padding: 0;
	}
	#menu UL LI IMG {
		display: block;
		margin: 0; padding: 0;
	}
	#menu UL LI IMG#atopia {
		margin: 15px 0 0;
	}
#content {
	position: absolute;
	max-width: 475px;
	min-width: 320px;
	width: 45%;
	top: 225px; left: 267px;
	z-index: 10;
}
	H2.scnd {
		margin: 15px 0 8px;
	}
	.noPadding {
		margin: 0; padding: 0;
	}
	.titre {
		margin: 2em 0 1em;
	}
	.nouvelles {
		margin: 0 0 0.5em 12px;	
	}


	UL, LI {
		list-style-type: none;
		margin: 0; padding: 0;
	}
	UL.verites {
		padding: 0 0 0 1em;
	}
	UL.verites LI {
		list-style-type: circle;
	}

	.indent {
		margin-left: 2em;
	}
	.indent SPAN, .caps {
		text-transform: uppercase;
	}
	.indent STRONG {
		color: #e3001b;
	}
	UL.acteurs {
		padding-bottom: 1em;
	}
	LI.padIt {
		padding: 0 0 0.5em;
	}
	LI.big {
		padding: 0 0 2em;
	}
	DT {
		font-weight: bold;
		text-transform: uppercase;
		clear: both;
		margin: 1em 0 0.2em;
	}
	DD {
		padding-left: 0.5em;
		margin: 0 0 2em;
	}
	DD IMG {
		float: right;
		margin: 0 0 0 0.8em;
	}
	.mediaImg {
		clear: both;
		margin: 1.6em 0 1.2em;
	}
		.mediaImg P {
			float: right;
			width: 120px;
			margin: 0;
			font-size: 0.9em;
		}
		.mediaImg A {
			display: block;
		}
	.synopsis {
		font-weight: 900;
		
	}
	.synopsis:first-letter {
		font-size: 2em;
		color: #e3001b;
		float: left;
		margin: 0.2em 0.1em 0 0;
		
	}
.selection {
	position: absolute;
	right: 0;
	top: 100px;
}
#emphase {
	position: absolute;
	top: 275px; right: 0;
	padding-top: 86px;
	width: 196px;
	background: transparent url(images/bloc_cit_1.gif) no-repeat -1px 0;
}
	#emphase P {
		margin: 0;
		padding: 0 10px 0 20px;
		background-color: #e2001a;
		font-size: 1em;
	}
	#emphase P.src {
		font-size: 0.8em;
		padding: 0 10px 0.7em 20px;
	}
	#emphase .ftr {
	 	height: 86px;
		background: transparent url(images/bloc_cit_2.gif) no-repeat 0 0;
	}

#footer {
}

A:link {
	color: #505f6f;
}
A:visited {
	color: #556373;
}