/* @override http://localhost:8888/cisa/squelettes/habillage.css */

body {
	font-family: arial, verdana, "sans-serif";
	text-align: center;
}
#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#entete div#bandeau {
	height: 120px;
	background: url(images/entete.png) top no-repeat;
}
#entete div#bandeau p#titre-site {
	float: left;
	margin: 0;
	width: 700px;
	height: 130px;
}
#entete div#bandeau p#titre-site a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}
#entete div#bandeau p#adherer {
	float: right;
	margin: 1.5em 1em 0 0;
	padding: 0.5em;
	font-size: 1.5em;
	background-color: #000;
}
#entete div#bandeau p#adherer a {
	color: #FFF;
}
#entete ul#menu {
	margin: 20px 0 0 0 ;
	padding: 0;
	list-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	overflow: auto;
}
#entete ul#menu li {
	float: left;
	padding: 5px 1.4em;
	font-weight: bold;
}
#entete ul#menu li a {
	color: #000;
	text-decoration: none;
}
#entete ul#menu li a.on {
	color: #999;
}
#entete ul#menu li a:hover {
	text-decoration: underline;
}

#corps {
	padding: 30px 40px 30px 40px;
	overflow: auto;
}
#corps #cartouche {
	margin-bottom: 2em;
}
#corps a {
	color: #000;
}
#corps img.spip_logos {
	float: right;
}
#corps h1 {
	margin: 0;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}
#corps p {
	color: #333;
	line-height: 1.5em;
}
#corps p.surtitre {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
#corps p.soustitre {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
#corps p.date-auteur {
	margin: 0;
}
#corps div.chapo p {
	font-weight: bold;
}
#corps h2 {
	margin: 1em 0 0 0;
	font-size: 1.2em;
}
#corps div#documents_joints ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #EEE;
	border: 1px solid #CCC;
	overflow: auto;
}
#corps div#documents_joints ul li {
	clear: both;
	margin: 0.4em 0;
}
#corps div#documents_joints ul li img {
	float: left;
}
#corps div#documents_joints ul li p {
	margin: 0;
	font-size: 0.95em;
}
#corps div.notes p {
	margin: 0.3em 0;
	font-size: 0.95em;
}

#corps ul.sommaire {
	margin: 2em 0 0 1.5em;
	padding: 0;
	list-style: none;
}
#corps ul.sommaire li {
	border-top: 1px solid #CCC;
}
#corps ul.sommaire li.premier {
	border: none;
}
#corps ul.sommaire li h3 {
	margin-bottom: 0;
}
#corps ul.sommaire li h3 a {
	color: #000;
}
#corps ul.sommaire li p {
	margin-top: 0.3em;
}

#corps div.derniers-articles {
	float: left;
	margin-right: 10px;
	margin-left: -40px;
	width: 620px;
}
#corps div.a-lire {
	float: right;
	margin: 0 -30px 0 10px;
	padding: 10px 20px;
	width: 268px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
#corps div.a-lire h2 {
	margin-top: 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#corps div.a-lire ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#corps div.a-lire ul li {
	font-size: 0.9em;
	border-top: 1px solid #CCC;
}
#corps div.a-lire ul li.premier {
	border: none;
}
#corps div.a-lire ul li h3 {
	margin-bottom: 0.3em;
}
#corps div.a-lire ul li h3 a {
	color: #000;
}
#corps div.a-lire ul li p {
	margin-top: 0.3em;
}
#pied {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
}
#pied a {
	color: #000;
}
