body {
	margin: 0;
	padding: 0;
	background: #CA436B;
	font-size: 12px;
	text-align: justify;
	font-family: arial;
	color: #000000;
}

a {
	color: #CA436B;
}

a:hover {
	color: #666666;
}

h1 {
	color: #CA436B;
	text-align: left;
}

h2 {
	color: #CA436B;
}

/* Header */
.header {
	width: 950px;
	height: 195px;
	background-color: #000000;
	margin: 0 auto;
}

.header img {
	border: 0;
}

/* Contenu + Sidebars */
/* Bloc global */
.milieu {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

/* Colonne de gauche */
.sidebar-left {
	width: 305px;
	height: 100%;
	background-color: #F9E5B3;
	text-align: center;
	position: absolute;
	left: 0;
}

/* Colonne de droite */
.sidebar-right {
	width: 170px;
	height: 100%;
	background-color: #F9E5B3;
	text-align: center;	
	position: absolute;
	left: 780px;	
	top: 0;
}

/* Contenu global */
.contenu {
	width: 475px;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
	left: 305px;
}

.presentation {
	padding: 5px 15px 25px 15px;
}

.presentation img {
	width: 170px;
	height: 170px;
	border: 3px solid #CA436B;
	float: left;
	margin: 0 15px 0 0;
}

.adscenter {
	text-align:center;
	padding: 0 0 10px 0;
}

.regime {
	border-top: 1px dashed black;
	padding: 5px 15px 25px 15px;	
}

.regime img {
	width: 130px;
	height: 130px;
	border: 3px solid #CA436B;
	float: left;
	margin: 0 15px 0 0;
}

.lire {
	float: right;
	padding: 0 0 15px 0;
}

/* Footer */
.footer {
	width: 950px;
	height: 45px;
	background-color: #000000;
	margin: 0 auto;
	color: #FFFFFF;
}
