body{
	font-family:"Monaco",Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
}
.diashow{
	float:left;
	width:175px;
	min-height:165px;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	border: solid 1px #000000;
}

.diashow_new{
	float:left;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	border: solid 1px #000000;
}
.diashow_new img{
	margin-bottom:0px;
	}


.titre{
	float:left;
}
.link{
	font-family:"Monaco",Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	font-weight:normal;
	float:left;
	margin-top:9px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
img{
	margin-bottom:10px;
}
.glob{
	padding:10px;
	border-bottom: dotted 1px #000000;
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	}
	
textarea{
	font-family:"Monaco",Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	
/***************************************************************/

#wrapper {
	margin: 20px auto;
	width: 90%;
}

fieldset {
	border: 0;
}
/*
form {
	border-top: 1px #545a74 solid;
	border-bottom: 1px #545a74 solid;
	background: #e2e5f3;
	margin: 20px 0;
	padding: 10px;
}
*/
fieldset legend {
	color: #666;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 20px;
}
/*
.formRow {
	overflow: auto;
	border-bottom: 1px #bcbcbc solid;
	padding: 5px 0;
	max-width: 100%;
}
*/
.formRow label {
	padding: 4px;
	margin: 0 3px 0 0;
	border-right: 1px #bcbcbc solid;
}


/* Drag & Drop file uploading */

.droppable {
	border: #ffffff 1px solid;
	border-radius: 3px;
	background: #E5DAC4;
	color: white;
	padding: 20px;
	margin: 10px;
	clear: both;
	text-align: center;
}

.droppable.hover {
	background:#A49A87;
}

.uploadList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uploadItem {
	overflow: hidden;
	border-bottom: #BCBCBC 1px solid;
	margin: 0 3px;
	padding: 3px;
	
	display:none;
}

.uploadItem span {
	overflow: hidden;
	width: 150px;
	float: left;
	display: block;
}

a.addInputRow,
a.delInputRow,
.uploadItem a {
	display: inline-block;
	background: url(../../gfx/add.png) no-repeat;
	height: 16px;
	width: 16px;
	text-indent: -999px;
}

.uploadItem a {
	float: left;
	display: block;
	padding-left: 20px;
	background-image: url(../../gfx/delete.png);
}

a.delInputRow {
	background-image: url(../../gfx/delete.png);
}

.progress {
	margin: 5px 0;
	height: 15px;
	border-radius: 3px;
	background: #545A74;
}