<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*	Agathos
*	css/main.css
 */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #e6e6e6;
	text-align: center;
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #36f;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: none;
	display: block;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

form#reservation {
	width: 650px;
	margin: 0 auto;
}
input, select, textarea {
	margin-bottom: 6px;
}

input {
	color: #369;
	font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace;
	font-size: 14px;
	border: none;
	border-bottom: 1px dotted #333;
	background-color: #f8f8f8;
	width: 250px;
	vertical-align: top;
}
input.long {
	width: 400px;
}
input.court {
	width: 120px;
}
input.total {
	width: 80px;
	text-align: right;
}
input.nb {
	width: 40px;
	text-align: center;
}
input.coche {
	width: 14px;
	background: transparent;
	border: none;
}
input.bouton {
	width: 120px;
	height: 32px;
	background: #369;
	border: 1px solid #ddd;
	color: #fff;
	text-transform: uppercase;
	margin-top: 6px;	cursor: pointer;
}
input.lecture_seule {
	border-bottom: 2px solid #888;
	color: #333;
	font-weight: bold;
}
input.erreur, textarea.erreur {
	background-color: #fca;
	border: 1px solid #c63;
}
label {
	width: 150px;
	float: left;
	clear: both;
}
label.requis {
	color: #c63;
	font-weight: bold;
}
fieldset div.champ {
	line-height: 18px;
}
.separateur {
	height: 12px;
	border-bottom: 1px solid #ccc;
}

div.une_ligne {
	clear: both;
}
div.une_ligne label {
	clear: none;
}
div.une_ligne input {
	width: 120px;
	float: left;
	margin-right: 10px;
}
textarea {
	color: #369;
	font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace;
	font-size: 14px;
	border: none;
	background-color: #f8f8f8;
	width: 400px;
	vertical-align: top;
}

#page {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding-bottom: 10px;
}
#header {
	width: 100%;
	height: 120px;
	text-align: center;
}
#corps_de_page {
	width: 650px;
	margin: 20px auto 0 auto;
}
#msg {
	padding: 10px;
	background-color: #fca;
	border: 2px dashed #c63;
	margin: 10px 0;
	display: none;
	color: #c63;
	font-weight: bold;
	text-align: center;
}
.ajouter_ligne, .supprimer_ligne {
	font-size: 11px;
	color: #888;
	float: right;
	display: inline;
	line-height: 36px;
	clear: right;
}
.ajouter_ligne a, .supprimer_ligne a {
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #36f;
}
.lettrine {
	font-size: 18px;
	font-weight: bold;
	color: #369;
}
table.liste_prestations td.semaines {
	padding-left: 10px;
}
.remarque {
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	display: block;
	font-style: italic;
}
#liste_sejours div.champ {
	padding: 3px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin-bottom: 4px;
}</pre></body></html>