/* ----------------- Styles COLLEGIX SCRIPTA ----------------- */
	h1 {
		font-family: "Century Gothic",sans-serif;
		color: #DE3163;
		}
	.titre1 {
		margin-left: 30px;
		margin-top: 0;
		}
	@media(orientation:portrait){
		h2 {
			color: orange;
			font-size: 2em;
		}
		p {
			font-size: 1.5em;
		}
	}
	@media(orientation:landscape){
		h2 {
			color: orange;
		}
	}
	img {
		border: 1px solid silver;
		}
	#scriptum, #verbum {
		position: relative;
		margin-top: 0;
		font-family: "Century Gothic",sans-serif;
		border-bottom: 1px solid whitesmoke;
		background-color: whitesmoke;
		}
	#scriptum h2, #verbum h2 {
		margin-left: 50px;
		}
	#scriptum p, #verbum p {
		width: 880px;
		margin-top: 0;
		margin-left: 60px;
		font-size: 1.1em;
		color: grey;
		text-align: left;
		}
	#languette {
		position: relative;
		top: 0;
		left: 0;
		width: 500px;
		border-right: 2px solid #DE3163;
		border-bottom: 2px solid #DE3163;
		background-color: white;
		border-radius: 0 0 50px 0;
		box-shadow: 4px 4px 10px rgba(140,0,40,0.5);
		}
	#bc {
		position: absolute;
		top: 5px;
		right: -515px;
		width: 80px;
		border: 0;
		opacity: 0.1;
		z-index: 20;
		}
	#bc:hover {
		opacity: 0.4;
		}
/* ------- cours/page index ------- */
	#seize {
		margin-top: 30px;
		padding: 10px;
		text-align: center;
		background: grey; /* rose passé : #CAA */
		}
	#seize img {
		border: 1px solid white;
		margin: 0;
		}
	#raum {
		display: inline-block;
		background: white;
		padding: 4px 4px 0 4px;
		}
/* ------- common ------- */
	.whitehall {
		padding: 20px;
		background-color: white;
		border-radius: 24px 0 24px 0;
		border: 1px solid lightyellow;
		}
	#auteur {
		display: none;
		color: darkgrey;
		text-align: center;
		font-size: 1rem;
		}
	#comment {
		width: 980px;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		line-height: 20px;
		font-family: "Century Gothic",sans-serif;
		font-size: 85%;
		}
	#login {
		position: absolute;
		top: 360px;
		right: 30px;
		width: 280px;
		height: 220px;
		padding: 10px;
		border: 1px solid grey;
		border-radius: 14px;
		background: whitesmoke;
		}
	legend {
		color: #6495ED;
		font-size: 1.5em;
		letter-spacing: .08em;
		padding : 10px;
		}
	label {
		color: grey;
		}
	input {
		margin-top: 10px;
		}
	#envoyer {
		margin: 15px;
		padding: 10px;
		color:grey;
		font-size: 0.9em;
		}
	#envoyer:hover {
		color: dodgerblue;
		}