/* Caracteristique generales, communes a chaque pages */
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
overflow: visible;
}

body {
overflow: auto;
}
/* Zone qui contient l'integralite de la page */
#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:auto;
	/* border: 1px solid #FF0000; */
}

/* Pied de page */
#basdepage {
	width: 500px;
	clear: both;
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F80041;
	padding-top: 10px;
	float: right;
}
#basdepage a {
	color: #333333;
}

/* Elements communs dans toutes les zones de toutes les pages */
a:hover {
	text-decoration: none;
}
.texte-gris {
	color: #333333;
}
.texte-cerise {
	color: #F80041;
}
.sanscesure {
	white-space: nowrap;
}

.accueil#redactionnel {
	width:75%;
	
}

.accueil#redactionnel h1.cerise {
	background-position:right center;
}

.accueil#redactionnel h1.orange {
	background-position:right center;
}

.accueil .article, .accueil .article2 {
	width:100%;
}

.accueil .article .texte {
	width:90%;
}

.accueil  #rollover-bas {
	width:100%;
	background-image:none;
}

.accueil  #rollover {
	width:100%;
}

.accueil  #rollover a{
	width:227px;
}

.accueil  #rollover .article {
	width:711px;
}

.accueil  #rollover #vert a {
	width:701px;
}

.accueil   #rollover a span {
	color:black;
	display:block;
}

.accueil   #rollover a:hover span {
	color:white;
	display:block;
}
