/*  
Nom du Thème : iceannu
Auteur : Elrayser (http://www.brialice.com/)
*/

body {
	margin: 0;
	background: #0398d7 url("images/bg.gif") repeat-y top;	/* Couleur de fond de chaque coté du site */
	font: bold 12px tahoma;
}

h1, h2, h3, h4 {
	margin: 0;
}

a {
		color: #2E8625; /* Couleur des liens non définit ailleur dans le css */
		font: 12px tahoma;
	text-decoration: none;
}

a:hover {color: #848484; /* Couleur des liens en survole si non définit ailleur dans le css */
font: 12px tahoma;
	text-decoration: none;
}

img {border:0;} /* taille des bords autour des images, 0 = pas de bord  */
p {line-height: 1.3em; margin: 0.5em 0;}
p img {float:left; margin:0 10px 0 0; padding-left: 6px; padding-bottom: 2px;}

html {scrollbar-face-color:white; scrollbar-highlight-color:#0398d7;	/* Valeur des couleurs pour les scrollbars si présentes */
scrollbar-3dlight-color:#0398d7; scrollbar-darkshadow-color:#0398d7;
scrollbar-shadow-color:#0398d7; scrollbar-arrow-color:#0398d7;
scrollbar-track-color:white;}

h5 { font: bold 1.31em "Arial", Sans-Serif; margin: 0; color: #ff6600; }
h6 { font: bold 1.31em "Arial", Sans-Serif; margin: 0; color: #111111; }

.catwdc{color:#046380; text-decoration:none; font-size:12px;}
.catwdc a{color:#046380; text-decoration:none; font-size:12px;}
.catwdc a:hover{color:#777777; text-decoration:none; font-size:12px;} /* Couleur des liens en survole pour les catégories */

.details{color:#ff6600; text-decoration:none; font-size:12px;}
.details a{color:#ff6600; text-decoration:none; font-size:12px;}
.details a:hover{color:#111111; text-decoration:underline; font-size:12px;}

.sitetable {width: 100%; border: 1px dotted #0398d7; vertical-align : top;} /* Couleur des cadres pointillés */
.sitetables {width: 100%; vertical-align : top;}
.sitetd {border: 1px dotted #c2c2c2;} /* couleur des cadre pointillés */
.votelargeur {width: 50px;}

a.cat_display {text-decoration: none; font-weight: bold; font-size: 13px; color:#333333;} /* ouleur des liens pour les catégories */
a.cat_display:hover {text-decoration: none; font-weight: bold; font-size: 13px;
color:#CC0000;}	/* Couleur des liens en survole pour les catégories */
a.subcat_display {text-decoration: none; font-size: 10px; border-bottom : 1px dotted #0398d7;} /* Couleur du cadre pour les sous catégories */

.votetable {background: #ffffff; width : 50px; height: 92px; margin-right: 5px;}
.vote span.note {font-size: 9px; height: 12px; display: block;}
.vote span.nombre {font-size: 16px; display: block;}
.vote a{color: #399171; font-size: 16px; font-weight: bold;}
.vote a:hover{color: #399171; font-size: 16px; font-weight: bold;}

/* Onglets fiche site */
#containered {font: bold 10px Verdana; list-style-type: none; text-align: left; width: 530px;}
#containered hr {clear: both; border: 1px solid #CCC; margin-top: 10px; 	width: 50%;}
#containered ul#mest {font-weight: bold;}
#containered ul#mest li {font: bold 10px Verdana; list-style-type: none; text-align: left; display: inline; margin: 1px;}
#containered ul#mest li a {text-decoration: none;}
#containered ul#mest li a:hover {text-decoration: none; color: #333333;}
#containered h1,
#containered .content {border: 1px solid #d5d5d5; padding: 10px; text-align: left;}
#containered a.current {padding: 5px 3px; border: 1px solid #d5d5d5; background-image: url(images/shadeactive.gif); border-bottom-color: white; background-color: white; color: #333333; font-size: 12px;}
#containered a.ghost {padding: 5px 3px; margin-right: 1px; border: 1px solid #d5d5d5; color: #333333; font-size: 12px; background: white url(images/shade.gif) top left repeat-x;}
#containered a.current:hover {padding: 5px 3px; border: 1px solid #d5d5d5;	background-image: url(images/shadeactive.gif); border-bottom-color: white;	background-color: white; font-size: 12px; color: #333333;}
#containered a.ghost:hover {padding: 5px 3px; margin-right: 1px; border: 1px solid #d5d5d5; color: #333333; font-size: 12px;}
#containered .on {display: block; text-align: left;}
#containered .off {display: none;}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrap {
	width: 1004px;	
	margin: 0 auto;
	padding:0px;
	background: url("images/bg.gif") repeat-y top;
}

#content-container {
	width: 1004px;
	background: url("images/header.jpg") no-repeat top;	/* Lien du header */
	margin: 0 auto;
	padding:0px;
}

#contents {
	width: 935px;
	padding: 0 22px 0 35px;
	margin-top:2px;
}


#page-bottom {
	width: 1004px;
	background: url("images/page_bottom.gif") no-repeat bottom;
}

#header {	/* Hauteur et largeur du header (width = largeur; height = hauteur) */
	width: 1004px;
	height: 247px;
	position: relative;	/* Ne pas touché, sinon déplacement de tous les blocs du site */
}

#header-title {	/* Position du titre dans le header */
	position: absolute;
	text-transform: uppercase;	/* Transform tous les caractères en majuscule */
	left: 50px;
	top: 10px;	
	display: none;	/* Avec none, le titre n'est pas affiché et block pour l'afficher */
}
#header-title h1 {
	color: #ffffff;		/* Couleur du titre dans le header sans lien */
	font:36px "Century Gothic", Arial;
	font-weight:bold;
	margin-bottom: 2px;
}
#header-title h1 a {
	color: #EBFB0F;	/* Couleur du titre dans le header avec un lien */
	font:36px "Century Gothic", Arial;
	text-decoration: none;
}
.header-subtitle {
	color: #0273a3; /* Couleur du sous titre dand le header */
	font:12px Arial;
}


#rss {
	position: relative;
	height: 46px;
	margin-left:-2px;
	font: bold 12px tahoma;
	color: #0273a3;
	line-height:15px;
	background: url("images/icon_rss.gif") no-repeat;
}

#rss a {
	color: #0273a3;
}
	
#navlist {
	position: relative;
	top: 213px;  /*hauteur de la navbar depuis le haut*/
	left: 30px;  /*début de la navbar depuis la coté gauche*/
	height: 28px;
	width:940px;

}

#navlist ul {
	list-style-type: none;
	height: 28px;
	padding: 0;
	margin: 0;
}

#navlist ul li {
	font: bold 12px tahoma;
	color: #aaaaaa;
	margin: 0 0 0 0px;
	height: 28px;
	float: left;

}

#navlist ul li.bouton {
	margin-right:8px;
	margin-top:5px;
	width:118px; /*taille largeur de l'image*/
	height: 30px; /*taille hauteur image*/
	float: right;
	background-image:url('images/charme.png');	/* Lien de l'image du bouton */
	background-repeat:no-repeat;
	background-position:center;
	background-position:right;
	
}

#navlist ul li.bouton a {
	background:none;
}


#navlist ul li a {
	display: block;
	text-decoration: none;
	padding: 14px 16px; /*le 16px est la valeur d'espacement des barres dans la navbar*/
	margin-left: -3px;
	height:11px;
	color: #3a3a3a;	 /* Couleur du texte dans le menu de la navbar */
	background:url("images/ctg_divider.gif") no-repeat right;
	font-size:12px;	/* taille du texte dans la navbar */
	font-weight:bold; /* texte de la navbar en gras */
	font-family:Verdana, Geneva, sans-serif; /* fammille du texte dans la navbar */
	
}

