@import url("reset.css");

body {
	font: 62.5% Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	background: url(images/body_bg.jpg) repeat-y left;
	color: #393939;
	padding-bottom: 89px;
}

h1 a {
	display: block;
	background: url(images/avem_logo.jpg) no-repeat;
	width: 270px;
	height: 200px;
	overflow: hidden;
	text-indent: -9999px;
}

#navigation {
	background: url(images/nav_bg.jpg) no-repeat;
	width: 270px;
	float: left;
	height: 580px;
}

#navigation #menu li {
	font-size: 1.5em;
	text-align: right;
}

#navigation #menu li a {
	text-decoration: none;
	color: #393939;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Futura, "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 10px;
}

#navigation #menu li a:hover, #navigation #menu li a.active {
	background: url(images/nav_hover.png) repeat-y right;
	color: #224fce;
}

#mainContent {
	margin-left: 270px;
	background: url(images/content_bg.jpg) no-repeat;
	min-height: 520px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 35px;
}

h2 {
	font-size: 2.4em;
	letter-spacing: .13em;
	margin-bottom: .5em;
	font-family: Futura, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2:first-letter {
	color: #e25ba5;
}

h3 {
	font-size: 2em;
	letter-spacing: .13em;
	margin-bottom: .2em;
}

h3:first-letter {
	color: #3a9e78;
}

p {
	font-size: 1.4em;
	margin-bottom: 1em;
	line-height: 1.6em;
}

#mainContent a:link {
	color: #e25ba5;
}

#mainContent a:visited {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#mainContent a:hover {
	text-decoration: none;
	color: #1ba3cb;
}

#languageSelect {
	text-align: right;
	font-family: Futura, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	position: absolute;
	right: 21px;
	top: 9px;
}

#languageSelect a {
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	color: #7387cb !important;
}

#languageSelect a:hover {
	color: #5d6faa !important;
}

.directeurs img {
	float: left;
	border: 1px solid #3aa6b4;
	padding: 2px;
	margin-right: 10px;
}

#sidebar {
	width: 221px;
	position: absolute;
	top: 47px;
	right: 20px;
	background: url(images/sidebarBottom.jpg) no-repeat left bottom;
	padding-bottom: 88px;
}

#sidebar h4 {
	background: url(images/sidebarTop.jpg) no-repeat -1px 0;
	padding: 40px 10px 5px;
	color: white;
	font: 1.4em Futura, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar .sidebarTop {
	background: url(images/sidebarTop.jpg) no-repeat;
	height: 53px;
	display: block;
}

#sidebar .sidebarContent {
	background: url(images/sidebarBody.jpg) repeat-y;
	padding-left: 1px;
}

#sidebar object {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar p {
	background-color: rgba(255,255,255,0.7);
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

p.pixelcharge a {
	display: block;
	overflow: hidden;
	background: url(images/pixelchargeLogo.jpg) no-repeat;
	height: 64px;
	width: 150px;
	text-indent: -9999px;
	margin-left: auto;
	margin-top: 89px;
}

.avemFestival #mainContent, .festival2010 #mainContent, .kidsCorner #mainContent {
	padding-right: 255px;
}

form label {
	float: left;
	clear: left;
	text-align: right;
	width: 109px;
	font-size: 1.4em;
	margin-right: 11px;
}

form fieldset.gender {
	padding-left: 76px;
	margin-bottom: 11px;
}

form fieldset.gender input, form fieldset.gender label {
	float: none;
}

form input, form textarea {
	float: left;
	border: 1px solid #3cadd9;
	margin-bottom: 8px;
}

form input:focus, form textarea:focus {
	background-color: #dffaff;
}

form fieldset.submit {
	padding-left: 120px;
}

form fieldset.submit input {
	background-color: #3cadd9;
	border: 1px solid #236a85;
	color: white;
	cursor: pointer;
	margin-right: 12px;
}

form fieldset.submit input:hover {
	background-color: #87bed7;
	border-color: #648ea3;
}

