html, body {
	background-color: #e0e4e7;
	margin: 0px;
	padding: 0px;
}

div#page {
	margin: 0px auto;
	width: 820px;
}
div#page div#page-content {
	background: url('../images/page-bg.gif') repeat-y;
	padding: 0px 19px;
}
div#page div#page-content div#agenda-form {
	width: 742px;
	border-left: 1px solid #754345;
	border-right: 1px solid #754345;
	border-bottom: 1px solid #754345;
	padding: 0px 19px 17px 19px;
	background: url('../images/agenda-form-banner.jpg') no-repeat #fff;
	padding-top: 185px;
}
div#page div#bottom {
	height: 16px;
	background: url('../images/page-bottom.jpg.gif') no-repeat #fff;
}

div#page div#agenda-form h1.form-title {
	display: none;
}

div#page div#agenda-form h2 {
	height: 20px;
}
div#page div#agenda-form h2 span {
	display: none;
}
div#page div#agenda-form h2#detail-infos {
	background: url('../images/detail-infos-title.gif') no-repeat;
}
div#page div#agenda-form h2#infos-general {
	background: url('../images/infos-general-title.gif') no-repeat;
}
div#page div#agenda-form h2#programmation {
	background: url('../images/programmation-title.gif') no-repeat;
}
div#page div#agenda-form h2#photos {
	background: url('../images/photos-title.gif') no-repeat;
}
div#page div#agenda-form h2#description {
	background: url('../images/description-title.gif') no-repeat;
}

div#page a {
	cursor: pointer;
	font-weight: bold;
}

div.separator {
	margin-top: 15px;
	border-top: 1px solid #004f93;
	height: 0px;
	overflow: hidden;
}

div.buttons {
	margin-right: 15px;
	text-align: right;
}
div.buttons input {
	cursor: pointer;
}
div.buttons input.reset, div.buttons input.submit, div.buttons input.back {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 88px;
	height: 26px;
	letter-spacing: -1000px;
}
div.buttons input.reset {
	background: url('../images/annuler.gif');
}
div.buttons input.reset:hover {
	background: url('../images/annuler-hover.gif') no-repeat;
}
div.buttons input.submit {
	background: url('../images/valider.gif');
}
div.buttons input.submit:hover {
	background: url('../images/valider-hover.gif') no-repeat;
}
div.buttons input.back {
	background: url('../images/retour.gif');
}
div.buttons input.back:hover {
	background: url('../images/retour-hover.gif') no-repeat;
}

div#intro p {
	margin-top: 10px;
}
div#intro table {
	width: 100%;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #e0e4e7;
}
div#intro table tr th, div#intro table tr td {
	font-weight: bold;
	padding: 1px 0px 1px 30px;
}
div#intro table tr th {
	color: white;
	text-align: left;
	background-color: #004f93;
	padding-top: 9px;
	padding-bottom: 7px;
}
div#intro table tr td {
	color: #004f93;
}
div#intro table tr.odd td {
	background-color: #e0e4e7;
}

div#intro table tr.written td {
	background-color: #d11920;
	color: white;
}
/*
div#intro table tr.issued td {
	background-color: #8f8;
}
div#intro table tr.current td {
	background-color: #88f;
	color: #fff;
	font-weight: bold;
}
*/

div#submitText {
	display: none;
}

div#evenement div#errorDescriptif div.error {
	padding-left: 20px;
	width: 500px;
}
div#evenement div.label, div#evenement div.input {
	margin-top: 5px;
}
div#evenement div.label {
	width: 240px;
}
div#evenement div#lieuAutre {
	display: none;
}
div#evenement select#lieu {
	width: 300px;
}
div#evenement input.text {
	width: 200px;
}
div#evenement input.short {
	width: 40px;
}
div#evenement input.medium {
	width: 100px;
}
div#evenement h2#description {
	width: 160px;
	float: left;
}
div.description-text {
	width: 247px;
	float: left;
}
div.description-text textarea {
	width: 230px;
}
div#evenement textarea.short {
	height: 80px;
}
div#evenement textarea.medium {
	height: 120px;
}
div#evenement div.date {
	width: 400px;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
div#evenement p.dateLabel {
	float: left;
	width: 50px;
}
div#evenement div.dateField {
	float: left;
	width: 350px;
}
div#evenement div.dateFinCheckbox {
	margin-left: 50px;
}
div#evenement div.dateFin {
	display: none;
}
div#evenement a.dateSupp {
	padding-left: 200px;
	padding-bottom: 5px;
}

div#confirm div.label, div#confirm div.input {
	padding-top: 5px;
}
div#confirm div.label {
	width: 400px;
	text-decoration: underline;
}
div#confirm div.input {
	width: 650px;
}
div#confirm div.buttons {
	margin-left: 525px;
}

