*{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}


p{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
a{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

b{
    font-size:inherit;
}

.menuhead {
	color: #FFFFFF;
	font-size: 12px;
}

.menuhead a{	
	color: #FFFFFF;
	font-size: 12px;
	float:left;
}
	
.menuleft {
	color: #333333;
	font-size: 12px;
}

.menuleft a{	
	color: #333333;
	font-size: 12px;
}
	
a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
	
.fond{
    background-image:url(images/header-mri.png);
	 height:150px;
	background-position:top right;
	background-repeat: no-repeat;
}
	
.etude{ 
	background-image:url(images/schema_etudes.jpg);
	background-position:top right;
	background-repeat: no-repeat;
}
	
ul{
	font-size: 12px;
	color: #000000;
}

h6{
	font-size:15px;
	color: #232323
}
	
a.link {
	font-style: normal;
	color: #3399FF;
	text-decoration: underline;
}

li{
	font-size: 12px;
}

form#stage label{
	display:block;
	float:left;
	font-size:12px;
	margin:3px 10px 0;
	text-align:right;
	width:230px;
}

form#stage{
	font-family: Verdana;
}

form#stage div#captcha {
    clear:both;
    text-align:center;
    margin-bottom: 30px;;
}

form#stage div#captcha div{
    text-align:center;
}

form#stage div#captcha img.captchaImage {
    padding :2px;
}

form#stage div#captcha img.simpleCaptchaSelected {
    padding :0px;   
    border:2px solid #a0c2eb;
}

form#stage input{
    background-color:#F2F9FF;
    border:1px solid #777777;
    display:block;
    float:left;
    margin:1px;
    width:400px;
}

form#stage input#simpleCaptcha_0{
	display:none;
}

form#stage textarea{
	background-color:#F2F9FF;
	border:1px solid #777777;
	display:block;
	float:left;
	margin:1px;
	width:400px;
	height:130px;
}


form#stage input#sub{
	display:block;	
	width:auto;
	clear:both;
	margin:0px auto;
	float:none;
	background-color:#ddd;
}

form#stage label#legende{
	display:block;
	float:left;
	font-size:10px;
	font-weight:normal;
	margin:20px 0;
	text-align:center;
	width:100%;
}

div.stage{
	margin-bottom:10px;
	padding:2px;                
	font-family: Verdana;
	font-size:11px;
    border:1px solid #afcbed;
}

div.stage *{
    background-color: #E8F3FF;
    margin:0px;
}

div.stage h1{
	font-size:13px;
	padding:5px 5px 0px;
	color: #333366;
}	

div.stage p{
	color: #333366; 
    font-size:11px; 
    padding:5px;
}

div.stage div{      
	clear:both;
    padding-left:5px;   
}

a.pro{
	color: #FF9853;
}

form#log{
	display:block;
	padding:0px 20px;
	margin-top:10px;

}

form#log input{
	border:1px solid grey;
	display:block;
	width:100%;
	font-size:11px;	
}

form#log input#submit{
	width:auto;	
	float:right;
}

.menuleft ul#liste_connect{
	margin:0px 10px;
	padding:0px;
	list-style-type:none;
}

.menuleft ul#liste_connect li{
	margin:8px 0px;
	padding:0px 0px 0px 12px;
	background:url(images/item.png) no-repeat left center;
}

.menuleft ul#liste_connect li a{
	font-size:11px;
	color: #006699;
}

.menuleft ul{
    padding-left:25px;    
}

h2{
	font-family:Verdana, Sans Serif;
	font-size:18px;
}

h3{
	font-family:Verdana, Sans Serif;
	font-size:15px;
}

form{
    margin-top:15px;
    margin-bottom:0px;
    overflow:hidden;
}

label{
    display:block;
    float:left;
    width:200px;
    text-align:right;
    font-size:13px;
	 font-family:Verdana;	
    line-height:13px;
    margin:2px 10px 0px 10px;
    padding:2px;
}

input{
    width:400px;
    display:block;
    border:1px solid #777;
    margin:1px;
    background-color:#F2F9FF;
    float:left;
    padding:2px;
}  
  
select{
    width:400px;
    display:block;
    border:1px solid #777;
    margin:1px;
    background-color:#F2F9FF;
    float:left;
    padding:2px;
}    

textarea{
    width:400px;
	 height:100px;
    display:block;
    border:1px solid #777;
    margin:1px;
    background-color:#F2F9FF;
    float:left;
    padding:2px;
}    

table#membres{
    border:1px solid grey;
    width:100%;
}

table#membres tr th{
    font-weight:bold;
    background-color: #DDDDDD;
    text-align:center;
    padding:3px;
}

table#membres tr td{ 
    background-color: #eee;
    text-align:center;
    padding:2px;
}

table.eval{
    background-color: #ccc;
    margin-bottom:20px;
}

table.eval tr td{
    background-color: white;
    text-align:center;
}

table.eval tr td input{
    width:auto;
    float:none;
    display:inline;
}

table.eval tr td select{
    width:auto;
    float:none;
    display:inline;
    border-color: #ccc;
}

table.eval tr td textarea{
    width:99%;
    float:none;
    display:inline;
    height:50px;
    border-color: #ccc;
}

input#sub {
    background-color:#DDDDDD;
    clear:both;
    display:block;
    float:none;
    margin:0 auto;
    width:auto;
}

ul#module{       
    list-style-type: none;
    padding:0px;
}

ul#module li{
    padding:5px 5px 3px;
    font-weight: bold;
    font-size:13px;              
    border:1px solid #ddd;
    margin-bottom:5px;
    background:#eee;
}

ul#module li ul{    
    margin:5px 0px 0px 20px;         
    padding: 0px 0px 0px 0px;
    list-style-type: none;  
    background:#fff;
    font-weight: normal;
}

ul#module li ul li{          
    border:0px none; 
    border-bottom:2px solid #eee;    
    padding: 5px 0px 0px 20px;
    list-style-type: none;   
    background:#fff;
    margin-bottom:0px;
}

ul#module li ul li ul{    
    list-style-type: circle; 
    margin-left:25px; 
    border-left:1px solid #eee; 
    padding:0px;      
}

ul#module li ul li ul li{   
    border:0px none; 
    border-top:1px solid #eee; 
    border-bottom:0px none; 
    padding:2px 4px;
    margin:0px;
    font-size:12px;
    font-weight: normal;  
    overflow:hidden;
}

ul#module input,ul#module select{
    border-color: #ddd;
    /*height:22px;*/
    padding:1px 3px;
    font-size:11px; 
    line-height: 11px;
}

img.modif{
    margin-bottom:-3px;
    margin-left:8px;
    border:0px none;
}         

table#contacts{
    border:1px solid grey;
    width:100%;
}

table#contacts tr th{
    font-weight:bold;
    background-color: #DDDDDD;
    text-align:center;
    padding:3px;
}

table#contacts tr{      
    background-color: #eee;
}

table#contacts tr:hover{      
    background-color: #f4f4f4;
}

table#contacts tr td{       
    text-align:center;
    padding:2px;
}

table#contacts tr td div.more{ 
    background-color: #f4f4f4;
    border:2px solid #659ce0;
    padding:2px;
    text-align: left;
    width:400px;
    display:none;
    position:absolute;
}
    
a.external{
    background: url(images/external.png) right no-repeat;
    padding-right:15px
}