/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #000000;
}

.titel {
	font-size: 18px;
}

a	{
	text-decoration: underline;
	color: #00FF00;
	font-style: italic;	
}

a:hover	{
	text-decoration: underline overline;
	color: #FF00FF;
	}
	

#posi_camions {
	margin: auto;
	width: 740px;
	position: relative;
	top: 30px;
	left: auto;
	right: auto;
	}

.right {
	text-align: right;
	}

.pix_det {
	margin-top: 20px;
	margin-bottom: 12px;
}





a.nocolor {
    color: #cccccc;
    font-style: normal;
}

a.nocolor:hover	{
	text-decoration: none;
	}