/* CSS Document */

/***********    Encadré Flash     ************/
#flash {
	position: absolute;
	top: 132px;
	left: 725px;
	width: 202px;
	height: 36px;
}

/***********    Encadré grande affiche (sous le flash)     ************/
#grande_affiche a {
	position: absolute;
	display: block;
	left: 749px;
	top: 160px;
	width: 131px;
	height: 170px;
}

/***********    Encadré Actu     ************/	
#actu {
	position: absolute;
	top: 410px;
	left: 300px;
	width: 180px;
	height: 95px;
	color: white;
}

#actu a.facebook img {border:none; float:left; margin-right:5px;}

/***********    Encadré bande annonce video    ************/	
#video-sommaire {
	position: absolute;
	top: 192px;
	left: 220px;
}

#video-sommaire2 {
	position: absolute;
	top: 372px;
	left: 500px;
}

#actu h4{font-size: 14px; font-weight: bold; border-bottom: dashed 1px white; padding-bottom: 10px; margin-bottom: 5px;}
#actu p {font-size: 12px;}
#actu p a {color: white; font-size: 13px;}
#actu p a:hover {text-decoration: underline;}

/***********    Formulaire inscription Newsletter     ************/
#newsletter {
	position: absolute;
	top: 480px;
	left: 790px;
	width: 180px;
	height: auto;
	color: white;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	font-size: 11px;
	padding-bottom: 10px;
}
#newsletter p {font-size: 11px; font-weight: bold; color: white; padding: 3px 0 5px 1px;}

#newsletter input#champ {
	margin: 0 3px 0 0;
	text-align: left;
	border: 1px inset #ccc;
}

#newsletter input#boutton {
	color: white;
	font-weight: bold;
	margin: 0 3px 0 0;
	background-color: transparent;
	border: none;
}

p.spip {padding-bottom: 10px;}
