body, input, textarea, select, option {
	color: #666267;
	font-family: Georgia;
	font-size: 14px;
}

a {
	color: #A125BF;
	font-family: Georgia;
	font-size: 16px;
	text-decoration: none;
}

a.lien_commande {
	color: #666267;
	font-family: Georgia;
	font-size: 14px;
}


body {
	margin: 10px;
	text-align: center;
	background: url(../design/fond_ubiquitus.gif) bottom center no-repeat;

}

a.buttonDelog {
	color: #666267;
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
}

div#conteneur {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
}

div#blocDate {
	text-align: center;
	width: 300px;
	float: left;
}

ul#menu {
	padding-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-left: 10px;
	float: left;
}

ul#menu li {
	display: inline;
}

ul#menu a {
	width: 123px;
	height: 130px;
	float: left;
	margin: 0 4px 15px 4px;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background-repeat:no-repeat;
}

a#menu_commander {
	background: url(../design/menu_commander_off.gif);
}

a:hover#menu_commander, #menu_commander.active {
	background: url(../design/menu_commander_on.gif);
}

a#menu_service {
	background: url(../design/menu_service_off.gif);
}

a:hover#menu_service, #menu_service.active {
	background: url(../design/menu_service_on.gif);
}

a#menu_parametre {
	background: url(../design/menu_parametre_off.gif);
}

a:hover#menu_parametre, #menu_parametre.active {
	background: url(../design/menu_parametre_on.gif);
}

a#menu_facture {
	background: url(../design/menu_facture_off.gif);
}

a:hover#menu_facture, #menu_facture.active {
	background: url(../design/menu_facture_on.gif);
}

a#menu_contact {
	background: url(../design/menu_contact_off.gif);
}

a:hover#menu_contact, #menu_contact.active {
	background: url(../design/menu_contact_on.gif);
}

div#messagerie_vide {
	padding-top: 23px;
	margin-left: 40px;
	height: 146px;
	width: 205px;
	background: url(../design/boite_message_vide.gif) top left no-repeat;
	position: absolute;
	top: 435px;
}

div#messagerie {
	padding-top: 23px;
	margin-left: 40px;
	height: 23px;
	background: url(../design/boite_message_haut.gif) top left no-repeat;
	position: absolute;
	top: 157px;
}

div#bas_messagerie {
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 40px;
	width: 204px;
	background: url(../design/boite_message_bas.gif) bottom left no-repeat;

}

div#messagerie2 {
	padding-top: 23px;
	margin-left: 40px;
	height: 23px;
	background: url(../design/boite_message_haut.gif) top left no-repeat;
	position: absolute;
	top: 165px;
}

div#bas_messagerie2 {
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 40px;
	width: 204px;
	background: url(../design/boite_message_bas.gif) bottom left no-repeat;
}

div#menu_pole {
	padding-top: 22px;
	margin-left: 40px;
	padding-right: 50px;
	float: left;
	width: 204px;
	position: absolute;
	top: 170px;
}

div#contenu {
	padding-left: 0px;
	float: right;
	width: 700px;
	padding-bottom: 100px;
}

div#contenu2 {
	padding-left: 0px;
	float: left;
	width: 100%;
	padding-bottom: 100px;
}

.boite_paramettre {
	font-size: 11px;
}

.boite_paramettre2 {
	font-size: 12px;
}


