@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	background-color: #000;
	margin: 0px;
}
.conteneur {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.ecoleSC {
	height: 759px;
	width: 1000px;
}

.header {
	height: 100px;
	width: 1000px;
	text-align: center;
}
.histo {
	width: 1000px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	line-height: 1.3em;
	color: #666;
	margin-left: 3px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	color: #999;
	margin-left: 3px;
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

