@charset "utf-8";
/* CSS Document */

form{
	width:960px;
	margin:0 auto;
	}
	
h1 {
	margin:0 auto;
	color:#007de4;
	}	

h3{
	clear:left;
	color:#007de4;
	margin-top:20px;
	text-decoration:underline;}
h4{
	color:#9cd1ff;
	}
	
label {
	display: inline-block;
	width: 250px;
	float: left;
	
	}


.ds_box {
	background-color: #9cd1ff;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
	}

.ds_tbl {
	background-color: #FFF;
	}

.ds_head {
	background-color: #41a1f4;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	}

.ds_subhead {
	background-color: #9cd1ff;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
	}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
	}

.ds_cell:hover {
	background-color: #F3F3F3;
	} 

table {
	border-collapse: collapse;
	width:450px;
	clear:left;
	
	}

td {
	border:1px solid black;
	padding:10px;
	}
	
.cours {
	clear:left;
	width:400px;
	margin:0 auto;
	
	}

fieldset {
	 padding:0 20px 20px 20px;
	 margin-bottom:10px;
	 border:1px solid  #9cd1ff;
 	}
	
legend {
	color:#007de4;
	font-weight:bold;
	}

form img {
	position:absolute;
	width:30px;
	margin-left:100px;
	}

input{
	border-radius:3px;	
	}
	
input[type=submit] {
	display:block;
	width:150px;
	margin:0 auto;
	background-color:#9cd1ff;
	}
input[type=submit]:hover {
	color:white;
	
}
.cours input[type=checkbox] {
	display:block;
	margin:0 auto;
	background-color:#9cd1ff;
	}
	
.interrogation {
	width:200px;
	height:100px;
	position:relative;
	top:-200px;
	float:right;}
	
.interrogation {
  border: 1px solid #000;
  border-radius: 0.5em;
  padding: 0.5em;
  background-color: #fff;
  display: none;
}

.cours img {
	
	width:100%;
	position:absolute;
	z-index:-2000;
	opacity:0.3;
	}
	
#submit:hover {
	color:white;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	cursor: pointer;
}

#participant {
	width:150px;
	margin:0 auto;
	
}

.recap {
width : 960px;
margin:0 auto;
	
}

#infoeleve {
width:450px;

float:left;

}

#infotut {
float:left;
}

#dcours {
width:960px;
clear:left;	
}

#attestation {
	margin-top:10px;
	border:1px solid blue;
	padding:10px;
	}
	
.align {
	display:block;
	width:60px;
	float:left;}
	
.autorisation {
	display:inline-block;
	width:800px;
	float:left;
	margin-bottom:10px;
}
	
