.imgGroupSizer{
	padding:0px;
	margin:0px;
	width:100%;
	height:0px;
}
.imgGroupContainer{
	margin:0px;
	padding:0px;
	width:100%;
	position: relative;
	overflow: hidden;
}
.imgGroupItem{
	position:absolute;
	transition: left 0.2s, top 0.2s, width 0.2s, height 0.2s linear;
	-moz-transition: left 0.2s, top 0.2s, width 0.2s, height 0.2s linear;
	-webkit-transition: left 0.2s, top 0.2s, width 0.2s, height 0.2s linear;
	-o-transition: left 0.2s, top 0.2s, width 0.2s, height 0.2s linear;
}
.imgGroupItemName{
	//border: 1px solid green;
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
	text-shadow: 0px 1px 4px #353535;
}
.imgGroupItem img{
	width:100%;
	height:100%;
	display:block;
}
hr {
  height: 1px;
  padding: 0;
  color: #0000DC;
  background-color: #0000DC;
  border: 0;
  width:100%;
  margin:30px 0px 20px 0px;
}
/*
.new_document_table tr td{
	padding: 20px 30px 20px 10px;
	width:50%;
}
*/
.new_document_table{
  display: table;
  width: 100%;  
}
.new_document_table .row{
  display: table-row;
}
.new_document_table .col {
  display: table-cell;
  padding: 20px 30px 20px 30px;
}
.new_document_table .col span{
  overflow-wrap: anywhere;
}

.new_dossier{
	margin-top:80px;
	margin-bottom:20px;
}

.artname_pic_size{
	font-size: 15pt;
}

.section{
	margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
	align-items: baseline;
}
.section .titre{
	text-decoration: underline;
	padding-right: 15px;
}
.section .texte{
}

@media screen and (max-device-aspect-ratio: 1/1) {
	.artname_pic_size{
		font-size: 22pt;
	}
}
