/* Choix fm 99,9 l'Acadie country CSS par Jamie Reid <jamie.reid@mbsradio.com> */

/* Set Various Browser Defaults To Something Consistent. Thanks to Eric Meyer */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

a {
	text-decoration: none;
	color: #33E;
}

a:visited {
	text-decoration: none;
	color: #11C;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	background: #eee;
}

body {
	color: black;
	background-image: url('images/bg.jpg');
	/*
	font-family: helvetica, verdana, arial, sans-sarif;
	*/
	font-family: "Bookman Old Style", "Century Schoolbook", "Times New Roman", sarif;
	text-align: center;
}

#pageHolder {
	text-align: left;
	width: 655px;
	margin: 0px auto;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;
	position: relative;
}

#header {
	width: 655px;
	height: 359px;
	background-image: url('images/header.jpg');
	background-repeat: none;
}

#header h1 {
	position: absolute;
	top: -900em;
	left: -900em;
}

#sidebar {
	width: 180px;
	position: absolute;
	top: 185px;
	left: 3px;
}

#menu {
	width: 180px;
	text-align: center;
}

#menu ul li {
	border-collapse: none;
}

#menu ul li.selected a {
	background: #fff;
	color: #b44;
	font-weight: bolder;
}
#menu ul li a {
	display: block;
	text-align: center;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #eef;
	border-bottom: 1px solid #aaa;
}
#menu ul li a:hover {
	background: #fee;
	color: #a33;
	text-decoration: none;
}
#menu ul li a:visited {
	text-decoration: none;
}
#menu ul li a:active {
	text-decoration: none;
}

#ecoutez {
	width: 180px;
	text-align: center;
	margin-top: 30px;
}
#ecoutez a {
	display: block;
	width: 118px;
	height: 62px;
	margin: 0px auto;
	background-image: url('images/ecoutez.jpg');
	background-repeat: none;
}
#ecoutez a span {
	position: absolute;
	top: -999em;
	left: -999em;
}

#decouvertescountry {
	width: 180px;
	text-align: center;
	margin-top: 30px;
}
#decouvertescountry a {
	display: block;
	width: 157px;
	height: 94px;
	margin: 0px auto;
	background-image: url('images/decouvertescountry2.jpg');
	background-repeat: none;
}
#decouvertescountry a span {
	position: absolute;
	top: -999em;
	left: -999em;
}
#vibrationcountry {
	width: 180px;
	text-align: center;
	margin-top: 30px;
}
#vibrationcountry a {
	display: block;
	width: 157px;
	height: 63px;
	margin: 0px auto;
	background-image: url('images/vibrationcountry.jpg');
	background-repeat: none;
}
#vibrationcountry a span {
	position: absolute;
	top: -999em;
	left: -999em;
}

#toucheatlantique {
	width: 180px;
	text-align: center;
	margin-top: 30px;
}
#toucheatlantique a {
	display: block;
	width: 157px;
	height: 85px;
	margin: 0px auto;
	background-image: url('images/touche_atlantique.gif');
	background-repeat: none;
}
#toucheatlantique a span {
	position: absolute;
	top: -999em;
	left: -999em;
}


.sidebarButton {
	width: 180px;
	text-align: center;
	margin-top: 30px;
}

#meteo {
	width: 150px;
	text-align: center;
	display: block;
	margin: 50px auto;
}

#content {
	width: 449px;
	position: relative;
	top: -150px;
	left: 195px;
	font-size: 11pt;
	color: #333;
}
#content h1,h2,h3,h4,h5,h6 {
	font-family: 'century schoolbook', 'bell mt', times, 'times new roman', sarif;
	font-style: italic;
	margin-bottom: 1em;
}
#content h1 {
	font-size: 1.8em;
	margin-top: 1.2em;
}
#content h2 {
	font-size: 1.6em;
	margin-top: 1.2em;
}
#content h3 {
	font-size: 1.3em;
	margin-top: 0.8em;
}
#content h4 {
	font-size: 1.2em;
	margin-top: 0.8em;
	font-family: helvetica, verdana, arial, sans-sarif;
	font-style: normal;
	
}
#content h5, #content h6 {
	font-size: 1.1em;
	margin-top: 0.8em;
}

#content p {
	margin-bottom: 1.5em;
}

#content img {
	margin: 0px auto;
	margin-bottom: 1.5em;
	border: 1px solid #777;
	text-align: center;
	display: block;
	width: 400px;
}



#content img.dj {
	width: 300px;
}

#content em {
	font-style: italic;
}	

#content ol {
	list-style: decimal;
	list-style-position: outside;
}
#content ol li {
	margin-left: 35px;
	margin-top: 5px;
}

#footer {
	width: 655px;
	height: 41px;
	background-image: url('images/footer_bg.jpg');
	background-repeat: none;
}
#copyright {
	width: 469px;
	position: relative;
	left: 190px;
	text-align: center;
	font-size: 0.8em;
}
#copyright p {
	display: inline;
	margin: 0px auto;
	color: #aaa;
}

div.decompte {
	margin-top: 25px;	
}

div.concour {
	margin-top: 25px;
	border-top: 1px solid #ccc;	
	padding-top: 10px;
}



div.photo {
	margin-top: 25px;
	border-top: 1px solid #ccc;	
	padding-top: 10px;
	text-align: center;
}

div.photo p {
	text-align: center;
}

div.content div.photo img {
	width: 0;
	height: 0;
}

div.equipe {
	border-bottom: 1px solid #ddd;
}

label {
	display: block;
	float: none;
}

label span, .birthdate span, .radio span {
	width: 200px;
	display: block;
	float: left;
}

strong.error {
	font-size: smaller;
	color: #A00;
}

p.radio label {
	display: inline;
}
p.radio label input {
	margin: 2px;
}

p.birthdate input {
	width: 40px;
}

strong {
	font-weight: bolder;
}

em {
	font-style: italic;
}

table.decompte {
	width: 440px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.decompte tr,  table.decompte tr td, table.decompte tr th {
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-top: 5px;
}
table.decompte tr {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

table.decompte tr td {
	width: 190px;
}
