.contenu-principal {
	font-family: sans-serif;
	font-size: 13px;
}

.site-main {
	padding-top: 30px;
	padding-bottom: 30px;
}

table.catalogue_expo {
	border: 1px solid #FBD850;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
}

tr.catalogue_expo > td {
	border-top: 1px solid #FBD850;
	padding: 6px;
}

tr.addr_expo > td {
	padding: 6px;
}

td.error {
	background-color: red;
}

tr {
	text-align: left;
}

p.error {
	color: red;
}

.article_header {
	color: #EB8F00;
}

table.assoc_table {
	border: 1px solid #FBD850;
	border-collapse: collapse;
}

td.assoc_table, th.assoc_table {
	border-left: 1px solid #FBD850;
	padding: 6px;
	text-align: center;
}

li.ui-state-default {
	text-align: left;
}

#associate {
	overflow: hidden;
}

.multiselect {
    height: 600px;
    width: 650px;
}

#personne {
	width: 325px;
	font-size: 11px;
	color: #1C94C4;
	font-weight: bold;
	padding-left: 10px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.validateTips {
	color: red;
}

.sub_block {
    margin-left: 40px;
}

table.datas {
	border: medium solid blue;
	border-collapse: collapse;
}

th.datas {
	border: thin solid blue;
}

td.datas {
	border: thin solid blue;
}

li.index {
	display: block;
}

img.index {
	width: 64px;
}

#info_grp0_create {
	border:1px solid black;
	background-color: #fff496;
	border-radius: 15px;
}

#info_grp0_select {
	border:1px solid black;
	background-color: #fff496;
	border-radius: 15px;
}

#info_grp1 {
	border:1px solid black;
	background-color: #729fcf;
	border-radius: 15px;
}

#info_grp2 {
	border:1px solid black;
	background-color: #8ae234;
	border-radius: 15px;
}
#info_grp3 {
	border:1px solid black;
	border-radius: 15px;
}

#nb_artworks {
	font-weight: bold;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    padding: 0.4em 1em;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#all_expo_ok_frame {
	background-color: orange;
}

#result_error {
	color: red;
	font-weight: bold;
}

.result_red {
	color: red;
	font-weight: bold;
}

#checked_data {
	max-height: 400px;
	overflow: auto;
}

.grey {
	color: grey;
}

.page_title {
	display: block;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

.page_subtitle {
	display: block;
	text-align: center;
	font-size: 150%;
}

.page_h1 {
	font-size: 130%;
	font-weight: bold;
}

.exhibition_group_title {
	font-weight: bold;
	font-size: 150%;
	padding-top: 15px;
}

.exhibition_title {
	font-size: 120%;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.exhibition_catalog_title {
	padding-left: 60px;
}

.mapid {
	height: 400px;
}

td.warning {
	text-align: center;
}
span.warning {
	border: 1px solid orange;
	background-color: orange;
	display: inline-block;
	margin-top: 40px;
	padding: 5px;
	border-radius: 5px;
}

div.exhibition_info {
	margin-left: 40px;
}

img.catalog_image {
	max-width: 300px;
}

.progress {
	display: table;
	table-layout: fixed;
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.progress li {
	display: table-cell;
/*    float: left;*/
    text-align: center;
    position: relative;
}

.progress .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 1em;
    color: black;
    opacity: 0.3;
}

.progress .step {
    color: black;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.4;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    z-index: 0;
}

.progress .step span {
    opacity: 0.3;
}

.progress .active .name,
.progress .active .step span {
    opacity: 1;
    font-weight: bold;
}

.progress .step:before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    z-index: -1;
}

.progress .step:after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    right: 0;
    z-index: -1;
}

.progress li:first-of-type .step:before {
    display: none;
}

.progress li:last-of-type .step:after {
    display: none;
}

.progress .done .step,
.progress .done .step:before,
.progress .done .step:after,
.progress .active .step,
.progress .active .step:before {
    background-color: #35C1D6;
}

button:disabled {
    background-color: gray;
}

/*.progress .done .step,
.progress .active .step {
    border: 3px solid yellowgreen;
}*/
