@CHARSET "UTF-8";
/*********************************************************/
/*		             	   BEFORE               		  */
/*********************************************************/

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-webfont.eot');
    src: url('opensans-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-webfont.woff') format('woff'),
         url('opensans-webfont.ttf') format('truetype'),
         url('opensans-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

img				{
    border		: 0 ;
}
input,textarea,select	{
    font: 80%  Verdana,Arial,sans-serif;
    background:url('../www/i/itystudio/inputs_background.png') repeat-x top white;
	border:1px solid #888;
	cursor:pointer;
	padding:2px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input:hover,textarea:hover,select:hover	{
	border:1px solid #444;
}

textarea{
	width : 350px;
	height : 80px;
	cursor:pointer;
}

h1,h2,h3,h4,h5,h6,.sub_sub_title {
    font-family	: Verdana,Arial,sans-serif;
}
h1	{
    font-size	  : 120%;
    margin-left   : 5px;
    padding-left  : 15px;
    margin-bottom : 5px;
    margin-top    : 5px;
    color		  : #666;
    font-weight  	  	  :bold;
    font-family	  : 'open_sansregular', sans-serif;
}
h2			{
    font-size	  : 120%;
    color         : #444;
    border-bottom : 1px solid #999;
    margin-left   : 5px;
    padding-left  : 25px;
}
h3				{
    font-size	: 120%;
}
h4				{
    font-size	: 110% ;
}
h5,h6			{
    font-size	: 100%;
    border-bottom : 1px solid #CCC;
    margin-top    : 3px;
    margin-bottom : 5px;
}

.sub_sub_title{
	float       : right;
	font-weight : bold;
	color       : #444;
	font-size   : 110%;
}
 li{
 	margin-top:15px;
 }
 
.clear			{
    clear		: both ;
    visibility	: hidden ;
    line-height:0;
}
.noSize			{
    line-height	: 0 ;
    font-size	: 0 ;
}

/*********************************************************/
/*                   redefine behavior                   */
/*********************************************************/
body {
	padding: 0;
	margin: 0;
    text-align	: center ; /* correction IE 5.X pour le conteneur */
    font		: 80% "Myriad Pro", "Trebuchet MS",sans-serif;
    font-size: 15px;
    background-color: #e6e6e6;
    /*height:500px;*/
}
a img { border: none}
img {border: none}

/*********************************************************/
/*                   Template position                   */
/*********************************************************/
#load_indicator {
	background 	: #FFFFFF ;
	display:none;
}
#top {
	background-color: #b3b3b3;
	border-bottom: 2px solid #fff; 
	border-left: 2px solid #fff; 
	border-right: 2px solid #fff; 
	display: inline-block;
	text-align: center;
	padding: 2px 7px;
	line-height: 25px;
	height: 25px;
}
#top a {text-decoration: none}
.logout-icon {
	background-image: url(../i/icons/sprite-actions.png);
	background-position: -22px 0px;
	display: inline-block;
	cursor: pointer;
	width: 21px;
	height: 21px;
}
.logout-icon:hover {background: url(../i/icons/sprite-actions.png) -1px 0px}

#conteneur		{
    margin-left	: auto ;
    margin-right: auto ;
   /* margin-bottom: 75px;*/
    width		: 900px ;
    background-color : white;
    height:100%;
    min-height: 950px;
    border: solid 1px #AAA;
    border-top:0;
    border-bottom:0;
    overflow:hidden;
   
    
    box-shadow : 2px 0px 10px #888;
    
}
#header {
	
	width : 100%;
	margin : auto;
	background-image: url("../i/Header-login.jpg?v=2015");
	height : 324px;
	
	 
	}
