#blogue {
 font-size: 11px;
 line-height: 1.5em;
}

#connexion {
 padding: 0 8px;
}

#connexion input[type="text"] {
  width: 200px;
  padding: 0;
  margin: 0;
}

#connexion input[type="password"] {
  width: 200px;
}

#connexion input[type="submit"] {
  margin: 12px 0;
}

#connexion input[type="checkbox"] {
  margin: 12px 0;
}

textarea {
 height: 400px;
}

textarea.url {
 height: 100px;
}


#overview img {
 float: left;
 margin-right: 10px;
 padding: 3px;
 border: 1px solid grey;
}

#overview h2 {
 border-top: none;
 margin: 0;
 padding: 0;
 font-size: 16px;
}

#blogue h3 {
 margin-bottom: -8px;
 padding: 0;
}

#blogue p strong {
 font-size: 12px;
}

#blogue p {
 margin: 0;
 margin-bottom: 6px;
}

#overview p {
 margin: 0;
 padding: 0;
}

div.document_overview {
 width: 450px;
 margin: 10px 0;
 border-bottom: 1px solid grey;
 border-top: 1px solid black;
 padding: 5px;
 background-color: #f1f1f1;
}

div.document_overview p.date {
 float: left;
 width: 100px;
}

div.document_overview div.name {
 float: left;
 width: 225px;
}

div.document_overview p.type_size {
 float: left;
 width: 125px;
 text-align: right;
}


div.bloc_liste {
 padding: 5px;
 border-top: 1px solid grey;
 border-bottom: 1px solid #e0e0e0;
 margin-bottom: 10px;
 min-height: 18px;
}

div.impair {
 background-color: #eef1f4;
}

div.bloc_liste h3 {
 float: left;
}

div.bloc_liste p.regions {
 float: right;
 text-align: left;
 width: 200px;
 line-height: 20px;

}

div.bloc_liste p.subjects {
 clear: both;
 line-height: 14px;
}



.selectDate {
  width: 100px;
  display: inline;
  padding: 0;
  margin: 0;
}



form.search {

 background: #f1f1f1;
 padding: 5px 15px;
}

form.search fieldset {
 border: 1px solid grey;
 padding: 10px;
 margin-top: 10px;
}

form.search legend {
 background-color: #f1f1f1;
 padding: 3px;
 font-weight: bold;
 text-transform: uppercase;
}




form.search select {
 margin-bottom: 14px;
}


.specs {
 background-color: #f1f1f1;
 padding: 10px;
 margin-bottom: 20px;
}

#demo-browse {
 text-transform: uppercase;
 font-weight: bold;
 margin-bottom: 10px;
}



#blogue ul {
  margin: 0;
}

#contenu li {
  margin: 0;
}


div.autocomplete {
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
  font: 10px/14px Verdana, sans-serif;
}
	
div.autocomplete > ul {
  list-style:none!important;
  list-style-image:none!important;
  margin: 0px;
  padding: 0px;
  font: 10px/12px Verdana, sans-serif;
}

div.autocomplete > ul > li.selected {
  background-color: #B9DAF0;
  font: 10px/14px Verdana, sans-serif;
  margin:0px;
  padding:2px;
}

div.autocomplete > ul > li {
  font: 10px/14px Verdana, sans-serif;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}


#add-field  {
 cursor: pointer;
 margin-bottom: 10px;
}

#add-field img {
 float: left;
 margin-right: 3px;
}

#add-field span {
  margin-top: 2px;
  font-size: 11px;
  font-weight: bold;
}

span.petit {
 font-size: 10px;
}



/* @group fancy */
#demo-status {

}

#demo-status p.choisir {
  margin-bottom: 8px;
}
 
#demo-status .progress {
	background:				white url(/images/upload/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
 
#demo-status .progress-text {
	font-size:				0.9em;
	font-weight:			bold;
}
 
#demo-list {
	list-style:				none;
	width:					450px;
	margin:					0;
}
 
#demo-list li.file {
	border-bottom:			1px solid #eee;
	background:				url(/images/file.png) no-repeat 4px 4px;
}

#demo-list li.file.file-uploading {
	background-image:		url(/images/uploading.png);
	background-color:		#D9DDE9;
}

#demo-list li.file.file-success {
	background-image:		url(/images/success.png);
}

#demo-list li.file.file-failed {
	background-image:		url(/images/failed.png);
}
 
#demo-list li.file .file-name {
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}

#demo-list li.file .file-size {
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}

#demo-list li.file .file-info {
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}

#demo-list li.file .file-remove {
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}


.commandite {
 margin-top: 100px;
}

/* @end */

