@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-family: "ExoRegular",Helvetica,Arial,sans-serif;
}



@media (min-width: 800px){
  :root, input {
    font-size: 1em;
  }
}
@media (min-width: 600px) and (max-width: 800px){
  :root, input {
    font-size: 2vw;
  }
}

@media (max-width: 600px){
  :root, input {
    font-size: 12px;
  }
}


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;
	font-size:1.4em;
	background-repeat:no-repeat;
	font-family: "ExoRegular",Helvetica,Arial,sans-serif;
	min-height:30px;
	vertical-align:middle;
	line-height:2.5em;
}

.haut h1 em {
}


.haut .bandeau {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

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

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

.haut a {
	color: #ea7148;
	text-decoration:none;
}

.haut a:hover {
	color: #6e6e70;
}



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

.page h1 {
	color: #ea7148;
	background: #f5f5f5;
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding: 11px 0;
	line-height: 1.3em;


}

h2 {
	background: #fff;
	color: #ea7148;
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	margin: 5% 0 3% 0;
	padding: 11px 0;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: normal;
	font-family: 'ExoRegular', Helvetica, Arial, sans-serif;

}



h3 {
	color: #ea7148;
	font-family: 'ExoRegular', Helvetica, Arial, sans-serif;
	line-height:1.3em;
	padding:0;

}

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

ul {
	padding-left:5%;

}

.atencion {
	font-weight:bold;
	font-size:1.2em;
	color:#7a110e;
}




.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 {
	width:90%;
	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: #ea7148;
}




.menu {
	padding:0;
	font-size: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: #ea7148;
}

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

.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: #ea7148 none repeat scroll 0 0;
	color:#fff;
}

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

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

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





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

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

.tableres .altb {
	background-color: #f0f0f0;
	font-weight:bold;
}

.tableres td {
	border: thin solid #cccccc;
    padding: 5px;
    text-align:left;
}

.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"] {
	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 {
	background-image: linear-gradient(#76604f, #675445 45%, #483b31);
    border: 1px solid #76604f;

}


.deconnex {
	background-color: #e46943;
    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;
    display:inline;
    margin-left:auto;
    margin-right:auto;
    font-size: 0.9em;
    font-weight: 100;
    padding: 8px 10px 8px 10px;
    position: relative;

}

.deconnex a{	
    color: #ffffff;
}

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

}






.bas .bandeaubas p {
	padding:0;
	margin:0;
}

.boutonmarron {
	background-color: #614f41;
    background-image: linear-gradient(#d9491d, #ea7148 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;
    float: right;
    margin-left:5px;
    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, #ea7148 50%, #d9491d);
}

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

}

.bas .bandeaubas  .boutonmarron a::before {
	background-color: #524337;
    background-image: linear-gradient(#ae320c, #d9491d 45%, #ea7148);
    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 {
	border-radius: 5px;
	display:block;
	box-shadow: 0 1px 1px #B1B1B1;
	padding: 15px !important;
	background: #ffffff;
	border: 1px solid #E0E0E0;
	color: #6e6e6e;
	margin:0.5em;
	margin-bottom:20px;
}

.cadre .imbox{
	max-height:90px;
	max-width:90%;
}


.blocmenu {
	border-radius: 5px;
	display:block;
	box-shadow: 0 1px 1px #B1B1B1;
	padding: 15px !important;
	background: #fff;
	border: 1px solid #E0E0E0;
	color: #666;
	width:15vw;
	max-width:150px;
	margin:0.5em;
	margin-bottom:20px;
}

.blocmenu a {
	color:#666;
	font-weight:bold;
	font-size:1.1em;

}

.blocmenu img {
	max-width:70%;
}

.contenu {
	display:flex;
	width:100%;
	justify-content:space-between;
}

.notice {
	border-radius: 5px;
	box-shadow: 0 1px 1px #B1B1B1;
	padding: 15px !important;
	background: #ffffff;
	border: 1px solid #E0E0E0;
	color: #6e6e6e;
	text-align:left;
	flex-grow:1;
}

.cadregauche {
	flex-grow:1;
	text-align:center;
	border:0;
}

.blocaccueil {
	border-radius: 5px;
	box-shadow: 0 1px 1px #B1B1B1;
	padding: 15px !important;
	background: #ffffff;
	border: 1px solid #E0E0E0;
	color: #6e6e6e;
	text-align:center;
	flex-grow:1;
}

.blocaccueil h3 {
	margin-top:0;

}

.droite {
	margin-left:2%;
	text-align:left;
}

.gauche {
	text-align:left;
	border:1px solid black;

}

.alignleft {
	text-align:left;

}

.cadre h3 {
	margin-top:0;
	padding-top:0;
	color: #675445;
	text-align:center;
}

.cadre input[type="submit"], .bouton {
	background-color: #614f41;
    background-image: linear-gradient(#d9491d, #ea7148 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;
}

.cadre input[type="submit"]:hover, .bouton:hover {
    background-image: linear-gradient(#ea8363, #ea7148 50%, #d9491d);

}

.haut .bouton {
	color:#fff;
}

.haut .bouton:hover, .bouton:hover {
	color:#fff !important;
}


.cadre img {
	/*border:1px solid #675445;*/
	max-width:40vw;
}


.tornar {
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

.liencadre {
	background-color: #614f41;
    background-image: linear-gradient(#d9491d, #ea7148 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: 1em;
    border: 1px solid #d9491d;
    font-family: "Euphemia UCAS",Euphemia,Helvetica;
}

.liencadre:hover {
    background-image: linear-gradient(#ea8363, #ea7148 50%, #d9491d);
    color: #ffffff;

}


.cadre select {
	width:12em;

}

.right {
	text-align:right;
}

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


.exemple {
	background:#6e6e6e;
	color:white;
	padding:10px;
	font-size:0.8em;
	border:inset #6e6e6e 3px;
	margin-top:0;
	margin-bottom:30px;

}

.exemple label {
	padding-bottom:15px;
	border-bottom:1px solid white;
	margin-bottom:15px;
}

li {
	margin-top:7px;
}

.sub {
	padding-top:15px;
}


.sub > p {
    height: 0;
    overflow: hidden;
}

input:checked + .affam + .sub > p {
    height: auto;
}



input + .affam::after {
	content:" > ";
    font-weight:bold;
    border-radius: 100%;
    background:white;
    color:#6e6e6e;
    margin-left:5px;
}

input:checked + .affam::after {
	content:" v ";
    border-radius: 100%;
    background:white;
    color:#6e6e6e;
    margin-left:5px;
}


.exemple input[type="radio"],
.exemple input[type="checkbox"] {
    display:none;
}

.affam + input {
	font-weight:bold;
}

.table {
	float:right;
	margin-left:15px;
	border:1px solid #ea7148;
	padding:10px;
	margin-bottom:5px;
	background:#efefef;
}

.table h4 {
	margin-top:0;
}

.table p {
	margin:7px;
}

.pform {
	text-align:center;
}

.cadre .imageac {
	max-width:95%;
	height:10vw;
}

.question {
	color: #675445;
	font-size:1.2em;
	font-weight:bold;
}

.precisions {
	font-style:italic;
}

.original {
	padding:0 20px;
}

.langtrad {
	text-align:center;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

.fr {
	color:#1d308f;
}

.oc {
	color:#8f1d2c;
}
	
