/* ----------------------------------------------------------------------------------- */
/*                                                                                     */
/*               EFQM - LEAVING A LASTING FOOTPRINT - PARIS, FRANCE                    */
/*                                                                                     */
/* ----------------------------------------------------------------------------------- */




* {margin:0; padding:0; }

html {
	overflow: -moz-scrollbars-vertical;
	min-height: 100%; height:100%; margin-bottom: 1px;
	}

body {
	background-image: url("../images/body-bg.gif");
	text-align:center;
	height:100%;
	}

#page {
	position:relative;
	width:906px;
    
	min-height:100%;
    height:auto !important;
    height:100%;
	
	text-align:left;
	font:11px Arial, Monaco, sans-serif;
	color: #666;
	
	margin:0 auto;
    padding:0 12px;
	
	background:white url("../images/page_bg.gif") repeat-y 0 0;
	}

a {
	color:#00a8eb;
	text-decoration:none;
	}

a:hover {color:00a8eb; text-decoration:underline}

a {outline:expression(hideFocus='true'); outline:0;}


form {margin:0; padding:0}


/* header //* ----------------------------------------------------------- */

#header {
    position:relative;
	width:906px;
    height:132px;
    background: url("../images/header.gif") no-repeat 0 0;
    }

#header-ani {
    position:relative;
	width:906px;
    height:132px;
    background: url("../images/header2.gif") no-repeat 0 0;
    }

#blue-line {
	width:906px;
	height:7px;
	background:#00a8eb;
	}

/* content *//* ---------------------------------------------------- */
#main {
    position:relative;
    min-height:411px;
    height:auto !important;
    height:411px;
    width:906px;
    background:#fff url("../images/content_bg.jpg") no-repeat 0 0;
	}

/* menu *//* ---------------------------------------------------- */
#menu {
	position:absolute;
	top:132px !important;
    top:140px;
	left:20px;
	width:178px;
	height:298px;
	background: url("../images/menu_bg.gif") no-repeat 0 0;
	z-index:2000;
	}

#menu ul {
	width:165px;
	margin:0;
	padding-top:44px;
	padding-left:8px;
	list-style:none;
	}

#menu ul li {
	margin-bottom:4px;
	}

#menu ul li a {
    display:block;
	width:127px;
	font-weight:normal;
	color:#fff;

    min-height:13px;
    height:auto !important;
    height:13px;

	padding-left:13px;
	text-decoration:none;
    background: url("../images/menu_sign.gif") no-repeat 0 7px;
	}

#menu ul li a:hover {
	text-decoration:underline;
	}


#menu li a.selected {background-position:0 -21px;}


/* right panel *//* ---------------------------------------------------- */

#right-panel {
	float:right;
	width:169px;
	margin-right:11px;
	margin-top:21px !important;
	margin-top:22px;
	display:inline; /* IE6 dmb */
	border-top:1px solid #00a8eb;
	padding-top:2px;
	}


/* center panel *//* ---------------------------------------------------- */

#center-panel {
    margin-left: 175px;
    margin-right: 160px;
	
	padding-top:24px;

	width:530px;
    
    min-height:380px;
    height:auto !important;
    height:380px;
	
	line-height:1.5;

	}

#center-panel p {margin:12px 0}


#center-panel h2 {
	font-size:18px;
	color:#00a8eb;
	line-height:22px;
	margin-left:-1px;
	margin-bottom:12px;
	}


#center-panel h3 {
	font-size:14px;
	color:#00a8eb;
	line-height:22px;
	margin-left:-1px;
	margin-top:16px;
	margin-bottom:-6px;
	}



#center-panel ul {
	/*padding-left:16px;*/
	margin:8px 0 16px 0;
	list-style:none;
	}

#center-panel ul li {
	margin-bottom:3px;
	padding-left:13px;
	background: url("../images/blue_bullet.gif") no-repeat 0 9px;
	}

#center-panel ul li span.column {display:inline-block; width:62px; float:left;}

#center-panel .logo {
	padding-bottom:16px;
	padding-left:1px;
	margin-top:60px;
	}

#center-panel .logo img {margin-bottom:5px; display:block;}

.photos {float:left;  width:533px; margin-bottom:16px; margin-top:12px;}
.photos img {float:left; margin-right:4px;  border:1px solid #999;}

#menu ul li ul {list-style:none; margin:0; padding:0}
#menu ul li ul li {margin:0; padding-left:12px; margin-bottom:2px}


.mt {margin-top:17px !important;}


.line-airfrance {
	display:block;
	background: url("../images/line_airfrance.gif") no-repeat 0 0;
	width:530px;
	height:5px;
	margin: 12px 0;
	font-size:0;
	}


.btns {
	position:absolute;
	top:452px;
	left:20px;
	z-index:2001;
	width:144px;
	}

.btns img {margin-left:20px; margin-bottom:12px;}

.color {color:#00a8eb}

