html {
	/*background: url(images/fond.png) repeat scroll;*/
	background-color: white;
}

body {
	width: 800px;
	color: black;
	font: 12px/1.33 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto;
}

a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: white;
	background-color: #e50098;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.clear {
	clear: both;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

div#header {
	height: 50px;
	margin-top: 30px;
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

div#footer {
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 30px;
}

div#main.accueil {
	width: 800px;
	height: 545px;
	background: url(images/lignes.jpg) no-repeat center 8px;
}

div#main p {
	width: 460px;
}

ul.projets {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 748px;
	height: 544px;
}

ul.projets li {
	width: 68px;
	height: 68px;
	padding: 0px;
	/*background-color: rgba(240,240,240,.7);*/
	float: left;
}

ul.projets li a {
	height: 68px;
	width: 68px;
	display: block;
}

ul.projets li a img {
	padding: 7px;
}

ul.projets li a span.vide {
	display: block;
	width: 54px;
	height: 54px;
	padding: 7px;
	background: rgba(204,204,204,0.2) 7px;
}

ul.projets li.processus, ul.projets li.processus a {
	height: 68px;
	width: 544px;
}

body {
	display: block;
}
