#detail {
	width:620px;
	margin-top:10px;
}

#detail #arborescence {
	width:620px;
	margin-left:10px;
	font-size:8pt;
	color:#666;
	text-transform:lowercase;
}

#detail #arborescence a:link, #detail #arborescence a:visited, #detail #arborescence a:active {
	color:#666;
	text-decoration:none;
}

#detail #arborescence a:hover {
	color:#73BD1E;
	text-decoration:none;
}

#fiche {
	width:563px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	background-color:#FFF8DD;
	margin-left:5px;
	float:left;
}

html>body #fiche {
	margin-left:10px;
}

#fiche .fiche {
	width:543px;
	margin:0px auto;
	padding-top:5px;
	display:block;
	height:500px;
	overflow:visible;
}

html>body #fiche .fiche {
	height:auto;
	min-height:500px;
	overflow:auto;
}

#fiche .notShown {
	display:none;
}

/* --- details --- */

#fiche #presentation .image {
	float:left;
	margin:10px;
}

#fiche #presentation #description {
	margin-top:10px;
}

#fiche #presentation #description .justified {
	text-align:justify;
}

#fiche #presentation #description .col_g {
	float:left;
}

#fiche #presentation #description .col_d {
	float:right;
	margin-right:5px;
}

#fiche #presentation .contacter a:link,
#fiche #presentation .contacter a:visited,
#fiche #presentation .contacter a:active {
	color:#004a99;
	text-decoration:none;
	font-weight:bold;
}

#fiche #presentation .contacter a:hover {
	color:#780743;
}


#fiche #presentation .image img {
	width:140px;
	padding:5px;
	border:1px #ccc solid;
	background-color:white;
}


/* ---- galerie photo ---- */

#fiche #galerie {

}

#fiche #galerie .photo {

}

#fiche #galerie .photo .img {
	float:left; 
	margin-right:10px;
}

#fiche #galerie .photo .img center {
	margin-top:5px;
}

#fiche #galerie .photo .img .thumb {
	padding:3px;
	background-color:#FFFFFF;
	border:1px #ccc solid;	
}

#fiche #galerie .texte, #fiche #galerie .texte p {
	font-size:11pt;
}

#fiche #galerie .texte b {
	color:#333;
}

/* ----- gestion de l'évaluation ------ */
#fiche #evaluation p {
	text-align:justify;
}

#fiche #evaluation .vDescription {
	margin-left:15px;
}

#fiche #evaluation .separator {
	border:0px;
	border-top:1px #ccc dashed;
}

#fiche #evaluation .etoile {
	vertical-align:middle;
}

#fiche #evaluation .etoile:hover {
	cursor:pointer;
}


/* ----- gestion des commentaires ----- */ 

#fiche #discussion {

}

#fiche #discussion .commentaire {
	text-align:justify;
	margin-top:3px;
	margin-left:10px;
	margin-right:5px;
	
}

#fiche #discussion #postCommForm {
	text-align:right;
	margin-right:8px;

}

#fiche #discussion #postCommForm textarea {
	width:525px;
	height:100px;
	border:1px #666 solid;
}

#fiche #discussion #postCommForm .submit {
	width:130px;
	height:60px;
	background:none;
	border:0px;
}



/* --- toolbar --- */

#sidebar {
	width:45px;
	margin-left:-2px;
	border:1px red;
	float:right;
	border-left:1px #ccc solid;
}

html>body #sidebar {
}

#sidebar .bouton {
	border-top:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	background-color:#FFF8DD;
	height:38px;
	margin-left:-2px;
	padding-left:4px;
	padding-right:4px;
}

#sidebar .notShown {
	background-color:#FFFEEF;
	border-left:1px #ccc solid;
}

#sidebar .notShown:hover {
	background-color:#FFD7F1;
}

#sidebar .espace_left {
	border-left:1px #ccc solid;
}


.title_red {
	color:#780743;
	font-size:12pt;
}

#mailBox {
	display:none;
}

#mailBox .input {
	width:200px;
	border:1px #999 solid;
}

#mailBox .textarea {
	width:250px;
	height:150px;
	border:1px #999 solid;
}

#mailBox label {
	font-weight:bold;
	color:#444;
}
