/* ----------------- Styles COLLEGIX COMMON ----------------- */
	body {
		width: 100%;
		margin: 0;
		background-color: #333;
		}
	#central {
		position: relative;
		margin: 0 auto;
		width: 1024px;
		min-height: 1200px;
		background-color: white;
		}
	#spaceline1 {
		width: 1024px;
		height: 60px;
		background-color: white; /* whitesmoke */
		}
	#spaceline2 {
		width: 1024px;
		min-height: 30px;
		background-color: whitesmoke; /* whitesmoke */
		}
	#spaceline2 h1 {
		margin-bottom: 0;
		}
/* --------------- Styles COLLEGIX COURS --------------- */
	
	@media(orientation:portrait){
		h1{
			font-size: 2.5em;
		}
		h2{
			font-size: 2em;
		}
		.div5 {
			min-height: 100px;
			padding-top: 30px;
			padding-bottom: 40px;
			background-color: #F9EEDF;
			}
		.div5 h2 {
			padding-left: 80px;
			text-align: left;
			color: orange;
			}
		.div5 p {
			width: 880px;
			padding-left: 80px;
			text-align: left;
			font-size: 1.5em;
			color: grey;
			}
	}
	@media(orientation:landscape){
		.div5 {
			min-height: 100px;
			padding-top: 30px;
			padding-bottom: 40px;
			background-color: #F9EEDF;
			}
		.div5 h2 {
			padding-left: 60px;
			text-align: left;
			color: orange;
			}
		.div5 p {
			width: 880px;
			padding-left: 80px;
			text-align: left;
			font-size: 1.25em;
			color: grey;
			}
	}
	img {
		border: 1px solid silver;
		}
	.posimage {
		margin-left: 180px;
		}
	.surligne {
		color: #B22222; /* rouge tuile */
		}
	.multix {
		margin-bottom: 5px;
		}
	h1 {
		text-align: center;
		font-family: "Century Gothic",sans-serif;
		color: #DE3163;
		}
	h3 {
		color: #007FFF; /* Bleu céleste */
		font-size: 1.5em;
		}
	li {
		margin-left: 80px;
		padding-right : 20px;
		color: #B22222;
		font-size: 1.25em;
		}