
body {
	background: #333B5C;
	font: 12px "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}


/* structure */
.container {
	background: #333B5C;
	margin: 0 auto;
	width:760px;
}

.header {
	background: #333B5C;
	height: 335px;
}



/* content */
.content {
	background: url(images/bgcouleur.jpg) repeat-x;
	font-size: 12px;
	height: 0 auto;
}

/* content item */

.item .metadata {
	float: right;
}
.item .image {
	float: center;
	padding: 8px;
}

.item .text {
	background: url(images/bgcouleur.jpg) repeat-x;	
	color: #ffffff;
	font-size: 12px;
	float: left;
	padding: 30px;
	width: 400px;
}

.item .text2 {
	background: url(images/bgcouleur.jpg) repeat-x;	
	color: #ffffff;
	font-size: 12px;
	float: left;
	padding: 30px;
	width: 700px;
}


