/* 
lilina news aggregator

lilina is a simple but powerful news aggregator written in PHP. 
No database is needed, RSS/ATOM parsing is done by the excellent 
MagpieRSS library (it is included, no additional installation needed). 
It features feed auto-discovery and an easy-to-use interface.

View a live demo @ http://lilina.sourceforge.net/ 
lilina is Open Source Software and is distributed under the GPL license
Written and developed by Panayotis Vryonis, http://vrypan.net/log/
*/



/* Global Elements */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 100%;
	}
html, body, p, ul, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}
img, a {
	border: 0;
	vertical-align: text-bottom;
	}

.contentbox-noshading {margin: 0px; padding: 0.7em 0px 0px 0px; background-color: transparent;}
.descriptions { background-color:#fff;padding:20px;color:000;position:absolute;left: 50%;top: 50%;width:500px;height:500px;margin-top:-250px;margin-left:-250px;border: 1px solid #000000;overflow:auto; }

input:focus {
	background-color:#a8d3ff;
}

.entete_intitule_recherche {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }

.chargement {
text-align:center;
margin-top:80px;
font-size:14px;
font-weight: bold;
color:#000000;
}


.titre {
font-size:14px;
font-weight: bold;
color:#009ee0;
}

#resultats_suivants {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

.navigation_footer {
background: #a8d3ff ;
padding: 8px;
font-size: 12px;
}

.navigation_footer a {
padding-left : 8px;
padding-right : 8px;
color:#000000;
	}
	
.navigation_footer a:hover {
color:#ffffcc;
	}
		
.navigation_footer li {
	display: inline;
	margin-right: 25px;
	font-size: 12px;
	}
.navigation_footer li a {
	color: #666;
	text-decoration: underline;
	}
.navigation_footer li a:hover {
	color: #bc0700;
	text-decoration: none;
	}
.fineprint {
	margin-top: 10px;
	font-size: 10px;
	font-family: arial;
	color: #999;
	}

.prix{
margin-top:4px;
margin-bottom:4px;
font-size:13px;
font-weight: bold;
color:#555;
}

.detail{
margin-top:4px;
margin-bottom:4px;
font-size:12px;
color:#555;
}


.j_infos {
    margin-top: 4px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align:right;
}

.j_time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
    color: #666;
}

.j_source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #999;
}
#c1 {
	color: #fff ;
	background: #fff ;
	display: none;
}
#c2 {
	color: #ffffcc ;
	background: #ffffcc ;
	display: none;
}

/* Topbar */
#navigation {
	position: relative;
	float: top;
	color: #FFFFFF;
	padding: 8px;
	display: block;
	text-align:right;
	
	background: #a8d3ff ;
	font-size: 11px;
	font-weight: bold;
}

#navigation a{
	color: #FFFFFF;
	padding-left: 22px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../img/b_fond_gauche.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
/*	text-decoration:none;*/
}

#navigation ul, #navigation li {
	margin-left: 2px;
}
#navigation li {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	display: inline ;
	}
#navigation ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 3px;
	display: inline ;
	}

#navigation li.img {
	margin-top: 2px;
	}
#navigation ul li.admin a {
	color: #990000;
	margin-left: 3px;
	}
	
.exemple {
	font-style: italic;
	font-weight: normal;
	color: #999;
}

.lien_accueil a {
color:#000000;
}

.lien_accueil a:hover {
color:#236bbc;
}

.exemple a {
color:#000000;
}

.exemple a:hover {
color:#236bbc;
}


/* Feed */

.feed { /* Container for items coming from the same feed */ 
	margin-left: 10px;
	margin-right: 10px;
/*	margin-right: 210px;*/
	/*border-top: 1px dotted #ffcc33 ;*/
	
	/* Add styling if you want consequent items from the same feed to look "grouped" */
}

#titre_accueil {
color: #666;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;

}

.titre_contacts {
	border-top:1px solid #BFBFBF;
  color:#666;
  
  padding:5px 0 0px 0px;
}

.link_bottom {
color: #999;
text-decoration:none;
}

.bonnes_affaires a:visited {
color:#0000ee;
}

.bonnes_affaires a:hover {
color:#236bbc;
}


.contacts_mentions {
padding:15px;
background-color:#a8d3ff;
border:1px solid #4fa6ff;
text-align:center;
font-size: 13px;
color:#000000;
}

.contacts_mentions a {
color:#000000;
}

.contacts_mentions a:hover {
color:#236bbc;
}

.mentions_legales {
background-color:#ffffcc;
border:1px solid #FFCC33;
padding-left : 5px;
padding-right : 5px;
margin-top:10px;
text-align:justify;
}

.titre_bonnes_affaires {
	border-top:1px solid #BFBFBF;
  color:#666;
  padding:5px 0 5px 5px;
vertical-align:middle;
}
 
.titre_bonnes_affaires img{
padding-right:5px;
}
 
.titre_bonnes_affaires h2{ 
 padding:0;
 margin:0;
 font-size:11px;
 font-weight:normal; 
 }
 
.titre_provenance {
	border-top:1px solid #BFBFBF;
  color:#666;
  padding:5px 0 5px 5px;

}

.titre_provenance h2{ 
 padding:0;
 margin:0;
 font-size:11px;
 font-weight:normal; 
 }


