/* CSS Document */

html, body {
	margin:0;
	height:100%;
	width:100%;
	font-family: 'Nobile', arial, serif;
	font-size:12px;
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
}

body {
	background-image:url(backgrounds/background-1.jpg);
	background-attachment:fixed;
	background-position:30% 0%;
	position:relative;
}

#wrapper {
	/*position:relative;  needed for footer positioning*/
	/*margin:0 auto;  center, not in IE5 */
	width:942px;
	background-color:white;
	min-height:100%;
}

/*#home #wrapper {
	background-color:transparent;
}*/

#menuColumn {
	
	/*
 	width:260px;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	
	float:left;
	
	height:auto !important; /* real browsers */
	/*height:100%;*/ /* IE6: treaded as min-height*/

	/*min-height:100%;*/ /* real browsers */

	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:260px;
	background-color:white;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

#logoText {
	/*font-weight:bold;*/
	font-size:26px;
	font-style:italic;
	padding-top:30px;
}

#menu {
	padding-top:60px;
}

#menu ul {
	list-style:none;
	padding-left:0;	
	margin-left:0;
}
#menu ul li {
	font-size:18px;
	font-weight:normal;
	padding-bottom:20px;
	padding-left:0;
}
#menu ul li ul li {
	font-size:14px;
	font-weight:normal;
	padding-bottom:2px;
}

#menuColumn a {
	text-decoration:none;
	color:inherit;	
}
#menuColumn a:hover {
	text-decoration:none;
	color:#333;
}

#content  {
	padding-left:20px;
	padding-right:20px;
	width:600px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:white;
	text-align:justify;
	margin-left:300px;	
	height:auto !important;  /*real browsers */
	height:100%;  /*IE6: treaded as min-height*/
	min-height:100%; /*real browsers */
}

/*#contentHome {
	margin-left:300px;
	padding-left:20px;
	padding-right:20px;
	width:600px;
	border-top:200px;
	background-color:white;	
	min-height:300px;
}*/

#pageTitle {
	font-size:36px;
	padding-top:30px;
	padding-bottom:0px;
}
/*
#contentHome #pageTitle {
	padding-top:15px;
}*/

.titleMedium {
	font-size:18px;
	border-bottom:1px solid #EEE;
}

.titleSmall {
	font-size:16px;
}
.titleComite {
	font-size:16px;
	font-style:italic;
}

a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

#contactBox input, #contactBox textarea {
	border:1px solid #333;
	width:350px;	
}
#contactBox input#envoyer {
	width:100px;	
}

#inscriptionBox input, #inscriptionBox textarea {
	border:1px solid #666;
	background-color:white;	
}

#commercants {
	background-image:url(backgrounds/background-1.jpg);
	background-attachment:fixed;
	background-position:30% 0%;
}

#qui-sommes-nous {
	background-image:url(backgrounds/background-2.jpg);
	background-attachment:fixed;
	background-position:50% 50%;
}
#concerts {
	background-image:url(backgrounds/background-3.jpg);
	background-attachment:fixed;
	background-position:50% 50%;
}
#marche-noel {
	background-image:url(backgrounds/background-4.jpg);
	background-attachment:fixed;
	background-position:50% 50%;
}
#quai-dart {
	background-image:url(backgrounds/background-7.jpg);
	background-attachment:fixed;
	background-position:50% 50%;
}
#comite-statuts {
	background-image:url(backgrounds/background-5.jpg);
	background-attachment:fixed;
	background-position:50% 50%;
}
#vide-grenier {
	background-image:url(backgrounds/background-6.jpg);
	background-attachment:fixed;
	background-position:50% 50%;
}
#lumignons {
	background-image:url(backgrounds/background-8.jpg);
	background-attachment:fixed;
	background-position:50% 50%;
}
#patinoire {
	background-image:url(backgrounds/background-9.jpg);
	background-attachment:fixed;
	background-position:50% 50%;
}
