/* *************************** */
/* Lollypop styles         */
/* *************************** */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	height: 100%;
}

/* ************************************ */
/* structure generale - accueil         */
/* **************************************/
#conteneur {
	position: relative;
	width: 894px;
	min-height: 540px;
	top: 20px;
	border-right-width: 30px;
	border-left-width: 30px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Pour Internet Explorer 6 */ * html #conteneur { height: 540px;}
#haut {
	width:890px;
	height:30px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
	padding-top: 6px;
}
#centre-accueil {
	margin: 10px;
	background-image: url(images/fd-accueil2.jpg);
	background-repeat: no-repeat;
	height: 440px;
	width: 870px;
	background-position: left;
}
#centre-pages {
	width:870px;
	margin: 10px;
}
#news {
	position: absolute;
	width: 230px;
	background-image: url(images/fd-actu.gif);
	background-repeat: no-repeat;
	height: 440px;
	right: 0px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	/*min-height: 440px; */
}
/* Pour Internet Explorer 6 */ * html #gauche { height: 440px;}
#pied {
	position: relative;
	width:894px;
	height:30px;
	border-right-width: 30px;
	border-left-width: 30px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/fd-pied.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: right;
}

/* *************************** */
/* les zones dans la structure */
/* *************************** */


/* style tableaux imbriqués */
.img-gauche {               /* image visu-small.jpg dans tableau de gauche des pages */
	background-image: url(images/visu-small.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab-contenu {
	width: 870px;
	background-color: #FFFF00;
}
.tab-centre {
	width: 600px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px dotted #0177a1;
	margin-right: 50px;
	margin-left: 50px;
}

/* style pour les liens*/
a {color : #e20050; text-decoration : none;}
a:hover  {
	color : #e20050;
	font-weight: bold;
}

/* style paragraphe, caractères, couleurs */

p {/*padding-bottom: 2px;*/}

.txt10px { font-size: 10px; color : #000;}
.txt11px=courant { font-size: 11px; color : #000;}
.titre-noir-22 {
	font-size: 22px;
	color : #000;
}
.titre-rose {
	font-size: 14px;
	color : #e20050;
	font-weight: bold;
}

.rose{
	color: #e20050;
}
.vert {
	color: #7fd935;
}
.gris-clair {
	color: #ececec;
}
.gris-fonce {
	color: #d9d9d9;
}
