* {
	margin: 0;
	padding: 0;
}

html,body {
	background-color: #120026;
	font-family: Helvetica;
	height: 100%;
	font-size: 11px;
	color: #fff;
}

#ensemble {
	position: relative;
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	overflow: auto;
}

#banniere {
	height: 252px;
	width: 800px;
	background: url(../images/banniere.jpg);
	border-bottom: 1px solid #000;
}

#menu {
	height: 47px;
	width: 800px;
	float: left;
	color: #fff;
	background: url(../images/menu.jpg);
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	display: inline;
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 15px;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#contenu {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/* ---------- CONNEXION ----------- */
#contenu #form_id {
	width: 561px;
	height: 112px;
	float: right;
	margin-right: 40px;
	padding: 10px;
}

#contenu #form_id form{
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
}

#contenu #form_id .ligneLogin {
	height: 20px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#contenu #form_id .connex {
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
	margin-top: 20px;
}

#contenu #form_id .labellogin {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-right: 50px;
}

#contenu #form_id .saisielogin {
	float: right;
}

#contenu #form_id .labelpwd {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-right: 50px;
}

#contenu #form_id .saisiepwd {
	float: right;
}

#contenu ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}

#contenu ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 10px;
}
/* ---------------------------- */

h3 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

p {
	color: #fff;
}

/* -------------- TABLEAU CLIENT ------------- */

table {
	width: 800px;
	margin-top: 15px;
	text-align: center;
}

th , td {
	padding: 5px;
}

th {
	color: #E26719;
}

tr {
	background: #130034;
}

/* ------------------------------------------- */

/* ------------ Formulaire Envoi ------------ */

div#bold {
	background: url(../images/bold.png);
}
div#italic {
	background: url(../images/italic.png);
}
div#underline {
	background: url(../images/souligner.png);
}
div#left {
	background: url(../images/gauche.png);
}
div#center {
	background: url(../images/centre.png);
}
div#right {
	background: url(../images/droite.png);
}
div#justify {
	background: url(../images/justifie.png);
}
div#number {
	background: url(../images/puce1.png);
}
div#bullet {
	background: url(../images/puce2.png);
}
div#indent {
	background: url(../images/decalDroite.png);
}
div#outdent {
	background: url(../images/decaleGauche.png);
}
div#link {
	background: url(../images/lien.png);
}
label {
	font-size: 13px;
}
input#sujet {
	width: 746px;
}
input#envoyer {
	width: 150px;
	display: block;
	margin: 10px auto 0 auto;
}

/* ------------------------------------------- */

#footer {
	font-size: 11px;
	text-align: center;
	float: left;
	display: block;
	width: 800px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	margin-top: 10px;
}
