.block-principal {
    background-color: #D4F3D4;
    font-family: calibri;
    font-size: 20px;
   margin-left:auto;
   margin-right:auto;
    margin-top: 25px;
    width: 900px;
}

.titre{
	background-color: #EEFFED;
    padding: 5px;
    text-align: center;
    font-weight:bold; 
 }
 
.button{
    background-color: #EEFFED;
    padding: 5px;
    border:1px solid black;
    width:120px;
    text-align:center;
}

.error{
	color:red;
	margin-left:33px;
	margin-top:50px;
}

/**
 * page Intro
 * 
 */
.block-principal-intro{
	height:400px;
}

.text_intro{
	padding:10px;
}

.button_intro{
	left: 350px;
    position: relative;
    top: 50px;
}

/**
 * page Questions
 * 
 */
 .block-principal-question{
    padding-bottom:25px;
}


.block-principal-question table{
	margin-top:20px;
	margin-left:30px;
}

.block-principal-question table td.label{
	width:200px;
}

.block-principal-question table td.labelradio{
	padding-right: 50px;
    width: 100px;
}

.button_question {
    left: 350px;
    position: relative;
    margin-top: 50px;
}
 
/**
 * page Intro
 * 
 */
 .block-principal-intro-2 {
    height: 440px;
}

 .emotion_box{
	 background-color: #EEFFED;
    height: 50px;
    padding-top: 25px;
    text-align: center;
    width: 120px;
    margin-left:37px;
    margin-top:20px;
    border:2px solid #D4F3D4;
}

/**
 * page Exemple
 * 
 */
 
 .evaluation{
  	padding:20px;
 	text-align:center;
 	font-weight:bold;
 	display:none;
 }
 
 .stimuli{
 	padding:20px;
 	text-align:center;
 	display:none;
 }
 
 .stimuli_intro{
 	padding:20px;
 	text-align:center;
 	font-weight:bold;
 }
 
 /**
 * page Intro vocal 2
 * 
 */
 .block-principal-intro-vocal-2{
 	height: 530px;
 }
 
 /**
 * page admin
 * 
 */
 .block-principal-admin-login{
 	height:230px;
 	width:400px;
 }
 
 .titre_admin_login{
 	background-color: #EEFFED;
    padding: 5px;
    text-align: center;
    font-weight:bold; 
 }
 
.block-principal-admin-login table{
  	margin-left:30px;
 }
 
.block-principal-admin-login .button_login{
	margin-left: 130px;
    margin-top: 30px;
}

/**
 * page Admin
 * 
 */
 .box{
    background-image: url("../admin/create/image/cartouche.jpg");
    float: left;
    height: 168px;
    width: 226px;
    font-size:23px;
}
 
 .create_study_text{
 	left: 25px;
    position: relative;
    top: 70px;
 }
 
 .view_study_text{
    left: 40px;
    position: relative;
    top: 70px;
 }
 
  .edit_lang_text {
    left: 25px;
    position: relative;
    top: 70px;
 }
 
 #enregistrement_eri{
    position:relative;
 	top:20px;
 	background-color: #D4F3D4;
 	margin-left:auto;
 	margin-right:auto;
 	width:1200px;
	float:normal;
}

.block-principal-create-bdd{
	height:170px;
	background-color:white;
}

.titre_create_study{
	background-color: #EEFFED;
    padding: 5px;
    text-align: center;
    font-weight:bold; 
 }
 
 .table_create_study{
 	padding:20px;
 }
 
 
.button_save_create_study {
    left: 745px;
    position: relative;
    top: -15px;
}

.view_study td{
	border : 1px solid black;
	padding:10px;
	text-align:center;
}

.view_study td.title{
	font-weight:bold; 
}

table.view_study{
	margin-top:25px;
	margin-left:30px;
	border-collapse:collapse;
} 