@charset "UTF-8";
/* CSS Document */


body,div,a,table,td,tr,th,ul,li{margin: 0 0 0 0;padding: 0 0 0 0;}
	
body, html {
	font-family: Verdana;
	
	font-size:12px;
	
	height:100%;
	
	background-color:#FFFFFF;
	
	color: #4879d6;
	
	}
	
.spacer {clear: both;}



/*CORPS*/
	
#wrap{
width: 80%;
margin:  auto;
height:auto;
background-color:#FFF;
}
#header{
	text-align:center;
	padding:0 25px 0 25px;
	width: 90%;

}


#homepage {	
	width: 100%;
	min-height:90%;
	padding:0 25px 0 25px;
		}
	
		
	
		#homepageleft {
		float: left;
		/*880*/
		width: 100%;
		
		padding:0 25px 0 25px;
		
		}
		

	
			
		
		#homepageright {
		float: right;
		/*320*/
		width: 295px;
		
		padding:35px 25px 0 0;
		}	
		
#footer{
	text-align:center;}
/*FIN CORPS*/


/*HEADER.PHP*/
#header a{
	color: #4879d6;
	
	background-color: transparent;
	font-weight: normal;
	text-decoration:none;
	}

#header a:hover{	
	text-decoration:none;
	color:#ff00e8;}

	/*CHAMP RECHERCHE*/
	
	.searchInputT{ border:0; background-image:url(/images/search.jpg); width:163px ; height:20px; background-repeat:no-repeat; padding:5px 0 0 25px;}
	.searchInputS{border:0; background-image:url(/images/btn-go.jpg);width:40px ; height:25px; background-repeat:no-repeat;}
	.searchLabel{ color:#E128E6;font-weight:bold; margin-top:5px; padding-right:5px;}
	#search {
		padding:0 25px 0 25px;
		margin:0px 0 40px 0;
		}
	
	.suggestionsBox {
		position:absolute;
		
		margin: 10px 0px 0px 280px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
		filter : alpha(opacity=80);
		-moz-opacity : 0.8;
		opacity : 0.8;
		
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		text-align:left;
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style:none;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
	/*FIN CHAMP RECHERCHE*/


/*INDEX.PHP page d'accueil*/
.menuAlphab a{
	color: #ff00e8;
	font-size:30px;
	background-color: transparent;
	font-weight: normal;
	text-decoration:none;
	margin-left:15px;
}
.menuAlphab a:hover {
	text-decoration:none;
	color:#ff00e8;
	}
	
#StarAll a{
	font-size:18px;
	color: #4879d6;
	background-color: transparent;
	font-weight: normal;
	text-decoration:none;
	}

#StarAll a:hover{
	text-decoration:underline;
	color:#ff00e8;
}
	

.nbImg{
	color:#ff00e8;
	font-size:12px;
	}

.lettre{
	margin-bottom:1px;
	margin-top:35px;
	color:#4879d6;
	font-size:35px;}
/*FOOTER.PHP*/
#footer a{
	
	color: #4879d6;
	background-color: transparent;
	font-weight: normal;
	text-decoration:none;
	margin-right:10px;
	}

#footer a:hover{
	text-decoration:underline;
	color:#ff00e8;
}


/*STAR.PHP CHOIX DE RESOLUTION*/
.AffThumbs a{
	font-size:10px;
	color: #4879d6;
	background-color: transparent;
	font-weight: normal;
	text-decoration:none;
	}

.AffThumbs a:hover{
	text-decoration:underline;
	color:#ff00e8;
}


.AffThumbs ul{ padding:5px 0 10px 30px;}
.AffThumbs li{
	font-size: 100%;
  color: black;
  display: list-item;
  list-style-image: url(/images/puce.png);

}

.pager a{
	display:block; 
	border:2;
	font-size:15px;
	font-weight:bolder;
	margin:3px;
	color:#4879d6;
	line-height:30px;
	
	height:30px;
	width:30px;
	background-color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	float:left;
	}

.pager a:hover{
	background-color:#ff00e8;
	color:#FFF;
	}

 
/*TIPS*/
.toolTip-picture img, 
.toolTip-thumbnail img { 
    border:2px solid #000; 
} 
.toolTip-picture , 
.toolTip-thumbnail  { 
    background:transparent url(/images/loading.gif) no-repeat center center; 
    min-height:32px; min-width:32px;  
} 
.toolTip-caption { 
    position:relative; 
    margin-top:-20px; 
} 
.toolTip-text, 
.toolTip-caption { 
    font:11px Arial, Helvetica, sans-serif; 
    color:#FFF; 
    text-align:center; 
    background:transparent url(/images/caption-right.png) no-repeat right center; 
    padding-right:25px; 
} 
.toolTip-text span, 
.toolTip-caption span { 
    display:block; 
    background:transparent url(/images/caption-left.png) no-repeat left center; 
    padding:11px 0px 15px 25px; 
} 

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #ffffff;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f7f7f7;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}



/*PAGE WALLPAPER*/
.Style2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
}

.Style3 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #3F4C52;
}
.Style6 {color: #FF0000}
.Style7 {color: #0000FF}
.Style8 {color: #660000}
.Style9 {color: #006600}
.Style10 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
}
.Style14 {
	font-family: Tahoma;
	font-size: 27px;
	font-weight: bold;
}
.Style15 {color: #F90696}
.Style16 {color: #FC0790}



.Style17 {color: #FA0E96}
.Style18 {color: #FF0196}
-->


