body {
	height:100%;
	color:  #333;
	font-family: "Trebuchet MS",  Arial, sans-serif;
	font-size:  87%;
	margin: 0;
}
h1 {
	font-size: 1.6em;
}
a {
	color: #E11B22;
	font-weight:bold;
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration:none;
}
strong {
	font-weight: bold;
}
label {
	display: block;
	font-weight: bold;
	color: #666;
}

#center ul li span.picture{
margin: 0; padding: 0;
float: left;
}


/* Main block */
#page {
width: 970px;
margin-left: auto;
margin-right: auto;
}
#header {
position: relative;
}
#header #logo a{
display: block;

margin-bottom: 25px;
margin-left: 35px;
}
#header #important {
display: none;
}
#content {
padding-top: 20px;
}

#header h1 {
width:970px;
height: 100px;
background: url(/images/baseline.png);
text-indent: -999em;
margin-bottom: 5px;
}

#center {
height: 400px;
width: 970px;
background: url(/images/center.png);
position: relative;
margin-top: 10px;
}
#center .methode {
width: 250px;
position: absolute;
top: 84px;
left: 50px;
}
#center #internet {
}
#center #virement {
left: 340px;
width: 275px;
}

#center #sms {
left: 655px;
}
#center ul{
list-style: none;
}
#center ul li{
background: #ddd;
padding: 5px;
margin-bottom: 5px;
-moz-border-radius: 5px;
}
#center ul li span{
display: block;
}
#center #virement ul li span.name{
display: none !important;
margin: 0; padding: 0;
height: 0;
font-size: 0;
zoom: 0;
}
#center #internet ul li span.name{
border: 0;
}
#center ul li span.compte{
font-size: 1.6em;
margin-top: 5px;
margin-bottom: 3px;
}
#center ul li a{
font-size: 1.3em;

}
#center ul li span.communication{
font-size: .9em;
}
#center ul li span.compte .small{
font-size: .6em;
}
#center ul li span.name#haitilavi{
}
#footer {
font-size: .8em;
color: #666;
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px solid #ddd;
padding-top: 5px;
}
#deduction {
padding: 30px;
padding-left: 35px;
}

#deduction h2{
width: 270px;
height: 40px;
background: url(/images/deduction-title.png);
text-indent: -9999em;
}
#footer {
margin-left: 35px;
margin-right: 30px;
}
#footer a{
color: #666;
}

/* Usefull */
.clearer {
	clear:both;
}
.inline {
	display: inline !important;
}
.block {
	display: block !important;
}
