body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform:uppercase;
	font-style:normal;
}
body {
	background-color: #FFFFFF;
}

#container {
	/*width: 440px;*/
	width: 670px;
	margin-left: auto;
    margin-right: auto;
}
#header {
	/*background: url(images/halles_header.jpg) no-repeat;
	height: 316px;
	height:230px;*/
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}
.sub-header{
	font-size: 12px;
}
#footer {
	height: 0px;
	/*width: 440px;*/
	width: 670px;
	float: left;
}
.content {
	margin-bottom: 40px;
	width: 440px;
	float: left;
	margin-left: 115px
}

.sous-titre{
	width: 240px;
	margin-bottom: 10px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}
.sous-titre-date{
	font-weight: normal;
	margin-right: 10px;
}

.champ{
	width: 270px;
	margin-bottom: 10px;
	float:left;
}
.champ-small{
	width: 240px;
	margin-bottom: 10px;
	float:left;
	line-height: 13px;
}

.left{
	width: 150px;
	margin-right: 20px;
	float: left;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;*/
	font-weight:bold;
	font-size:12px;
	/*text-transform:none;*/
}

.right{
	width: 270px;
	float: left;
}


function couleur(obj) {
     obj.style.backgroundColor = "#FFFFFF";
}
.texte-normal{
	text-transform: none;
	font-size:10px;
}

.texte-prix{
	text-transform: none;
	font-size:10px;
	color:#999;
	padding-left: 8px;
}

.texte-sous-titre{
	text-transform: uppercase;
	font-size:10px;
	color:#999;
}

.date {
	margin-right: 10px;
	display:inline;
}
#merci{
	text-align:center;
	background: url(images/merci.gif) no-repeat;
	height: 50px;
	margin-bottom:20px;
}


.nl {
	color: #999;	
}