/*
	Feuille CSS par defaut
	Auteur : Dominique Girolt <dominiquegirolt@hotmail.com>
	Copyright 2009 www.dominique-girolt.fr
*/

#programme .mois {
	font-weight: bold;
	margin: 5px 0 0 0;
}
#programme .sortie {
	margin: 7px 0 0 0;
}
#programme .sortie h2, #blog .article h2 {
	color: #287e03;
}
#barre_infos .bloc .infos .titre, 
	#programme .sortie .titre,
	#blog .article .titre {
	font-weight: bold; color: #287e03;
}
#barre_infos .bloc .infos .date, #programme .sortie .date {
	font-style: italic; color: #5f5f5f; margin-bottom: 5px;
}
#programme .sortie .responsable {
	text-align: right; margin-top: 5px;
}
#blog .article .publication {
	text-align: right; margin-top: 5px; font-size: 8pt;
}
/*---------- Bloc droite - barre infos ----------*/
#barre_infos .bloc, #entete #options .bloc {
	padding: 5px;
	background-color: #fffbcc;
	border: 1px solid #e6db55;
	margin: 0 0 5px 0;
}
#barre_infos .bloc .infos, #entete #options .bloc .infos {
	font-size: 8pt;
	margin: 0 0 10px 20px;	
}
#barre_infos .bloc .infos .more, #entete #options .bloc .infos .more {
	font-size: 8pt; margin-top: 5px;
	text-align: right;
}
/* ul options */
#entete #options .bloc ul {
	margin: 0; padding: 0;
	list-style: none;
}
#entete #options .bloc ul li {
	padding: 1px 0 2px 5px;
}

/*-------------- Admin ----------*/
h1 .lien {
	font-size: 9pt;
}
.privee {
	float: left; margin: 10px; width: 45%;
	padding-left: 3px; text-align: left;
	border: 1px dashed #cfcfcf;
}
.privee:hover {
	background-color: #e4e4e4;
	border: 1px dashed #cfcfcf;
}
.privee .bloc {
	padding: 0 10px 0 75px; min-height: 100px;
}
.privee #pages {
	background: url('../../../medias/images/pages.png') left 5px no-repeat;
}
.privee #programme {
	background: url('../../../medias/images/calendrier.png') left 5px no-repeat;
}
.privee #blog {
	background: url('../../../medias/images/blog.png') left 5px no-repeat;
}
.privee #utilisateur {
	background: url('../../../medias/images/utilisateur.png') left 5px no-repeat;
}
.privee #newsletter {
	background: url('../../../medias/images/newsletter.png') left 5px no-repeat;
}
.privee #reunion {
	background: url('../../../medias/images/reunion.png') left 5px no-repeat;
}
.privee #profil {
	background: url('../../../medias/images/profil.png') left 5px no-repeat;
}
#prochaine_reunion {
	margin: 10px 0 10px 0; padding: 5px 5px 5px 50px;
	border: 1px solid #9F6000;
	background: #FEFFBF url('../../../medias/images/icones/alerte.png') 7px center no-repeat;
}
ul#pages li.tri_page {
	border: 1px dashed #efefef; width: 250px;
	cursor: move; list-style: none; padding: 5px 25px;
	background: url('../../../medias/images/icones/fleche-droite.png') left 5px no-repeat;
}
ul#pages li.tri_page:hover {
	border: 1px solid #191919;
	background-color: #efefef;
}
