body {
	margin:0;
	padding:0;
	text-align:center;
	background-image: url("images/");
}
sp{
    color:red;
}
h2{
    color:red;
}
h5{
    color:red;
}
u{
    color:red;
}
p {
	margin:0 0 1em 0;
}
h1{
	width: 1105px;
	height: 200px;
	background-image : url("images/");
	background-repeat: no-repeat;
	color : white;
	margin: 0;
	border-style: ridge;
}

#global { 
	background-image : url("images/accueil.jpg");
	width: 1105px;
	height: 1105px;
	background-repeat: no-repeat;
	background-color:white;
	margin: 0 auto;
	padding: 0 auto;
}
#title {
	font-size: xx-large;
	color: red;
	text-align: center;
	vertical-align: middle;
}
#blocmenu {
	float: left;
	width: 265px;
	height : 2000px;
	color: red;
	font-size: moyen;
	background-image: url("images/");
	background-repeat:no-repeat;
}
#blocmenu p {
	margin-left:1em;
}
#blocmenu ul {
	margin: 0 0 1em 0;
}
#blocmenu li {
	list-style-type: none;
	margin:0 0 0 1em;
}
#contenu {
	float: center;
	top : 200px;
	left : 280px;
	background-color:white;
}