/*
	Fiche descriptive du livret de cours FC
*/

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.retour-liste {
    position: relative;
    text-align: left;
    margin-top: 2px;
	margin-left: 4px;
}

div.precedent-suivant {
    position: relative;
    text-align: center;
    margin-bottom: 7px;
	margin-top: 5px;
}

.lien-navig {
    color: #4183C8;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.avertissement {
    color: #FF0000;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 1em;
}

table.description-onglets {
	width: 100%;
	margin-top: 12px;
	/*border-spacing: 5px 0px;*/
	border-spacing: 0px 0px;
}

table.description-onglets th {
    background-color: #ece7e5;
    text-align: left;
    font-size: 14px;
    height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 12px;
   	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: 4px solid #7B1922!important;
}

th.description-onglet-selected {
    background-color: #7B1922!important;
    color: #FFFFFF;
    cursor: default;
    width: 50%;
}

th.description-onglet-unselected {
    color: #000000;
    cursor: pointer;
    width: 50%;
}

div.description-content {
    background-color: #FFFFFF;
    border: 1px solid #F0EBE5;
    border-radius: 8px 8px 8px 8px;
    padding: 10px;
}

div.description-content-selected {
    display: block;
}

div.description-content-unselected {
    display: none;
}

table.description,
table.info-pratique {
	margin-top: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 5px;
	width: 100%;
    font-size: 13px;
}

td.description-content-titre {
    font-weight: bold;
    width: 170px;
    padding-right: 5px;
}

td.description-content-descr {
}

td.description-content-icon {
    width: 45px;
}

table.inscription {
  background-color: #F6F6FA;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
  margin-top: -18px;
  margin-bottom: 10px;
  margin-left: 11px;
  width: 695px;
}

table.inscription tr {
    margin: 0;
}

table.inscription th {
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 10pt;
    padding: 10px;
}

table.inscription th#comment_col {
	width: 25%;
}

table.inscription td {
    border-style: solid;
    border-width: 0 0 1px;
    text-align: center;
    z-index: 5;
	padding-left: 3px;
	padding-right: 3px;
}

table.inscription tr.lien {
    cursor: pointer;
}

table.inscription tr.lien:hover {
    background-color: #E0E0F0;
    cursor: pointer;
}

#page-sail {
    background-color: black;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}

.lien table th {
    border: 0 none;
}

.lien table td {
    border-width: 1px 0 0;
    border-style: solid;
    padding-top: 5px;
}

#popup-edit {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    background-color: white;
    border: 2px solid #888888;
    display: none;
    height: 100%;
    left: 50%;
    margin-left: -370px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 735px;
    z-index: 6000;
}

#popup-edit-cmd {
    background-color: #888888;
    border-bottom: 1px solid #000000;
    color: white;
    padding: 5px;
    text-align: right;
}

#popup-edit-cmd a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#popup-edit-cmd img {
    border: medium none;
    margin: 0 0 0 5px;
    padding: 0;
    vertical-align: bottom;
}

#formiframe {
    border: medium none;
    height: 95%;
    width: 100%;
}
