* {
	margin: 0px;
	padding: 0px;
}
#fond {
	height: 700px;
	width: 1200px;
	background-image: url(../img/structure/fond.jpg);
	margin: auto;
}

#principal {
	height: 630px;
	width: 750px;
	margin-top: -315px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#mention {
	float: left;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	height: 30px;
	width: 750px;
	text-align: center;
}

#barre_haut {
	float: left;
	width: 750px;
}
#menu {
	float: left;
	height: 30px;
	width: 750px;
}
#bandeau {
	float: left;
}
#barre_logo {
	float: left;
}
#contenu {
	background-image: url(../img/structure/fond_principal.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 710px;
	height: 315px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#contenu_references {
	background-image: url(../img/structure/fond_references.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 710px;
	height: 315px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #E42127;
	text-decoration: none;
}
a:active {
	color: #E42127;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E42127;
	text-align: left;
	margin-bottom: 5px;
	font-size: 18px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E42127;
	font-weight: 700;
	margin-bottom: 5px;
}
	
.gras_rouge {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #E42127;
}
.puce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(../img/structure/puce.gif);
	padding-top: 2px;
	padding-left: 2px;
}
#contenu_gauche {
	float: left;
	width: 350px;
	height: 300px;
}
#contenu_central {
	float: left;
	width: 700px;
	height: 150px;
	margin-left: 5px;
}
