/*
inscription.css
*/
#resultat_recherche_rapide{
position: fixed; 
background-color: white; 
z-index: 5000; 
display:none;
}

.resultatinput_chaine:hover {
	background-color: lightgrey;
}

.resultatinput_chaine {
	padding: 4px;
	cursor:pointer;
}
	

#block_animateur {
	display:none;
}

.ensemble {
	border:1px solid red;
}

.rangee {
	border:1px solid blue;
	height:30px;
	clear:both;
}

.colonne {
	border:1px solid yellow;
	height:20px;
}


.mention {
	text-align:left;
	font-style:italic;
}
.accepter {
	text-align:center;
}

input, select {
/*margin-bottom: 0rem !important;*/
}


#case {
text-align: center;
margin-bottom: 0rem !important;
width: 20px;
margin: auto;		
}
.anomalie    {
    color:red;
    /*font-weight:bold;*/
    background-color:yellow;
    }  

#titre {
    position: fixed;
    width: 100%;
    height: 36px;
    top: 0px;
    bottom: 0px;
    border-bottom: 1px solid red;
}
#titre1 {
	position: fixed;
	width: 100%;
	height: 36px;
	top: 50px;
	bottom: 60px;
	/*border-bottom: 1px solid blue;*/
	font-size: 50px;
	margin-left: 100px;
	}
#titre2 {
	position: fixed;
	width: 100%;
	height: 36px;
	top: 165px;
	bottom: 160px;
	margin-left: 300px;
	font-size: 50px;
	}

#bouton_inscription {
	/*
	border:1px solid red;
	background-color:grey;
	width:250px;
	margin:auto;
	text-align:center;
	height: 36px;
	padding: 8px;
	cursor:pointer;
	*/
	}



.rangee {
	height:20px;
}

.colonne {
	height:12px;
}
.date {
	width:200px;
}}

.heure {
	width:100px;
}
.max {
	width:60px;
}
.lieu {
	width:300px;
}

.sujet {
	width:300px;
}

.vert {
	background-color:green;
}

.rouge {
	background-color:red;
}

.blanc {
	background-color:white;
}


#overlay {
	top: 25px;
	left: 50%;
	position: absolute;
	margin-left: -100px;
	width: 200px;
	text-align: center;
	display: none;
	margin-top: -10px;
	background: #000;
	color: #FFF;
}

#bandeau_haut {
    position: fixed;
    width: 100%;
    height: 36px;
    top: 0px;
    bottom: 0px;
    background-color: #DDDDDD;
    border-bottom: 1px solid red;
    z-index: 5;
}

#message_bandeau {
	position: absolute;
	margin-left:500px;
	width: 200px;
	text-align: center;
	display: none;
	/*margin-top: -2px;*/
	/*background: white;*/
}

.fld_table { 
/*    border: #C0C0C1 1px solid;  
    border-collapse:collapse;  
    margin:2px;*/
    }   
	
	
/*	
table, th, td {
  border: 1px solid black;
}	

td {
	height:20px;
}


table.desc {
	width:500px;
}
*/

.logo {
	margin-right:50px;
}