a{
	color: black;
	text-decoration: underline;
}
a:hover{
	color: navy;
}
a:visited{
	color: navy;
} 
/*
darkcyan
lightsteelblue
steelblue
navy
*/
.info{
	color: black;
}
.alert{
	color: red;
	text-decoration: underline;
}
/*puyblication*/
#publication{
	width:820px;
	margin: 5px auto;
	border: 2px solid steelblue;
	background-color: lightsteelblue;
	
}
#publication .nom{
	margin:0;
	padding:5px;
	color: white;
  background-color: steelblue;
	width:810px;
}
#publication div{
	padding: 5px;
}
/*publication liste*/
#publications dl{
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

#publications dt {
	background-color: steelblue;
  color: white;
  padding: 2px;
	font-weight: bold;
  border: 2px solid steelblue;
}

#publications dd {
	margin: 0 0 10px 0;
	padding: 5px;
	font-style: italic;
	border: 2px solid steelblue;
	background-color: lightsteelblue;
}
/*annuaire */
#fiche{
	width:820px;
	margin: 5px auto;
	border: 2px solid steelblue;
	background-color: lightsteelblue;
	
}
#fiche .nom{
	margin:0;
	padding:5px;
	color: white;
	background-color: steelblue;
}
#fiche div{
	padding: 5px;
}
#fiche .right{
	float: right;
	width: 200px;
}
#fiche .left{
	float: left;
	width: 420px;
}
#fiche .photo{
	width: 200px;
	margin-left:420px;
	text-align: center;
}
#fiche .detail{
	clear: both;
}
/*annuaire liste*/
.labelSearch{
	padding: 5px 50px;
}
#annuaire dl{
	margin: 0 auto;
	width: 90%;
	text-align: center;
}



#annuaire dt {
	background-color: steelblue;
	color: white;
	width: 90%;
	padding: 5px;
	font-weight: bold;
	border: 2px solid steelblue;
}

#annuaire dd {
	margin: 0 0 10px 0;
	padding: 5px;
		width: 90%;
	font-style: italic;
	border: 2px solid steelblue;
	background-color: lightsteelblue;
}



/*gestion*/
p{
	margin: 0;
}

/*recherche publi*/
#moreAuteur{
	width:100%;
	display: block;
}
/*profil*/  /*recherche publi*/
.formLogin{
	clear:both;
	display: block;
	float:left;
	min-width:120px;
	text-align: right;
	margin-right: 20px;
}
.formHide{
	display: none;
}

/*calendrier*/
/*smallCalendrier*/

#calendar td, #calendar th, #smallCalendar td, #smallCalendar th{
	border: 1px solid black;
	width: 14.3%;
	text-align: center;
	vertical-align: top;
}
#calendar th, #smallCalendar th{
	height: 20px;
}
#calendar, #smallCalendar{
	border: 1px solid #000000;
	width: 100%;
	border-collapse: collapse;
}
#calendar td, #smallCalendar td{
	padding-left: 5px;
}
#calendar td.out, #smallCalendar td.out{
	background-color: gray;
	opacity: 0.5;
}
#calendar td.event, #smallCalendar td.event{
	background-color: lightsteelblue;
}
#calendar td.today, #smallCalendar td.today{
	border: 2px solid orangered;
	border-collapse: separate;
}


/*calendrier*/
#calendar{
	font-size :12px;
}
#calendar td{
	height: 100px;
}
#calendar td span{
	float: right;
	font-size :10px;
}
#calendar td p{
	text-align: left;
	font-size :10px;
}

/*smallCalendrier*/
#smallCalendar{
	font-size :10px;
}
#smallCalendar td{
	height: 20px;
	cursor: pointer;
}

/*event*/
#event{
	width:820px;
	margin: 5px auto;
	border: 2px solid steelblue;
	background-color: lightsteelblue;
	
}
#event .nom{
	margin:0;
	padding:5px;
	color: white;
	background-color: steelblue;
	width:810px;
}
#event div{
	padding: 5px;
}