#navlist ul li a:hover {
		color: #ee5c11; /* couleur au survol du texte dans la navbar */
		
}

#navlist ul li.current_page_item {
		color: #0273a3;
		
}
	
#navlist ul li.current_page_item a {
		color: #0273a3;
		
}

.search {
	position: absolute;
	width: 200px;
	height: 27px;
	font: 20px tahoma;
	color: #666666;
	padding-top: 8px;		
	background: none;
	float: right;
	padding-left: 500px;
	
}
#menu_search_box {
	position: absolute;
	top: 4px;	/* Position du mot recherche, position en hauteur de tant de pixel a partir du haut de la page */
	left: 732px; /* Position du mot recherche, position en largeur de tant de pixel a partir du bord de gauche */
	width: 50px;	/* Largeur en pixel du champ de recherche */
	height: 20px;	/* Hauteur en pixel du champ de recherche */
	display:none;  /*Remplacer block par none pour cacher le champs de recherche */
}

#menu_search_box #searchform {	/* Inutile de modifier car le formulaire n'est pas visible */
	margin: 0;
	padding: 0;
	width: 200px;
	height: 27px;
}

#menu_search_box #s {
	font: 12px tahoma;
	color: #666666;	/* Couleur du texte dans le champs de recherche */
	border: 0;
	padding: 3px 10px 0 10px;		
	background: none;
	float: left;
	width: 200px;
	height: 18px;
}

