.gallery{
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0.5em 0.5em 0.5em 3.0em;
	border: 1px solid #d8ebf0;
	width: 550px;
}
.gallery a{
	color: #007096;
}
.properties{
	margin-left: 15.0em;/* Dépend de la taille des thumbnails*/
}

/*-  Album   -*/

.album{
	margin: 0.5em 0.3em 0.3em 0.3em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d8ebf0;

	/*float: left;*/ /*Seulement si on palce les différents albums en ligne*/
}
.album_thum{
	float: left;
}
.album_title{
	font-weight: bold;
	width: 13em;
	margin-left: 160px;
}

.album_img{
	width: 13em;
	text-align: center;
}
.album_edit{
	width: 13em;
	text-align: center;
}

.pager{

}

.photo_dt{
	display: inline;
	float: left;
	margin:0.5em 0.5em 0.5em 0.5em;
	padding:0 0 0 0;
	width: 145px; /*Taille de l'image la plus grande*/
	height: 200px;/*Taille de l'image la plus grande*/

}
.photo_dt dd{
	padding:0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}
.photo_dt dt{
	height: 1.8em;/*Dépend de la taille de l'image la plus grande*/
	min-height: 1.8em;/* Dépend de la taille de l'image la plus grande*/
	text-align: center;
}
.photo_dt dt a {
	color: #007096;
	text-decoration: none;
	font-weight: bold; 
}
.img_insert_ver{
	display: inline;
	float: left;
   visibility: hidden;

}
.img_insert_hor{
	clear: both;
	 visibility: hidden;
}
.img_insert_after{ 
    display: inline;
    float: right;
}


/* -     Form     - */

.form_left{
	width: 5em;
	float: left;
	padding : 0.3em 0 0.3em 0 ;
	font-weight: bold;
	text-align: right;
}
.form_right{
	margin-left: 5.2em;
	
}
.back_input{
	background-image: url(/images/img_trad/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d8ebf0;
	border-top: 1px solid #007096;
	border-left: 1px solid #007096;
	border-right: 2px solid #007096;
	border-bottom: 2px solid #007096;
	margin : 0.3em 0.3em 0.3em 0.3em ;
	height: 1.6em;
}
fieldset{
	margin: 0.3em 0.3em 0.3em 0.3em ;
	padding: 0.3em 0.3em 0.3em 0.3em ;
	border: 1px solid #007096;
	font-size: 1.0em;

}

legend{
	font-weight: bold;
	color: #007096;
	margin-bottom : 0.3em;
}

input{
	border : 1px solid #007096;
	margin : 0.3em 0 0.3em 0 ;
}
form{
	clear: both;
	margin-top: 1.5em;
}

.propertyTitle { 
        cursor: pointer;
        cursor: hand;
}
.property{
	font-style: italic;
	color: #007096;
	text-align: center;
}
.propertyMultiline { 
      /*white-space: pre;*/
		font-style: italic;
		color: #007096;
		text-align: center;
}

.inlineEditBox { 
  white-space: normal;
}

fieldset .propertyMultiline{
	text-align: left;
}
fieldset .property{
	text-align: left;
}
/*-       prev - next          -*/
.prev_next{
	width: 100%;
	clear: both;
	height: 1.8em;
}
.prev_next a{
	color: #007096;
	text-decoration: none;
}
.prev{
   width: 5.8em;
	float: left;
}
.next{
	float: right;
}
.top{
	float: left;
	
	background-image: url(/images/top_fleche.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 0.8em;
}

/*-      Details img      -*/

.details_img{
	text-align: center;
}
.details_tit{
	margin-top: 0.3em;
	}
fieldset .details_tit{
	text-align: left;
}

.new_modele_name{
	width: 100px;
	margin-top: 5px;
	margin-bottom: 0;
}

/*.photo_gallery{
	margin-top: 5px;
	margin-bottom: 5px;
}

.photo_gallery dl dd{
	margin-left:0;
	padding: 0 0 0 0;
	clear: both;
        height: 120px;
        width: 120px;
}
.photo_gallery dl dt{
	padding: 0 0 0 0;
	float: left;
	margin-bottom: 1px;
}
.photo_gallery dl dt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007096;
	text-decoration: none;
}
.photo_gallery dl dt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f47920;
	text-decoration: none;
}*/

.clear {
clear: both;
}

.selectedImage { 
/*        border: 1px dotted #f47920; */
        border: 1px solid red;
		 
}

.cutImage { 
        border: 1px solid yellow;
			
}

.pasteThumbBefore { 
        border-left: 5px solid black;
}

.pasteThumbAfter { 
        border-right: 5px solid black;
}

.actionStatus { 
  display: none;
  font-weight: bold;
}

/*-     Selection statut       -*/
#selection_status{
		font-style: italic;
  height: 1.5em;
  display: none;
}

#clipboard_status{
		font-style: italic;
  height: 1.5em;
  display: none;
}


#actionSelect{
	font-weight: bold;
}
#actionOperation{
	color: #007096;
	font-weight: bold;
}
#actionPaste{
	color: #f47920;
	font-weight: bold;
}

#miniPrototype { 
  display: none;
}
.album_prop{
	margin-left:160px;
}
.hidden{
	visibility: hidden;
}
