@font-face
{
	font-family:"Lucida";
	src:url('Lucida-Sans-Unicode.ttf');
}

.titreaccueil
{
	text-align:center;
	color:rgb(225 225 210);
	text-shadow:0 0 0.07em white;
}

body
{
	background-color:black;
	color:white;
	font-family:"Lucida";
	text-shadow:0 0 0.07em white;
	color:rgb(225 225 200);
	word-wrap:break-word;
	text-align:justify;
}

.titremenu
{
	text-align:center;
	font-style:italic;
}

.designaccueilgauche
{
	float:left;
	position:relative;
	bottom:10px;
}

.designaccueildroit
{
	float:right;
	position:relative;
	bottom:10px;
}

.blocmenu
{
	justify-content:center;
	align-items:center;
	margin:auto;
	height:100px;
}

.flottant
{
	float:right;
	margin-left:10px;
	border: 2px rgb(225 225 200) solid;
}

.flottantgauche
{
	float:left;
	margin-left:120px;
	border: 2px rgb(225 225 200) solid;
}

.flottantprogramme
{
	float:left;
	border: 2px rgb(225 225 200) solid;
}

.deconnexion
{
	position:absolute;
	top:1%;
	right:1%;
}

#volet
{
	width: 850px;
	padding: 10px;
	background: #2E2D29; color: rgb(225 225 200); font-size:16px;
	opacity:0.92;
	z-index:50;
	border: 2px rgb(225 225 200) solid;
	

	position: fixed;
	left: -900px; top: 35px;

	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
	border-radius: 0 16px 16px 0px;
}

#volet a.ouverture
{
	padding: 10px 25px;
	background: black;
	color: rgb(225 225 200);
	text-decoration: none;
	border: 2px rgb(225 225 200) solid;

	position: absolute;
	right: -118px;
	top: 150px;

	/* quelques styles CSS3 */
	-webkit-transform: rotate(270deg);

	border-radius: 0 0 8px 8px;
}

#volet a.fermeture
{
	display: none;
	padding: 10px 25px;
	background: black;
	color: rgb(225 225 200);
	text-decoration: none;
	border: 2px rgb(225 225 200) solid;

	position: absolute;
	right: -128px;
	top: 150px;

	/* quelques styles CSS3 */
	-webkit-transform: rotate(270deg);

	border-radius: 0 0 8px 8px;
}

#volet:target 
{
	left: 0;
}

#volet_clos:target #volet
{
	left: -270px;
}

#volet:target a.ouverture
{
	display: none;
}

#volet:target a.fermeture
{
	display: block;
}

.inputchimie
{
	margin:1%;
	text-align:center;
}

.chanfrein
{
	width:50%;
	margin:auto;
	text-align:center;
}

@media screen and (max-width:1000px)
{
	.chanfrein
	{
		width:100%;
	}
}

.formulaire
{
	margin-left:3%;
	margin-right:3%;
}

.submit
{
	width:20%;
	max-height:30px;
	margin-top:10px;
}

.tableauRecap
{
	text-align:center;
	width:80%;

}

.montrerDetailUSF, .cacherDetailUSF
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.derouleDetailUSF
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerDetailUSF:target .cacherDetailUSF
{
	display:inline;
}

#montrerDetailUSF:target .montrerDetailUSF
{
	display:none;
}

#montrerDetailUSF:target .derouleDetailUSF
{
	display:block;
}

.blocfixe
{
	position:absolute;
	min-width:100%;
	bottom:1%;
}

.flottantlogo
{
	float:right;
	margin-left:10px;
}

.spannormal
{
	font-style:normal;
	font-weight:normal;
}

.soustitreexppro
{
	text-shadow:0 0 0.07em white;
	font-size:1.1em;
}

.soustitremoi
{
	text-shadow:0 0 0.07em white;
	font-size:1.4em;
}

.footer
{
	width:900px
}

.sousfooter
{
	font-weight:bold;
}

footer
{
	justify-content:space-around;
	color:rgb(225 225 200);
	text-shadow:0 0 0.07em white;
	display:flex;
	font-family:"Tahoma";
	margin-left:300px;
	margin-right:300px;
}

.lienfooter
{
	text-decoration:none;
	color:rgb(225 225 200);
}

.bloclien
{
	border: 1px rgb(225 225 200) solid;
	color:rgb(225 225 190);
	width:100px;
	height:18px;
	text-align:center;
}

.blocbase
{
	background-color:rgb(80 80 80);
	border: 1px rgb(80 80 80) solid;
	border-radius:5px;
	color:rgb(225 225 190);
	width:200px;
	height:40px;
	text-align:center;
}

.blocniveauanglais
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:170px;
	height:40px;
	text-align:center;
}

.blocniveauallemand
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:60px;
	height:40px;
	text-align:center;
}

.blocniveaujaponais
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:20px;
	height:40px;
	text-align:center;
}

.blocniveauhtml
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:120px;
	height:40px;
	text-align:center;
}

.blocniveauphp
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:10px;
	height:40px;
	text-align:center;
}

.blocniveaucvba
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:70px;
	height:40px;
	text-align:center;
}

.blocniveauarduino
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:120px;
	height:40px;
	text-align:center;
}

.blocniveausolidw
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:150px;
	height:40px;
	text-align:center;
}

.blocniveaucreo
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:80px;
	height:40px;
	text-align:center;
}

.blocniveaucura
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:120px;
	height:40px;
	text-align:center;
}

.blocniveauphotoshop
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:40px;
	height:40px;
	text-align:center;
}

.blocniveauoffice
{
	background-color:rgb(225 225 190);
	margin-left:-201px;
	border: 1px rgb(225 225 190) solid;
	border-radius:5px;
	width:140px;
	height:40px;
	text-align:center;
}