#menu_search_box #submit {
	display: none;	/* Affiche ou non le bouton d'envoie pour la recherche, none pour masqué, block pour visible */
}

#contents .top_post {
	float: left;
	padding:0;
	margin: 0 0 10px 0;
	height:100%;
	width: 560px;
}


.post_title {
	width: 560px;
	color: #848484;	/* Couleur des titre des posts */
	height:120px;
	font: 10px Arial;
	background:url("images/top_post_top.gif") repeat-x top left;
}

.post_title h2 {
	color: #cfcfcf;
	font: 18px Arial;
	padding:5px;
	margin-left:7px;
	width:520px;
	
}

.post_title h2 a {
	color: #ee5c11; /* texte bienvenue sur notre annuaire */
	text-decoration: none;
}

.post_title h2 a:hover {
	text-decoration: underline;
}

.post_title a {
	color: #848484;
	text-decoration: none;
}

.post_title a:hover {
	text-decoration: underline;
}

.meta_inf {
	width: 530px;
	height: 22px;
}
.meta_inf a{
color:#0273a3;
}	
.headline {
	float: left;
	padding-left: 5px;
	color:#2E8625;
}
.headline_date {
	float: right;
	padding-right: 0px;
	color:#aaaaaa;
	font:14px arial;
}
.meta_date {
	float: left;
	padding-left: 0px;
	color:#616161; /* Couleur de la date et de l'heure */
	font:10px arial;
	line-height:22px;
	clear:both;
}
.meta_comments {
	float: right;
	font:10px arial;
	padding-left: 16px;
	height:22px;
	line-height:22px;
}
#content .read_more {
	float: right;
	font:10px arial;
	padding-left: 26px;
	width:80px;
	text-align:right;
	height:22px;
	line-height:22px;
	color:#999999;
	background:url("images/more.gif") no-repeat right top;
}
#content  .read_more a {
	color:#999999;
	text-decoration:none;
}
.top_titles a{
	color: #2E8625;
	text-decoration: none;
	font: bold 18px arial;
}
	
.top_entry {
	text-align:justify;
	color: #ee5c11;	/* Couleur du texte du type "Les derniers sites validés dans l'annuaire ! " */
	width: 520px;
	padding: 20px 10px 0 12px;
	clear:both;
	font:bold 12px Arial;
	margin-top: -40px; /*espace entre les boutons et le cadre des catégories*/
	height:100%;

	}

.top_entry blockquote {
	border-left: 7px solid #efefef;
	font-style:italic;
	padding:0 0 0 15px;
	margin: 0px 15px;
}

.top_entry a {
	color: #333232; /* texte catégorie - détails et page détails */
	text-decoration: none;
}

.top_entry a:hover {
	text-decoration: underline;
}

.post_bottom {	
	width: 560px;
	padding-top: 14px;
	line-height: 22px;
	height: 30px;
	font: 11px Arial;
	color: #cccccc;	
}

.post_cat {
	padding-left: 14px;
	line-height: 22px;
	font: 11px Arial;
	color: #cccccc;	
}

