/*body {behavior: url(csshover.htc);} */

body { 
	overflow: auto;
	background-color: #5D9AB6;
}

* {
	padding: 0;
	margin: 0;
}

/* divs */
#cont {
	width: 992px ;
	margin: 0 auto 0 auto ;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}
#head {
	width: 992px ;
	height: 264px ;
}
#menu {
	width: 992px ;
	height: 26px ;
	background: #336699;
}
#main {
	width: 972px ;
	background: #eef3f7 URl('./graphx/fond_3.gif');
	min-height: 400px ;
	padding: 10px;
}
#foot {
	width: 992px ;
	height: 95px ;
	background: #336699 URl('./graphx/foot_4.gif') no-repeat;
}
#lang {
 	float: right;
}




.p_l, .p_c, .p_j, .p_r, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5d9ab6;
	font-size: 11px;
	/* font-weight: bold; 	*/
}	
.p_l { text-align: left; }
.p_c { text-align: center; }
.p_j { text-align: justify; }
.p_r { text-align: right; }






img.flag {
	border: 1px solid #cff1fd;
	margin-right: 1px;
	margin-top: 6px;
}	

img.sep_nav {
	height: 16px;
	width: 1px;
	margin-top: 3px;
}	

.titre_left {
	margin: 2px 0 10px 0;
}	

.illu_right {
	float: right;
	margin: 2px 2px 0 5px;
	border: 1px solid #bce1fb;
}
.illu_left {
	float: left;
	margin: 2px 5px 0 2px;
	border: 1px solid #bce1fb;
}	





/* ---------- Menu ---------- */
#nav {
	float: left;
	width: 920px;
	margin-top: 5px;
	/*background-color: yellow;*/
}
#dropmenu li {
	float: left;
	list-style-type: none;
}
#dropmenu li a {
	display : block ;
	background: transparent;
	padding: 4px 8px ;
	color: #fff;
	text-align: center;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}
#dropmenu li a:hover {
	background-color: #336699;
	color: #fff;
}


#dropmenu .niv2 {
	/*width: 200px;*/
	height: 26px;
	display: none;
	position: absolute;
	font-weight: bold;
	z-index: 110; /* contre l'effet de bord du /hack fieldset/... */
}
#dropmenu .niv2 li {
	float: none;
	list-style-type: none;
}
#dropmenu .niv2 li a {
	display: block;
	background: #336699;
	color : #fff;
	text-decoration: none;
	text-align: left;
}
#dropmenu .niv2 li a:hover {
	background-color: #5D9AB6;
	color: #fff;
}

#dropmenu li:hover > .niv2 {
	display : block ;
}
/* ---------- Menu ---------- */



img.puce {
	height: 9px;
	width: 9px;
}	




fieldset {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
 	background-color: #fff;
 	width: 950px ;
 	margin-top: 20px;
 	padding: 10px;
	color: #5d9ab6;
}
legend {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold ;
	padding : 2px 10px 2px 10px ;
	border : 1px solid #000 ;
	background-color : #DCEDF6 ;
	color: #5D9AB6 ;
}



.lien_plan, .lien_plan:hover  {
	font-size: 11px;
	color: #5D9AB6 ;
}
.lien_plan {
	text-decoration: none;
}
.lien_plan:hover {
	text-decoration: underline;
}





.list_1, .list_2, .list_3, .list_4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: justify;
	color: #5D9AB6 ; /* #2b789b ;*/
}
.list_1 {
	padding-left: 10px;
 	list-style-position: inside; 
	margin: 0 0 0 3px;
}
.list_2 {
	padding-left: 10px;
 	list-style-position: outside; 
	margin: 5px 5px 5px 15px;
}
.list_3 {
 	list-style-position: outside; 
	margin: 5px 5px 5px 15px;
}
.list_4 {
	padding-left: 10px;
 	list-style-position: inside; 
	margin: 0 0 0 3px;
	line-height: 20px;
	color: #ffffff;
}





/* tabs : °t°ext  */
.tab_t1_l, .tab_t1_c, .tab_t1_r {
	font-family: verdana;
	font-size: 11px;
	background-color: #eef3f7;
	color: #5d9ab6;
	height: 20px;
	/*font-weight: bold;*/
}
.tab_t2_l, .tab_t2_c, .tab_t2_r {
	font-family: verdana;
	font-size: 11px;
	background-color: #dfecf6;
	color: #5d9ab6;
	height: 20px;
	/*font-weight: bold;*/
}


.tab_t1_l, .tab_t1_c, .tab_t1_r {
	color: #5d9ab6;
}
.tab_t2_l, .tab_t2_c, .tab_t2_r {
	color: #5d9ab6;
}

.tab_t1_l, .tab_t2_l {
	text-align: left ;
	padding-left: 5px;
}
.tab_t1_c, .tab_t2_c {
	text-align: center;
}
.tab_t1_r, .tab_t2_r { 
	text-align: right;
	padding-right: 5px;
}


img.img_hotel_s {
	width: 50px;
	height: 50px;
	margin: 10px 0 10px 5px;
	border: 1px solid #5d9ab6;
	vertical-align: top;
}	
img.img_hotel_b {
	width: 150px;
	height: 113px;
	margin: 10px 0 10px 5px;
	border: 1px solid #5d9ab6;
	vertical-align: top;
}	
img.case_hotel {
	height: 8px;
	width: 8px;
	margin-right: 5px;
}	




