body {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #C2CBD2;
	padding: 0px;
	margin-top: 40px;
	margin-left: 30px;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	color: #FC0;
	margin: 20px;
	font-weight: normal;
}

.small {
	font-size: 0.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.orange {
	color: #F60;
}

#logo {
	display: inline;
	float: left;
	height: 100px;
	width: 980px;
	background-color: #191D23;
}
#menu {
	height: 36px;
	width: 980px;
	background-color: #101216;
	display: inline;
	float: left;
	position: relative;
}
#bandeau {
	background-color: #191D23;
	height: 300px;
	width: 980px;
	display: inline;
	float: left;
	background-image: url(../images/bg_bandeau.jpg);
	background-repeat: no-repeat;
}
#corps {
	float: left;
	width: 980px;
	background-color: #1D2229;
	display: inline;
}
#corps p {
	margin: 20px;
	font-size: 1.1em;
	color: #FFF;
}
#corps p a {
	color: #FFF;
	text-decoration: underline;
}
#corps p a:hover {
	text-decoration: none;
}

#corps ul {
	font-size: 1.1em;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.float {
	float: left;
}
.separateur {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}


#img_gescontrole {
	margin-right: 20px;
	margin-bottom: 20px;
}


#pied {
	display: inline;
	float: left;
	width: 980px;
	background-color: #191D23;
	height: 50px;
}
#pied p {
	margin-top: 15px;
	margin-left: 20px;
	color: #C2CBD2;
}
#pied p a {
	color: #CCC;
	text-decoration: none;
}
#pied p a:hover {
	color: #F30;
}
#tbl_fonctionnalites {
	margin-left: 20px;
}
.tittre {
	font-size: 1.2em;
	color: #F60;
}
#tbl_contact {
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
}
.message {
	color: #0F0;
}
.messageError {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F00;	
}
