/* Browser Basics */

a, img {border: 0; margin:0; padding: 0;}

html, body {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #4a4e66;
}

a, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color : #FFFFFF;
	text-decoration: underline;
}

/* Globals */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.justified {
	text-align: justify;
}

.clear {
	clear: both;
}

.inline {
	display:inline-table;
	margin-top: 5px;
}

.bottommargin {
	margin-bottom: 10px;
}

.topmargin {
	margin-top: 10px;
}

.rightmargin {
	margin-right: 10px;
}

.leftmargin {
	margin-left: 10px;
}

.hidden {
	display: none;
}

.red {
	color: #e80047;
}

.white {
	color: #FFF !important;
}

.ok {
	color: green;
}

.small {
	font-size: 11px;
	color: black;
}

a.blacklink {
	color: #2f376a;
}

/* Home */

#site {
	position: fixed;
	width: 900px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
}

#header {
	width: 100%;
	text-align: center;
	margin: 20px 0 10px 0;
}

#container {
	position: relative;
	width: 774px;
	height: 477px;
	margin: auto;
	background: url(../images/contentbg.jpg);
	border: 1px solid black;
}

#content {
	position: relative;
	width: 774px;
	height: 477px;
	overflow: hidden;
	color: #2f376a;
}

#content a {
	color: #2f376a;
}

#carousel {
	width: 100%;
	height: 100%;
}

.contentcontainer {
	position: relative;
	width: 754px;
	height: 437px;
	padding: 20px 10px 20px 10px;
}

.admincontainer {
	overflow: auto;
	width: 753px;
	height: 437px;
}

.admincontainer a {
	text-decoration: underline;
}

#videocontainer {
	margin: 10px 0 0 8px;
	width: 734px; /* bordure */
	height: 410px;
	border: 1px solid #858585;
	overflow: hidden;
}

#adresse {
	margin-top: 5px;
	text-align: center;
}

#leftarrow {
	position: absolute;
	text-align: right;
	width: 20px;
	height: 20px;
	top: 228px;
	left: -24px;
	font-size: 17px;
}

#currentsection {
	position: absolute;
	text-align: right;
	width: 105px;
	height: 30px;
	top: 227px;
	left: -125px;
	font-size: 17px;
}

#sections {
	position: absolute;
	text-align: left;
	width: 105px;
	height: 30px;
	top: 120px;
	right: -125px;
	font-size: 17px;
	cursor: pointer;
}

.zoom {
	position: absolute;
	top : 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 997;
	cursor: pointer;
}

.zoomimage {
	position: absolute;
	top : 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding-top: 19px;
	z-index: 999;
	text-align: center;
	color: white;
}

.zoombackground {
	position: absolute;
	top : 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 998;
	opacity: 0.8;
	background: url(../images/zoombg.jpg);
}

#marquesleft {
	float: left;
	width: 120px;
}

#marquesright {
	float: left;
	width: 623px;
}

.photosupmargin {
	display: block;
	margin-bottom: 20px; 
}

#photoclose {
	position: absolute;
	right: 70px;
	bottom: 35px;
}

.quarterphoto {
	float: left;
	width: 25%;
	height: 110px;
	margin-top: 8px;
	padding-top: 10px;
}

.quarterphoto img {
	border: 1px solid #4e5581;
	cursor: pointer;
}

#photosslideshow {
	position: absolute;
	left: 215px;
	top: 74px;
	z-index: 996;
	text-align: center;
}

#photosslideshow img {
	border: 1px solid #4e5581;
	width: 340px;
}

#boutiquetext {
	position: relative;
	margin-top: 202px;
}

.newstrio {
	margin: 0;
}

.newstrio p {
	margin: 0 10px 0 0;
}

.newscontent {
	position: relative;
	width: 645px;
	height: 127px;
	overflow: hidden;
	margin: 0 auto 10px auto;
	background: url(../images/newsbg.jpg);
	font-size: 14px;
	color: #2f376a;
}

.newscontent a {
	color: #2f376a !important;
}

.newsimage {
	width: 180px;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
}

.newstext {
	text-align: left;
	width: 465px;
	border: 0;
	margin: 0;
	padding: 0;
}

#newsmailtext p {
	display: none;
}

.newsnav {
	margin-bottom: 10px;
}

#newscontainer {
	position: relative;
	height: 411px;
	overflow: hidden;
}

#telechargement {
	display: none;
	position: absolute;
	top: 25px;
	left: 50px;
	width: 630px;
	height: 390px;
	padding: 20px;
	background: url(../images/telechargement.png);
	opacity: 0;
	color: #2f376a;
}

#telechargement table {
	height: 100%;
	width: 100%;
}

#telechargement table td {
	height: 35px;
}

.underlined td {
	border-collapse: collapse;
	border-bottom: 1px solid black;
}

#photo img {
	cursor: pointer;
}

#musiccontainer {
	text-indent: -99px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

#desinscription {
	margin: 0;
	padding: 0;
}
