html ,body { 
	width: 100%; 
	overflow: auto;
	height: 100%;
}

body { 	
	color: #666666; 
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0; 
	background-color: #ffffff
}

#contenu {
	height: 100%;
	margin-left: 270px;
	overflow: auto;
}

#menu {
	position: absolute;
	text-align:justify;
	left:0;
	width: 230px;
	padding-left: 20px; 
	height: 100%;
}

img{
	border:none
}

#paging{ 
	padding-left: 20px; 
	width: 600px; 
	padding-top: 20px;
	text-align:center
}

.conteneur {
	padding-left: 20px; 
	width: 600px; 
	padding-top: 20px; 
	border-bottom: #999999 1px dotted; 
	height: 170px
}

.desc {
	float: right; 
	width: 300px; 
	height: 155px
}

.texte {
	color: #333333; 
}

.texterose {
	color: #ff009c;
}

.titre {
	font-weight: bold; 
	color: #ff009c; 
}

.image {
	width: 280px; 
	height: 155px
}

table.detail {
	padding: 0px;
	margin: 0px; 
	width: auto; 
	border-collapse: collapse
}

table.detail caption {
	padding: 3px;
	font-weight: bold; 
	color: #666666;
	text-align: left
}

td.cellleft {
	paddingt: 3px;
	font-weight: bold; 
	width: 80px; 
	color: #ff009c; 
	text-align: left
}

td.cellright {
	border-width: 0px; 
	paddingt: 3px; 
	display: block;
	width: 200px; 
	text-align: left;
}

a {
	font-size: 12px; 
	color: #ff009c
}

a:link {
	text-decoration: none
}

a:visited {
	color: #ff009c; 
	text-decoration: none
}
a:hover {
	color: #666666; 
	text-decoration: underline
}

a:active {
	color: #666666; 
	text-decoration: none
}