#contenu {
	border: 2px solid #808080;
	padding: 7px 0px;	
}
/*********************************************************/
/*                    Miscellaneous                      */
/*********************************************************/
.thickbox.icon {text-decoration: none !important}
.loader {
	display: block;
	background: url(../i/icons/indicator.gif);
	width: 16px;
	height: 16px;
}
.wrap-title {
	color: #828181;
	font-weight: bold;
	font-family: "Myriad Pro",Arial,sans-serif;
	text-indent: 10px;
}
.act-as-link {
	color: #838181;
	cursor: pointer;	
}
.act-as-link:hover {text-decoration: underline}
.border-radius {
	behavior: url(www/c/PIE.htc);
	-moz-border-radius 		: 8px;
	-webkit-border-radius 	: 8px;
	border-radius			: 8px;
}
.border-left-radius {
	behavior: url(www/c/PIE.htc);
	-moz-border-radius-topleft 			: 8px;
	-moz-border-radius-bottomleft 		: 8px;
	-webkit-border-top-left-radius 		: 8px;
	-webkit-border-bottom-left-radius 	: 8px;
	border-bottom-left-radius	 		: 8px;
	border-top-left-radius	 			: 8px;
}
.border-right-radius {
	behavior: url(www/c/PIE.htc);
	-moz-border-radius-topright 		: 8px;
	-moz-border-radius-bottomright 		: 8px;
	-webkit-border-top-right-radius 	: 8px;
	-webkit-border-bottom-right-radius 	: 8px;
	border-bottom-right-radius	 		: 8px;
	border-top-right-radius	 			: 8px;
}
.border-top-radius {
	behavior: url(www/c/PIE.htc);
	-moz-border-radius-topright 	: 8px;
	-moz-border-radius-topleft 		: 8px;
	-webkit-border-top-right-radius : 8px;
	-webkit-border-top-left-radius 	: 8px;
	border-top-right-radius 		: 8px;
	border-top-left-radius	 		: 8px;
}
.border-bottom-radius {
	behavior: url(www/c/PIE.htc);
	-moz-border-radius-bottomright 		: 8px;
	-moz-border-radius-bottomleft 		: 8px;
	-webkit-border-bottom-right-radius 	: 8px;
	-webkit-border-bottom-left-radius 	: 8px;
	border-bottom-right-radius 			: 8px;
	border-bottom-left-radius	 		: 8px;
}
.border-top-right-radius {
	behavior: url(www/c/PIE.htc);
	-moz-border-radius-topright 	: 8px;
	-webkit-border-top-right-radius : 8px;
	border-top-right-radius 		: 8px;
}
.simple-shadow {
	behavior: url(www/c/PIE.htc);
	-moz-box-shadow : 0px 0px 15px #888;
	-webkit-box-shadow: 0px 0px 15px #888;
	box-shadow: 0px 0px 15px #888;
} 
.light-shadow {
	behavior: url(www/c/PIE.htc);
	-moz-box-shadow : 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
}
.light-top-shadow {
	behavior: url(www/c/PIE.htc);
	-moz-box-shadow : 0px -4px 10px #888;
	-webkit-box-shadow: 0px -4px 10px #888;
	box-shadow: 0px -4px 10px #888;
}
.light-text-shadow {
	behavior: url(www/c/PIE.htc);
	-moz-text-shadow: 0px 0px 4px #b7b7b7;
	-webkit-text-shadow: 0px 0px 4px #b7b7b7;
	text-shadow: 0px 0px 4px #b7b7b7;
}

/**************************************************/
/*         Blocs principaux de la page            */
/*         - positionnement etc                   */
/**************************************************/
.drawborder{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;
}
.drawbordercontent{
	float:left;
	background-color:#FFF;
	font-size:12.5px;
	#padding:5px;
}

.bordercorner{
	height:11px;
	width:9px;
	float:left;
}

.border-tb{
	height:11px;
	background-repeat: repeat-x;
	float:left;
}
.border-lr{
	width:9px;
	background-repeat: repeat-y;
	float:left;
}

/* *************
 * For Internet Explorer
 */
* html #content {
	height  :  400px;
}

#tete 			{
	background-image: url(i/header-bg-light.png);
	background-repeat: repeat-y;
    width		: 900px ;
    margin		: 0 auto ;
    position	: fixed ;
    height		: 50px ;
}

#footer			{
	background-image: url(i/footer-bg-light.png);
	background-repeat: no-repeat;
    width		: 900px ;
    margin-left	: auto ;
    margin-right: auto ;
    color:#333355;
	text-align:center;
}


/*#login {
	padding-top: 15px;
	position : absolute;
	text-align: right;
	right: 10px;
}*/
#UserName {
	border-color : #AAA;
}
#Password {
	border-color : #AAA;
}
#logoItyLearning {
	padding-top: 10px;
	position : absolute;
	left : 10px;
}

#feedback_message{
	#background	: #353535 ;
	font-weight : bold;
	text-align:center;
	width:780px;
	margin: 0px auto 10px -390px;
	-moz-border-radius: 5px ;
	padding: 5px;
	position: absolute;
	left: 50%;
	top: 155px;
}
#feedback_message #feedback_message_content{
	padding : 5px 10px;
	display : inline;
	
}

.critical1{
	background-color : #90be44;
}
.critical2{
	background-color : #AADDFF;
}
.critical3{
	background-color : #ffa080;
}

.notice{
	padding : 10px;
}

/*********************************************************/
/*                  Messages dft alert                   */
/*********************************************************/
#admin_valid-pop{
	display: inline-block;
	background-color: #29AAE0;
	border: 2px solid #fff;
	height: 20px;
	line-height: 20px;
	padding: 2px 10px;
	cursor: pointer;
	color: #fff;
}
._style-admin_valid-pop {
	display: block;
	float: right;
	background-color: #29AAE0;
	border: 2px solid #fff;
	line-height: 20px;
	padding: 2px 10px;
	cursor: pointer;
	color: #fff;
}
#admin_cancel-pop {
	display: inline-block;
	background-color: #90be44;
	border: 2px solid #fff;
	height: 20px;
	line-height: 20px;
	padding: 2px 10px;
	cursor: pointer;
	color: #fff;
}
#bg_msg {
    position: fixed;
    z-index:800;
    top: 0px;
    left: 0px;
    background-color:#000;
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    height:100%;
    width:100%;
}
* html #bg_msg { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#hide_selected{
    z-index:799;
    position:absolute;
    top: 0;
    left: 0;
    background-color:#000;
    border:none;
    filter:alpha(opacity=0.45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    display  : none;
}

#message_cadre{
	font-size : 10pt;
	font-weight : bold;
	width : 320px;
	background:#FFFFFF none repeat scroll 0%;
	border:4px solid #525252;
	color:#000000;
	left :50%;
	position:fixed;
	text-align:center;
	top:50%;
	z-index:802;
	padding : 10px;
}
* html #message_cadre { 
    position: absolute;
    top: expression(0 + parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#valid_mess_error{
	width : 120px;
	height : 20px;
	background:#33B62C none repeat scroll 0%;
	margin : 5px;
	float : right;
	border : 2px solid #BBB;
	color : #555;
	cursor : pointer;
}
#valid_mess_error:hover{
	border : 2px solid #555;
	color : #000;
}

#cancel_mess_error{
	width : 120px;
	height : 20px;
	background:#FF5500 none repeat scroll 0%;
	margin : 5px;
	float : right;
	border : 2px solid #BBB;
	color : #555;
	cursor : pointer;
}
#cancel_mess_error:hover{
	border : 2px solid #555;
	color : #000;
}

/*********************************************************/
/*                  Messages dft dialog                  */
/*********************************************************/
#message_background {
    position: fixed;
    z-index:800;
    top: 0px;
    left: 0px;
    background-color:#000;
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    height:100%;
    width:100%;
}
* html #message_background { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#hiding_message{
    z-index:799;
    position:absolute;
    top: 0;
    left: 0;
    background-color:#000;
    border:none;
    filter:alpha(opacity=0.45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    display  : none;
}

#dialog_popup{
	height:0;
	left:0;
	overflow:visible;
	position:absolute;
	top:0;
	width:100%;
	z-index:801;
}

#cadre_message{
	font-size : 10pt;
	font-weight : bold;
	width : 350px;
	background:#FFFFFF none repeat scroll 0%;
	border-color:#000000 #555555 #222222 #000000;
	border-style:solid;
	border-width:1px 4px 3px 1px;
	color:#000000;
	position:relative;
	text-align:center;
	z-index:802;
	padding : 10px;
	margin : auto;
}
* html #cadre_message { 
    position: absolute;
}

#popup_content ul li{
	list-style-image    :none;
    list-style-position :outside;
    list-style-type     :none;
}

#status_alert_message ul li{
	list-style-image    :none;
    list-style-position :outside;
    list-style-type     :none;
}

#btn_valid_pop{
	min-height : 20px;
	background:#BFF2AC none repeat scroll 0%;
	margin : 5px;
	float : right;
	cursor : pointer;
	border : 1px solid #555;
	color : #000;
	height : auto;
	min-width: 50px;
	max-width: 230px;
	width: auto;
}

#btn_valid_pop:hover{
	background:#80E85B none repeat scroll 0%;
	border-color:black;
}
#btn_cancel_pop{
	width : 120px;
	min-height : 20px;
	background:#F4ACAC none repeat scroll 0%;
	margin : 5px;
	float : right;
	cursor : pointer;
	height : auto;
	border : 1px solid #555;
	color : #000;
}
#btn_cancel_pop:hover{
	background:#F35A5A none repeat scroll 0%;
	border-color:black;
}
/*******************************************/
/*            Page de login                */
/*******************************************/
.loginDiv{
	margin:0 auto;
	border:solid #AAA 1px;
	background:white;
	color:#666;
	font-family	  : 'open_sansregular', sans-serif;
	font-size:10pt;
}
.FirstVisitDiv{
	width:335px;margin:0 auto;border:solid #AAA 1px;
	background:#FFF;border-radius:10px;-moz-border-raidus:10px;-webkit-border-radius:10px;
}
#itylearningArrowField{
	position : absolute;
	width:150px;
	height:100px;
	z-index:2;
	top:55px;
	left:80px;
}
#arrowImg{
	text-align:center;
	margin-left:50px;
	
}
#textArrow{
	color:white;
	font-family	  : 'open_sansregular', sans-serif;
	font-size:10pt;
}

.website{
    text-align: center;
    width: 120px;
    position: fixed;
    bottom: 15px;
    padding-left: 390px;
}

.website a{
	color:#666;
	text-decoration: none;	
}
.website a:hover{
	text-decoration: underline;
}
/*******************************************/
/*   demande de nouveau mot de passe       */
/*******************************************/
.notice
{
	font-size:13px;
	display:none;
}
#changePasswordField{
	width:400px;
	margin:auto;
}
#changePasswordField table {
		margin:auto;
		border-collapse:seperate;
		border-spacing:10px;
	}
#changePasswordField table tr{
	height:30px;
}
#changePasswordField .alignleft{
	text-align:left;
}
#changePasswordField .aligncenter{
	text-align:center;
}
#changePasswordField td{
	width:150px;
}
.red{
	color:red;
}
.blue{
	color:blue;
}
/****************************************/
/*	nouvelle interface de connexion     */
/****************************************/
#selectSoftware{
	
	height:250px;
	background-color:#424242;
	position:relative;
	z-index:1;
	
}
#selectSoftware h1{
	margin-top:0;
	color:white;
}
.loginDiv{
	display:none;
	position:absolute;
	top:275px;
	
}
#loginCentral input{
	width:140px;
}
.logo{
	cursor:pointer;
	opacity:0;
	
}
#itylearningLogo{
	text-align :center;
}
#itystudioLogo{
	text-align :center;
}
.softWrapper{
	width:50%;
	
}
#bg-image{
	position: relative;
	background-image : url("../i/BG_Body.png");
	bottom:150px;
	left:0;
	height : 569px;	
	}
.flags{
    position: fixed;
    bottom: 30px;
    text-align: center;
    width: 240px;
    padding-left: 325px;
}
.message{
	
	display:none;
	color:#666;
	font-family	  : 'open_sansregular', sans-serif;
	text-align: left;
	font-size:10pt;
	height:200px;
        width: 250px;
	padding:5px;
	position: absolute;
	
}

.wrapLogo{
	height:150px;
}
#connectWrapper{
	width:800px;
	background-color : white;	
	margin:auto;
	border : solid 1px #666;
}

.explicationText{
	
	border:solid #AAA 1px;
	background-color:white;
	width:250px;
	padding:10px;
	position:relative;
	top:20px;
	z-index:1;
	
}
#selectSoftware table{
	
	margin:auto;
	margin-top : 50px;
	border-spacing : 40px 0;
		
}
#selectSoftware td{
	width:280px;
	
}
.loginDiv a{
	color:#505050;
	font-size:7pt;
	
}
.loginDiv input{
	border-radius:0;
	-webkit-border-radius:0;
}
.loginDiv input[type='submit']{
	/*height:30px;*/
	color:white;
	font-weight:bold;
	padding : 5px;
	font-family	  : 'open_sansregular', sans-serif;
	}
	
#titleSoftware{
	font-family	  : 'open_sansregular', sans-serif;
	font-size		:10pt;
	color		:white;
}