/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

== Info Structure: =========================
* Nom du fichier: 		style.css
* Version: 				1.0.1 (09/04/2008)
* Auteur: 				Cédric BOISSEAU
* Société : 			Créamotion [ http://www.creamotion.com ]


== Info site: ==============================
* Site web: 			http://www.liens-emule.com/
* Largeur de la page: 	992 px
* Nombre de colonnes: 	3
* Fluide[ ] | Fixe[x]


== Structure à respecter: ==================
* xxx-top
* xxx-middle
* xxx-bottom

* xxx-left
* xxx-center
* xxx-right

/!\ Sauf structure principale :
* header
* center(menu-gauche | content | menu droit)
* footer

== Outils utiles: ==========================
* http://lab.xms.pl/css-generator/ (générateur de CSS à partir d'un fichier XHTML)

== Parties: ================================
* Règles générales
* Connexion
* Fil d'Ariane
* Formulaires
* Pagination
* Tableaux
* Structure
* Boite type

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


										  /*********************/
										 /* Règles générales **/
/*************************************************************/
*{
	margin:						0px;
	padding:					0px;
	/*ehavior: 					url(iepngfix.htc);*/
}
img{
	border:						0px;
}
.clear{
	clear:						both;
}
a{
	color:						#1e89ca;
	text-decoration: 			none;
}
a:hover{
	color:						#000;
}

a:active, a:focus{
	outline:					none;
}
p{
	font-size: 12px;
}
#contenu{
	font-family: verdana;
}
										  /*****************/
										 /* Fil d'Ariane **/
/*********************************************************/
.ariane{
	color:						#000;

}
.ariane strong {
	color:						#A90101;
}
.ariane span{
	color:						#999;
}
.ariane a{
	text-decoration: 			underline;
}
.ariane a:hover{
	color:						#000;
	text-decoration: 			underline;
}
										  /****************/
										 /* Formulaires **/
/********************************************************/

										  /***************/
										 /* Pagination **/
/*******************************************************/
.pagination{
    float:						left;
    font-size: 					0.8em;
    margin:						0 20px;
}
.pagination *{
	display:					block;
    padding:					3px 7px;
    float:						left;
    text-decoration: 			none;
	color:						#333;
}
.pagination a{
	background-color: 			#ffffff;
    border:						#fff double;
    color:						#13aaff;
}
.pagination a:hover{
    background-color:			#fff;
    border:						#fff double;
	color:						#1F1D1D;
}
.pagination  span.active {
	padding:					5px 10px;
    background-color: 			#13aaff;
	border:						#fff double;
    color:						#fff;
}
.pagination .etc{
    background-color: 			#ffffff;
	border:						#fff double;
    color:						#ccc;
    cursor:						default;
}
										  /*************/
										 /* Tableaux **/
/*****************************************************/
table{

}
#content th{
	margin:		5px;
	padding:	5px;
}
#content h2{
	font-size: 1.2em;
	font-variant: small-caps;
	border-bottom: 1px solid #94dfff;
}
tr{

}
#content td{
	border-bottom: 1px dotted #94dfff;
	margin:		5px;
	padding:	5px;
	color:#333;
}

