* {
	padding:0; margin:0;
}
body {
	height: 100%;
	margin: 0;
	background-image: url(img/body_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-attachment: fixed;
	}
a {
color: #CC0000;
}
#conteneur {
	width:988px;
	margin:0 auto;
	min-height: 100%;
}
#header {
	height:170px;
	position:relative;
	background-image: url(img/header_bg.png);
	background-repeat: no-repeat;
}
#logo_hmv
{
position:absolute;
right:0;
top:0;
}
#menu {
	position:absolute;
	left: 180px;
	top: 147px;
}
#menu ul li {
list-style-type: none;
float:left;
width:122px;
height:27px;
margin-right:5px;
overflow:hidden;
position:relative;
}
#menu ul li a {
line-height:70px;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
#menu ul li:hover, #menu ul li.activ {
background-position:0px -27px;
}

.btn_1 {
	background-image: url(img/menu_btn_1.png);
}
.btn_2 {
	background-image: url(img/menu_btn_2.png);
}
.btn_3 {
	background-image: url(img/menu_btn_3.png);
}
.btn_4 {
	background-image: url(img/menu_btn_4.png);
}
.btn_5 {
	background-image: url(img/menu_btn_5.png);
}
#wrap_top {
	background-image: url(img/conteneur_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
}
#wrap {
	overflow:hidden;
	background-image: url(img/conteneur_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom:20px;
}
#sidebar {
	margin-left:755px;
	margin-right:15px;
}
#sidebar h2 {
	font-size: 15px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul.actu {
	background-image: url(img/sidebar_bg_actu.jpg);
}
#sidebar ul.agenda {
	background-image: url(img/sidebar_bg_agenda.jpg);
}
#sidebar ul.bulletin_neige {
	background-image: url(img/sidebar_bg_bulletin_neige.jpg);
}
#sidebar ul{
	width:213px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:35px;
	margin-bottom:10px;
}
#sidebar ul li {
	margin-left:5px;
	margin-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sidebar ul.bulletin_neige li {
padding-bottom:2px;
padding-top:2px;
border:none;
}
#sidebar ul li .date {
display:block;
font-weight:bold;
color:#666666;
font-size:11px;
}
#sidebar ul li a {
	display:block;
	font-size:13px;
	font-weight:bold;
	letter-spacing: -1px;
	text-decoration:none;
	color: #333333;
}
#sidebar ul li a:hover {
text-decoration:underline;
}
#contenu {
	float:left;
	width:730px;
	margin-left:15px;

}
#ss_menu {
	width:730px;
	height:110px;
	position:relative;
}
#ss_menu .border_left {
	position:absolute;
	z-index:3;
	background-image: url(img/ss_menu_bg_left_right.png);
	background-repeat: repeat-y;
	background-position: -16px top;
	width:16px;
	height:106px;
	overflow:hidden;
	left:0;
	top:0;
}
#ss_menu .border_right {
	position:absolute;
	z-index:3;
	background-image: url(img/ss_menu_bg_left_right.png);
	background-repeat: repeat-y;
	background-position: 0px top;
	width:16px;
	height:106px;
	overflow:hidden;
	right:0;
	top:0;
}
#ss_menu img[name=titre] {
display:block;
margin-left:170px;
}
#ss_menu #liseret {
	position:absolute;
	top:38px;
	height:17px;
	width:730px;
	background-image: url(img/ss_menu_liseret.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#ss_menu ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height:25px;
	padding-top:4px;
	font-size:15px;
	font-weight:bold;
	background-image: url(img/ss_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left:15px;
}
#ss_menu ul li {
	float:left;
	margin-right:30px;
	list-style-type: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:26px;
	list-style-image: none;
}
#ss_menu ul li ul li {
	margin-left:5px;
	margin-right:15px;
	height:21px;
}
#ss_menu ul li ul {
	display:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height:20px;
	margin-top:8px;
	position:absolute;
	font-size:12px;
	font-weight:normal;
	width:720px;
	left:0px;
	top:73px;
	background-color: #FFF;
	background-image: url(img/ss_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left:10px;
}
#ss_menu ul li ul.transparent {
background-image:none;
border-bottom:none;
height:21px;
background-color:#FFFFFF;
}
#ss_menu ul li.activ ul {
display:block;
z-index:1;
}
#ss_menu ul li:hover ul {
display:block;
z-index:2;
}
#ss_menu ul li.activ, #ss_menu ul li:hover {

	background-repeat: no-repeat;
	background-position: center bottom;
}
#ss_menu ul li.activ {
	background-image: url(img/ss_menu_fleche.gif);
}
#ss_menu ul li:hover {
	background-image: url(img/ss_menu_fleche_vide.gif);
}
#ss_menu ul li a {
	text-decoration:none;
	color: #999999;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