.post_cat a {
	color: #0273a3;
}

#content {
	float: left;
	width: 545px;
	overflow: hidden;
}

#content .mag_posts {
	float: left;
	width: 270px;
	padding-left:10px;
	margin-bottom:10px;
	color: #858585;
	font: 11px Arial;
	
}

#content .mag_posts a {
	color: #0273a3;
}

#content .top_mag_posts {
	width: 270px;
	background: url("images/post_mag_top.gif") no-repeat;
}

#content .bottom_mag_posts {
	width: 260px;
	padding-top: 7px;
	padding-bottom: 4px;
	border-bottom:1px dotted #666666;
}

#content .mag_posts h2 {
	padding:0;
	padding-right:12px;
	color: #222222;
	font: bold 14px verdana;
	height:30px;
	margin:0;
	text-align:right;
	
}

#content .mag_posts h2 a {
	color: #222222;
}

#content .top_mag_titles a{
	color: #0273a3;
	text-decoration: none;
	font: bold 12px tahoma;
}
#content .mag_posts .mag_posts_entry {
	padding: 0px;
	margin:0;
	width: 260px;
	height: 192px;
	text-align:justify;
	overflow: hidden;
}

#content .mag_posts .mag_posts_meta {
	margin: 0 9px 0 6px;
	width:250px;
	height: 22px;
	overflow:hidden;
}

#content .post {
	float: left;
	width: 560px;
	margin-bottom: 10px;
	
}

#content .post-top {
	width: 560px;
	color: #2E8625;
	height:120px;
	font: 10px Arial;
	background:url("images/top_post_top.gif") repeat-x top left;
}
#content .post-bottom {
	width: 560px;
	padding-top: 14px;
	line-height: 22px;
	height: 30px;
	font: 11px Arial;
	color: #cccccc;
}
#content .post-top a {
	color: #2E8625;
	text-decoration: none;
}

#content .post-top a:hover {
	text-decoration: underline;
}

#content .post-top h2 {
	color: #0273a3;
	font: 20px Arial;
	padding:5px;
}

#content .post-top h2 a {
	color: #2E8625;
	text-decoration: none;
}

#content .post-top h2 a:hover {
	text-decoration: underline;
}

#content .meta_inf {
	width: 530px;
	height: 22px;
}

#content .post .post_ctg {
	width: 560px;
	padding-left: 14px;
	line-height: 22px;
	height: 22px;
	font: 11px Arial;
	color: #999999;
}

#content .post .post_ctg a {
	color: #0273a3;
}

#content .post-entry {
	font: 12px Arial;
	color: #909090;			
	width: 620px;
	padding: 0 10px 0 10px;
	text-align:justify;
	margin-top:-70px;
}

#content .post-entry a {
	color: #2E8625;
	text-decoration: none;
}

#content .post .post-entry a:hover {
	text-decoration: underline;
}

#content .post .post-entry blockquote {
	border-left: 6px solid #999999;
	margin: 0px 20px;
	padding-left: 10px;
	font-style:italic;
}

#content .post h3 {
	margin: 20px 0 5px 0;
	color: #0273a3;
	font: 18px Verdana;
}

#comment {
	background:#ffffff;
	width:500px;
	border:1px solid #606060;
}
#commentform input{
	border:1px solid #606060;
	background:#ffffff;
}
#commentform #submit{
	border:1px solid #909090;
	border-style:outset;
	background:#cccccc;
	color:#0273a3;
}
		
#content .post .comments {
	font: 11px Arial;
	color: #969696;
	width: 600px;
}

#content .post .comments ol {
	margin: 10px 0;
	padding-left: 25px;
}

#content .post .comments ol li {
	padding: 5px;
}

#content .post .comments ol li a {
	color: #2E8625;
	text-decoration: none;
}

#content .post .comments ol li a:hover {
	text-decoration: underline;
}

#content .post .comments ol li.alt {
	background: #eeeeee;
}

#content .post .comments ol li cite {
	color: #606060;
	font-style: normal;
	font-weight: bold;
}

#content .post .comments ol li cite a {
	color: #606060;
	text-decoration: none;
}

