/* CSS Document */
img { border : none; }
a:link {
	color: #000000;
	text-decoration: underline;
	text-decoration-color: #00000030;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	text-decoration-color: #00000030;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	text-decoration-color: #000000;
}
a:active {
	color: #000000;
	text-decoration: underline;
	text-decoration-color: #000000;
}

body {
	background-color:#3f3f3f;
	position:relative;
	top:-7px;
}

.diaporama {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin-top: 15px;
	background-color: #0000000f;
	border: 1px solid #5cb2bd;
	border-radius: 5px;
}

.diaporama .diapo-title {
	position: absolute;
	bottom: calc(100% + 4px);
	left: 4px;
	font-style: italic;
	color: #000000a1;
}

.diaporama .diapo-item {
	width: 200px;
	height: 200px;
	flex: 0 0 auto;
	margin: 8px;
	border: 2px solid #64bdc5;
}

.diaporama .diapo-item img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.diaporama .diapo-legend {
	width: 120px;
	height: 120px;
	flex: 0 0 auto;
}

.conteneur-haut{
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:292px;
}
.conteneur-milieu{
	height:auto;
	min-height:513px;
	background-image:url(../imgs/infinite.jpg);
	background-repeat:repeat;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	display: flex;
}

.conteneur-bas{

	background-image:url(../imgs/footer.jpg);
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:81px;
}

#photo-portrait{
	background-image:url(../imgs/photo-portrait.jpg);
	width:291px;
	height:292px;
	float:left;

}
#conteneur-haut-droite{
	width:699px;
	height:292px;
	float:right;

}
#logo-meinesz{
	background-image:url(../imgs/logo-meinesz_3.png);
	width:699px;
	height:292px;
	float:left;
}

.conteneur-milieu-droite{
	float:right;
	height:auto;
	min-height:613px;
	width:741px;
}

.menu{
	float:left;
	width:249px;
	height:750px;
	font-family:Century Gothic;
	font-size:22px;
	text-indent: 60px;
	line-height:40px;
}

.centered {
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	width: 100%;
	display: inline-flex;
}

.submenu {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 48px;
}

.submenu .submenu-item {
	width: 20%;
	text-align: center;
	font-weight: bold;
}

.submenu .submenu-item.small {
	width: 17%;
}


.beandeau-spec {
	background: #ccf3f6;
	padding-left: 50px;
	padding-right: 40px;
	overflow: visible;
	width: auto;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/imgs/menu_a_h2.jpg);
	height: 46px;
}
.beandeau-spec .bandeau-content {
	display: flex;
	justify-content: right;
	align-items: center;
	background: linear-gradient( 90deg , transparent 45px, white 45px, transparent 50%);
	width: auto;
	border-radius: 15px;
	height: 52px;
	padding-left: 10px;
	position: relative;
}
.beandeau-spec .bandeau-icon-container {
	width: 52px;
	height: 52px;
	display: flex;
	margin-right: 15px;
	border-radius: 100%;
	background-color: #f5fcfd;
	display: flex;
	justify-content: center;
	align-items: center;
}
.beandeau-spec .bandeau-icon {
	width: 38px;
	height: 38px;
	background-image: url(/imgs/conference.png);
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.beandeau-spec .bandeau-text{
}

.menu a:link, .menu a:visited {
	text-decoration: none;
}

.menu-annexe a:link, .menu-annexe a:visited {
	text-decoration: none;
}
.menu-annexe a:hover, .menu-annexe a:active {
	text-decoration: underline !important;
	text-decoration-color: #000000 !important;
}

#menu_1{
	height:41px;
	background-image:url(../imgs/menu_1.jpg);
	background-repeat:no-repeat;
	width:249px;
}

#menu_1:hover, #menu_1.active{
	background-image:url(../imgs/menu_1_m.jpg);
}

#menu_1:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_1_m.jpg);
}

#menu_2{
	background-image:url(../imgs/menu_2.jpg);
	width:249px;
	height:82px;
}

#menu_2:hover, #menu_2.active{
	background-image:url(../imgs/menu_2_m.jpg);
}