.tablo_picts {
	width: 774px ;
	margin: 5px 0px 5px 0px ;
	margin-left: 50px;
}




.p_j_pop, .p_c_pop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
}	
.p_j_pop {
	text-align: justify;
}	
.p_c_pop {
	text-align: center;
}	



/* blocs actu */
.actu__head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 8px;
	padding-left: 8px;
	padding-right: 14px;
	background: #336699 URL('./graphx/top_right.gif') top right no-repeat;
}

/*
.actu__main {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	background: #BCE2FC URL('./graphx/middle_right.gif') top right repeat-y;
	padding: 5px 12px 2px 7px;
}
*/

.actu__main_l, .actu__main_s {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	background: #BCE2FC URL('./graphx/middle_right.gif') top right repeat-y;
	padding: 5px 12px 2px 7px;
}

.actu__main_l img {
 	width: 360px;
	margin: 2px 0 2px 0;
	border: 1px solid #336699;
}
.actu__main_s img {
 	width: 264px;
	margin: 2px 0 2px 0;
	border: 1px solid #336699;
}


.actu__foot_large {
	height: 25px;
	line-height: 15px;	
	background: URL('./graphx/foot_large.gif') no-repeat;
}
.actu__foot_small {
	height: 25px;
	line-height: 15px;	
	background: URL('./graphx/foot_small.gif') no-repeat;
}

/*
.actu_img_large {
 	width: 360px;
	margin: 2px 0 2px 0;
	border: 1px solid #336699;
}	
.actu_img_small {
 	width: 264px;
	margin: 2px 0 2px 0;
	border: 1px solid #336699;
}	
.actu_puce {
 	padding: 0 5px 0 1px;
}	
*/

.actu__head img {
 	padding: 0 5px 0 1px;
}	



.lien_actu_foot { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #fff; 
 	font-size: 10px;
 	font-weight: bold;
 	text-decoration: none;
	display: block ;
	padding: 2px 10px 0 0;
	text-align: right;
}
.lien_actu_foot:hover { 
 	text-decoration: underline;
}
/* blocs actu */






/* OLD
.actu_head, .actu_head_2 {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 8px;
}
.actu_head {
	width: 285px;
	background: URL('./graphx/box_1_head.gif');
}
.actu_head_2 {
	width: 382px;

	background: URL('./graphx/box_2_head.gif');
}

.actu_head_40 {
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 8px;
	width: 285px;
	background: URL('./graphx/box_1_head_40.gif');
}

.actu_head_2_40 {
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 8px;
	width: 382px;
	background: URL('./graphx/box_2_head_40.gif');
}


.actu_main, .actu_main_2 {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	min-height: 212px;
}
.actu_main {
	width: 285px;
	background: URL('./graphx/box_1_main.gif');
}
.actu_main_2 {
	width: 382px;
	background: URL('./graphx/box_2_main.gif');
}



.actu_foot, .actu_foot_2 {
	height: 25px;
	line-height: 15px;	
}
.actu_foot {
	width: 285px;
	background: URL('./graphx/box_1_foot.gif');
}
.actu_foot_2 {
	width: 382px;
	background: URL('./graphx/box_2_foot.gif');
}


.actu_puce {
 	padding: 0 5px;
 }	

.actu_frame_1 {
	width: 350px;
	padding: 5px;
}	
.actu_frame_2 {
	width: 275px;
	padding: 5px;
}	


.actu_img {
	float:left;
	margin: 0 5px 5px 0;
	border: 1px solid #336699;
}	
*/









.fil_info {
	padding-bottom: 20px;
}	





/* liScroll style declarations */
/*
.tickercontainer {
	border: 1px solid #5D9AB6;
	background: #fcf87a; 
	width: 964px; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	overflow: hidden;
	-moz-border-radius: 0 13px 0 0;
	-khtml-border-radius: 0 13px 0 0;
}

.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 8px;
	width: 940px;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	left: 750px;
	font: 11px Verdana ;
	color: #5D9AB6;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fcf87a;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 

ul.newsticker span {
	margin: 0 100px 0 0;
}
*/




#scrollup {
	border: 1px solid #5D9AB6;
	background: #fcf87a;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin: 0; 
	padding: 0;
	width: 964px;
}

.headline {
	height: 40px;
	left: 10px;
	position: absolute;
	top: 50px;
	width: 958px;
	font: 12px verdana ;
	color: #5D9AB6;
	font-weight: bold ;
}



.sep {
	width: 10px;
	background-color: transparent;
}	










/* CKEditor */
#frame {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 680px;
	height: 420px;
	margin-top: -210px;
	margin-left: -340px;
	border: 3px solid #ffffff;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2px 15px 2px 15px;
	line-height: 20px;
	font: bold 10px Verdana;
	color: #ffffff;
}
#navig {
	position: absolute;
	width: 400px;
	height: 100px;
	margin-left: -200px;
	left: 50%;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 20px;
	padding: 0 10px 20px 20px;
}	

input {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	background-color: #fff;
	color: #5D9AB6;
}

.button {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	padding: 4px 8px;
	background-color: #eef3f7;
	color: #5D9AB6;
}	





h5 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 680px;
	margin-left: -340px;
	font-family: verdana;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 20px 0;
}

.admin_menu {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	margin-left: -400px;
	font-family: verdana;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 20px 0;
}

a.menu {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
a.menu {
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}

/* CKEditor */