html {
	margin: 0px;
	padding: 0px;
       font-size:0.8em;
}
body {
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F9F9;
}
body.popup {
  padding: 0 15px 15px 15px;
  background-color: white;
}

#header {
	padding: 10px;
}



h1 {
	color: #666666;
	font-size: 2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 a {
	color: #666666;
	text-decoration: none;	
}

h2 {
	font-size: 1.4em;
	color: #234669;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #234669;
}

h2 a {
	color: #234669;
	text-decoration: none;	
}

h3{
	font-size: 1.1em;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h4 {
	border-bottom:1px dashed gray;
	font-size:1em;
	font-weight:normal;
	margin:0.4em 0 0;
}
p {
	margin: 10px 0px 10px;
	padding: 0px;
	line-height: 1.4em;
}
ul {
	padding: 0 0 0 1em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4em;
}
ol {
  padding: 0 0 0 1em;
  margin:10px 10px 0 0; 
}
li{
	margin-left: 1em;
}
ul li {
	list-style-type: square;
}
ul ul {
  margin-top: 2px;
}
ol ol {
  margin-top: 2px;
}
img {
	border: none;
}
a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#page{
	padding: 10px;
	width: 978px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#menu {
	background-color: #EEEEDD;
	margin: 0px;
	padding: 0px;
}
#menu .clear {
	margin: 0px;
	padding: 0px;
	height: 2px;
	background-color: #FFFFFF;
	clear: both;
}
#menu a {
	background-color: #E2E2CC;
	margin: 0px 1px 0px 0px;
	padding: 5px 10px;
	float: left;
	display: inline;
	color: #336699;
	text-decoration: none;
}
#menu a.floatRight {
	float: right;
	margin: 0px;
}
#menu a:hover {
	color: #990000;
}
#content {
  border:1px solid #CCCCCC;
  padding:10px;
}

#copy {
	margin: 0px;
	padding: 20px 10px 0px 10px;
	font-size: 0.8em;
	color: #999999;
	text-align: right;
}
#copy a {
  color: #999999;
}

.form_header {
	padding: 0.7em;
}
.form_footer {
	padding: 0.7em;
	background-color: rgb(250,250,250);
	border-top: 1px solid gray;
	margin-top: 1.5em;
}


table.ects_heures {
  float: right;
}

table.ects_heures td {
  width: 40px;
  border: 1px solid gray;
  background-color: white;
  text-align: center;
  font-size: 0.8em;
}

.clear {
  clear:both;
  display:block;
  line-height:0;
}


/** Messages de confirmation / d'erreur */
div.message {
  margin: 1.5em 5px;
  position: relative;
  padding: 3px 5px 3px 28px;
  background-repeat: no-repeat;
  background-position: 3px 2px;
}

div.message.success {
  background-image: url(/gihepStatique/images/success.png);
  background-color: rgb(250,255,240);
  border: 1px solid rgb(120,183,30);
}

div.message.error {
  color: red;
  background-image: url(/gihepStatique/images/alert.png); 
  background-color: rgb(255,240,240);
  border: 1px solid rgb(175,33,23);
}

/* Liste des titulaires sur une fiche (édition) */
#titu_smlist span {
  display: block;
}

td.annetud {
  width: 20px;
  border: 1px solid gray;
  text-align: center;
}

td.annetud_empty {
  width: 20px;
}

td.link a {
  display: block;
  width: 100%;
}

td.statut {
  vertical-align: middle;
  text-align: center;
  width: 32px;
}
td.titulaires {
  font-size: 0.8em; 
  text-align: center;
}

.fiche_a_preparer {
  background-color: pink;
}

.fiche_preparee {
  color: white;
  background-color: red;
}
.fiche_preparee a {
  color: white;
}

.fiche_actualisee {
  background-color: #FF9900;
}
.fiche_actualisee a {
  color: white;
}


.fiche_validee {
  color: white;
  background-color: green;
}
.fiche_validee a {
  color: white;
}
.todo {
  background-color: cyan; 
  color: white;
}
.todo a {
  color: black;
}
.respform {
  background-color: #b0dee4;
  color: black;
}
.respform a {
  color: black;
}


.help_ects {
  font-weight: normal;
}
.Balloon {
  font-size: 0.9em;
}
.Balloon p {
  margin-top: 0.5em;
}

.info {
  background-color: rgb(245,245,250); 
  padding: 2px 10px 12px 10px; 
  margin: 10px 0 10px 0;
}

.intitule_EN {
  color: #707070;
}

table.fiche {
  width: 100%;
}

table.fiche th {
  vertical-align: top;
  text-align: left;
/*  text-align: right; */
  width: 300px;
  border-bottom: 1px solid rgb(230,230,230);
  padding: 5px;
}

table.fiche td {
  vertical-align: top;
  border-bottom: 1px solid rgb(230,230,230);
  padding: 5px;
  padding-bottom: 1.5em;
}

table.fiche td p {
  margin-top: 0;
}


table.entete_fiche {
  background-color: rgb(240,240,240);
  width: 100%;
}

div.box_entete_fiche {
  background-color: rgb(240,240,240);
  padding: 10px; 
  margin: 5px 0 10px 0;
}

table.entete_fiche th {
  width: 25%;
  border-bottom: 1px solid white;
  text-align: left;
}

table.entete_fiche td {
  border-bottom: 1px solid white;
}

td.center {
  text-align: center;
}

th.center {
  text-align: center;
}

table.prepa_session td {
  border-bottom: 1px solid rgb(230,230,230);
  vertical-align: top;
  padding-bottom: 5px;
}

table.session_groupes td, table.niceTable td {
  border-bottom: 1px solid rgb(230,230,230);
  vertical-align: top;
  padding: 2px 2px 5px 2px;
}

table.session_groupes th, table.niceTable th {
  border-bottom: 1px solid gray;
  vertical-align: top;
  padding: 0 2px 0px 2px;
}

table.session_groupes tr.total td {
  background-color: rgb(240,240,240);
  border-top:1px solid gray;
}


table.width100 {
  width: 100%
}  border-bottom: 1px solid rgb(230,230,230);
  vertical-align: top;
  padding: 2px 2px 5px 2px;
}

table.session_groupes th, table.niceTable th {
  border-bottom: 1px solid gray;
  vertical-align: top;
  padding: 0 2px 0px 2px;
}

table.session_groupes tr.total td {
  background-color: rgb(240,240,240);
  border-top:1px solid gray;
}


table.width100 {
  width: 100%
}

table.liste_cours {
  width: 100%;
  margin-bottom: 5em;
}

table.liste_cours td {
  border-bottom: 1px solid #E6E6E6; 
  padding-left: 5px;
}

table.liste_cours tr.total td {
  border-top: 1px solid black;
  font-weight: bold;
}

td.nbr, th.nbr {
  text-align: center;
  width: 100px;
}



@media print {
	#header {
  		display: none;
	}
	
	#content {
		border-style: none;	
	}

	table.fiche, table.liste_cours {
		page-break-after: always;
	}
	
	.bt_back {
	  display: none;
	}
}

