* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background-image: url(img/fond.png);
	background-position: center top;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E2017B;
	font-size: 11px;
}
#conteneur {
	height: auto !important;
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	border-left: 3px solid #424242;
	border-right: 3px solid #424242;
	left: 1px;
}
#conteneur_mb {
	height: auto !important;
	min-height:100%;
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 1px;
}


#haut {
	width:971px;
	height:105px;
	background-image:url(img/carde_mb_header.png);
	background-repeat:no-repeat;
}

h1 {
	font-family:comic sans ms;
	font-size: 50px;
	font-weight:bold;
	color: #f663ed;
	padding: 0 0 10px 6px;
	text-decoration: underline;
}
#title {
	font-family: verdana, arial, sans-serif ;
	font-size:14px;
	color:#424242;
	padding: 0 0 0 6px;
}
h2 {
	font-family:comic sans ms;
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 2em ;
	color: #424242 ;
}

p{
	font-family: verdana, arial, sans-serif ;
	padding-left:25px;
	padding: 0 240px 0 25px;
	font-size: 1em;
	color: black;
}

#img {
display: block;
margin: 0 auto;
height: 541px; /* spécifiez la hauteur de l'image, une bonne attitude à prendre */
width: 961px; /* spécifiez la largeur de l'image, une bonne habitude à prendre */ 
}

#img2{
display : inligne;
height: 269px; /* spécifiez la hauteur de l'image, une bonne attitude à prendre */
width: 971px; /* spécifiez la largeur de l'image, une bonne habitude à prendre */ 
}

.thumb1{
display : inligne;
margin-left:6px;
height:267;
width:475;
}

.thumb2{
display : inligne;
margin-left:8px;
height:267;
width:475;
}

#milieu {
	width:971px;
	background-image:url(img/carde_mb_centre.png);
	background-repeat:repeat-y;
}

#bouton {
	width:971px;
	height:89px;
	position: relative;
	display: block;
	background-image:url(img/carde_mb_bouton.png);
	background-repeat:repeat-y;
}

#bas {
	width:971px;
	height:29px;
	background-image:url(img/carde_mb_footer.png);
	background-repeat:no-repeat;
}


/*Pagination*/
div.pagination {
	text-align:center;
	padding: 7px;
	margin: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13.2pt;
	font-weight:bold;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid #be96bc;
	text-decoration: none; /* no underline */
	color: #fa84d7;
	background-color:#424242; /* fond */
}
div.pagination a:hover, div.pagination a:active {
	border: 2px solid #101010;
	background-color:#fa84d7;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid #fff;
	font-weight: bold;
	color: #000;
	}
div.pagination span.disabled {display:none;}
	background-color: #f181bd;