body {
	background-color: #baa07a;
	color: #745f3a;
	text-align: center;
	margin: 0;
	font-family: Arial, Heletica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
img.align_right {
	float: right;
}
img.align_left {
	float: left;
}
#left img {
	margin: 3px;
}
.large {
	font-size: 12px;
}
.xlarge {
	font-size: 14px;
}

#content {
	position: relative;
	width: 850px;
	top: 0px;
	background: url('interface/bg_main.png') repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

#top {
	position: absolute;
	left: 9px;
	right: 214px;
	height: 95px;
}

#links {
	position: absolute;
	left: 0;
	right: 0;
	top: 95px;
	padding: 0;
}

#links p {
	padding: 0;
	margin: 0;
	background: url('interface/bas_links.png') no-repeat left top;
	height: 12px;
	width: 617px;
	margin-left: 9px;
}

#links table td.coin_gauche {
	background: url('interface/retourhome1.png') no-repeat left top;
	width: 26px;
	padding: 0;
	border: 0;
}

#links table {
	font-size: 12px;
	font-weight: bold;
	width: 617px;
	margin: 0;
	margin-left: 9px;
}

#links table td {
	background-image: url('interface/end_link.gif');
	background-position : right top;
	background-repeat : no-repeat;
	margin: 0;
	padding: 0 10px;
	height: 21px;
	border-bottom: 1px dotted white;
}

td.selected {
	background-color: #fefade;
}
td.onglet, #links table td.coin_gauche, #links p {
	background-color: #6a5331;
}
td.onglet_hover, td.selected_hover  {
	background-color: #e8a210;
}

#links table td a:link, #links table td a:visited {
	color: white;
	text-decoration: none;
	display: block;
}

#links table td.selected a:link, #links table td.selected a:visited {
	color: black;
}

#right {
	/*position: absolute;
	top: 0;
	right: 17px;*/
	float: right;
	margin-right: 17px;
	width: 207px;
	background-image: url('interface/bg_right.png');
	background-repeat: repeat-y;
	background-color: #e0d5ba;
	padding: 0;
}

#legende_cal {
	margin: 5px 0;
	padding: 0 5px;
}

#ZoneCal  {
	margin: 10px 0 0 5px;
}

#ZoneCal table {
	position: relative;
	background-color: #fefade;
	font-size: 11px;
	text-align: left;
	width: 190px;
	margin : 0 auto;
}

#ZoneCal table td {
	border-bottom: 1px solid #e0d5bc;
	padding: 2px 4px;
}

#ZoneCal table td.jour {
	background-color : #d1b683;
	color : #6a5331;
	font-weight: bold;
	border : 0;
	height: 22px;
}

#ZoneCal table td.heure {
	color : #ce8b00;
	font-weight: bold;
	width: 40px;
	border-left: 1px solid #e0d5bc;
	border-right: 1px solid #e0d5bc;
	text-align: center;
}

#ZoneCal table td.titre_o {
	color : #d1b683;
	text-align: center;
	font-weight: bold;
}


#left {
	padding-top: 130px;
	padding-left: 40px;
	margin-right: 235px;
	min-height: 500px;
}

#left table#secondaire  {
	width: 570px; /* Merci IE6 */
	margin: auto;
	font-size: 11px; /* Merci IE6 */
}

#left table#secondaire td {
	border: none;  /* pour remettre les pointillés : 1px dashed #7c7265; */
	padding: 5px;
	width: 50%;
}

#left a, #left a:visited, #contact a, #contact a:visited {
	color : #faa900;
}
#left a:hover, #contact a:hover {
	color : #56462c;
	background-color: #e9e7d9;
	text-decoration: none;
}

#bottom {
	background: url('interface/separateur.gif') top center no-repeat;
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
}

div#not_ie6 { display: none; }

form#ZoneLogin {
	width: 400px; 
	height: 200px; 
	background: url('interface/login.gif') no-repeat left top; 
	margin: 0 auto;
}
form#ZoneLogin div {
	padding: 60px 40px;
	font-weight: bold;
	color: white;
}
form#ZoneLogin p {
	height: 25px;
}
form#ZoneLogin input {
	border: 1px solid #CCC;
}
form#ZoneLogin #OK {
	border: 0;
	width: 110px;
	margin-left: 230px;
	height: 40px;
}
