/* CSS Document */

div#contenu {
	background: url(../img/bg_droiteAccueil.jpg) no-repeat 338px top;
}
* html div#contenu {
	height: 400px;
}

/********************************/
/*          Présentation        */
/********************************/
div#biocydex {
	width: 241px;
	float: left;
}
div#biocydex h1 {
	display: block;
	background: url(../img/biocydex.gif) no-repeat;
	width: 241px;
	height: 31px;
	margin: 90px 0 30px 50px;
}
div#biocydex span {
	display: none;
}
div#biocydex p {
	width: 180px;
	height: 195px;
	margin: 0 0 0 100px;
}
div#biocydex p.fr {
	background: url(../img/presentation_fr.gif) no-repeat;
}
div#biocydex p.en {
	background: url(../img/presentation_en.gif) no-repeat;
}


/********************************/
/*        colonne droite        */
/********************************/

div#droite {
	float: right;
	width: 595px;
	color: #FFFFFF;
}

/* actualites */
div#droite div#actualites {
	background: #467492 url(../img/animAccueil.gif) no-repeat;
	height: 220px;
	line-height: 16px;
}
div#droite div#actualites h2 {
	display: none;
}
div#droite div#actualites h3 {
	padding: 12px 12px 0px 412px;
	font-size: 12px;
}
div#droite div#actualites p {
	padding: 0px 12px 0px 412px;
	font-size: 12px;
}
div#actualites h3 img {
	float: left;
	width: 70px;
	height: 55px;
	border: solid 1px #CCCCCC;
	margin: 0 8px 5px 0;
}

div#droite div#actualites a.suite {
	display: block;
	padding: 0px 12px 12px 412px;
	font-size: 12px;
	color: #CBD300;
	text-decoration: none;
	background: url(../img/bg_suite.gif) no-repeat 412px 9px;
}


/***************************************/
/*        EXCEPTION PIED DE PAGE       */
/***************************************/
div#piedepage {
	/*position: absolute;
	bottom: 0;*/
	text-align: right;
	padding: 0;
	height: 89px;
	background: url(../img/bg_page_accueil.gif) no-repeat left bottom;
}
div#piedepage a {
	margin: 55px 20px 0 0;
}
