@charset "UTF-8";
/* CSS Document */

body { margin-left:auto; margin-right: auto }

/* Disposition et habillage des principaux blocs */

#Entete {
	top:20px;
	width:800px;
	height:95px;
	z-index:1;
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
}
#Conteneur {
	top:300px;
	width:800px;
	height:680px;
	z-index:2;
	background-color: #000000;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 30px;
}
#Pied {
	position:static;
	width:800px;
	height:80px;
	z-index:4;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(piedpage.gif);
}
#Contenuselection {
	width:760px;
	height:420px;
	z-index:1;
	background-image: url(notreselection.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: auto;
	padding-top: 25px;
}
#Contenuactualites {
	width:620px;
	height:170px;
	z-index:3;
	background-image: url(animations.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: auto;
	margin-left: 0;
}
#Programme {
	width:140px;
	height:50px;
	z-index:3;
	margin-right: 15px;
	margin-left: auto;
	margin-top: -110px;
	color: #FFFFFF;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#Trouver {
	position:relative;
	top:5px;
	width:190px;
	height:90px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: 290px;
}
#Logo {
	position: relative;
	height: 90px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	left: 165px;
	top: -85px;
}

/* Habillage et disposition des extraits introductifs de l'encart Notre sélection */

.liste-articlesselection ul { margin: 0; padding: 0; list-style: none; }
.liste-articlesselection li { margin-bottom: 1em; clear: both; }

.liste-articlesselection li .titre {
	font-size: 24px;
	font-family: "Myriad pro", Arial, sans-serif;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-left: 20px;
	color: #000000;
}

.liste-articlesselection li .spip_logos {
	float: left	;
	margin-top: -15px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	clear: right; }

.liste-articlesselection li .chaposelection {
	margin: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, sans-serif;
	text-align:justify;
	font-size: 12px;
	color: #000000;
}

/* Habillage et disposition des extraits introductifs de l'encart Actualités */

.liste-articlesactus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.liste-articlesactus li { margin-bottom: -10px; padding-top: 8px; }

.liste-articlesactus li .titreactus {
	font-size: 16px;
	font-family: "Myriad pro", Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}
.liste-articlesactus li .chapoactus {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: -10px;
	font-family: Arial, sans-serif;
	text-align:justify;
	font-size: 12px;
	color: #000000;
}

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover { text-decoration: underline; }
