/*--------------------------------------------
 * blocs principaux
 *--------------------------------------------
*/
body{
	margin:0 auto;
	width:95%;
	max-width:1200px;
}
#page {
	text-align:left;
	width:100%;
}
header#entete {
	top:0px; left:0px;
	width:100%;
	height:67px;
}
aside {
	float:left;
	width:19%;
	height:100%;
}
main {
	float:left;
	width:55%;
	height:100%;
	margin:20px 3% 20px 3%;
}
aside#menu {
}
aside#colonne-breves {
	margin-top:2em;
	padding-right:0.5em;
}

#chapo-lettre p {
	font-weight:bold;
	color:#98938a;
	margin-top:1em;
}
#colonne-breves .breves {
	text-align:center;
	color:#FFF;
}
#colonne-breves .contenu-breve {
	background-color:#87b32d;
	margin:0.5em 0;
	padding:0.25em;
}

#contenu-principal {
	padding-left:230px;
	padding-right:230px;
}
iframe {
	float:left;
	width: 100%;
	height:600px;
	margin-bottom:20px;
}
object {
	float:left;
	width: 100%;
	height:35em;
	margin-bottom:20px;
	border:none;
	overflow:visible;
}