.hauteur_tab {
height:35px;
}

.provenance_offres {

background-color:#ffffcc;
border:1px solid #FFCC33;

}

.colone_provenance {
float:left;
width:30%;
padding-left:5px;
}

.colone_provenance img {
border:0px;
}


/*h1 {
	font-family: Georgia, serif;
	margin: 0px 0px 0px 0px;
	padding: 4px 0 4px 15px;
	border-top: 1px solid #ffcc33 ;
	font-size: 18px;
	font-weight: bold;
	background: #ffcc00;
	color: #fff;
	width: 70px;
	display: block;
	float: left;
	}*/
.item {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	background-color: #ffffff;

	padding-left: 15px;
		padding-bottom : 10px;
		padding-top : 10px;
	border-bottom: 1px dotted #ffcc33 ;

	}
.item img {
	margin: 0px 2px 0 0;
	}
.bmark { /* Bookmark image */
	width:15px;
	height:15px;
	}
.time { /* Time Posted */
	margin: 0 4px 0 4px;
	font-style: italic;
	color: #999999;
	}
.title { /* Title */
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	}

.title a{
color:#236bbc;
	}

.title a:hover{
color:#236bbc;
	}


.source { /* Direct link to weblog post */
	}
.source a {
	margin: 0 0 0 10px;
	color: #008400;
	text-decoration: none;
	font-style: italic;
	}
.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 0px;
	font-size: 11px;
	width: 100%;
	display: none;
	}

/* Google */

.google {
	margin: 0 0 0 0 ;
	padding: 0px;
	/* background: #ffffff ; */

}
.google p { 
	display: block; 
	margin-bottom: 0 ;
	margin-top: 0 ;
	color: #555555 ;
}

/* del.icio.us */
.delicious_tags {
	display: inline ;
	text-align: right;
	padding: 0 0 0 10px;
}

/* Panel */

#panel {
	position: absolute;
	top: 20px;
	right: 2px ;
	padding: 10px;
	background: #eeeeee ;
	color: #6f6f6f;
	width: 200px;
	display: block;

}
/* Sources */

.entete_tri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	border-bottom: dotted 1px #CCC;
	background-color:#FFCC33;
	text-align:center;
}

.selectfiltre {
font-weight: bold;
}

.titre_tri {
padding-left:20px;
font-weight: bold;
background-image: url(../img/fleche_titre_liste.gif);
background-repeat: no-repeat;
background-position: 5px 4px;

}

.description {
font-size: 12px;
padding-left:10px;
padding-right:10px;
text-align:left;
}

.detail_tri a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#236bbc;
	/* text-decoration: none; */
}

.detail_tri a:hover{
	color:#236bbc;
}

.detail_tri ul {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333;
	text-align: left;
	margin-left:17px;
	padding: 0;
	line-height: 165%;
	

list-style-type: none;


}

.detail_tri li {
padding-left:10px;
background-image: url(../img/fleche_liste.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
}

#sources li {
	list-style-type: square;
	padding-bottom: 4px;
	/* display: inline; */
	}
#sources ul li img {
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
	}

.f_box {
	/*background-color: #ffffcc;*/
	margin: 10px 4px 20px 4px;
	padding: 0px 0px 0px 0px;
	/*border-left: dashed 1px #D8D8D8;*/
	border: 1px solid #ffcc33 ;
}

/* Edit */

.item ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
.item li {
	font-size: 12px;
	}

.info_recherche_left {
background-color: #ffffcc;
border-bottom:1px solid #999;
padding-top: 7px;
padding-bottom: 8px;
margin-bottom:7px;
}

.info_recherche {
background-color: #ffffcc;
margin-bottom:7px;
margin-right:0px;
border-bottom:1px solid #999;
padding: 7px 10px;
font-size: 11px;
	font-weight: bold;
	color:#666666;
}

/* Footer */

#footer {
	margin: 0px;
	padding-top: 5px;
	border-top: 1px #C7D0EB solid;
	font-size: 10px;
	text-align: center;
	width: 100%;
	}

.footer {
background:#A8D3FF none repeat scroll 0%;
border-top:1px solid #4FA6FF;
color:#000000;
padding:15px;
}

.footer table.links {
margin:auto;
vertical-align:top;
}

.footer a.orange {
color:#EF811B;
}

.footer a.blue {
color:#22517F;
}

.footer a.jaune {
color:#FDFD8D;
}

.footer a.jaune, .footer a.blue, .footer a.orange {
font-size:12px;
font-weight:bold;
letter-spacing:1px;
padding-bottom:10px;
}
.footer a {
color:#000000;
text-decoration:none;
line-height:18px;
}

.footer a:hover {
color:#22517F;
text-decoration:none;
line-height:18px;
}

/**************** PRESS ***************************/

.communique {
background:transparent url(../img/i_arrow_right.png) no-repeat scroll 0pt 13pt;
font-size:11px;
font-weight:bold;
margin:0px 30px 0pt 0pt;
padding-left:20px;
padding-top:20px;
}

.date_media {
font-weight:normal;


}



/**************** FIN PRESS ***************************/

#main {
	display: block;
	margin-right: 0px;
	
	border-left: 1px dashed #ffcc33 ;
}
