body {
    background: #000 url(/images/fond.jpg) no-repeat top center;
    color: #c5c5c5;
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
}

a, a:active, a:hover, a:visited {
    color: #fb3bf3;
    outline: none;
}

.clearer {
    float: none;
    clear: both;
}

strong {
    font-weight: bold;
    color: #fb3bf3;
}
small {
    font-size: 75%;
}

.pink { color: #ff00ea; }
.black { color: black; }
.orange { color: #ffa800; }
.yellow { color: #fff963; }
.blue { color: #02fff0; }

h1, h2, h3, h4 {
	color: white;
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
}
h1 { font-size: 170%;}
h2 { font-size: 140%;}
h3 { font-size: 120%;}
h4 { font-size: 100%;}


#wrapper {
    margin: -28px auto 50px auto;
    width: 950px;
    position: relative;
}

#logo_nuitsblanches {
    position: absolute;
    left: -51px;
    top: -25px;
}
#logo_skibromont {
    position: absolute;
    left: 722px;
    top: 55px;
}

#top_menu, #bottom_snow {
    width: 100%;
    height: 55px;
    text-align: center;
}
#top_menu.home, #bottom_snow  {
}
#top_menu {
   border-top: 5px solid #fff;
}
#top_menu_content {
	width: 900px;
	margin: 0px auto;
}
#top_menu_content a {
	display: block;
	height: 0px;
	overflow: hidden;
}
a#top_menu_calendar {
    width: 120px;
    margin-left: 616px;
    padding-top: 25px;
    background: url(/images/calendar_thumb.gif) top left no-repeat;
}
a#top_menu_newsletter {
    margin-left: 750px;
    width: 151px;
    padding-top: 15px;
    margin-top: -20px;
    background: url(/images/newsletter.gif) top left no-repeat;
}
#top_menu.event a#top_menu_newsletter {
	margin-top: 5px;
}

#footer div {
    font-size: 75%;
    padding-bottom: 20px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .right a {
    display: block;
    position: relative;
    margin-top: -35px;
}