.texteniveau
{
	margin-top:25px;
	color:black;
	width:170px;
	height:40px;
	text-align:center;
}

.bloclien:hover
{
	animation-duration:0.3s;
	animation-name:blink;
}

@keyframes blink
{
	0%{background-color: rgba(255,255,255,0.5);}
	40%{background-color: rgba(255,255,255,0.2);}
	60%{background-color: rgba(255,255,255,0.5);}
	100%{background-color: rgba(255,255,255,0);}
}

.lienmenu
{
	font-size:0.9em;
	text-shadow:0 0 0em white;
	font-style:italic;
	color:rgb(80,80,80);
}

.lienmail
{
	text-decoration:none;
	color:rgb(225 225 190);
}

.lienmailactif
{
	text-decoration:none;
	color:rgb(225 225 190);
	border-bottom-style:solid;

}

.sousblocmenu
{
	display:flex;
	justify-content:center;
}

.fleurmenumiddle
{
	display:flex;
	flex-direction:column;
}

.fleurmenugauche
{
	display:flex;
	flex-direction:column;
}

.fleurmenudroit
{
	display:flex;
	flex-direction:column;
}

.petale0
{
	position:relative;
	bottom:60px;
	z-index:2;
}

.petale180
{
	position:relative;
	left:16px;
	top:80px;
}

.petale60
{
	position:relative;
	top:80px;
	right:10px;
}

.petale120
{
	position:relative;
	top:94px;
	right:24px;
}

.petale300
{
	position:relative;
	top:79px;
	left:16px;
	z-index:1;
}

.petale240
{
	position:relative;
	top:86px;
	left:10px;
}

.megasection
{
	display:flex;
}

.navigation
{
	min-width:15%;
}

.societe
{
	display:flex;
	position:relative;
	left:30px;
}

.nonlumineux
{
	text-shadow:0 0 0em white;
	width:1400px;
	font-size:0.9em;
}

.strong
{
	font-weight:bold;
}

.liennav
{
	position:fixed;
}

.maincursus
{
	display:flex;
	flex-direction:column;
}

.underline
{
	text-decoration:underline;
	color:rgb(225 225 200);
}

/*Partie AVO*/
.montreravocontexte, .cacheravocontexte
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.derouleavocontexte
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montreravocontexte:target .cacheravocontexte
{
	display:inline;
}

#montreravocontexte:target .montreravocontexte
{
	display:none;
}

#montreravocontexte:target .derouleavocontexte
{
	display:block;
}

.montreravomission, .cacheravomission
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.derouleavomission
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montreravomission:target .cacheravomission
{
	display:inline;
}

#montreravomission:target .montreravomission
{
	display:none;
}

#montreravomission:target .derouleavomission
{
	display:block;
}

/*Partie BYTP*/
.montrerbycontexte, .cacherbycontexte
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.deroulebycontexte
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerbycontexte:target .cacherbycontexte
{
	display:inline;
}

#montrerbycontexte:target .montrerbycontexte
{
	display:none;
}

#montrerbycontexte:target .deroulebycontexte
{
	display:block;
}

.montrerbymission, .cacherbymission
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.deroulebymission
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerbymission:target .cacherbymission
{
	display:inline;
}

#montrerbymission:target .montrerbymission
{
	display:none;
}

#montrerbymission:target .deroulebymission
{
	display:block;
}

/*Partie Arcelor*/
.montrerarcelorcontexte, .cacherarcelorcontexte
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.deroulearcelorcontexte
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerarcelorcontexte:target .cacherarcelorcontexte
{
	display:inline;
}

#montrerarcelorcontexte:target .montrerarcelorcontexte
{
	display:none;
}

#montrerarcelorcontexte:target .deroulearcelorcontexte
{
	display:block;
}

.montrerarcelormission, .cacherarcelormission
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.deroulearcelormission
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerarcelormission:target .cacherarcelormission
{
	display:inline;
}

#montrerarcelormission:target .montrerarcelormission
{
	display:none;
}

#montrerarcelormission:target .deroulearcelormission
{
	display:block;
}

/*Partie CEA*/
.montrerceacontexte, .cacherceacontexte
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.derouleceacontexte
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerceacontexte:target .cacherceacontexte
{
	display:inline;
}

#montrerceacontexte:target .montrerceacontexte
{
	display:none;
}

#montrerceacontexte:target .derouleceacontexte
{
	display:block;
}

.montrerceamission, .cacherceamission
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.derouleceamission
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerceamission:target .cacherceamission
{
	display:inline;
}

#montrerceamission:target .montrerceamission
{
	display:none;
}

#montrerceamission:target .derouleceamission
{
	display:block;
}

/*Partie Filtrauto*/
.montrerfiltrautocontexte, .cacherfiltrautocontexte
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.deroulefiltrautocontexte
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerfiltrautocontexte:target .cacherfiltrautocontexte
{
	display:inline;
}

#montrerfiltrautocontexte:target .montrerfiltrautocontexte
{
	display:none;
}

#montrerfiltrautocontexte:target .deroulefiltrautocontexte
{
	display:block;
}

.montrerfiltrautomission, .cacherfiltrautomission
{
	text-decoration:none;
	color:rgb(225 225 210);
}

.deroulefiltrautomission
{
	display:none;
	text-shadow:0 0 0em white;
	width:1370px;
	font-size:0.9em;
	position:relative;
	left:30px;
}

#montrerfiltrautomission:target .cacherfiltrautomission
{
	display:inline;
}

#montrerfiltrautomission:target .montrerfiltrautomission
{
	display:none;
}

#montrerfiltrautomission:target .deroulefiltrautomission
{
	display:block;
}
