body {
	font: 1em Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: .8em;
	font-weight: normal;
	padding: 1em;
}
h4 {
	font-size: .8em;
	font-weight: normal;
	text-align: center;
}
h4 a {
	color: #666;
	margin-right: 1em;
}
a {
	color: #336633;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}
table {
	background-color: #fff;
	border-style: none;
}
dfn {
	cursor: help;
	color: #333333;
	font-style: italic;
}
small {
	color: #999999;
	font-size: .9em;
}
cite {
	color: #336600;
	font-size: .9em;
	font-style: normal;
}

a samp {
	display: block;
	margin-top: 1em;
	font-size: 1.2em;
	text-decoration: underline;
}

input, textarea {
	border: 1px outset #cccccc;
	background: #f5f5f5;
	font-family: Courier, mono;
	margin: .2em;
}
select, option {
	border: outset 1px #cccccc;
	border-spacing: 0px;
	margin: 0px;
	height: 1.1em;
	font-family: Courier, mono;
}
textarea {
	font-size: 1em;
}
input:focus, textarea:focus, select:focus {
	background: #c5e4c7;
	color: #990000;
	border: 1px outset #336699;
}
.buttons {
	background: #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
}
.sent {
	color: #006600;
}
.error {
	color: #cc0000;
}
.disable {
	color: #666;
}
.tool {
	border-bottom: 1px solid #ccc;
}
#container {
	width: 740px;
	border: 1px solid #333333;
	background: #f7f7f7 no-repeat right bottom url(../images/logo_admindinale.gif);
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 3em;
}

#container h1 {
	text-align: center;
	color: #cc0000;
	font-size: 1.2em;
}

#container h2 {
	text-align: center;
	color: #666666;
	font-size: .8em;
}
#container h3 {
	text-align: center;
	color: #ffffff;
	font-size: .7em;
	font-weight: bold;
	background: #060;
	padding-top: .2em;
	padding-bottom: .4em;
}
#container h3 a{
	color: #fc0;
	text-decoration: none;
}
#container h3 a:hover{
	color: #fff;
	text-decoration: none;
}

#container hr{
	color: #336699;
	background: #339966;
	border-color: #336699;
}
#container img {
	border-style: none;
}

#container table {
	text-align: center;
	font-size: .8em;
	width: 99%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}

#container table thead, #container table tfoot {
	color: #fff;
	background: #060;
	font-weight: normal;
}

#container th {
	font-weight: normal;
	border-style: none;
	border-spacing: 0px;
}
#container th.admin {
	font-weight: normal;
	background: #999;
}
#container th a {
	font-weight: bold;
	color: #fc0;
	text-decoration: none;
}
#container th a:hover {
	color: #fff;
}
#container td {
	border-bottom: 1px dotted #e7e7e7;
}
#container td.admin {
	background: #999;
	border-bottom: 1px solid #ababab;
}

#editUser td{
	text-align: left;
	border: none;
	color: #333333;
}
#editUser th, #detailUser th{
	text-align: right;
	color: #333333;
}
#detailUser {
	border: none;
	border-bottom: 1px solid #cccccc;
}
#detailUser td {
	width: 70%;
	text-align: left;
	border: none;
	color: #000;
	font-family: Courier, mono;
}
#eraseUser {
	text-align: center;
}
#photoUser {
	margin-top: 10px;
	text-align: center;
}
#photoUser img {
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

#optionAdmin, #confirm {
	text-align: center;
}
ul#selectType {
	font-size: .8em;
	text-align: left;
	list-style: none;
}
.guideMail {
	margin-top: 10px;
	margin-bottom: 20px;
}
