/*--------------------------------------------------------------------------------------
	CSS Document (Cascading Style Sheet)

	project:	Metaxa
	created:	2008-06-23 (yyyy-mm-dd)
	author:		Yves Van Goethem
	email:		yvangoethem@digitas.com
	website:	http://www.digitas.fr

	summary:	GENERIC
				HEADER
				BACKGROUNDS
				MAIN
				CONTENT
				BREADCRUMP
				BOXES
				STUFF
				FORMS
				STAR-RATING
				FOOTER
				POPINS
				PREHOME
				DIAPORAMA
				AGENDA
				TVADS
				AEN
				
-------------------------------------------------------------------------------------- */


/*	=GENERIC
-------------------------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	vertical-align:baseline;
	line-height:1.35em;
}

body {
	font-family:Georgia, Lucida, Verdana;
	font-size:72.75%; /* :INFO:1em = 11px */
	text-align:center;
	margin:0;
	height:100%;
}

* html body {
	height:100%;
}

a img,
fieldset,
form {
	border:0;
}

ins, abbr, acronym {
	text-decoration:none !important;
	border:0 !important;
	font-style:normal;
}

a {
	color:#FFA600;
}

h2 a {
	color:#000;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}
a:hover ins, a:hover abbr, a:hover acronym {
	text-decoration:underline !important;
}

hr { 
	position:absolute;
	left:-9999em;
}

div.space {
	height:8px;
}

.javascript-true .alt {
	position:absolute;
	left:-9999em;
}

address {
	font-style:normal;
}

ul {
	list-style:none;
}

.list3 div div{

	clear:none!important;
}
`
.list ul li a {
	color:#ffa600 !important;
	text-decoration:none;
	background:url(/FRONT/METAXA/client/img/common/bg_puce.gif) 0 4px no-repeat;
	padding:0 0 0 10px;
}

.list2 ul li a {
	color:#000 !important;
	text-decoration:none;
	background:url(/FRONT/METAXA/client/img/common/bg_puce.gif) 0 4px no-repeat;
	padding:0 0 0 10px;
}

.list2 ul ul {
	padding:0 0 0 20px;
	margin:5px 0 8px 0 !important;
}

.list2 ul ul a {
	background:none;
}

.list3 ul li a {
	color:#fff !important;
	text-decoration:none;
	background:url(/FRONT/METAXA/client/img/common/bg_puce2.gif) 0 4px no-repeat;
	padding:0 0 0 10px;
}

.list ul li a:hover,
.list2 ul li a:hover,
.list3 ul li a:hover {
	text-decoration:underline;
}

button {
	width:auto;
	overflow:visible;
	border:0;
	background:none;
	cursor:pointer;
	
	
}

input {
	height:auto;
}

input.submit {
	height:19px;
	width:auto !important;
	padding:0 3px;
	background:#000;
	color:#fff;
	border:0;
	text-transform:uppercase;
	font-size:.9em;
	vertical-align:middle;
	cursor:pointer;
}

.javascript-true .style-select-l-0 {
	background:url('/FRONT/METAXA/client/img/common/bg_select_l_0.gif') 0 0 no-repeat;
	height:19px !important;
	line-height:19px !important;
	display:-moz-inline-box !important;
	display:inline-block !important;
	position:relative;
}

.javascript-true .style-select-r-0 {
	background:url('/FRONT/METAXA/client/img/common/bg_select_r_0.gif') 100% 0 no-repeat;
	height:19px !important;
	line-height:19px !important;
	display:-moz-inline-box !important;
	display:inline-block !important;
}

.javascript-true .style-select-l-1 {
	background:url('/FRONT/METAXA/client/img/common/bg_select_l_1.gif') 0 0 no-repeat;
}

.javascript-true .style-select-r-1 {
	background:url('/FRONT/METAXA/client/img/common/bg_select_r_1.gif') 100% 0 no-repeat;
}

.javascript-true .style-select-l-2 {
	background:url('/FRONT/METAXA/client/img/common/bg_select_l_2.gif') 0 0 no-repeat;
}

.javascript-true .style-select-l-2 .select-value {
	color:#888 !important;
}

.javascript-true .style-select-r-2 {
	background:url('/FRONT/METAXA/client/img/common/bg_select_r_2.gif') 100% 0 no-repeat;
}

.javascript-true .style-select-r-0 select {
	filter:alpha(opacity=0);
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	opacity:0;
	position:relative;
	z-index:10;
	padding:0 15px 0 0;
}

.javascript-true .style-select-r-0 .select-value {
	position:absolute;
	top:0;
	line-height:19px;
	padding:0 0 0 5px;
	color:#444;
	display:block;
}

q:before,
q:after {
	content:'';
}

small {
	font-size:0.9em;
}

.error {
	color:red !important;
	font-weight:normal !important;
}

#main,
#header {
	text-align:center;
	margin:0 auto;
	min-width:1000px;
	max-width:1400px;
	position:relative;
}
* html body #main {
	overflow:expression(document.body.clientWidth > 1400 ? "hidden" :"visible");
	width:expression(document.body.clientWidth > 1400 ? "1400px" :"auto");
}

#content,
#menu {
	text-align:left;
	margin:0 auto;	
	width:1000px;
	position:relative;
	overflow:hidden;
}

#access-keys {
	position:absolute;
	left:-9999em;
}

/*	=HEADER
-------------------------------------------------------------------------------------- */
.header-style {
	background:url(/FRONT/METAXA/client/img/common/visu_bg/header_deg.jpg) 0 0 repeat-x;
}
#header {
	background:url(/FRONT/METAXA/client/img/common/visu_bg/header.jpg) no-repeat;
	min-height:31px;
	overflow:hidden;
}
* html body #header {
	height:expression(this.clientHeight > 31 ? "48px" :"31px");
	width:expression(document.body.clientWidth > 1400 ? "1400px" :"100%");
	background:url(/FRONT/METAXA/client/img/common/visu_bg/header.jpg) no-repeat;
}

#logo {
	margin:0 0 0 15px;
	float:left;
	height:31px;
}

#nav {
	float:right;
	padding:0 12px 0 0;
	margin:8px 20px 0 0;
	background:url(/FRONT/METAXA/client/img/common/nav_star.gif) 100% 1px no-repeat;
	position:relative;
	font-size:.95em;
}
* html #nav { 
/*	width:expression(document.body.clientWidth > 734 ? "734px":"100%" );*/
	display:inline-block;
	float:none;
	text-align:right;
}

#menu { max-height:48px; }
#menu ul li {
	display:inline;
	background:url(/FRONT/METAXA/client/img/common/nav_star.gif) 0 1px no-repeat;
	padding:0 6px 0 18px;
}

#menu ul li,
#menu ul li a {
	color:#ba6e0e;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul li ul {
	display:none;
}

#menu ul li.on a {
	color:#031f5a;
}

#nav ul.open {
	height:41px;
}

#menu ul.open li ul {
	position:absolute;
	left:0;
	bottom:7px;
/*	min-width:730px;
	max-width:830px;
	width:730px;*/
	width:100%;
	height:10px;
	text-align:center;
	display:inline;
}
* html body #menu ul.open li ul { bottom:2px; width:730px; }
* + html body #menu ul.open li ul { bottom:4px }

#menu ul.open li ul li {
	font-size:.9em;
	background:none;
	display:inline;
}

#menu ul.open li ul li,
#menu ul.open li ul li a {
	color:#cf7a10;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#menu ul.open li ul li a:hover {
	text-decoration:underline;
}

#menu ul.open li ul li.on a {
	color:#fff;
}


/*	=BACKGROUNDS
-------------------------------------------------------------------------------------- */
body{
	background-color:#af2429;
	background:#af2429 url(/FRONT/METAXA/client/img/lang/gr/visu_bg/bg_red.jpg) no-repeat center 0 ;
}
#main {
	
}
.background-2{
	background-color:#f5841f;
}
.background-2 {
	background: #f5841f url(/FRONT/METAXA/client/img/lang/gr/visu_bg/bg_red-orange.jpg) no-repeat center 0 ;
}
.background-3 {
	background-color:#00b9d2!important;
}
.background-3  {
	background:#00b9d2 url(/FRONT/METAXA/client/img/lang/gr/visu_bg/bg_blue.jpg) no-repeat center 0 ;
}
.background-4{
	background-color:#2f6db4;
}
.background-4 {
	background:#2f6db4 url(/FRONT/METAXA/client/img/lang/gr/visu_bg/bg_dark-blue.jpg) no-repeat center 0 ;
}
.background-5{
	background-color:#ffc20e;
}
.background-5 {
	background:#ffc20e url(/FRONT/METAXA/client/img/lang/gr/visu_bg/bg_yellow-orange.jpg) no-repeat center 0;
}
/* spécifique site grecque => enlève les majuscules*/
.box-type-4 h1 {
	text-transform:none;
}

/*	=FOOTER LEGAL NOTICE
-------------------------------------------------------------------------------------- */

#eneap{
		width:100%;
		height:69px;
		margin-top:40px;
		overflow:hidden;
		border-top:1px solid black;
	}
		#eneap li{
			float:left;
			padding:29px 30px 0;
		}
		#eneap a{
			display:block;
			height:11px;
			background-image:url(/FRONT/METAXA/client/img/lang/gr/eneap.png);
			background-repeat:no-repeat;
		}
			#eneap a span{
				position:absolute;
				left:-9999em;
			}
			#eneap .right{
				float:right;
			}
			
				#eneap .left a{
					width:166px;
					backround-position:0 0;
				}
				
				
				#eneap .right a{
					width:178px;
					background-position:-166px 0px;
				}
				
				
		/* colors */
		
			/* default */
			#eneap{
				background-color:#AF2429;
			}
			#eneap .left a{
				background-position:0 -33px;
			}
			#eneap .right a{
				background-position:-166px -33px;
			}
			
			/*  black */
			.theme-2 #eneap{
				border-top-color:white;
				background-color:#000000;
			}
			.theme-2 #eneap .left a{
				background-position:0 -77px;
			}
			.theme-2 #eneap .right a{
				background-position:-166px -77px;
			}

			/* orange */
			.background-2 #eneap{
				background-color:#f49e49;
			}
			.background-2 #eneap .left a{
				background-position:0 -66px;
			}
			.background-2 #eneap .right a{
				background-position:-166px -66px;
			}
			
			/* light blue */
			.background-3 #eneap{
				background-color:#00b9d2;
			}
			.background-3 #eneap .left a{
				background-position:0 -11px;
			}
			.background-3 #eneap .right a{
				background-position:-166px -11px;
			}
						
			/* blue */
			.background-4 #eneap{
				background-color:#2F6DB4;
			}
			.background-4 #eneap .left a{
				background-position:0 -22px;
			}
			.background-4 #eneap .right a{
				background-position:-166px -22px;
			}
			
			/* yellow */
			.background-5 #eneap{
				background-color:#FFC20E;
			}
			.background-5 #eneap .left a{
				background-position:0 -55px;
			}
			.background-5 #eneap .right a{
				background-position:-166px -55px;
			}
			
			/* dark blue */
			.wideScroll #eneap{
				background-color:#2468BB;
			}
			.wideScroll #eneap .left a{
				background-position:0 -44px;
			}
			.wideScroll #eneap .right a{
				background-position:-166px -44px;
			}
