/* CSS Document */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #000;
	background-image: url(background.jpg);
}

/* specific divs */
.ensemble {
	position:absolute;
	width:750px;
	height:520px;
	top:50%;
	margin-top:-260px;
	left:50%;
	margin-left:-375px;
}


.cadre {
	width:750px;
	background-color:#000;
}

.image {
	width:750px;
	padding-top:82px;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding-bottom:82px;
}

a:link {
	color: #000;
}

a:visited {
		color: #000;
}

a:hover {
	color: #000;
}

.bold {
	width:750px;
	float: left;
	border:0px;
	margin-top: -10px;
}
