
/* Seances */
@media (min-width: 768px)
{
  #seances
  {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

#seances h3
{
	margin-top: 30px;
}

#seances .panel-heading
{
    padding: 0px;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
}

.panel-default {
    border: none;
}

#seances a
{
    display: block;
    height: 100%;
    padding: 10px;
    width: 100%;
}

#seances p a
{
    padding: 0px;
}

.white-background
{
	background-color: white !important;
}

/* Footer */
#footer
{
	margin-top: 30px;
}


/* Cours et Travaux dirigés */
.cours, .travaux_diriges
{
	white-space: nowrap;
}

.travaux_diriges
{
	font-style: italic;
}


/* Liens hypertexte */
a
{
	text-decoration : none;
}

a:hover, .panel-title > a:hover
{
	color : #004CC8;
	text-decoration : none;
}

.panel-title > a
{
    color: #3399f3;
}



/* Last paragraph */
.last_p
{
	margin-bottom: 0px;
}


/* Text color */
.text_black
{
    color: #000000;
}

.inactive
{
    color: #777777;
}