/* CSS Document */

/*******************/
/* Habillage personnel */
/*******************/

#maRecherche {
	margin: 0;
	background: #D3E699 url(../forum/Themes/dilbermc/images/lightolive/topbar2.gif) repeat-x;
	width: 100%; 
	height: 30px;
	padding-top: 4px;
	font-size: small;
	border: none;
}

#leFormRecherche {
	float: right;
	text-align: right;
	width: 30em;
}

#maRecherche input.inputRecherche {
	width: 190px;
	font-size: 90%;
}

#maRecherche input.submitRecherche
{
	font-size: 90%;
}

#maConnexion {
	margin: 0.5em 0.2em 1em 1em;
	padding: 0;
	color: #FFFFFF;
}

#maConnexion p {
	 padding: 0;
	 margin: 0;
}

#maConnexion a {
	color: #E7F8E1;
}

#maConnexion .small {
	font-size: 0.8em;
}

#maConnexion #titreLogin {
	font-weight: bold;
	/*position: relative;
	bottom: 0.5em;*/
	cursor: pointer;
}

#maConnexion #masqueLogin {
	background: #D3E699;
	border: solid 1px #009966;
	width: 25em;
	opacity: 0.85;
	filter:alpha(opacity=85);
	color: #000000;
	padding: 1em;
	z-index: 20;
	position: absolute;
	/*bottom: 1em;*/
}

#maConnexion #masqueLogin a {
	color:#666666;
}

p.dateRedac, .maRecherche .dateRedac {
	text-align: right !important;
	font-size: 0.6em;
}

#navListe {
	float: left;
	width: 12em;
	margin-right: 0.8em;
	margin-left: 0.5em;
	background: #e3ebd2 url(../forum/Themes/dilbermc/images/lightolive/memberbar.gif) repeat-x top;
	border: solid 1px #6d9101;
}

#navListe ul { 
	margin: 0; 
	padding-left: 0.8em; 
	text-align: left; 
	list-style: none;
	font-size: 12px;
	line-height: 14px;
}

#navListe li { 
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#navListe li.rubrique {
	background: url(../forum/Themes/dilbermc/images/lightolive/titlebg.gif) repeat-x top;
	border-top: solid 1px #6d9101;
	border-bottom: solid 1px #6d9101;
	border-left: solid 1px #6d9101;
	padding: 0.4em 0.1em 0.3em 0.8em;
	min-height: 1.5em;
	font-weight: bold;
	margin-top: 0.4em;		
}

#navListe li.rubrique a {
	color: #FFFFFF;
}

#navListe li.article {
	font-size: 10px;
	border-left: solid 1px #6d9101;
	padding-left: 0.2em;
}

#navListe p#masqueArticles {
	margin:0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	font-style: italic;
	font-size: 11px;
}


.listeSousRub .small {
	font-size: 0.8em;
}

.appnote {
	font-size: 0.7em;
	font-weight: bold;
	position: relative;
	bottom: 0.3em;
	margin: 0.2em 0;
}

.breves .pagination {
	background: #e3ebd2 url(../forum/Themes/dilbermc/images/lightolive/memberbar.gif) repeat-x top; 
}

#navigation .formulaire_ecrire_auteur {
	padding-left: 1em;
	padding-bottom: 1em;
}

#navigation .formulaire_ecrire_auteur legend {
	font-weight: bold;
	color: #000000;
}

/*******************/
/* Bloc de droite */
/*******************/

div.blocDroite {
	float: right;
	margin: 0;
	width: 12em;
	overflow:hidden;
}

div.blocDroite div.breves ul, div.blocDroite div.syndic ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.blocDroite div.breves ul li, div.blocDroite div.syndic ul li {
	margin: 0;
	padding: 0.3em;
}

div.blocDroite .small {
	font-size: 0.9em;
}

div.breves ul li em.dateRedac, div.syndic ul li em.dateRedac {
	font-size: 0.8em;
	float: right;
	margin-left: 0.8em;
	margin-top: 0.2em;
}

div.blocDroite ul.contenuSyndic {
	background: transparent;
}

div.syndic li, div.breves li {
	padding-bottom: 0.5em !important;
}

div.syndic div.small, div.breves div.small {
	font-size: 0.9em;
}

/*******************/
/* Plan */
/*******************/

ul.plan {
	list-style-type: disc;
}

/*******************/
/* Recherche */
/*******************/

span.pertinence {
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
	float: right;
	margin: 0 2em;
}

/*******************/
/* News Ticker */
/*******************/

.newsticker {
	list-style-type: none;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	height: 6.5em;
	overflow: hidden;
}

/*******************/
/* Trombinoscope */
/*******************/

#lesAuteurs .unAuteur {
	float: left;
	width: 130px;
	height: 150px;
	overflow: hidden;
	margin: 0.5em;
	padding: 0.3em;
	background: #e3ebd2 url(../forum/Themes/dilbermc/images/lightolive/memberbar.gif) repeat-x top;
	border: solid 1px #6d9101;
	text-align: center;
}

#lesAuteurs .nomAuteur {
	font-weight: bold;
}

/*******************/
/* Menu slide */
/*******************/

div #ariane {
	height: 1em;
	margin: 0.5em 0 2em 0;
}

/*******************/
/* Tooltip */
/*******************/

#tooltip {
	border: 1px solid #111;
	background-color: #009966;
	opacity: 0.80;
	filter:alpha(opacity=80);
	color: #FFFFFF;
	padding: 5px;
	font-size: 0.8em;
	text-align: justify;
	max-width: 300px;
}

#tooltip h3, #tooltip p {
	margin: 0; 
}

#tooltip h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

/*******************/
/* Le menu */
/*******************/

/* Style pour le menu spipien*/
div#maNavigation {
	background: #999999;
	min-width: 10em;
	float: left;
	margin-right: 1em;
	padding: 0.3em;
}

#affiche{
visibility:visible;
}
#cache{
display:none;
}
.navLien{
color: #FFFFFF ;
text-decoration: none;
}

li a.navLien {
	background: transparent;
	border: none;
	padding: 0;
}

.navLienon{
color: #FFFF00 ;
text-decoration: none;
}
ul.navRacine{
margin-left:0px;
padding-left:2px;
list-style:none;
}
.article{
margin-left:0px;
padding-left:60px;
/*list-style-type:square*/;
}
.rubrique{
margin-left:0px;
padding-left:25px;
/*list-style-type:circle*/;
}


/*******************/

#TB_closeWindowButton {
	position: relative;
	bottom: 10px;
	left: 20px;
}

#TB_closeWindowButton img {
	border: none;	
}
