@CHARSET "UTF-8";



html {	
	padding: 0px;
	margin: 0px;
	font-family: arial;
}

body {
	padding: 0px;
	font-size:8pt;
	font-family: arial;
	background-color:#202526;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	/*width:1000px;*/
}

a {
	/*text-decoration: none;*/
	color: #FFFFFF;
	font-family: arial;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border:0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

form,table,tbody,tr,td,h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}


p {
	margin:0;
}

legend {
	
	position: relative;
}

h1 {
	margin-bottom:20px;
}

h2 {
	color:#FFD700;
	margin: 10px 0px 5px 0px; 
}

h3 {
	
}

textarea{
	width:100%;
	border:solid 1px #AAA;
}

select,
input {
	border:solid 1px #AAA;
	font-size:9pt;
}


h1 a {
	text-decoration:none;
}

/***BASE***/

#middle {
	width:1000px;
	margin:auto;
}

#site {	
	padding: 0px;
	height:100%;
	min-height:550px;
	max-height:1000px;
	float:left;
	width:1000px;
}

#site_bg {	
	position:fixed;
	margin:auto;
	height:100%;
	width:1000px;
	z-index:-50;
	min-height:550px;
	background-image:url('../img/balticway/fond.jpg');
	background-color:#101415;
	background-repeat:repeat-y;
	/*background-repeat:no-repeat;*/
}

.input_btn {
	cursor:pointer;
	border: 1px solid #333333;
}

.input_btn:hover {
	border: 1px solid #000000;
	background-color:#999999;
}

/***MENU***/

#menu {
	position:fixed;
	width:195px;
	float:left;
	margin:90px 0px 0px 0px;
	/*height:100%;*/
	/*min-height:479px;*/
	/*position:fixed;*/
}

#menu a {
	text-decoration: none;
}

#menu_userbox {
	margin-left:15px;
}

#menu_userbox  a{
	margin:5px;
}

#menu_content {
	
}

.menu_lvl_1 {
	padding-left:15px;
	list-style:none;
}

.menu_lvl_1 li a {
	font-weight:bold;
	font-size:14pt;
	display:block;
	margin-top:15px;
}

.menu_lvl_1 li a.selected,
.menu_lvl_1 li a:hover{
	color:#F28E00;
	text-decoration:none;	
}

.menu_lvl_2 {
	padding:0px 0px 0px 15px;
	list-style:none;	
}

.menu_lvl_2 li a{
	font-size:8pt;
	display:block;
	margin:5px 0px 5px 0px;	
}
.menu_lvl_2 li a.selected,
.menu_lvl_2 li a:hover{
	color:#28677E;
	text-decoration:none;	
}

/***ARIANE***/

.ariane {
	font-style:italic;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #FFFFFF;
}

.ariane  a{
	font-weight:normal;
	color:#CCCCCC;
}

.ariane  a:hover{
	color:#FFFFFF;
}

/***CORPS***/

#corps {
	float:right;
	width:800px;
	height:100%;
	min-height:514px;
	margin-left:5px;
	padding-bottom:30px;
}

#content {
	width:700px;
	margin: 50px auto 50px auto;
}

#content input {
	margin:5px;
}

.page {
	text-align:justify;
}

.page h1 {
	margin-bottom:20px;
}

.actu_elt {
	font-weight:bold;
	font-size:10pt;
}

.actu_elt_date {
	font-size:7pt;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:20px;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:5px;
}

.actu_page h1 {
	margin-bottom:10px;
}

.actu_page_chapeau {
	font-weight:bold;
	font-size:10pt;	
	margin-bottom:5px;
}

.actu_page_texte {
	margin-bottom:10px;
	font-size:10pt;	
}

.actu_page_date {
	border-top:1px solid #FFFFFF;
	font-weight:bold;
	font-size:7pt;
	padding-top:5px;
	padding-left:5px;		
}

.actu_page_nav {
	margin-top:15px;
}

.actu_page_nav a{
	color:#DDDDDD;
}

.actu_page_nav_prev {
	float:left;
	width:33%;
	text-align:left;
}

.actu_page_nav_root{
	float:left;
	width:34%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.actu_page_nav_root a{
	font-style:italic;
	color:#AAAAAA;
}

.actu_page_nav_next{
	float:right;
	width:33%;
	text-align:right;
}

/***FOOTER***/

#footer {
	width:1000px;
	float:right;
	height:30px;
	background-color:#101415;
	position:fixed;
	bottom:0px;
}

#footer_content {
	text-align:center;
}


/***DIALOG-BOX***/

#dialog {
	font-family:helvetica;
}

#dialog_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	background-color: #000;
	opacity: 0.4;
	z-index: 1000;
}

