/* HTML */
body{
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #666;
	font-size: 12px;
	font-family: "Helvetica", "Verdana";
}
div {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #00A;
}
a:hover {
	text-decoration: underline;
}
ul,li, li li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

/* IDs */
#page {
	width: 800px;
	margin: 0 auto 0 auto;
/*	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
	background-image: url('images/fond.jpg'); 
	background-repeat: no-repeat;
	background-position: top left; */
	background-color: #fff;
}

#content {
	margin-left: 201px;
	padding: 0;
}

#entete {
	min-height: 10px;
	text-align: center;
	margin: 0 0 10px 0;
	display: block;
	padding: 3px;
	font-size: 0.9em;
	height: 180px;
}
#pied {
	height: 100px;
	margin: 30px 10% 20px 10%;
	padding-top: 10px;
	border-top: solid 1px #eef;
	text-align: center;
	font-size: 0.9em;
	color: grey;
	clear: both;
}
#text {
	padding: 0 20px 0 20px;
}
#nav-gauche {
	float: left;
	width: 180px;
	clear: both;
	padding: 0 10px 0 10px;
}

div#revue_du_mois{
	margin-top: 10px;
}

#revue_du_mois {
	margin-top: 10px;
	border: solid 1px grey;
	height: 270px;
	width: 192px
}
#revue_pagination {
	padding: 0px;
}
.couverture {
	height: 170px;
	width: 95px;
	float:right;
	overflow: hidden;
}
.couverture_nav {
	height: 180px;
	width: 50px;
	float:right;
}
.couverture img, .couverture_nav img {
	float: right;
	behavior: url("win_png.htc");
	border: none;
	margin: 0;
	padding: 0;
}
.couverture a img {
	border: none;
}
.couverture a img:hover {
	font-size: 30px;
	font-weight: bolder;
	color: #000;
}
.couv_list {
	vertical-align: middle;
}

#couv_infos {
	position: absolute;
	top: 150px;
	margin-left: 205px;
	width: 200px;
	height: 20px;
	font-weight: bolder;
}

/* a voir */


/* Classes */
.spip img {
}
.spip_documents a img {
	border: none;
}
.spip_documents img {
	vertical-align: middle;
	padding: 5px;
	margin: 5px;
	border: solid 1px #eef;
}
.spip_doc_titre {
	font-size: 0.9em;
	font-weight: lighter;
	text-align: center;
	display: inline;
}
.spip_documents_center {
	display: block;
	text-align: center;
}

.arrow {
	display: inline;
}
.center {
	text-align: center;
}
.text_dates {
	display: block;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 1em;
	text-align: right;
	margin-top: 1em;
}
h1.titre {
	display: block;
	letter-spacing: 0.2em;
	font-size: 1.7em;
	text-align: center;
	margin: 10px 0 20px 0;
}
h2.sur-titre {
	display: block;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 0.9em;
	text-align: center;
}
h2.sous-titre {
	display: block;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.text {
	text-align: justify;
	line-height: 1.5em;
	font-family: "Verdana", "Helvetica";
}
.text h3 {
	border-bottom: solid 1px #eef;
	letter-spacing: 0.2em;
	margin: 30px 0 0 0;
	color: #66f;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: "Trebuchet MS";
}
.text p {
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 1em;
}
.auteur {
	display: block;
	padding: 0 0 15px 0;
	text-align: center;
	font-style: italic;
}
.notes {
	font-size: 0.9em;
}
.documents {
	font-size: 0.9em;
}
.documents a img {
	border: none;
	vertical-align: middle;
}
.documents {
	margin: 10px 5px 5px 10px;
}
.total {
	display: inline;
	color: #66f;
	font-size: 0.8em;
}
h2.rubriques {
	display: block;
}
.pagination {
	display: block;
	text-align: left;
	font-size: 0.8em;
	color: #66f;
	padding: 10px 0 0 0;
}
.rub_date {
	text-align: left;
	font-weight: lighter;
	font-size: 0.7em;
	color: #ccc;
}

/* Commun pour toute les boite de nav*/
.nav {
	margin: 30px 0 0 0;
	text-align: left;
	padding: 10px 0 10px 0;
	background-color: #eef;
/*	background: transparent url("images/transparent.png"); */
}
.title {
	margin-top: -18px;
	margin-bottom: 10px;
}
.title h2 {
	display: inline;
	margin: 0 10px 0 5px;
	padding: 0 5px 0 5px;
	font-size: 0.9em;
	color: #aaf;
	background-color: #eef;	
	font-weight: lighter;
	font-family: "Trebuchet MS";
}

.rubrique h2 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.rubrique ul {
	margin: 25px 0 25px 0;
}
.rubrique ul li {
	margin: 25px 0px 0px 0px;
}
.rubrique ul li div.text {
	margin: 5px 15px 5px 15px;
}

/* THE MENU */
.nav-menu {
}
.nav-menu a {
	text-decoration: none;
}
.nav-menu dd {
	display: none;
}
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu li {
	background-color: none;
	display: block;
	padding: 3px 0px 1px 10px;
}
.nav-menu li:hover {
	background-color: #000;
	font-weight: bold;
	opacity: 1;
}
.nav-menu li:hover a {
	color: #fff;
	display: block;
}
#no-ssmenu li:hover a {
	width:100%;
	background-color: #ccc;	
}
#derniers_articles {
	text-align: left;
}
#derniers_articles a:hover {
	text-decoration: none;
}

#derniers_articles ul li small {
	margin-left: 10px;
}
#derniers_articles h3 {
	font-size: 1em;
	font-weight: lighter;
	padding: 0 0 10px 5px;
}
/* Left Menu's DropDownList */

.lmenu_ddl{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0; /* ? */
	z-index: 100;
	background-color: #9bd;
	width: 180px;
	margin-left: 0px;
	margin-top: -3px;
	padding: 0;
	font-size: 1em;
}

.lmenu_ddl a {
	display: block;
	padding: 1px 1px 1px 10px;
	font-weight: lighter;
}
	
/* Redef des elements SPIP */
.formulaire_recherche input[type=text] {
	width: 120px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
	-khtml-opacity: 0.8; /* Safari */
}
.formulaire_recherche label {
	display: none;
}
a.recherche_avancee { padding-left: 100px; }
#themotd, #recherche_avancee { width: 500px; color: #fff; font-size: 1em; font-weight: lighter; }
#themotd { text-align: center; }
#themotd, #recherche_avancee ul {	padding: 10px; }
#themotd, #recherche_avancee ul li { padding: 10px; }

#alert {
	position: absolute;
	top: 0;
	left:0;
	color: #000;
	background-image: url("images/transparent-90.png");
	z-index: 99;
	filter:alpha(opacity=90);
	font-size: 1.4em;
}

.msg_close {
	text-align: right;
	color: #66f;
	padding: 3px;
	border: none;
}
.msg_close a {
	background-color: #fff;
	border: solid 1px #eef;
	padding: 5px 5px 3px 5px;
}
.msg_close a:hover {
	background-color: #000;
	color: #eef;
	text-decoration: none;
}
#msg {
	background-color: #eef;
	display: block;
	width: 500px;
	padding: 25px;
	margin: auto;
	border: solid 1px #ccc;
	filter:alpha(opacity=100);
}
#msg div {
	margin: 0;
}

#msg img {
	margin: 10px;
	border: solid 1px #000;
}
#simple_message {
	display: block;
	text-align: center;
	padding: 20px;
	border: solid 1px #aaf;
	background-color: #eef;
}
.on {
	font-weight: bolder;
}
