
/* --- [ Body ] --------------------------------------- */
body {
	color: #5c7478;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	text-align: center;
	background: #5c7478;
	}
#container {
	width: 1024px;
	height: 768px;
	margin: 0 auto 0 auto;
	z-index: 0;

A:link, 			
A:visited,
A:active,
A:hover {
	color: #757575;
	text-decoration: none;
	}
A:hover {
	color: #ffd701;
	}

/* --- [ Commun Element ] --------------------------------------- */
div {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	}
p {
	padding: 0;
	margin: 0;
	}
img {
	border:0;
	}
/* --- [ Culture Selection ] --------------------------------------- */
body#culture-selection {
	background: #000 url(../images/bg_culture_selection.jpg) no-repeat center 0px;	
	}
#master {
	width: 870px;
	margin: 40px auto 0 auto;
	}	
#header {
	float: left;
	width: 870px;
	height: 35px;
	margin: 0 auto 0 auto;
	text-align: right;
	}
#content {
	float: left;
	clear: both;
	width: 870px;
	height: 200px;
	margin: 200px auto 0 auto;
	}
	#btCulture {
		width: 740px;
		height: 40px;
		text-align: center;
		margin: 0 auto 0 auto;
		font-size: 108%;
		}		
		#btCulture #en {
			width: 265px;
			float: left;
			text-align: right;
			}			
		#btCulture #fr {
			width: 265px;
			float: left;
			text-align: left;
			}
		#btCulture #choose-language {
			width: 165px;
			float: left;
			margin: 0 20px 0 20px;
			}		
#footer {
	float: left;
	width: 870px;
	height: 35px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 77%;
	}

/* ---[ Error_404.htm 
        Error_500.htm ]------------------------------- */

body#error #content {
	height: 400px;
	margin: 0 auto 0 auto;
	background: #000 url(../images/bg_engine.gif) no-repeat top center;
	}	
body#error #error-content {
	margin: 200px auto 0 auto;
	}
body#error #error-content p {
	margin: 10px 0;
	padding: 0 280px;
	text-align: center;
	color: #fff;
	}
body#error #error-content h2 {
	margin-bottom: 0;
	color: red;
	}
body#error #error-content h3 {
	margin-bottom: 0;
	color: #fff;
	}
body#error p.link {
	font-size: 84%;
	color: #fff;
	}
body#error p.link A:link, 			
body#error p.link A:visited,
body#error p.link A:active,
body#error p.link A:hover {
	color: #fff;
	text-decoration: underline;
	}
/* ---[ PopUp ]------------------------------- */
	
div#engine-form {	
	position: absolute;
	top: 138px;
	left: 61px;		
	text-align: left;
	width: 748px;
	height: 374px;
	background: url(../images/bg_form.gif) no-repeat bottom right;
	visibility: visible;	
	z-index: 6;
	}	
	div#engine-form #engine-iframe,
	body .yui-panel .bd #engine-iframe {	
		float: left;
		width: 724px;
		height: 330px;
		padding: 24px 0 20px 0;
		background: #000;
		overflow: auto;
		}
	div#engine-form #engine-bg,
	body .yui-panel .bd #engine-bg {
		float: left;	
		width: 24px;
		height: 374px;
		background: url(../images/bg_form.gif) no-repeat top right;
		}
		
/* ---[ Dynamic Panels : YUI-Panel ]------------------------------- */
body .yui-panel .container-close {   
    right: 15px;
    height: 14px;
    width: 17px;
    margin: 10px 0 0 0;
    background: url(../images/bt_close.gif) no-repeat 0 0;
	}	
body .yui-panel {
	background-color: Transparent;
	border: none;
	}
body .yui-panel .bd {
	width: 748px;
	height: 375px;	
	padding: 0;
	}
body .mask {
	background-color: #000;
	opacity: 0.6;
	}
body .yui-panel-container.shadow .underlay {
    background-color: Transparent;
	}
	
/* ---[ Fix Float ]------------------------------- */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
.clearfix {
    display:inline-block;
	}
.clearfix {
    display:block;
	}
* html .clearfix {
    height:1px;
	}

		

