
#demo{
	width: 600px;
	border: 1px solid #CD2C61;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding: 0;
}

#demo a {
	color: #000000;
	font-weight: normal;
}

#demo a:hover {
	font-weight: normal;
}

#conteneur-demo {
	width: 520px;
	margin: 0 auto;
}

#h1-demo {
	background-color: #C9C8C6;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 0px 20px;
	margin: 30px 0px 0px 0px;
}

#centre-demo {
	background-color: #E6E8EA;
	margin: 0px;
	padding: 0px 25px 0px 25px;
	text-align: justify;
	border-right: 1px solid #C9C8C6;
	border-left: 1px solid #C9C8C6;
}

#centre-demo .imagepetite {
	margin-bottom: 5px;
	margin-top: 15px;
	width:230px;
	border:0;
}

#duree-demo {
	background-color: #C9C8C6;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px 0px 25px;
	height: 20px;
}


#bas-demo  {
	background-color: #C9C8C6;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0px 0px 20px;
	margin: 0px !important;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/*##########################################*/
/*          LISTE DES CATEGORIES            */
/*##########################################*/

#categories-demo {
	width: 500px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	font-size: 13px;
}

#categories-demo a {
	text-decoration: none;
}

#categories-demo a:hover {
	text-decoration: underline;
}

/*##########################################*/
/*             LISTE DES PAGES              */
/*##########################################*/

#pages-demo {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
}

#pages-demo a {
	text-decoration: none;
}

#pages-demo a:hover {
	text-decoration: none;
}

/*##########################################*/
/*       PAGE SUIVANTE / PRECEDENTE         */
/*##########################################*/

#pageprecsuiv-demo {
	margin: 20px 0px 40px 0px;
	font-size: 13px;
	font-weight: bold;
}

#pageprecsuiv-demo a {
	text-decoration: none;
	font-weight: bold;
}

#pageprecsuiv-demo a:hover {
	text-decoration: none;
	font-weight: bold;
}