/* Mise en forme de la galerie proprement dite */
ul.thumbs li {
	list-style: 		none;
	float: 				left;
	display: 			block;
	list-style-image: 	none !important;
	margin:				0px 5px 5px 5px !important;
}
ul.thumbs {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
ul.thumbs li img {
	border:				none;
	margin:				0 !important;
}
ul.thumbs li a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
ul.thumbs li p {
	overflow:			hidden;
}
.thumbs .clearboth { 
	clear: 				both; 
}
.childscontainer {
	margin-bottom:		20px;
	float:				left;
}
.thumbscontainer {
	margin:0;
	padding:0;
	margin-bottom:		20px;
	text-align:center;
}
.pagenumbers {
	margin-bottom:		20px;
}
.picturecontainer {
	text-align:			center;
	margin:0;
}
.picturecontainer .title {
	font-weight:		bold;
	margin-top:			20px;
}
.picturecontainer .picture img {
	border:				none;
	margin:				0 !important;
}
.picturecontainer .picture a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
.managecontainer {
    float: 				left;
}
.managecontainer textarea {
	width:				395px;
}
.managecontainer hr {
	width:				400px;
	text-align: 		left;
	margin: 			20px auto 20px 0;
}
.pictureform .managepicture {
	float:				left;
	clear:				left;
}
.pictureform .shortfields {
	margin-left: 		20px;
	float:				left;
}
.pictureform .clearboth {
	clear:				both;
}
.uploadcounter {
	width: 				20px;
	margin-bottom: 		10px;
	float:				left;
	clear:				left;
}
.uploadfile {
	margin-bottom: 		10px;
	float:          	none;
}
.uploadfile input {
	width:				385px;	
}
.uploadform {
	margin-top:			20px;
	margin-bottom:		-10px;
   	clear: 				both;
}
.uploadform .clearboth {
	clear:				both;
}
.slideshowwrapper {
	text-align:			center;
}
.deleteform {
	float:				left;
}
.synchform {
	float:				left;
}

/* Element généraux de mise en page des pages de réalisations */

.thumbnail {text-align:center;margin-top:5px;}

img {margin:0;}

td {
	padding:0;
	vertical-align:top;	
	}
	

.fond_gris_clair {
	background-color:#cccccc;
	padding-bottom:0;
}

div.fond_gris_moyen {
	background-color:#999999;
	padding:0.5em;
}

div.fond_gris_sombre {
	color:#ffffff;
	background-color:#666666;
	margin:0;
	}
	
div.fond_bleu_sombre {
	color:#ffffff;
	background-color:#0033ff;
	padding:0.2em;	
}

div.fond_bleu_moyen {
	background-color:#6699ff;
	padding:0.5em;
}


a {
	text-decoration:none;
	color:#0033ff;
}

.sans_bord {border:none;}

.bord_invisible {
	border-color:transparent;
}

/* tableau de description de la réalisation */
.descriptif {
	background-color:#6699ff;
}

.descriptif div {
	border-bottom:1px white dotted;
	padding:0.2em;
}

.blanc {color:#ffffff;}
.gris_clair {color:#cccccc;}
.gris_sombre {color:#666666;}

/* mise en évidence vignette autre reference survolée */

.reference_survolee {
	height:150px;
	background-color:#fceeb4;
	border-style:dotted;
	border-width:1px;
	border-color:#ffcc33;
}

.reference_survolee img {
	border-style:solid;
	border-color:#ffcc33;
}
