<!--

* { 
	margin: 0; padding: 0;
}

body {
	font-size: 12px;
	color: #575757;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-image: url('images/bg_body.gif');
}

a:link, a:visited, a:active  {
	color: #0099BF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

a:hover{
	color: #FFA009;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
}

ul {
	list-style: inside
}

#container {
	width: 652px;
	padding: 4px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	overflow:hidden;
	z-index:1;
	border:none;
	background-color: #FFFFFF;
}

#inner {
	border: 1px dotted #444444;
	padding: 10px;
	z-index:1;
	overflow:hidden;
	width: 630px;
}

#headerbar {
	width: 630px;
	height: 8px;
	background-image: url('images/01.gif');
	background-repeat: repeat-x;
}

#header {
        float:left;
	width:630px;
	overflow:hidden;
}

#content_left {
        float:left;
	width:195px;
	overflow:hidden;

	background-color: #ECECEB;
}

#lftb1 {
	padding:15px;
	width: 165px; 
	height: 137px;
}

#lftb_img1 {
	width: 56px; 
	height: 80px;
	float:left;
}

#lftb_txt1 {
	top: 0px;
	padding-left:6px;
	padding-top:0px;
	width: 103px; 
	height: 80px;
	float:left;
}

#lftb_txt1 p {
	line-height:10px;
}

#lftb2 {
	width: 195px; 
	height: 55px;
}

#content_right {
        float:left;
	width:375px;
	overflow:hidden;
	padding:15px 30px;
}

#footer {
	clear: both;
	text-align: center;
}

#footer ul {
	background-color: #00ADD7;
	display: block;
	padding: 1px 0;
}

#footer li {
	list-style: none;
	border-right: 1px solid #FFFFFF;
	display: inline;
	line-height: 1em;
}

#footertop {
	width: 630px;
	height: 8px;
	background-image: url('images/footer_top.gif');
	background-repeat: repeat-x;
}

#footer .last {
	border: 0;
}

#footer a {
	font-size: 9px;
	color: #FFFFF1;
	text-decoration: none;
	padding: 0 3px;
}

#footer a:hover {

	text-decoration: underline;
}
#footer p {
	padding: 0;
	font-size: 75%;
}

#footer h2 {
	width: 358px;
	height: 24px;
	float:left;
	overflow:hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 6px 0 0 145px;

}

#footer .designed {
	float: left;
	width: 120px;
	height: 24px;
	background-image: url(images/created_by_didier.gif);
	display: inline;
}


span.c1 {
	font-size: 135%;
	color: #FFA009;
	font-family: arial
}

p.c3 {
	padding-top: 12px;
	color: #575757;
	font-family: arial;
	font-size: 90%
}

p.c5 {
	padding-top: 12px;
	color: #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.c2 {
	color: #575757;
	font-family: arial;
	font-size: 90%
}

-->