body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-color: #9B3342;
	background-image: url(img/lotus-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
a {
	color: #F90;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
strong {
	color: #FFDC93;
}

.highlight {
	font-weight: bold;
	color: #FC0;
	line-height: 18px;
}
.infos {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFDC93;
	border-bottom-color: #FFDC93;
	padding: 8px;
}
.nalanda {
	font-size: 18px;
	color: #FFDC93;
}


#header {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	height: 190px;
	background-color: #603;
}
#header h1, #header h2 {
	display: none;
}
#headerNav {
	height: 100px;
	width: 400px;
	text-align: right;
	position: absolute;
	top: 22px;
	left: 480px;
}
#headerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headerNav a {
	line-height: 28px;
	color: #FC0;
	font-size: 16px;
	text-decoration: none;
	padding: 4px;
}
#headerNav a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #B63E27;
}
#main {
	margin-left: 90px;
	margin-top: 30px;
	float: left;
	clear: both;
}
#illu img {
	border: 4px solid #B63E27;
}
#illu .legende {
	font-size: 11px;
	color: #FFDC93;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
	text-align: center;
}
#content {
	width: 400px;
	float: left;
	line-height: 20px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFDC93;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B63E27;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 32px;
}
#content h2 {
	font-size: 12px;
}
#subnav #bloc {
	padding: 4px;
	border: 1px solid #FFDC93;
}


#right {
	float: left;
	width: 368px;
	margin-left: 30px;
}
#subnav {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B63E27;
	border-bottom-color: #B63E27;
	margin-top: 30px;
}

#prog {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B63E27;
}
#prog a {
	color: #FC0;
	padding: 4px;
	text-decoration: none;
}
#prog a:hover {
	color: #FFF;
	padding: 4px;
	background-color: #603;
}
#prog .mois {
	font-size: 18px;
	color: #FFDC93;
	text-transform: uppercase;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B63E27;
	margin-top: 30px;
	clear: both;
	float: left;
	color: #FFDC93;
	font-size: 11px;
	margin-left: 80px;
	width: 790px;
	padding: 10px;
}