#content .post .comments ol li cite a:hover {
	text-decoration: underline;
}

#content .post .comments ol li .commentmetadata a {
	color: #aaaaaa;
	text-decoration: none;
}

#content .post .comments ol li .commentmetadata a:hover {
	text-decoration: underline;
}

#content .post #commentform {
	font: 11px Arial;
	color: #909090;
	width: 548px;
	padding-left: 25px;
	margin: 0;
}

#content .post #commentform a {
	color: #2E8625;
	text-decoration: none;
}

#content .post #commentform a:hover {
	text-decoration: underline;
}
	
#about_box {
	float: left;
	width: 345px;
	margin-left:13px;
	padding:0 10px 0 10px;
	height:270px;
	margin-top:0px;
	text-align:justify;
	font:12px arial;
	color:#a3a3a3;
	overflow:hidden;
	background: url("images/box_about.gif") no-repeat top left;
}

#about_box h3 {
	margin:5px 0px;
	color:#96BC3C;
	font:bold 14px arial;
	padding:0;
}



#about_box a{
color:#96BC3C;
text-decoration:none;
}
	
.topads {
	position:absolute;
	width: 975px;
	top:250px;
	left:25px;
	padding:0;
	height:200px;
}

.topads_ad {
	margin:0 7px 10px 0px;
	float:left;
	padding:0;
	border:1px solid #666666;
}

	
.rightads {
	float: left;
	width: 195px;
	margin-left:0px;
	margin-bottom: 10px;
	margin-top:0px;
	padding:0;
}
.rightads_container{
padding-left:12px;
padding-top:0px;
}
.rightads_ad {
	margin:0 0 10px 0px;
	padding:0;
}

	
#sidebar {
	float: left;
	width: 195px;
	font: 11px Arial;
	color: #333232;
	margin-top:0px;
}
	
.sidebar_container {
	width: 185px;
	margin-bottom: 20px; /*ecart entre 2 bloc dans colonne droite*/
}

#sidebar h2 {
	width: 165px;
	height: 22px;
	padding-left: 30px;
	padding-top:5px;
	margin-bottom: 2px;
	font: bold 16px tahoma;
	color: #0398d7;		/* Couleur du titre des blocs dans les menus de gauche et droite */
	font-variant:small-caps;
	background: url("images/sidebar_title.gif") no-repeat top left;
}

#sidebar a {
	color: #414141;	/* couleur des lien apres top site */
	text-decoration: none;
	font: bold 12px tahoma; /* texte en gras de 12px en tahoma pour le menu de gauche */
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}

#sidebar ul li {
	color: #656565;
	font: 12px Arial;
	border-bottom:1px dashed #cccccc;
	background:url("images/bullet.gif") no-repeat left;

}

#sidebar ul li a {
	color: #414141;	/* Couleur des autres lien du menu de gauche */
	text-decoration: none;
	padding: 5px 5px 5px 8px;
	height:15px;
	margin:0;
	display: block;
		
	
}

#sidebar ul li a:hover {
	text-decoration: none;
	height:15px;
	color:#ee5c11;	/* Couleur des liens en survole de la souris du menu e gauche */
}


#sidebar ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar #searchform {
	margin: 0;
	padding: 10px 0;
	width: 172px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 130px;
}

#sidebar #calendar_wrap {
	width: 130px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left:0;
}

#sidebar #calendar_wrap table {
	width: 130px;
}
#sidebar #calendar_wrap a {
	color:#96BC3C;
}
#sidebar #calendar_wrap caption {
	margin: 0 auto;
	font-weight: bold;
}

#sidebar #calendar_wrap tbody {
	text-align: right;
}

#sidebar #calendar_wrap tfoot #next {
	text-align: right;
}

#sidebar #calendar_wrap #today {
	font-weight: bold;
}

#sidebar .textwidget {
	padding: 0 5px;
}

.sidebar_bottom {
	margin: 0px;
	padding: 0px;
	clear:both;
	height: 1px;
	width: 180px;
	display:block;
	position:relative;
}

.sidebar_footer{
	margin: -15px;
	padding: 0px;
	clear:both;
	height: 1px;
	width: 180px;
	display:block;
	position:relative;
}
	
