div#annonce { 
	position: relative;
	float: left;
	width: 15%;
}
div#annonce a { display: block; margin: 50px 0 0 0; text-decoration: none; text-align: right; }
div#annonce a:hover { color: red; }
div#annonce img { width: 100%; }
div#annonce a span { display: block; margin: 5px 10px; }
/* actualites */
div.actualites {
	position: relative;
	float: left;
	width: 35%; /* 36% */
}
* html div.actualites {		/* pour IE */
	width: 335px;
}
h2.actualites {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0 0 30px;
	margin: 0;
	height: 26px;
}
* html h2.actualites {		/* pour IE */
	height: 30px;
}
ul.actualites {
	margin: 0;
	padding: 5px;
	height:120px;
	overflow:auto;
}
.actualites li {
	list-style: none;
	margin: 0 0 15px 0;
}

/* design 3d */
#design3d {
	position:relative;
	margin: -0.5em 0 0 15px;
}

/* animation flash */
#visuelaccueil {
	float: left;
	width: 50%; /* 64% */
	/**width: 30%;*/
	font-weight: bold;
	font-style: italic;
}
img.visuelaccueil, object.visuelaccueil {
	width: 100%;
	height: 80%;
}

/* paragraphe textuel */
#presentation {
	margin: 0 20px 0 0;
}
#presentation p {
	margin: 0 0 0 10px;
	padding: 0;
}