img { border: none; }
.clear { clear: both; }
body
{
	background: url(../images/background.png) repeat-x top;
	margin: 0px;
	font-family: Arial;
}
#wrapper
{
	width: 960px;
	margin: 0px auto;
}
.column { position: relative; float: left; }

/* -- HEADER -- */
#header div.left 	{ width: 470px; }
#header div.right 	{ width: 490px; }

/* -- INFORMATIONS -- */
#informations
{
	background: url(../images/background-infos.png) repeat-x top;
	border: 1px solid #CFCFCF;
	width: 438px;
	height: 158px;
	margin-top: 30px;
	padding: 10px;
	overflow: hidden;
}
#informations div.one
{
	position: relative;
}
#informations div.one a
{ 
	color: #5B5B5B; 
	text-decoration: none;
	display: block;
	height: 115px;
}
#informations div.one a:hover { color: #848080; }
#informations div.one img, .evenement_img
{
	position: relative;
	float: left;
	border: 3px solid white;
	margin: 0px 15px 15px 0px;
}
.evenement_img { border-color: #CCC; }
#informations div.one h3, #galery div.new h3
{
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
#informations div.one p, #galery div.new p
{
	margin: 0px;
	font-size: 12px;
	margin-top: 10px;
}
#informations div.new
{
	overflow: hidden;
	margin-right: 6px;
	margin-bottom: 2px;
}
#informations div.new a 
{ 
	padding: 1px;
	border: 1px solid #CFCFCF;
	display: block;
	color: black; 
	text-decoration: none;
	font-size: 9px;
	height: 24px;
	width: 209px;
	background: white;
}
#informations div.new a:hover  { color: #5B5B5B; }
#informations div.new img 
{
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
}
#informations .on
{
	border: 1px solid #B01414 !important;
	color: #B01414 !important;
}
/* -- GALERY -- */
#galery
{
	overflow: hidden;
	height: 403px;
	position: relative;
}
#galery h1
{
	font-size: 28px;
	color: white;
	text-align: center;
	margin:18px 0px 9px 0px;
}
#galery span.mask
{
	top: 50px;
	height: 360px;
	width: 490px;
	position: absolute;
	z-index: 3;
}
#galery div.images
{
	position: relative;
	z-index: 0;
}
#galery div.images img 
{
	position: absolute;
}
#galery div.new
{
	position: absolute;
	top: 337px;
	z-index: 2;
	width: 435px;
	left: 30px;
	z-index: 4;
}
#galery div.new h3 { font-size: 0.9em; }
#galery div.new p { font-size: 0.7em; margin-top: 3px;}
#galery div.new a
{ 
	color: #5B5B5B; 
	text-decoration: none;
	display: block;
}
/* -- CONTENT -- */
#content, #footer
{
	font: 12px Arial;
	color: #7B7878;
	margin-top: 20px;
}
#content div.left 
{ 
	width: 170px; 

}
#content div.middle 
{ 
	width: 448px; 
	font-size: 0.95em;
	border-left: 1px solid #B01414;
	border-right: 1px solid #B01414;
	padding: 0px 20px 20px 20px;
}
#content div.right 
{ 
	width: 300px; 
	text-align: right;
}
/* -- MENU -- */
#menu a 
{
	color: #888888;
	text-decoration: none;
}
#menu ul { margin: 0px; padding: 0px; }
#menu li { list-style: none; margin: 0px; }


ul#navigation a
{
	text-decoration: none;
	color: #B01414;
	display: block;
	border-bottom: 3px solid white;
	font-size: 1.3em;
	font-weight: bold;
}
ul#navigation li ul a {
	display: block;
	color: #7B7878;
	font-size: 1em;	
	font-weight: normal;
}
ul#navigation a:hover, ul#navigation a.active, a.accordion_toggle_active {	border-bottom: 3px solid #B01414; }
ul#navigation li ul a:hover, ul#navigation li ul a.active { border-bottom: 3px solid white; }

ul#navigation ul 
{ 
	overflow: hidden;
	margin: 10px 0px;
}
/* -- NEWSLETTER -- */
#newsletter { text-align: left; padding: 0px 0px 0px 20px; margin-top: 20px; }
#newsletter h3
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	color: #B01414;
	border-bottom: 3px solid #B01414;
	font-size: 1.3em;
	font-weight: bold;
}
#newsletter .message
{
	border: 2px solid #7B7878;
	color: #7B7878;
	padding: 4px;
	margin-bottom: 4px;
	font-size: 0.9em;
}
#newsletter .field, #newsletter .button
{
	color: #7B7878;
	font-size: 0.9em;
	border: 1px solid #B01414;
	width: 130px;
	margin: 2px 0px;
	padding: 1px;
}
#newsletter .button 
{ 
	width: 75px; 
	background: #B01414;
	color: white;
}
/* -- POSTIT -- */
#postit
{
	border: 12px solid #7B7878;
	position: absolute;
	z-index: 26;
	top: 100px;
	padding: 20px;
	color: #7B7878;
	background: white;
	width: 400px;
	height: 300px;
	left: 460px;
	overflow: hidden;
}
#postit a
{
	color: #7B7878;
	text-decoration: none;
	font-size: 0.9em;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px;
}
/* -- FOOTER -- */
#footer 
{ 
	border-top: 1px solid #8F8C8C;
	font-size: 10px; 
	padding-top: 10px;
}
#footer a { text-decoration: none; color: #7B7878; }
#footer div.left { width: 580px; }
#footer div.right { width: 380px; text-align: right; }
