/* CSS Document */

body, table, td, div, fieldset, form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
}

html {
	height:100%;
}

body {
	height:100%;
	background-color:#90b0bf;
}

a:active,a:focus {
	outline:none;
}

div#alerteNeige {
	width: 100%;
	height: 100%;
}

/*
div#ombreGaucheBanniere {
	position:relative;
	margin-left:-10px;
	margin-bottom:-60px;
	width:10px;
	height:60px;

	background-image:url(../images/ombre-gauche-banniere.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

div#ombreDroiteBanniere {
	position:absolute;
	top:0px;
	width:10px;
	height:60px;

	background-image:url(../images/ombre-droite-banniere.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
*/

/* Intégration temporaire de backgrounds pour le 50e anniversaire */
div#ombreGaucheBanniere {
	position:relative;
	margin-left:-336px;
	margin-bottom:-751px;
	width:336px;
	height:751px;

	/*background-image:url(../images/backgrounds-50e/left1.jpg);*/
	background-position:top right;
	background-repeat:repeat-y;
}

div#ombreDroiteBanniere {
	position:absolute;
	top:0px;
	width:328px;
	height:801px;

	/*background-image:url(../images/backgrounds-50e/right1.jpg);*/
	background-position:top left;
	background-repeat:repeat-y;
}


div#fondGauche {
	background-image:url(../images/fond-gauche.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;

	width:100%;
	height:308px;
}

div#fondDroite {
	background-image:url(../images/fond-droite.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	
	width:100%;
	height:308px;
}

td#ombreGauche {
	background-image:url(../images/ombre-gauche.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

td#ombreDroite {
	background-image:url(../images/ombre-droite.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

td#interface {
	background-color: #eadfc9;
}

a img {
	border:none;
}

#header {
	text-align: center;
	width:719px;
	height: 182px;
}

#header #menu {
	padding-top: 9px;
	height: 32px;	
	background-image:url(../images/menu-fond.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#header #banniere {
	height: 150px;
}

#header #banniere p {
	text-align:right;
	padding-right:35px;
	margin-top: -145px;
}

/* Pour les usages qui n'ont pas flash */
#header #banniere a {
	color:#3b333e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#header #banniere a:hover {
	text-decoration: underline;
}

#main {
	width:719px;
}

#main #colGauche {
	float: left;
	width: 513px;
	padding: 7px 9px 7px 9px;
}

#main #colDroite {
	float: left;
	width: 188px;
	padding-top: 7px;
}

#main #contenu {
	background-color: #f5efe4;
	padding: 5px 12px 36px 12px;
	
	background-image:url(../images/bas-contenu.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}

#main #sousMenus {
	background-color: #f5efe4;
	padding: 10px 12px 28px 12px;
	
	background-image:url(../images/bas-sous-menu.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}

#main #sousMenus a {
	display: block;
	color: #abb099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 3px 3px 2px 23px;
	text-decoration: none;
	
	background-color: #ffffff;
	background-image:url(../images/fleche-sous-menu.gif);
	background-position: 5px 4px;
	background-repeat:no-repeat;
}

#main #sousMenus a:hover {
	color: #d1373f;
}

#main #sousMenus a.ouvert {
	color: #d1373f;
}

#main #contenu ul li {
}

#main #contenu a {
	color: #d1373f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#main #contenu a:hover {
	text-decoration: underline;
}

#main #contenu #listeHebergement td table td { color: #ffffff }
#main #contenu #listeHebergement td { padding-right: 10px }
#main #contenu #listeHebergement td.bleu,#main #contenu #listeHebergement2 td.bleu { background-color: #0f8299; }
#main #contenu #listeHebergement td.rouge,#main #contenu #listeHebergement2 td.rouge { background-color: #c60035; }
#main #contenu #listeHebergement td.vert,#main #contenu #listeHebergement2 td.vert { background-color: #b3d039; }
#main #contenu #listeHebergement td.brun,#main #contenu #listeHebergement2 td.brun { background-color: #8f7957; }

#footer {
	color: #b7b7b7;
	font-weight:normal;
	
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	height: 24px;

	font-size:11px;

	width:719px;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
	color: #808080;
}



#footer a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #808080;
}

#footer div#logo {
	float:left;
	width:60px;
	padding-left:20px;
}

#footer div#menu {
	float:right;
	width:630px;
	text-align:center;
}

/* Crédit Megavolt */
#footer img#logo {
}

/* CSS HACKS */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */