@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
body{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image:url(img/bg.jpg);
/*	background-color:#ECF1F3;*/
	height:100%;
}
input,textarea{ font-size:1em; font-style:italic; color:#666666; background-color:#eeeeee;}
a:link,a:active,a:visited{color:#000066; text-decoration:underline;}
a:hover{color:#000066; text-decoration:none;}

.principal{
	height:100%;
	width:100%;
}
.red{color:#990000;}
#cadre{margin:15px;}
.cadre{
	width:712px;
	height:562px;
	margin:0px auto 0px auto;
	vertical-align:top; 
	text-align:left;
	background-image:url(img/bg_cadre.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#logo{
	padding:0px 0 0 0;
	float:left;
	width:158px;
	height:85px;
	background-image:url(img/logo_mini.jpg);
	background-position:85px 17px ;
	background-repeat:no-repeat;
}

#img{
	height:85px;
	overflow:hidden;
	background-image:url(img/dr_jaffe.jpg);
	background-repeat:no-repeat;
	background-position: 7px 2px;
	margin-right:0px;
	color:#333333;
}
#img p{margin:40px 0 0 25px; font-style:italic;}
#left{
	float:left;
	width:160px;
	margin-right:0px;
}
#logo-psylex{
	float:left;
	clear:left;
	text-align:center;
	height:60px;
	width:154px;
	background-color:#FFFFFF;
	margin-left:1px;
	border: 1px solid #eeeeee;
}
#menu{
	margin:10px 0px 0 0px;
	padding:10px 0px 0px 0px;
	height:340px;
	text-align:right;
}
#lang {margin-right:20px; color:#000066;}
#lang a{font-weight:normal;}
.active{color:#000066; font-weight:bold;}
/*  ---  defini le tag <ul> du menu   ----*/
#menu .ul{width:140px;padding:0px;}
*+html #menu .ul{width:140px;padding-right:15px;margin-left:0px;}
*html #menu .ul{width:110px;padding-right:15px;margin-left:0px;}
/*  ---  defini le tag <li> du menu   ----*/
#menu .row{margin:0px; list-style-type:none; text-align:right;}
*html #menu .row{width:140px;}
#menu .row a{padding:2px 0px 2px 0; line-height:18px;text-decoration:none}
#menu .row a:link, #menu .row a:active, #menu .row a:visited{
	
}
#menu .row a:hover{
	font-weight:bold;
	color:#000066;
	padding:2px 0px 2px 0;
	line-height:18px;
}
#content{
	margin:20px 0px 3px 0px;
	background-image:url(img/bg_content.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	height:400px;
	overflow:auto;
	scrollbar-face-color: #F8FAFE; 
	scrollbar-arrow-color: #aaaaaa; 
	scrollbar-track-color: #f8f8f8; 
	scrollbar-3dlight-color: #eeeeee; 
	scrollbar-darkshadow-color: #ffffff;
}
*html #content{background: url(img/bg_content.jpg) fixed repeat-x;}
*+html #content{background: url(img/bg_content.jpg) fixed repeat-x;}
.content-title{
	margin:0px 0px 0px 0px;
	padding: 13px 20px 5px 20px;
	text-align:left;
	color:#000066;
	font-size:13px;
	letter-spacing:3px;
	font-variant:normal;
	font-weight:bold;
	/*background-image:url(img/bg_title.jpg);
	background-position:top;
	background-repeat:repeat-x;
	*/
}
#content-content{
	padding:10px 20px 20px 20px;
	/*overflow:auto;*/
	height:332px;
	color:#222222;
	font-size:1em;
}
#content-bottom{
	border:1px solid #eeeeee;
	background-color:#F8FAFE;
	height:16px;
	text-align:center;
	padding-top:3px;
	color:#4B668F;
	font-size:11px;
}
*html #content-bottom{font-size:10px;}
#press{}
#press li{
	list-style-type:none; 
	background-image:url(../../images/icone_pdf.gif); 
	background-repeat:no-repeat; 
	background-position: 0px 0px;
	margin-left:-30px;
	padding-left:30px;
	margin-bottom:5px;
}
#video li{
	list-style-type:none; 
	background-image:url(../../images/icon_video.jpg); 
	background-repeat:no-repeat; 
	background-position: 0px 0px;
	margin-left:-30px;
	padding-left:30px;
	margin-bottom:5px;
}
#lien li{
	list-style-type:none; 
	background-image:url(../../images/logo_mini_mini.jpg); 
	background-repeat:no-repeat; 
	background-position: 0px 0px;
	margin-left:-30px;
	padding-left:30px;
	margin-bottom:5px;
}

#bottom{
	color:#333333;
	margin:0 1px 0 1px;
	padding:0 15px 0 5px;
	text-align:right;
}