/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #9556C9;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*0094d6*/
body {
	background: #E4E4E4 url('img/bg.gif') repeat-x;
	color: #333333;
	margin: 0;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:0.7em;
	font-family: "Trebuchet MS",Arial,Verdana;
}
input {
	color: #555;
	font-size: 1.2em ;
	font-family: "Trebuchet MS",Arial,Verdana;
	border:solid 1px #E4E4E4;
	text-indent:2px;
}
input.miss {
	background-color:#FF5555;
}
input.bouton {
	text-indent:0px;
}
p, cite, code, ul {
/*	font-size: 0.7em;*/
	padding-bottom: 1.2em;
	
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1, h2, h3 {
	color: #A8B700;
	padding-top: 6px;
}
/* misc 582381*/
.clearer {
	clear: both;
}

/* title */
.title {	
	color: #FFFFFF;
	float: left;
	padding: 28px 0 0 76px;
}
.title h1 {
	color: #FFFFFF;
	font: normal 2em "Trebuchet MS",Arial,Verdana;
}

.title h1 a {
	color: #FFFFFF;
text-decoration:none;
}

/* structure */
.container {
	background: url('img/topleft.gif') no-repeat;
}

.header {
	height: 92px;
}

/* main */
.main {
	background: #E4E4E4 url('img/bgmain.gif') no-repeat;
	clear: both;
	padding-left:52px;
	padding-right:12px;
	padding-top:12px;	
	padding-bottom:0;
}
.velodi{
	background-color: #E4E4E4;
}


/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
img {
	border:0;
	vertical-align:middle;
}

.coinhtg {
	height: 16px;
	width: 13px;
	background-image: url('img/coin_htg.gif');
	background-repeat: no-repeat;
}
.coinhtd {
	height: 16px;
	width: 20px;
	background-image: url('img/coin_htd2.gif');
	background-repeat: no-repeat;
}
.coinbg {
	height: 20px;
	width: 13px;
	background-image: url('img/coin_bg.gif');
	background-repeat: no-repeat;
}
.coinbd {
	height: 20px;
	width: 13px;
	background-image: url('img/coin_bd.gif');
	background-repeat: no-repeat;
}
.bgright2 {
	height: 13px;
	width: 20px;
	background-image: url('img/bgright2.gif');
	background-repeat: repeat-y;
}
.degbas {
	height: 20px;
	background-image: url('img/deg_bas.gif');
	background-repeat: repeat-x;
}
