body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width : 100%;
    height : 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
p {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
	font-weight: lighter;
}
.Blue {
	color: #3333FF;
}
.Violet {
	color: #663399;
}
.Red {
	color: #FF0000;
}
.Yellow {
	color: #FFFF00;
}
.Green {
	color: #009900;
}
.Grenat {
	color: #990000;
}
.brun {
	color: #A62A2A;
}
.nuit {
	color: #00009C;
}
.photo {
	border-top-color: #0033CC;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: #0033CC;
}
.block_li{
	float:left;
	border:solid 1px;
	border-radius:10px;
	text-align:center;
	list-style:none;
	width:150px;
	margin-top:6%;
	background-color:white;
	overflow:auto;
	clear:both;
}
.content {
	overflow: hidden;
}
.conteneur{
	width:1100px;
	height:auto;
	margin:0 auto;
	}
	
