body
{
	font-family: Arial, Helvetica, serif;
	font-size: small;
	width: 1000px;
	margin: auto;
	margin-bottom: 20px;
	background: url("background.png");
}

a
{
	text-decoration: none;
}

#date
{
	text-align: right;
	font-size: x-small;
	color: #515b98;
	margin: 0px;
	padding: 0px;
}


/*Haut*/

#haut
{
	background: url("banniere.png") no-repeat;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#haut h1
{
	text-align: left;
	font-style: italic;
	font-size: large;
	color: #515b98;
	padding: 40px 150px;
	margin: 0px;
}


/*Menu*/

#menu
{
	background: url("menu.png");
	height: 25px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}

#menu a, #menu div

{
	margin-left: 20px;
	line-height: 25px;
	vertical-align: middle;
	float: left;
	color: #FFFFFF;
}

#menu input, #menu label, #menu select
{
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

#menu-retry
{
	background: url("menu-sep.png") no-repeat;
	padding-left: 20px;
	font-style: italic;
}

#menu-deco
{
	background: url("menu.png");
	height: 25px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
}

#menu-deco a
{
	line-height: 25px;
	vertical-align: middle;
	color: #FFFFFF;
}

#menu a
{
	background: url("menu-bouton.png") no-repeat;
	text-align: center;
	width: 100px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	padding: 0px;
	display: block;
}

#menu-deco a
{
	background: url("menu-bouton-deco.png") no-repeat;
	text-align: center;
	width: 100px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu a:hover
{
	background: url("menu-bouton2.png") no-repeat;
}

#menu-deco a:hover
{
	background: url("menu-bouton-deco2.png") no-repeat;
}

.button-login
{
	width: 20px;
	height: 20px;
	background: url("login.png") no-repeat;
	border: none;
	cursor: pointer;
}

.button-login:hover
{
	background: url("login2.png") no-repeat top;
}

#menu2
{
	background: url("menu2.png");
	height: 25px;
	padding: 3px 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	clear: left;
}

#menusite
{
	background: url("menu2.png");
	height: 25px;
	padding: 3px 0px;
	margin: 0px;
	color: #fc006f;
	font-weight: bold;
	text-align: center;
	clear: left;
}

#menu2 span
{
	vertical-align: middle;
	margin: 0px 20px;
}

#menu2 a
{
	color: #515b98;
}

#menu2 a:hover
{
	color: #fc006f;
}

#menu2 a:active
{
	color: #fc006f;
}


/*Adresses*/

#adresse h1
{
	text-align: center;
	font-size: large;
	color: #515b98;
}

#adresse table
{
	margin: auto;
	border-collapse: separate;
	font-size: small;
	border-spacing: 20px;
}

#adresse td
{
	vertical-align: top;
	width: 200px;
	padding: 20px;
	border: dashed 1px #515b98;
}

.td_unlocked
{
	-webkit-border-radius:30px;
	background: #515b98;
	color: white;
}

.td_locked
{
	-webkit-border-radius:30px;
	background: #fc006f;
	color: white;
}

.td_unlocked:hover
{
	background-color: #717bb8;
}

.td_locked:hover
{
	background-color: #ff557f;
}

#adresse label, #adresse input
{
	cursor: pointer;
}

#centre
{
	padding-top: 50px;
	clear: left;
}

#centre a
{
	color: #515b98;
	font-weight: bold;
}

#centre a img
{
	border: none;
}

#centre a:hover
{
	color: #fc006f;
}

#centre li
{
	list-style: none;
}

#facture table
{
	margin: auto;
}

#facture td
{
	padding: 0px 50px 50px 50px;
	border: none;
	text-align: left;
}

#national caption, #mobile caption, #international caption, #speciaux caption, #liste_vga caption, #liste_link caption, #liste_sip, #liste_calls caption
{
	padding-bottom: 10px;
	text-align: left;
}

#national table, #mobile table, #international table, #speciaux table, #liste_mob table, #liste_fixe table, #liste_clients table, #liste_vga table, #liste_link table, #liste_sip, #liste_calls table
{
	border-collapse: collapse;
	margin: auto;
	text-align: right;
}

#national td, #mobile td, #international td, #speciaux td, #liste_mob td, #liste_fixe td, #liste_clients td, #liste_vga td, #liste_link td, #liste_sip, #liste_calls td
{
	border: 1px solid #515b98;
	padding-left: 15px;
	padding-right: 15px;
}

#national th, #mobile th, #international th, #speciaux th, #liste_mob th, #liste_fixe th, #liste_clients th, #liste_vga th, #liste_link th, #liste_sip, #liste_calls th
{
	border: 1px solid #515b98;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

#national caption, #mobile caption, #international caption, #speciaux caption, #liste_vga caption, #liste_link caption, #liste_sip, #liste_calls caption
{
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

#stats table
{
	margin: auto;
	border-collapse: collapse;
}

#stats caption
{
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #515b98;
}

#stats td
{
	padding: 0px 25px;
}

#stats td td
{
	padding: 0px;
	width: 110px;
}

#national
{
	margin-top: 50px;
}

#mobile, #liste_mob, #liste_fixe, #liste_clients, #liste_vga, #liste_link, #liste_sip, #liste_calls
{
	margin-top: 50px;
}

#international
{
	margin-top: 50px;
}

#speciaux
{
	margin-top: 50px;
}

#camembert
{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #515b98;
	font-weight: bold;
}

#camembert table
{
	margin: auto;
}

#camembert td
{
	border: 0px;
	text-align: center;
}

#menu-selection table
{
	margin: auto;
}

#menu-selection a
{
	margin: 50px 20px;
	width: 100px;
	height: 100px;
	display: block;
}

#menu-selection-conso
{
	background: url("bouton_conso.png");
}

#menu-selection-conso:hover
{
	background: url("bouton_conso2.png");
}

#menu-recherche-fixe
{
	background: url("bouton_recherche_mob.png");
}

#menu-recherche-fixe:hover
{
	background: url("bouton_recherche_mob2.png");
}

#menu-recherche-mob
{
	background: url("bouton_recherche_mob.png");
}

#menu-recherche-mob:hover
{
	background: url("bouton_recherche_mob2.png");
}

#menu-recherche-nom
{
	background: url("bouton_recherche_mob.png");
}

#menu-recherche-nom:hover
{
	background: url("bouton_recherche_mob2.png");
}

#menu-selection-contrat
{
	background: url("bouton_contrat.png");
}

#menu-selection-contrat:hover
{
	background: url("bouton_contrat2.png");
}

#menu-vga-list
{
	background: url("bouton_recherche_mob.png");
}

#menu-vga-list:hover
{
	background: url("bouton_recherche_mob2.png");
}

#menu-link-list
{
	background: url("bouton_recherche_mob.png");
}

#menu-link-list:hover
{
	background: url("bouton_recherche_mob2.png");
}

#menu-sip-list
{
	background: url("bouton_recherche_mob.png");
}

#menu-sip-list:hover
{
	background: url("bouton_recherche_mob2.png");
}

#menu-selection-modifier-contrat
{
	background: url("bouton_modifier_contrat.png");
}

#menu-selection-modifier-contrat:hover
{
	background: url("bouton_modifier_contrat2.png");
}

#menu-selection-creer
{
	background: url("bouton_creer.png");
}

#menu-selection-creer:hover
{
	background: url("bouton_creer2.png");
}

#menu-selection-creer-contrat
{
	background: url("bouton_creer_contrat.png");
}

#menu-selection-creer-contrat:hover
{
	background: url("bouton_creer_contrat2.png");
}

.titres
{
	font-weight: bold;
}

.conso_chambre
{
	font-weight: bold;
	color: #fc006f;
}

.confirmation_effacement_chambre
{
	font-weight: bold;
	color: #fc006f;
}

.refus_effacement_chambre
{
	font-weight: bold;
	font-size: large;
	color: #fc006f;
}

.confirmation_verrou_chambre
{
	font-weight: bold;
	color: #fc006f;
}

.submit_bleu
{
	color: white;
	border: solid 3px transparent;
	background: #515b98;
}

.submit_rose
{
	color: white;
	border: solid 3px transparent;
	background: #fc006f;
}

.submit_bleu:hover
{
	border: solid 3px #fc006f;
}

.submit_rose:hover
{
	border: solid 3px #515b98;
}

.back_adress
{
	color: white;
	font-size: large;
	border: solid 5px transparent;
	background: #515b98;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.back_adress:hover
{
	border: solid 5px black;
}

.num-tel
{
	width: 90px;
}

.encours_large
{
	font-weight: bold;
	font-size: large;
}

.mob_active
{
	background-color: #00FF00;
}

.mob_terminated
{
	background-color: #FF0000;
}

