@import url(squelette.css);

/* content =============================================== */

div#content #haut {

	width: 100%;

	height: 180px;

	background-color: inherit;

	margin-bottom: 5px;


}

img#img-actu {

	float: left;

	width: 300px;

	height: 170px;

}

div#actu {

	margin-left: 305px;

	height: 160px;

	background-color: white;

	border: 5px #CACACA solid;
}

div#bas {
	
	width: 100%;

	min-height: 300px;


}

div#text {

	float: left;

	width: 360px;

	min-height: 500px;

	background-color: white;

	border: 5px #CACACA solid;
}

div#connexion, div#newsletter {

	min-height: 200px;

	margin-left: 375px;

	background-color: white;

	border: 5px #CACACA solid;
}

div#connexion {

	margin-bottom: 5px;

}

div#clear {

	clear: both;

}

div#actu h1 {

	background: url(../image/icones/history.png) no-repeat #CACACA 4px 6px;

}

div#text h1 {

	background: url(../image/icones/documents.png) no-repeat #CACACA 4px 6px;

}

div#connexion h1 {

	background: url(../image/icones/apply.png) no-repeat #CACACA 4px 6px;

}

div#newsletter h1 {

	background: url(../image/icones/about.png) no-repeat #CACACA 4px 6px;

}

/* fin : content ========================================= */
