body {
        FONT-SIZE: 12px;
        FONT-FAMILY: Arial;
		background:url(img/bkg.jpg);
}

TD {
        FONT-SIZE: 12px;
                FONT-FAMILY: Arial;
}

.title {
                FONT-SIZE: 18px;
                FONT-FAMILY: Arial;
                text-decoration: none;
                FONT-WEIGHT: bold;
}

.title2 {
                FONT-SIZE: 14px;
                FONT-FAMILY: Arial;
                text-decoration: none;
                FONT-WEIGHT: bold;
}

a.link1 {
                FONT-SIZE: 13px;
                text-decoration: none;
                color: #B91220;
                FONT-WEIGHT: bold;
}

a.link1:hover {
                FONT-SIZE: 13px;
                text-decoration: underline;
                color: #B91220;
                FONT-WEIGHT: bold;
}

a.link2 {
                FONT-SIZE: 13px;
                text-decoration: underline;
                color: #000000;
}

a.link2:hover {
                FONT-SIZE: 13px;
                text-decoration: underline;
                color: #FF0000;
}

a.link3 {
                text-decoration: underline;
                color: #FFFFFF;
        FONT-WEIGHT: bold;
}
a.link4 {
		color : #000000;
}
a.link4:hover {
		color : #FFFFFF;
}

a {
                text-decoration: none;
                color: #000000;
}

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

.titre {
                COLOR: #0000CC;
        FONT-WEIGHT: bold;
}

.titre2 {
                color: #FFFFFF;
        FONT-WEIGHT: bold;
}

.option {
        FONT-WEIGHT: bold;
                FONT-SIZE: 12px;
                COLOR: #000000;
                FONT-FAMILY: Arial, Helvetica, sans-serif;
                TEXT-DECORATION: none;
}

div.tab {
                border-right: thick #848CFF;
}
#principal{
	position:absolute;
	left:50%;
	margin-left:-440px;
	width:880px;
}
#header{
	height:167px;
	margin-bottom:8px;
}
a img{
	border:0;
}
.lien{
	text-align:right;
}
.mentions{
	color:#FFFFFF;
	margin-right:30px;
}
.lien img{
	margin-left:10px;
}
#header h1{
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	padding:0;
	margin:87px 0 5px 0;
}
.skiset{
	display:block;
	position:absolute;
	height:82px;
	width:70px;
	top:55px;
	left:680px;
}
.menu{
	clear:both;
	background:url(./img/menu.png);
	height:22px;
	margin:0;
	list-style-type:none;
	font-weight:bold;
	width:820px;
	padding:5px 0 0 60px;
}
.menu li{
	float:left;
	width:195px;
	padding-left:15px;
	margin:0;
}
.menu li.last{
	width:100px;
}
h2{
	font-size:13pt;
}
h3{
	font-size:12pt;
}
.menu_resa{
	margin:0;
	text-align:center;
}

/* Calendrier */

.ds_box {
        background-color: #FFF;
        border: 1px solid #000;
        position: absolute;
        z-index: 32767;
}

.ds_tbl {
        background-color: #FFF;
}

.ds_head {
        background-color: #333;
        color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
}

.ds_subhead {
        background-color: #CCC;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        width: 32px;
}

.ds_cell {
        background-color: #EEE;
        color: #000;
        font-size: 13px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px;
        cursor: pointer;
}

.ds_cell:hover {
        background-color: #F3F3F3;
}
 
