/***
 *	CSS for MyTransfer.org
 *	Rewritten by Didier Ciochetto
 */


body
{
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 140px 0 30px;
}

p
{
	margin: 5px;
	padding: 5px;
}

a, a:link
{
	color: #002300;
}
a:visited
{

}
a:active
{

}
a:hover
{
	color: #cc3333;
}


a img
{
	border: none;
}


div.top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #18294D url('circuit.jpg') no-repeat right top;
	padding-bottom: 2px;
}

div.bottom
{
	position: fixed;
	_position: static;
	_margin-top: 100px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #18294D;
	padding-bottom: 10px;
}

div.top p.lang
{
	position:absolute;
	left:5px;
	top: 85px;
}

div.top div.nav
{
	width:100%;
	background: url('fond-nav.png') repeat-x;
}

div.top table td
{
	text-align: center;
	font-weight: bold;
	color: white;
	width: 108px;
	height: 37px;
	background: url(onglet.jpg) no-repeat center;
}
div.top table td.active
{
	background: url(onglet_over.jpg) no-repeat;
	font-weight: normal;
}

div.top table td a
{
	text-decoration: none;
	color: #FFFFFF;
}
div.top table td a:hover
{
	text-decoration : underline;  
	color: #FFFFFF;
}


div.bottom table td
{
	text-align: center;
	font-weight: bold;
	color: white;
}


table.accueil
{
	height: 50px !important;
	border: none;
}
table.accueil tr td, table.accueil tr td img, table.accueil, table.accueil tr
{
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}


table.login
{
	margin-left: 5px;
	border:1px solid #18294D;
	font-weight: normal;
}
table.login td
{
	text-align: left;
}


ul.g
{
	display: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}