#content td.torrent-aff{
	font-size: 8px;
}
#content td.poid{
	font-size: 10px;
	color:#666;
}
#content td.seed{
	background-color: #d0f1ff;
	font-size: 10px;
}
#content td.leech{
	background-color: #e2f6ff;
	font-size: 10px;
}
#content td.torrent-aff a{
	font-size: 12px;
	text-decoration: none;
}


  /*autres styles*/
  .tags-recherche{
	text-align: center;
}
tr.no-hover td a{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
td small{
	color:#333;
	text-transform: uppercase;
}
.listing-torrent thead td{
	background-color: #F3FBFF;
	border-bottom: solid 1px #1E89CA;
	text-align: center;
}
.seeds{
	color:#6ea934;
}
.leeches{
	color:#e44e4e;
}
p.tags{
	line-height: 2em;
	text-align: center;
	padding: 	0 5px;
	font-weight: bold;
	background-color: #F3FAFF;
	margin:0 10px;
	border:1px solid #def3ff;
}
p.tags a{
	text-decoration: none;
}
p.tags a:hover{
	text-decoration: underline;
}
p.tags a.tag1{color:#13b8fe;font-size:80%;}
p.tags a.tag2{color:#16aff4;font-size:90%;}
p.tags a.tag3{color:#17a5e9;font-size:100%;}
p.tags a.tag4{color:#1a9bdf;font-size:110%;}
p.tags a.tag5{color:#1c93d5;font-size:120%;}
p.tags a.tag6{color:#1e89ca;font-size:130%;}
.demi-colonne{
	width:80%;
	float:left;
}
.demi-colonne-jaquette{
	width:20%;
	float:left;
	text-align: right;
}
.demi-colonne-jaquette img{
	border:solid 1px #000;
}
.news-content{
	padding: 5px;
}
.news-content p{
	font-size: 12px;
	text-align: justify;
}
.news-content ol li, .news-content ul li{
	list-style-position: inside;
}
.listing-torrent {
    width: 740px;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
}
.listing-torrent a {
    text-decoration: none;
}

.listing-torrent table{
    margin: 20px auto;
    width: 97%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.listing-torrent table tr:hover {
    background-color: #d0d7e2;
}
.listing-torrent table tr.no-hover:hover {
    background-color: #fff;
}

.listing-torrent table td {
    padding: 5px 2px;
    border-bottom:1px dotted #d5d5d5;
}
table td{
	 /*text-align: left;*/
}
.listing-torrent table th{
    padding:2px 0;
    /*border-bottom:1px solid #760605;*/
}
.listing-torrent table th.titre{
  padding-bottom:10px;
  border-bottom:none;
  font-size: 14px;
  text-transform: capitalize;
}
.listing-torrent table .titre{
    text-align: left;
}
.listing-torrent table .date{
    width: 80px;
    font-size: 10px;
}
.listing-torrent table .torrent-aff{
    font-size: 10px;
}
.listing-torrent table .poid {
    text-align: right;
    font-size: 10px;
}
.listing-torrent table .nb_dl{
    text-align: center;
    font-size: 10px;
}
.listing-torrent table .ss_cat{
    text-align: center;
    font-size: 10px;
}
tr.color0 {
    background-color: #fff;
}
tr.color1 {
    background-color: #f3f3f3;
}
.article{
	padding:20px 0 0 0;
}
.article h3{
	color:#13aaff;
	border-bottom: solid 1px #13aaff;
	width:700px;
	margin:0 auto 10px auto;
	font-size: 14px;
}
.article .article-middle .contenu p{
	color:			#808080;
	font-size: 		12px;
	line-height: 	16px;
	padding:		5px 20px;
	text-align: 	left;
}
.affichage-sous-categorie div.sous-cat{
	color:			#808080;
	font-size: 		12px;
	line-height: 	16px;
	padding:		5px 10px;
	text-align: 	justify;
	width:330px;/*370-40*/
	float:left;
	border-bottom:1px dotted #d5d5d5;
	margin: 0 10px;
}
.affichage-sous-categorie h1{
	text-align: left;
	font-size: 14px;
	padding:10px 20px;
}
table .menu a{
	text-decoration: none;
}
.news p{
	padding:0 20px;
}

.news h1, .article-title h1, .article-title h2{
	font-size: 16px;
	color:#fff;
/*	border-bottom: solid 1px #13aaff;*/
	/*padding:20px 0 5px 0;
	margin:0 0 10px 0;*/
	background-image: url(_images/bg-h1.gif);
	height:25px;
	line-height: 25px;
	margin:0 auto 20px auto;
	width:732px;
}
.article-title h2{
	margin:0 auto;
	text-align: left;
	padding:0 0 0 0;
	text-indent: 20px;
	width:732px;/*732-20*/
}
.affichage-sous-categorie h1 img{
	vertical-align: middle;
}
.article .article-middle .contenu p strong{
	color:			#010101;
}
.article .article-middle .contenu p.telecharger a{
	color:#ff7e00;
	font-size: 12px;
}
.article .article-middle .contenu p.telecharger a:hover{
	color:#000;
}
.article .article-middle .contenu p.telecharger-usenext{
	color:#000;
	font-size: 12px;
}
.article .article-middle .contenu p.telecharger-usenext a{
	width:400px;
	height:22px;
	background: url(_images/usenext.gif) no-repeat;
	display:block;
	margin:0 auto;
}
.article .article-middle .contenu p.telecharger-usenext a span{
	display:none;	
}
.article .article-middle .infos{
	color:			#1e89ca;
	font-size: 		11px;
	padding:		5px 0 15px 0;
	text-align: 	center;
}
.article .article-middle .infos a{
	color:			#1e89ca;
	font-size: 		11px;
	font-weight: 	bold;
}
.article .article-middle .infos img{
	vertical-align: bottom;
}

.choix-recherche{
	width: 600px;
	margin:0 auto;
	height:30px;
	border-bottom: solid 2px #1E89CA;
}
.choix-recherche a{
	font-size: 12px;
	width:100px;
	text-align: center;
	float:left;
	background-color: #fff;
	color:#1E89CA;
	height:30px;
	line-height: 30px;

}
.choix-recherche a:hover, .choix-recherche .choix-selected a{
	background-color: #1E89CA;
	color:#fff;
}
.liens-footer{
	width:991px;
	text-align: center;
	background:url(_images/bg-footer.png) repeat-y;
	margin:0 auto;
	position:relative;
	top:-1px;
	left:-1px;
	padding: 10px 0;
	font-family: verdana;
	font-size: 11px;
	color:#1E89CA;
	font-weight: bold;
}
.liens-footer ul{
	/*padding: 0 8px 30px 8px;*/
	margin:0 auto;
	padding:0 0 30px 0;
	width:900px; 
	/*width:971px;*/
	overflow: hidden;
}

.liens-footer ul li{
	position: relative;
	left:-5px;
	float:left;
	list-style-position: outside;
	list-style-type: none;
	padding:0 0 0 20px;
	padding:0pt 5px 0pt 8px;
	background:transparent url(http://www.torrent-torrent.com/_template/cpasbien/_styles/_images/tiret.png) no-repeat scroll left center;
}
a.postlink{

}
