* {
	font-family: Sans-serif;
	margin: 0em;
	padding: 0em;
	border: 0em;
}

body {
	background-color: #DDD;
}


/* Style du bandeau supérieur */
div.bandeau {
	border-bottom: 1px solid #000;
	padding: 1em;
	margin-bottom: 1em;
	background-color: #EEE;
}
p.titre {
	font-size: 20pt;
	font-weight: bold;
}
p.soustitre {
	font-size: 12pt;
	font-style: italic;
}
div.annonce {
	float: right;
	width: 150px;
	border-left: 1px solid #666;
	background-color: #EEE;
}
div.content {
	margin-right: 150px;
}

/* Style de chaque boite de site */
div.entree {
	float: left;
	margin: 1em 0em 1em 0em;
	padding-top: 1em;
	border: 1px solid #DDD;
}
div.entree:hover {
	background-color: #EEE;
	border: 1px dotted #666;
}
div.entree a {
	color: #009;
}
div.entree img {
	border: 1px solid #999;
	margin: 0em 1em 1em 1em;
}
p.url {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
hr {
	visibility: hidden;
	clear: both;
}
