*
{
	margin-top: 10px;	
	padding: 0;
}

html, body
{
	height: 100%;
	margin-left: 5px;
}

#All
{
	overflow: visible;
	height: 100%;
	width: 600px;
}

#content
{
	margin-right: 10px;
}

#content ul
{
	margin-top: 10px;
}

#content ul li
{
	clear: both;
	display: block;
	margin: 0 20px 5px 10px;
	list-style-type: none;
}

#Selection,
#SelectionSource,
#SelectionPays
{
	width: 45%;
	float: left;
	background: url(i/sep.gif) 0 33px repeat-x;
	margin-right: 5%;	
}

#SelectionSource,
#SelectionPays
{
	left: 0px;
	top: 0px;
}

#SelectionBis
{
	width: 95%;
	float: left;
	background: url(i/sep.gif) 0 33px repeat-x;
	margin-right: 5%;
	clear: both;
}

#AutreSelection
{
	width: 45%;
	float: left;
	text-align: center;
	margin-top: 50px;
	margin-right: 5%;
}

#content h1,
#Selection h1,
#SelectionBis h1,
#SelectionSource h1,
#SelectionPays h1
{
	font-weight: bold;
	font-size: 14px;
}

#content h2
{
	font-size: 12px;
}

#content h3
{
	font-size: 10px;
}

#Choix
{
	margin: 5px 0 0 0;
	text-align: left;
	clear: both;
}

#Choix label,
#SelectionBis label
{
	display: block;
	float: left;	
	clear: both;
	margin-top: 4px;
}

#Choix select,
#SelectionBis select
{
	clear: both;	
}

#AutreChoix
{
	float: left;
	margin: 5px 0 0 0;
	text-align: left;
}

#Resultat h1
{
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
}

/* TABLE */
#Resultat table
{
	border: solid 1px #ddd;
	border-collapse: separate;
	border-spacing: 1px;	
}

/* HEAD */
#Resultat thead th
{
	padding: 4px 8px;
	background: #1F6323 url(i/sidebar.jpg) no-repeat 0 -100px;
}

/* BODY */

#Resultat th
{
	text-align: right;
	font: normal normal 12px 'Tw Cen MT', 'Centuty Gothic', Verdana, Tahoma, sans-serif;
	padding: 3px;
	background: #D7EFAB;
	font-weight: bold;
}

#Resultat td
{
	font: normal normal 12px 'Tw Cen MT', 'Centuty Gothic', Verdana, Tahoma, sans-serif;
	text-align: right;
	padding: 3px;
}

#Resultat tr.alt th
{
	background: #DFEFCD;
}

#Resultat tr td
{
	background: #D7EFAB;
}

#Resultat tr.alt td
{
	background: #DFEFCD;	
}

/* FOOT */
#Resultat tfoot th, #Resultat tfoot td
{
	background: #1F6323 url(i/sidebar.jpg) no-repeat;
	font-weight: bold;
}

/* FIN TABLE */

#alert
{
	font-weight: bold;
	color: Red;
}