/* ----- style collegix-notes ----- */
	#titre_page {
		color: orange;
		margin-left: 120px;
		}
	.diapo {
		margin-left: 80px;
		margin-bottom: 30px;
		border: 1px solid silver;
		border-radius: 8px;
		}
/* ----- style uclip-footer ----- */
	#mathsfrise {
		border-top: 4px solid grey;
		background: royalblue;
		opacity: 0.3;
		}
	#sciencefrise {
		background: tomato;
		}
	#venus {
		height: 320px;
		padding-top: 30px;
		padding-left: 200px;
		background: silver;
		}
	#venus img {
		margin-right: 35px;
		border: 5px solid white;
		vertical-align : bottom;
		box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
		-webkit-transition: box-shadow 0.1s ease;
		-moz-transition: box-shadow 0.1s ease;
		transition: box-shadow 0.1s ease;
		}
	#technofrise {
		background: whitesmoke;
		}
	#mars2 {
		height: 230px;
		padding-top: 30px;
		padding-left: 60px;
		background: silver;
		}
	#mars2 img {
		margin-right: 35px;
		border: 5px solid white;
		vertical-align : bottom;
		box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
		-webkit-transition: box-shadow 0.1s ease;
		-moz-transition: box-shadow 0.1s ease;
		transition: box-shadow 0.1s ease;
		}
/* ----------------- Planche ----------------- */
	#parterre {
		height: 80px;
		border-top: 1px solid silver;
		background: #F9EEDF;
		}
	#planche {
		/*margin-top: 20px;*/
		padding-top: 30px;
		padding-bottom: 10px;
		border-top: 1px solid silver;
		background: #F9EEDF;
		}
	#planche a:hover {
		background: F9EEDF;
		}
	#planche img {
		margin-left: 10px;
		}
	#carnet {
		text-decoration: none; color: grey; font-size: 1.4em; display: inline-block;
		}
	#planche #carnet:hover {
		background: silver;
		}
	#hyper {
		display: inline-block;
		padding: 28px 15px 0 15px;
		}

