/*
 * Fix de jQuery UI et de ses tabs : le padding était
 * trop faible. A voir si cela se reproduit partout
 */
.ui-tabs .ui-tabs-nav li {
	padding: 0.5em;
}
.hide
{
	visibility: hidden;
}
.none
{
	display: none !important;
}

h2#firstul
{
	margin-top: -10px;
}

img.flag2
{
	margin-left: 20px;
	display: inline-block;
}

	ul.liste-presse li{
		list-style:none;
		width:100%;
	}

	ul.liste-presse li a{
		font-weight:normal;
		float:left;
		width:500px;
		font-size: 12px;
	}

	ul.liste-presse li span{
		padding:5px 0 5px 10px;
		font-size: 12px;
	}
	ul#liste-logos li{
		list-style:none;
		padding:0 10px 5px 0;
		display:block;
		float:left;

	}
	ul#liste-logos li a{
		font-weight:bold;
		float:left;
		padding:5px;
		width:150px;
		text-decoration:none;
		color: #FFF:
		font-size: 12px;
	}

	ul#liste-logos li a img{
		clear:left;
	}

	ul#liste-logos li a span, ul.liste-screenshots li a span
	{
		padding:3px 0 0px 0;
		font-size:12px;
		clear:left;
		width:150px;
		font-weight:normal;
		text-align:center;
		display:block;
	}
	ul#liste-logos li a:hover span, ul.liste-screenshots li a:hover span
	{
		text-decoration: underline;
	}

	ul.liste-screenshots li{
		list-style:none;
		padding:0 10px 5px 0;
		display:block;
		float:left;
	}
	ul.liste-screenshots li a{
		font-weight:bold;
		float:left;
		padding:5px;
		width:150px;
		text-decoration:none;
	}

	ul.liste-screenshots li a img{
		clear:left;
	}

	ul.liste-screenshots li a span{
		padding:3px 0 0px 0;
		clear:left;
		width:150px;
		font-weight:normal;
		text-align:center;
		display:block;
		font-size: 12px;
	}

