@charset "utf-8";
/* CSS Document */


@font-face {
	font-family:'ExoRegular';
	src:url('fonts/exo-regular-webfont.eot');
	src:url('fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/exo-regular-webfont.woff') format('woff'), url('fonts/exo-regular-webfont.ttf') format('truetype'), url('fonts/exo-regular-webfont.svg#ExoRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'ExoDemiBold';
	src:url('fonts/exo-DemiBold-webfont.eot');
	src:url('fonts/exo-DemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/exo-DemiBold-webfont.woff') format('woff'), url('fonts/exo-DemiBold-webfont.ttf') format('truetype'), url('fonts/exo-DemiBold-webfont.svg#ExoDemiBold') format('svg');
	font-weight:normal;
	font-style:normal;
}




body {
	background:#f9f9f9;
	background-image: url('images/fond.jpg');
	margin:0;
	color:#6e6e6e;
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.9em;
	font-family: "ExoRegular",Helvetica,Arial,sans-serif;
}

a {
	color:#675445;
	text-decoration:none;
}

a:hover {
	color:#666;
}

.haut {
	background-color: #ebebed;
	box-shadow: 0 0 6px rgba(0,0,0,0.3), inset 0 6px 0 #675445, inset 0 7px 0 #ffffff;
	background-image: linear-gradient(#EDEEF0,#EDEEF0 95%,#E1E1E1);
	padding-top:6px;
}

.haut h1 {
	margin:0;
	color: #6e6e70;
	padding:15px 10px 15px 210px;
	font-size:1.4em;
	background-image: url('images/congres.png');
	background-repeat:no-repeat;
	font-family: "ExoRegular",Helvetica,Arial,sans-serif;
}


.haut .bandeau {
	max-width:96%;
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

.haut .bandeau .langue {
	float:right;
	margin-left:20px;
	padding-top:21px;
}


.haut .bandeau .logo {
	float:left;
	margin-right:10px;
	max-width:30vw;
}


.page {
	max-width:96%;
	margin-left:auto;
	margin-right:auto;
	padding:15px; 
	text-align:center;
}



h2 {
	background: #f5f5f5;
	color: #e7714d;
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	margin: 0 0 15px;
	padding: 11px 0;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: normal;
	font-family: 'ExoRegular', Helvetica, Arial, sans-serif;

}



h3 {
	color: #e7714d;
	font-family: 'ExoRegular', Helvetica, Arial, sans-serif;
	margin:20px 0;
	padding:0;

}

h4 {
	font-family: 'ExoRegular', Helvetica, Arial, sans-serif;
	margin:20px 0;
	padding:0;
}


.bas {
	color: #ffffff;
	background: #675445;
	background-image: linear-gradient(#76604f, #675445 45%, #483b31);
	box-shadow: inset 0 4px 35px rgba(0,0,0,0.3);
	text-align:center;
}


.bas .bandeaubas {
	max-width:96%;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	font-style:italic;
	font-size:0.9em;
}

.bas a {
	color: #ffffff;
	text-decoration:none;
}

.bas a:hover {
	color: #e7714d;
}


.droite {
	float:right;
	width:25%;
	margin-left:1%;
	text-align:left;
}

.gauche {
	float:left;
	width:73%;
	text-align:left;

}


.menu {
	padding:0;
	font-size:1.1em;
	border-bottom: 1px solid #e0e0e0;
	margin-top:0;
}


.menu li {
	list-style-type:none;
	border-top: 1px solid #e0e0e0;
	padding:15px;
	font-family: "Euphemia UCAS",Euphemia,Helvetica;
	font-weight:bold;
	position:relative;
	padding-right:30px;
}

.menu li a {
	color: #675445;
	text-decoration:none;
}

.menu li a:hover {
	color: #e7714d;
}

.menu .nivp.active a {
	color: #e7714d;
}

.menu .nivp a::before {
    border-radius: 100%;
    content: ">";
    font-family: "Euphemia UCAS",Euphemia,Helvetica;
    font-size: 0.8em;
    height: 20px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 16px;
    width: 20px;
    background: #e2e2e2 none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    padding-left:3px;
    padding-top:2px;
    padding-bottom:1px;
}

.menu .nivp.current a::before {
    background: #a1a1a1 none repeat scroll 0 0;
	color:#fff;
}

.menu li a:hover::before {
    background: #e7714d none repeat scroll 0 0;
	color:#fff;
}

.menu .nivp.current a:hover::before {
    background: #e7714d none repeat scroll 0 0;
	color:#fff;
}

.menu ul li {
	font-size:0.9em;
	border:none;
}

.menu ul .active a {
	color: #e7714d;
}





.tableres {
	border: thin solid #cccccc;
    border-collapse: collapse;
    width: 100%;
}

.tableres .alta {
	background-color: #e9e9e9;
}

.tableres .altb {
	background-color: #ffffff;
}

.tableres td {
	border: thin solid #cccccc;
    padding: 5px;
}



.tableloc {
	border: thin solid #cccccc;
    border-collapse: collapse;
}

.tableloc .alta {
	background-color: #e9e9e9;
}

.tableloc .altb {
	background-color: #ffffff;
}

.tableloc td {
	border: thin solid #cccccc;
    padding: 5px 15px;
}

.premligne {
    font-weight: bold;
    background-color:#6e6e6e;
    color:white;
}

.premligne a {
    color:white;

}

.glossterm {
    color: #1b4ca2;
    font-weight: bold;
    width:25%;
}

.genregram {
	color: #694d55;
    font-style: italic;
    width:25%;
}

.dictionary a {
	color: #519bda;
	text-decoration:none;
}

.dictionary a:hover {
	color: #6e6e6e;
	text-decoration:none;
}


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #6e6e6e;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 4px 6px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #675445;
    outline: 0 none;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input[type="submit"], .xmarron {
	background-color: #e46943;
    background-image: linear-gradient(#483b31, #675445 45%, #76604f);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 3px 15px 5px 15px;
    position: relative;
    font-size: 14px;
    border: 1px solid #76604f;
    font-family: "Euphemia UCAS",Euphemia,Helvetica;
}

input[type="submit"]:hover, .xmarron:hover {
	background-image: linear-gradient(#76604f, #675445 45%, #483b31);
    border: 1px solid #76604f;
    color:#fff;

}

input[type="submit"] {
	padding-left:12px;
	padding-right:12px;
}

.submitorange {
    background-image: linear-gradient(#d9491d, #e7714d 50%, #ea8363) !important;
    border: 1px solid #d9491d !important;
    margin-bottom:30px;
}

.submitorange:hover {
    background-image: linear-gradient(#ea8363, #e7714d 50%, #d9491d) !important;

}


.boutonmodif {
	background-color: #614f41;
    background-image: linear-gradient(#483b31, #675445 45%, #76604f);
    background-repeat: no-repeat;
    border: 1px solid #76604f;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    font-weight: bold;
    padding: 8px 10px 8px 10px;
    line-height:40px;

}

.boutonmodif:hover {
	background-image: linear-gradient(#76604f, #675445 45%, #483b31);
    border: 1px solid #76604f;
    color:#ffffff;
}


.boutonvalid, .boutonconnex {
	background-color: #614f41;
    background-image: linear-gradient(#d9491d, #e7714d 50%, #ea8363);
    background-repeat: no-repeat;
    border: 1px solid #d9491d;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    font-weight: bold;
    padding: 8px 10px 8px 10px;

}
.boutonvalid {
    line-height:40px;
}

.boutonconnex {
	float:right;
	margin-top:7px;
	margin-left:15px;
}

.boutonvalid:hover, .boutonconnex:hover {
    background-image: linear-gradient(#ea8363, #e7714d 50%, #d9491d);
    color:#ffffff;
}


.boutonmarron {
	background-color: #614f41;
    background-image: linear-gradient(#d9491d, #e7714d 50%, #ea8363);
    background-repeat: no-repeat;
    border: 1px solid #d9491d;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    display: inline-block;
    float: right;
    font-size: 0.9em;
    font-weight: 100;
    padding: 8px 40px 8px 10px;
    position: relative;

}

.bas .boutonmarron {
	font-size:1em;
	font-style:normal;
}

.bas .bandeaubas  .boutonmarron:hover {
    background-image: linear-gradient(#ea8363, #e7714d 50%, #d9491d);
}

.bas .bandeaubas  .boutonmarron {
	margin-top:-9px;

}

.bas .bandeaubas  .boutonmarron a::before {
	background-color: #524337;
    background-image: linear-gradient(#ae320c, #d9491d 45%, #e7714d);
    background-repeat: no-repeat;
    content: "^";
    font-family: "Euphemia UCAS",Euphemia,Helvetica;
    height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 3px;
    width: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(225, 225, 225, 0.6);
    border-radius: 100%;
    padding:4px 2px 0 2px;

}

.bas .bandeaubas .boutonmarron a {
	color:#fff;
}

.bas .bandeaubas .boutonmarron a:hover {
	color:#fff;
}

.cadre, .cadreaff, .cadreved, .cadreident, .cadreaff1 {
	border-radius: 0 5px 5px;
	display:block;
	box-shadow: 0 1px 1px #B1B1B1;
	padding: 15px !important;
	background: #ffffff;
	border: 1px solid #E0E0E0;
	color: #6e6e6e;
	text-align:left;
	margin-bottom:15px;
	z-index:2;
}

.cadre h3, .cadreaff h3, .cadreved h3, .cadreident h3, .cadreaff1 h3 {
	margin-top:0;
	padding-top:0;
	color: #675445;
	text-align:center;
}

.cadre h4, .cadreaff h4, .cadreved h4, .cadreident h4, .cadreaff1 h4 {
	text-align:center;
}


.cadreaff {
	position:absolute;
	top:30px;
	width:600px;
	left:calc(50% - 300px);
	display:none;
}

.cadreaff1 {
	position:fixed;
	top:30vh;
	width:600px;
	left:calc(50% - 300px);
	display:none;
}

.cadreved, .cadreident {
	text-align:center;
}


.submitcadre {
	background-color: #614f41;
    background-image: linear-gradient(#d9491d, #e7714d 50%, #ea8363);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 3px 15px 5px 15px;
    position: relative;
    font-size: 14px;
    border: 1px solid #d9491d;
    font-family: "Euphemia UCAS",Euphemia,Helvetica;
}

.submitcadre:hover {
    background-image: linear-gradient(#ea8363, #e7714d 50%, #d9491d);

}

.cadre select {
	width:12em;

}

.right {
	text-align:right;
}

.dicos {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:stretch;
}

.ferme {
	float:right;
	font-weight:bold;
}

.lignemodif {
	display:none;
}

.submitarrow, .submitarrow {
	padding:0 !important;
	margin:0 !important;
	margin-right:5px !important;
}

.fr {
	font-size:1.5em;
}

.accepcion {
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:3px solid #675445;
}

.xcomment {
	float:right;
	margin:15px;
}

.error {
	font-weight:bold;
	font-size:1.5em;
	color:#790000;
}

.pagination {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#675445;
	margin-top:20px;
	margin-bottom:20px;
}

.pagination a{
	color:#675445;
	text-decoration:none;
}