#recent_data {
	width: 570px;
	background: url("images/recent_bg.gif") repeat-y;
	margin-bottom: 15px;
	display:block;
	position:relative;
}

#recent_data_top {
	width: 570px;
	background: url("images/recent_top.gif") no-repeat;
}

#recent_data_bottom {
	width: 570px;
	padding: 0 0 10px 0px;
	background: url("images/recent_bottom.gif") no-repeat left bottom;
	overflow: hidden;
}


.recent_data_container {
	width: 270px;
	float: left;
	padding-left:10px;
}

.recent_data_container h3 {
	color: #0273a3;
	padding: 7px 10px 10px 14px;;
	font: bold 12px tahoma;
	line-height:20px;
	background:url("images/recent_bullet.gif") no-repeat left;
}

.recent_data_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.recent_data_container ul li {
	color: #ffffff;
	font:14px tahoma;
	height:35px;
	overflow:hidden;
	width:250px;
	border-bottom: 1px dotted #666666;
}

.recent_data_container ul li a {
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0px;
}

.recent_data_container ul li a:hover {
	text-decoration: none;
	background-color: #fefefe;
}

.recent_data_container ul li a span {
	color: #666666;
	font:  10px Arial, Verdana, Sans-Serif;
	display: block;
	margin-bottom: 4px;
}

.recent_data_container ul li ul {
	display: none;
}

.navigation {
	font: 12px Arial;
	color: #2E8625;
	width: 530px;
	margin-left:10px;
}

.navigation a {
	color: #2E8625;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation-p {
	float: left;
}
	
.navigation-n {
	float: right;
}

#footer {
	width: 934px;
	height: 60px;
	padding: 0;
	color: 3a3a3a;		/* Couleur du texte du footer */
	padding-top:30px;
	text-align:center;
	font: 11px Arial;
	clear:both;
}

#footer a {
	color: #ee5c11;		/* Couleur du lien dans le footer */
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

.tabs {
	margin-top: 10px;
	width: 420px;
	overflow: hidden;
	height:25px;
}

.tabs li {
	float: left;
	display: inline;
	margin-right: 5px;
	text-align: center;
	overflow: hidden;
	
}

.tabs li a {
	float: left;
	display: block;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	height: 20px;
	background: #0398d7;	/* Couleur des boutons sans que la souris ne soit dessus */
}

.tabs li a:hover {
	display: block;
	background: #ee5c11;	/* COULEUR DU BOUTON QUAND SOURIS DESSUS */
}

.tabs li a.selected {
	display: block;
	color: #fff;
	background: #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

.tabs li a.selected:hover {
	display: block;
	color: #fff;
	background: #333;
}

.tabcontent {
	display: block;
	border-top: 0;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	
}

.tabcontent a, .tabcontent a strong {
	color: #fff;
	line-height: 1.4em;
}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #eee;
}

.tabcontent ul li {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 17px;
	color: #999;
	line-height: 2.4em;
}

.tabcontent ul li a {
	color: #fff;
	line-height: 1.4em;
}

.tabcontent ul li a:hover {
	color: #eee;
}

.tabcontent ul li span {
	display: block;
	color: #999;
	font-size: 0.9em;
}

#banniere{					
	position:absolute;		/* Dans le margin */
	margin:20px 0 0 45px; 	/* La première valeur correspond à la distance a partir du haut de la page */
					 		/* La seconde valeur correspond à la distance a partir du bord de gauche */
	border:none;
	display:block;			/* Remplacer block par none afin de cacher la bannière de pub */

}

#screen {
	position: relative;
	height: auto;
	width:520px;
	margin:-15px 0 0 5px;
	
}

#screen ul {
	list-style-type: none;
	height:90px;
	padding: 1px 1px 1px 0px;

}

#screen ul li {
	font: bold 24px tahoma;
	color: #FFF;
	margin: 0 0 0 1px;
	float:left;

}

#screen ul li a {
	text-decoration: none;
	padding: 1px 1px;
	color: #d5dde9;	
}

#screen_text {
	margin-left:0px;
	margin-top:-25px;
}
