/* Start of CMSMS style sheet 'Freeson_general' */
body {
	background: url(images/bg_general.jpg) repeat-y;
	background-color: #06618e;	
}
#body {
	margin: 0;
	margin-left: 50%;
	padding: 0;
	font-family: Arial,sans-serif;
	font-size:12px;
}

#body h1,#body h2,#body h3 {
color: #fff;
font-family: Arial,sans-serif;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size: 14px;
}

a {
	color:#ddd;
	text-decoration:none;
}

a:hover {
	color:#aaa;
	text-decoration:none;
}


a img {
	border:1px solid transparent;
}

a:hover img {
	border: 1px solid white;
}

#container {
	margin-left:-490px;
	width: 980px;
	height: 500px;
	color: #fff;
}

#header {
	float:left;
	width: 100%;
	margin-top: 10px;
	height: 80px;
}

#title {
	position:absolute;
	top: 10px;
	left:22%;
	background: url(images/freeson_title.png) no-repeat;
	width:274px;
	height:66px;
}

#subtitle {
	position:absolute;
	top: 30px;
	left: 42%;
	background: url(images/freeson_subtitle.png) no-repeat;
	width: 424px;
	height: 74px;
}

#menu {
	float: left;
	width:100%;
	height: 20px;
	background: url(images/bg_content.png);
	margin: 5px 0px 15px;
	font-size: 16px;
}

#content {
	float:left;
	width:760px;
	background: url(images/bg_content.png);
	padding: 10px;
	min-height: 400px;
	max-height: 1000px;
	overflow: auto;
	margin-bottom: 10px;
position: relative;
}

#right {
	float: left;
	width: 160px;
	min-height: 150px;
	padding: 10px;
	margin-left: 20px;
	background: url(images/bg_content.png);
}

#footer {
	float:left;
	width: 100%;
	background: #000;
}

/*----------------- Global -----------------*/
.left {
	float:left;
}

.float_right {
	float:right;
	margin-right: 40px;
}

.float_left_margin {
	float:left;
	margin-left: 150px;
}

/*----------------- MENU -------------------*/
#menuwrapper ul {
	display: inline;
}

#menuwrapper li {
	display: inline;
	margin: 0 8px;
}


/*---------------- NEWS -----------------------*/
.NewsSummaryLink, #NewsPostDetailTitle {
	font-size:14px;
	margin: 20px 0 2px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}

.NewsSummaryPostdate, #NewsPostDetailDate {
	font-style: italic;
}

.EventsSummaryLink {
	font-size: 14px;
	margin: 2px 0;
	padding: 0;
	border: none;
	color: #99CCFF;
	font-weight:bold;
}

/*---------------- SPECTACLE ----------------------*/

.affiche {
	width: 400px;
	float:left;
}

.sponsors {
	float:left;
	width: 700px;
	margin: 10px 30px;
}

/*.sponsors a {
	float:left;
	margin: 5px 10px;
	min-height: 59px;
}*/

.sponsorsItem {
	float:left;
	margin: 5px 10px;
	min-height: 62px;
}

/*---------------- GALLERY --------------------*/
div.gallery div.img {
	margin: 10px
}

/*---------------- CONTACT -----------------------*/
.address {
	float:left;
	margin: 2px 120px;
}
/* End of 'Freeson_general' */