#ss_menu ul li a:hover, #ss_menu ul li.activ a {
color:#000000;
}
#contenu .txt p {
margin-bottom:20px;
}
#contenu .h h1 {
margin-top:20px;
}
#contenu h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	font-size:25px;
}
#contenu h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	font-size:20px;
	color: #CC0000;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contenu h3 {
	margin-bottom:10px;
	font-size:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
}
#contenu h4 {
	margin-bottom:10px;
	font-size:13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	color: #CC0000;
	margin-left: 15px;
	margin-top: 15px;
}
#contenu .txt ul li {
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 10px;
}
#contenu table {
	width:100%;
	background:#CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contenu table tr {
padding:1px;
margin:1px;
}
#contenu table td{
	padding: 3px;
	background:#FFFFFF;
}
#contenu ul.agenda li {
list-style-type:none;
overflow:hidden;
margin-bottom:10px;
margin-top:10px;
}
#contenu ul.agenda div {
margin-left:105px;
}
#contenu ul.agenda img {
	float:left;
	margin-right:5px;
	background-color: #FFFFFF;
}
.img_right, .img_left {
	margin: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
}
.img_right a, .img_left a {
	text-decoration:none;
	color:#666666;
}
.img_right img, .img_left img {
display:block;
border:1px solid #CCCCCC;
}
.img_right {
float:right;
}
.img_left {
float:left;
}
.work {
	color: #999999;
	font-style: italic;
}
.table_rte {
	background-color: #CCCCCC;
	margin-left: 5px;
	margin-right:5px;
}
.table_rte td {
background-color:#FFFFFF;
	padding: 5px;
	margin:5px;
}
/* hebergements */
.tri {
	background-color: #CC0000;
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
}
ul.hebergement li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	overflow:hidden;
}
ul.hebergement li strong {
	color: #CC0000;
	font-size: 18px;
	display:block;
	margin-bottom: 10px;
}
ul.hebergement li div {
margin-bottom:2px;
}
ul.hebergement li div.description {
	color: #666666;
}
ul.hebergement li img {
border:none;
}
ul.hebergement li div.mini {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	width:200px;
	height:180px;
	position:relative;
	overflow:hidden;
	background-color: #333333;
}
ul.hebergement li div.fiche_desc {
	margin-left:205px;
}
ul.hebergement li div.starepi {
	font-size:10px;
	color:#666;
}
ul.hebergement li div.starepi img {
vertical-align:-20%;
}
ul.hebergement li div.mini img.cache {
position:absolute;
top:0;
left:0;
}
ul.hebergement li div.mini img.img {
width:200px;
min-height:180px;
}
ul.brochures li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	overflow:hidden;
	float:left;
	width:170px;
	height:260px;
	text-align:center;
}
ul.crm li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.news {
	padding: 5px;
	border: 1px dotted #CCCCCC;
	overflow:hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news img {
float:left;
margin-right:5px;
}
ul.copyright li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow:hidden;
}
ul.copyright li a {
	font-size: 10px;
	margin-right: 5px;
}
/* -------------------------------------------------------------------------------------------------------------------
/* HOME */
.wrap {
overflow:hidden;
margin-top:20px;
}
.col1 {
float:left;
width:300px;
}
.col2 {
margin-left:305px;
}
.col3 {
float:left;
width:360px;
}
.col4 {
margin-left:365px;
}
.slider_home {
position:relative;
width:300px;
height:225px;
overflow:hidden;
}
.offre_spe {
	background-image: url(img/home_bg_offre_spe.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 411px;
	padding-top:60px;
	height: 380px;
	position:relative;
}
a#next {
	position:absolute;
	overflow:hidden;
	right:0;
	top:0;
	height:300px;
	width:16px;
	background-image: url(img/button_next.png);
	background-repeat: no-repeat;
	background-position: center center;
}
a#prev {
	position:absolute;
	overflow:hidden;
	left:8px;
	top:0;
	height:300px;
	width:16px;
	background-image: url(img/button_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.offre_spe ul {
margin-left:15px;
margin-right:15px;
}
#contenu .txt .offre_spe ul li {
	list-style-type: none;
	list-style-position: inside;
	padding:5px;
}
.offre_spe ul li img {
float:left;
margin-right:4px;
}
.offre_spe ul li strong {
display:block;
font-size:15px;
}
.offre_spe ul li .description {
font-size:12px;
margin-bottom:5px;
font-style:italic;
}
.offre_spe ul li .contact {
	font-size:12px;
	margin-top:10px;
	background-color: #FFFFFF;
	padding: 3px;
}
#contenu .txt .slider_home ul {
	z-index:1;
}
#contenu .txt .slider_home ul li {
	list-style-type: none;
	list-style-position: inside;
}
.slider_home .cache {
position:absolute;
top:0;
height:0;
z-index:2;
}
.video_home {
margin-top:10px;
}
/* BULLETIN NEIGE --------------------------------------------------------------------------------- */
.bn_hauteur div {
	font-size: 14px;
	margin-bottom:5px;
	background-image: url(img/icons/chart_bar.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.etat_1_div {
	background-color: #FEE6E2;
}
.etat_1 {
	color:#FF0000;
}
.etat_2_div {
	background-color: #E9FDE1;
}
.etat_2 {
color:#00CC00;
}
.maj {
	font-size:11px;
	color: #999999;
}
.plus {
	background-image: url(img/icons/add.png);
	background-position: left center;
	padding-left: 18px;
	background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------------------------------ */
#contenu .txt ul.acces_rapide li {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
ul.acces_rapide li:hover {
background-color:#CCCCCC;
}
ul.acces_rapide li a {
text-decoration:none;
font-weight:bold;
color:#000000;
}
#maj {
	color: #E8E8E8;
	font-size: 8px;
	text-align: right;
	padding-top: 10px;
	overflow:hidden;
	clear:both;
}
/* FORMULAIRE */
form.formulaire label {
	display:block;
	font-weight:bold;
	text-transform: capitalize;
	margin: 2px;
	padding: 2px;
	font-size:14px;
}
form.formulaire label i {
display:block;
color:#CC0000;
font-size:11px;
font-weight:normal;
text-transform:none;
}
form.formulaire label i.obli {
	display:block;
	padding:5px;
	background-color:#FFCCFF;
	margin-top: 2px;
	margin-bottom: 2px;
	width:550px;
}
form.formulaire label textarea, form.formulaire label select {
	display:block;
	width:550px;
	background-image: url(img/bg_black_degr_top_bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #000000;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
form.formulaire label textarea.varchar {
height:20px;
}
form.formulaire label textarea.rte {
height:150px;
}
form.formulaire input[type=submit] {
font-size:15px;
font-weight:bold;
padding:5px;
width:550px;
}
.mentions {
font-size:10px;
margin:20px;
}
/* FIN FORMULAIRE */
#valid {
	background-color: #FF6666;
	background-image: url(img/bg_black_degr_top_bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 20px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: center;
	margin: 5px;
	padding: 15px;
	border: 1px solid #FF0000;
}
a[href ^="mailto:"] {
padding-left:18px;
background: transparent url(img/icons/icon_email.gif) no-repeat center left;

}
#footer {
	width:988px;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer ul {
	list-style-type: none;
	width:140px;
	height:100px;
	float:left;
	padding:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
