@font-face {
font-family: 'roboto';
src: url('Roboto-Light.ttf') format('truetype');     
font-weight: normal;
font-style: normal;
}


body{
	font-family:'PT Sans', sans-serif;
}

.connexion{
	margin:0 auto;
	text-align:center;
	max-width:700px;
}

.connexion form{
	max-width:300px;
	margin:0 auto;
}

h3 {
font-size: 12pt;
text-transform:uppercase;
color:#3348ae;
}

h3:before{
	content:url("flecheh3.png");
}
/*.connexion  input{
	width:180px;
	background:#dedede;
	color:#535353;
	height:30px;
	font-size:12pt;
	border:1px solid #343434;
	padding:3px;
	box-shadow:1px 1px 1px #535353;
	margin:3px 10px;
	}*/
.donneecompte{
	margin:0 auto;
}
/*	.donneecompte input,.filiere select{
	/*background:#dedede;*/
/*	color:#535353;
	height:30px;
	font-size:12pt;
	padding:3px;
	/*box-shadow:1px 1px 1px #535353;
	/*margin:3px 10px;*/
/*	width:280px;
	border:1px solid grey;
	box-shadow: 0 0 5px #676767 inset;
	}*/
	
button,input[type=button],.boutonnav a{
	/*background:#535353;
	border:1px solid #343434;
	padding:3px;
	box-shadow:1px 1px 1px #535353;
	color:#fff;*/
	font-size:12pt;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px;

	color:#565656;
	text-decoration:none;
	cursor:pointer;
}

#tableaudinscription button{
	width:auto;
	margin-top:20px;
}

#tableinsc td:nth-child(2){
	text-align:left;
	background-color:#fff;
	border:none;
	padding-left:10px;
}

.title{
	font-size: 14pt;
	text-transform:uppercase;
	color:#3348ae;
}

#tableinsc td:first-child{
	font-weight:bold;
	padding:10px;
}

#entete .boutonnav td{
	text-align:left;
	padding:10px;
}
.lien{
	font-size:12pt;
	text-transform:uppercase;
	font-weight:bold;
	color:#565656;
	text-decoration:none;
	float:right;
}
.lien:hover{
	color:#000;
	cursor:pointer;
}
input.boutonfil{
	margin-top:0;
}
input[type=button]:hover{
	/*background:#eee;*/
	color:#000;
}
.gros{
font-size:14pt;
background:linear-gradient(#4e78ce,#3348ae);
font-weight:bold;
color:#fff;
border-top:2px #444 solid;
border-bottom:2px #444 solid;
text-align:center;
margin-bottom:40px;
transform:rotate(-1.5deg);
box-shadow:10px 10px 0 #888;
padding:5px 40px;
}
#conacc{
	width:200px;
	text-align:center;
	margin:0 auto;
	background:linear-gradient(#ddd,#fff);
}
#entete{
	text-align:center;
	font-size:16pt;
	display: flex;
	}
#menu_ministage{
	margin:0 auto;
	text-align:center;
	width:780px;
	
}
#menu_ministage ul{
	padding:0;
	margin:0 auto;
}
.clear{
	clear:both;
}
#menu_ministage ul li{
	float:left;
	color:#fff;
	height:20px;
	font-size:11pt;
	list-style-type: none;
	margin:10px 5px;
	padding:5px;
	width:240px;
	cursor:pointer;
	background:#9f0038;
	box-shadow:0 0 15px #676767 inset;
	font-weight:bold;
	text-align:center;
	
}
#menu_ministage ul li:hover{
	background:#c90044;
}

#conteneur{
	/*display:flex;*/
	margin:0 auto;
	
}
#droite_ministage{
	
	margin:20px auto;
	
}
.general{
	font-size:14pt;
	
}
#tableaudinscription{
	display:none;
}


.convention{
	margin:0 1px;
}

input[type="button"].imprimer{
	width:auto;
}

.tableinsc,.tablerecap{
border-collapse:collapse;
max-width:100%;
text-align:center;

}

#tablerecap tr td i{
	font-size:1.4rem;
	color:#000;
	margin:0 2px;
}
#tabfil{
	border-collapse:collapse;
}
.tableinsc th,.tablerecap th,.tableuser th{
	background:linear-gradient(#4e78ce,#3348ae);
	color:#eee;
	font-weight:normal;
	border:1px solid #3348ae;
	
}

.tablerecap,.tableuser table{
	border: 2px solid #3348ae;
}
.tableinsc  td,.tablerecap td,.tableuser td{
	border:1px solid #c3dae6;
	background:#e3eff6;
}
.tableinsc th,.tableinsc  td,.tablerecap th,.tablerecap td,.tableuser th,.tableuser td
{
height: 24px;
padding:8px;
vertical-align:middle;

}
.tableinsc input[type=text],.tablerecap input[type=text]{
	height:25px;
}
.tableinsc select,.tablerecap select{
	height:30px;
}
.tableinsc input[type=text],.tableinsc select,.tablerecap input[type=text],.tablerecap select,#statby{
	border:1px solid grey;
	box-shadow: 0 0 5px #676767 inset;
}
.tablerecap tr:nth-child(odd),.tableinsc tr:nth-child(odd){
	background:#dedede;
}
.tablerecap input[type=text]{
	width:110px;
}
/*--------page user----------*/
#filannee,#fildate,#filfiliere{
	min-width:150px;
}

.tableuser{
border-collapse:collapse;
max-width:1200px;
/*text-align:center;*/

}
div#autocompletion{
float:left;
position:absolute;
width:174px;
background:white;
border:1px solid #c9c9c9;
}
.liste_mots{
list-style:none;
margin:0;
padding:0px;
text-align:left;
font-size:10pt;
}
.mot{
list-style:none;
display:block;
margin:0;
padding:2px;

}

.label_auto{
width:174px;
display:block;
cursor:pointer;
}
li.mot:hover{
color: #fff;
background-color:#78bcf0;
display:block;
}
.tableuser input[type=text],.tabuserfil input[type=text]{
	height:25px;
}
.tableuser select,.tabuserfil select,#statby{
	height:30px;
}
.tableuser input[type=text],.tableuser select,.tabuserfil input[type=text],.tabuserfil select,#statby{
	border:1px solid grey;
	box-shadow: 0 0 5px #676767 inset;
}

.gris{
	background:#dedede;
	border-right:none;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	
}

.grisd{
	
	height:30px;
	
}


#reponse{
	font-weight:bold;
}
#statistiques{
	display:none;
}
#conteneur{
	width:1250px;
	/*display:flex;*/
}
#conteneurcol{
	width:1000px;
	display:flex;
	margin:0 auto;
}
#carre1,#carre2,#carre3{
	background:#fff;
	margin:5px;
	padding:15px 7px 7px 7px;
	border:2px solid #3348ae;
	
	/*box-shadow:5px 5px 5px #323232;*/
}
#carre1,#carre3{
	width:22%;
}
#carre2{
	width:47%;
	padding:0px 0px 7px 0px;
}
body{
	/*background:#c3dae6;*/
	background:#fff;
}

#nomCollege{
	font-size:14pt;
	color:#3348ae;
	margin-bottom:20px;
	display:block;
}
.boutonnav{
	border-collapse:collapse;
	width:80%;
	
}
.boutonnav td{
	border-top:1px solid #ababab;
	border-bottom:1px solid #ababab;
	color:#3348ae;
}
.entete{
	background:linear-gradient(#4e78ce,#3348ae);
	text-align:center;
	padding:5px 0;
	margin:0 auto;
}
.recherche{
	
	font-size:16pt;
	color:#fff;
	
	font-weight:bold;
}

