/*CSS RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

a {
	outline: 0;
	text-decoration: none;
	color: inherit;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

p {
	padding-bottom: 13px;
}

body {
	background: url('/img/bgTopBar.jpg') top left repeat-x black;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}


#topBarContent {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	height: 26px;
	width:  930px;
	padding-top: 2px;
	margin: auto;
}

#timer {
	 float: left; 
	 text-align: left;
	 width: 480px;
}

#urlSite {
	float: left; 
	text-align: right;
	width: 450px;
}

#background {
	position: absolute;
	left: 50%;
	margin-left: -754px;
	width: 1509px;
	height: 628px;
	background: url('/img/bgTop.jpg') top left no-repeat;
	z-index: -3;
}

#backgroundTraces {
	position: absolute;
	top: 660px;
	height: 320px;
	width: 100%;
	background: url('/img/bgTraces.png') top left repeat-x black;
	z-index: -1;
}

#all {
	width: 930px;
	text-align: center;
	margin: auto;
}

#header {
	height: 104px;
	width:  930px;
	margin: auto;
}

#logo {
	float: left;
	width: 600px;
	text-align: left;
	padding-top: 15px;
}

#logoRight, #logoRight2 {
	float: left;
	text-align: right;
	width: 329px;
	padding-top: -22px;
	color: #c42b20;
}

#menu {
	height: 25px;
	width: 930px;
	margin: auto;
	text-align: center;
}

#menuAccueil, #menuPhotos, #menuCalendrier, #menuCommuniques, #menuReglements, #menuContact {
	display: block;
	height: 25px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -8000px;
	margin-left: -8px;
	outline: 0;
	border: 0;
}

#menuAccueil {
	width: 123px;
	margin-left: 0px;
	background: url('/img/menu-accueil-n.png') top left no-repeat;
}
#menuAccueil:hover {
	background: url('/img/menu-accueil-h.png') top left no-repeat;
}

#menuPhotos {
	width: 218px;
	background: url('/img/menu-photo-video-n.png') top left no-repeat;
}
#menuPhotos:hover {
	background: url('/img/menu-photo-video-h.png') top left no-repeat;
}

#menuCalendrier {
	width: 170px;
	background: url('/img/menu-calendrier-n.png') top left no-repeat;
}
#menuCalendrier:hover {
	background: url('/img/menu-calendrier-h.png') top left no-repeat;
}

#menuCommuniques {
	width: 168px;
	background: url('/img/menu-communiques-n.png') top left no-repeat;
}
#menuCommuniques:hover {
	background: url('/img/menu-communiques-h.png') top left no-repeat;
}

#menuReglements {
	width: 169px;
	background: url('/img/menu-reglements-n.png') top left no-repeat;
}
#menuReglements:hover {
	background: url('/img/menu-reglements-h.png') top left no-repeat;
}

#menuContact {
	width: 120px;
	background: url('/img/menu-contact-n.png') top left no-repeat;
}
#menuContact:hover {
	background: url('/img/menu-contact-h.png') top left no-repeat;
}

#contenu {
	width: 930px;
	margin: auto;
}

#popupPromo, #popupLocation, #popupAlertDebut, #popupBilletsGratuits {
	display: none;
}

.bgOpaque {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/overlay.png') top left repeat;
}

.popup {
	position: absolute;
	top: 160px;
	left: 50%;
	width: 934px;
	margin-left: -467px;
}

.popupHover {
	background: url('../img/popup_header.png') top left no-repeat;
	height: 108px;
}

.popupTitre {
	text-align: center;
	padding-top: 18px;
}

.popupContent {
	background: url('../img/popup_content.png') top left repeat-y;
}

.popupContent2 {
	width: 622px;
	color: black;
	margin: auto;
}

.popupFooter {
	background: url('../img/popup_footer.png') bottom left no-repeat;
	height: 18px;
}

#popupBilletsGratuits .popupContent2 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #0086FF;
}

#popupBilletsGratuits .popupContent2 label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-left: 100px;
	margin-right: 10px;
}

#popupBilletsGratuits .popupContent2 p {
	text-align: left;
	
}

#footer {
	padding-top: 10px;
	width: 910px;
	margin: auto;
}

#footerPromos li {
	float: left;
	text-align: left;
	width: 225px;
	cursor: pointer;
}

#footerPromos li.last {
	padding-top: 4px;
	width: auto;
	float: none;
}

#footerND {
	text-align: right;
	padding-top: 15px;
	font-style: italic;
	font-weight: bold;
}

.preload {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#msg {
	display: none;
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -470px;
	height: 23px;
	background: #fff;
	border: 1px solid black;
	border-top: 0;
	text-align: center;
	padding-top: 7px;
	width: 940px;
	color: green;
	font-weight: bold;
}

#msg_disp {
	width: 940px;
	text-align: right;
	position: absolute;
	top: 12px;
	font-weight: normal;
	color: #aaa;
	font-size: 11px;
}