#menu_2:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_2_m.jpg);
}

#menu_3{
	background-image:url(../imgs/menu_3.jpg);
	width:249px;
	height:89px;
}

#menu_3:hover, #menu_3.active{
	background-image:url(../imgs/menu_3_m.jpg);
}

#menu_3:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_3_m.jpg);
}

#menu_4{
	background-image:url(../imgs/menu_4.jpg);
	width:249px;
	height:65px;
}

#menu_4:hover, #menu_4.active{
	background-image:url(../imgs/menu_4_m.jpg);
}

#menu_4:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_4_m.jpg);
}

#menu_5{
	background-image:url(../imgs/menu_5.jpg);
	width:249px;
	height:70px;
}

#menu_5:hover, #menu_5.active{
	background-image:url(../imgs/menu_5_m.jpg);
}

#menu_5:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_5_m.jpg);
}

#menu_6{
	background-image:url(../imgs/menu_6.jpg);
	width:249px;
	height:63px;
	line-height:49px;
}

#menu_6:hover, #menu_6.active{
	background-image:url(../imgs/menu_6_m.jpg);
}

#menu_6:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_6_m.jpg);
}

#menu_7{
	background-image:url(../imgs/menu_7.jpg);
	width:249px;
	height:43px;
	line-height:50px;
}

#menu_7:hover, #menu_7.active{
	background-image:url(../imgs/menu_7_m.jpg);
}

#menu_7:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_7_m.jpg);
}

#menu_end{
	background-image:url(../imgs/menu_end.jpg);
	width:249px;
	height:237px;
}

#menu_contact {
	background-image:url(../imgs/menu_contact2.jpg);
	width:249px;
	height:36px;
	text-indent: 0px;
	text-align: center;
	font-size: 19px;
	cursor: pointer;
}

#menu_contact a, #menu_adds a  {
	color: #ccf8f9;
	font-weight: 500;
	font-family: verdana;
	letter-spacing: -1px;
	text-indent: 0px;
}

#menu_contact:hover, #menu_contact.active{
	background-image:url(../imgs/menu_contact.jpg);
}

#menu_contact:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_contact.jpg);
}

#menu_adds{
	background-image:url(../imgs/menu_adds2.jpg);
	width:249px;
	height:36px;
	text-indent: 0px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
}
#menu_adds:hover, #menu_adds.active{
	background-image:url(../imgs/menu_adds.jpg);
}

#menu_adds:before{
	content: '';
	position:absolute;
	width: 1px;
	height: 1px;
	opacity: 0.01;
	background-image:url(../imgs/menu_adds.jpg);
}

#menu_end2{
	background-image:url(../imgs/menu_end2.jpg);
	width:249px;
	height:24px;
}

#under_menu{
	text-indent: 80px;
	margin-top:-15px;
}

.menu-annexe{
	background-image:url(../imgs/menu_a.jpg);
	width:741px;
	height:52px;

}

.menu-annexe_vide{
	background-image:url(../imgs/menu_a_h.jpg);
	width:741px;
	height:52px;

}

.centre{
	background-image:url(../imgs/centre.jpg);
	background-repeat:no-repeat;
	width:741px;
	height:698px;
	height:auto;
	min-height:698px;

}

/*
html>body .content {
	height:auto;
	min-height:561px;
	margin-top:52px;

}
*/
.content{
	margin-left:50px;
	margin-right:40px;
	width:651px;
	overflow:hidden;
	height:561px;
	height:auto;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html>body .content {
	margin-left:50px;
	margin-right:40px;
	overflow:visible;
	width:651px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#menu_annexe_sc{

margin-left:17px;
position:relative;
z-index:10;
top:17px;
font-size: 17px;
}


#menu_annexe_sc_loupe{

background-image:url(../imgs/loupe.png);
width:30px;
height:30px;
left:682px;

z-index:8;
bottom:4px;
position:relative;
}

.ui-tooltip-meinesz
{
	font-size:14px;
	font-family:'Tahoma';
}