#dialog_box {
	position: absolute;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	font-size: 8pt;
	background-color: #FFFFFF;
	opacity: 1;
	color: #000;
	border: solid 1px #165BB8;
	z-index: 1010;
}

#dialog_box a {
	text-decoration: underline;
}

#dialog_btnok a {
	color: #FFFFFF;
	text-decoration: none;
}

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

#dialog_titre {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	/*border-bottom: solid 1px #FFFFFF;*/
	background-color: #165BB8;
	font-size:10pt;
}


#dialog_content {
	padding:10px;
	font-size:8pt;
}


#dialog_btnok { /*border-top: solid 1px #FFFFFF;*/
	background-color: #165BB8;
	padding: 4px;
	text-align: center;
}

#dialog_btnok a {
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #FFFFFF;
	padding: 1px;
}

#dialog_btnok a:hover {
	background-color: #AAA;
}

.dialog_classic {
	padding: 4px;
	background-image: url('../img/picto_classic.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 22px;
}

.dialog_valid {
	padding: 4px;
	background-image: url('../img/picto_valid.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 22px;
}

.dialog_error {
	padding: 2px;
	background-image: url('../img/picto_error.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	/*min-height: 22px;*/
	font-size:8pt;
}
/***FAQ***/

.faq_elt {
	text-align:justify;
}

.faq_elt h2{
	cursor:pointer;
}

/***GALERIES***/

.articles {
	
}

.articles h1 {
	text-align:justify;
	margin-bottom:20px;
}

.articles ul {
	padding-left:15px;
	font-size:10pt;
	font-weight:bold;
}

.articles_desc {	
	text-align:justify;
	/*margin-bottom:15px;*/
	padding-top:5px;
	border-top: 1px solid #FFFFFF;
}
.articles_desc.notop {
	border:0;
}

.articles_lvl_1 {
	padding-left:15px;
}

.articles_lvl_1 li {
	margin-top:15px;
}

.articles_lvl_2 li {
	font-size:8pt;
	margin: 5px 0px 5px 0px;
}

.articles_lvl_2 li a:hover{
	color:#F28E00;
	text-decoration:none;
}

.articles_cat {
	padding:0px;
	margin:0px;
}

.articles_elts{
	padding:0px;
	list-style:none;
}

.articles .articles_elts{
	padding:0px;
}

.articles_elts li{
	padding:0px;
	margin:15px;
}

.articles_elt {
	/*width:200px;
	height:200px;*/
	float:left;
	padding:0px;
	font-size:8pt;
	height:250px;
}

.articles_elt dt{
	display:table;
	padding:0px;
	margin:0px;
	height:200px;
}

.articles_elt dt a.img{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:200px;
	height:202px;
	margin:0px;
	padding:0px;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	
}

.articles_elt dt span{
	position:absolute;
	display:block;
	width:36px;
	height:36px;
	margin-left:-36px;
	margin-top:166px;
}
.articles_elt dt span a.zoom {
	color:black;
}

.articles_elt dt a img{
	display:block;
	margin:0px auto 0px auto;
	padding:0px;
}

.articles_elt_name {
	padding:0px;
	margin:5px 0px 0px 0px;
	text-align:center;	
	border:1px solid #FFFFFF;
	border-bottom:0px;
	background-image:url('../img/balticway/fond_desc.png');
}

.articles_elt_prix {
	padding:0px;
	margin:0px;
	text-align:center;
	border:1px solid #FFFFFF;
	border-bottom:0px;
	border-top:0px;
}

.articles_elt_details {
	padding:0px;
	margin:0px;
	text-align:center;
	font-weight:normal;
	border:1px solid #FFFFFF;
	border-top:0px;
}

.articles_detail_imgs {
	float:left;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #FFFFFF;
	
}

.articles_detail_img {
	margin-left:140px;
}
.articles_detail_img_zoom {
	margin-left:16px;
}


.articles_detail_img,
.articles_detail_img_zoom {
	float:left;
	display:table;
	width:200px;
	height:200px;
	border:1px solid #FFFFFF;
}

.articles_detail_img_zoom a,
.articles_detail_img a {
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
}


.articles_detail_desc{
	text-align:justify;
	width:420px;
	margin:auto;
}

/***HOME***/

#home {
	background-image:url('../img/balticway/logo_accueil.jpg');
	background-repeat:no-repeat;
	padding-top:190px;
	margin-top:-50px;
	text-align:center;
	font-size:10pt;
	font-weight:500;
}

#home h1{
	font-size:14pt;
	margin:0px;
	/*opacity:0.5;
	filter: alpha( opacity=50) !important;*/
}






















