/* Général */

@import url(fonts.css);

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    color: #333;
    background: #fff;
    height:100%;
}

#header {
    width: auto;
    height: auto;
    padding: 15px 40px;
    background: #459e00;
    color: #fff;
    overflow: hidden;
}

/* Bandeau de titre */
#header a:link, #header a:visited{
    text-decoration: none;
    color: #fff;
}

#header a:focus , #header a:hover {
    text-decoration: underline;
}

.ui-button{
    border-radius: 6px;
}

#general {
    float: left;
}

/* Titre */

#general h1 {
    padding: 0;
    margin: 0 20px 0 0;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}

#general h1, #general h1 a:link, #general h1 a:visited {
    color: #fff;
				 }

#error404{
    color: #fff;
    background: #459e00;
    border-radius: 10px;
    text-align: center;
}

#error404 h1{
    font-size: 70pt;
    width: 70%;
    margin: auto;
    padding-top: 50px:
    padding-bottom: 50px;
}

#error404 p{
    font-size: 20pt;
    width: 90%;
    margin: auto;
    padding-top: 50px:
    padding-bottom: 50px;
}

#general h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #fff;
}

#general a:hover {
    text-decoration: none;
}


/* Utilisateur */

#user {
    float: right;
    padding: 0;
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: right;
}

#user a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#user a:focus, #user a:hover {
		   text-decoration: none;
		   border-bottom: 1px solid rgba(255, 255, 255, 0.50);		   
		   color: rgba(255,255,255,0.5);
}

#user a#profil{
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    background-position: -144px -96px; 
    background-image: url("jquery-ui/images/ui-icons_8DC262_256x240.png");
    margin-right: .3em;
    display: inline-block;
}

div.breadcrumbs {
    background: #f5f3e5;
    width: auto;
    height: 20px;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: rgba(68, 158, 0, 0.5);
    text-align: left;
    overflow: hidden;
}

div.breadcrumbs a:link {
    color: #459e00;
    text-decoration: none;
}

div.breadcrumbs a:hover {
    color: rgba(68, 158, 0, 0.5);
}


ul.messagelist {
    padding: 0;
    margin: 0;
}

ul.messagelist li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd ;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning {
    background: #ffc ;
    background-size: 14px auto;
}

.iconsuccess {
	width: 16px;
	height: 16px;
	background-position: -16px -144px; 
	background-image: url("jquery-ui/images/ui-icons_8DC262_256x240.png");
	float: left;
	margin-right: .3em;
}

.iconwarning {
	width: 16px;
	height: 16px;
	background-position: 0px -144px; 
	background-image: url("jquery-ui/images/ui-icons_cd0a0a_256x240.png");
	float: left;
	margin-right: .3em;
}

#titre{
    margin-top: 20px;
    margin-bottom: 20px;
}

#titre h1{
    padding: 20px 40px;
    margin-left: 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
    display: inline;
}

#titre span{
    display: inline;
    background: #459e00;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin-right: 15px;    
    font-size: 14pt;
    text-decoration: none;
    float: right;
    margin-bottom: 10px;
}

#titre span:hover{
    background: rgba(68, 158, 0, 0.5);
}

.content h2{
    padding: 20px 40px;
    margin-left: 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}

.content{
    padding: 20px 40px;
    height: 95%;
}

#dossier{
    display: block;
    padding: 0;
    margin : auto;
    width : 100%;
    height : inherit;
}

body.login {
    background: #f8f8f8;
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
}

.login #header {
    height: auto;
    width : auto;
    padding: 5px 16px;
}

.login #header h1 {
    font-size: 18px;
}

.login #header h1 a {
    color: #fff;
    text-decoration: none;
}


.login #content {
    padding: 20px 20px 0;
}

.login #container {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
    width: 28em;
    min-width: 300px;
    margin: 100px auto;
}

.login #content-main {
    width: 100%;
}

.login #id_username, .login #id_password {
    clear: both;
    padding: 8px;
    margin-left: 20px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login label {
    padding-right: 0.5em;
    line-height: 2em;
    margin-left: 20px;
    font-size: 1em;
    clear: both;
    color: #333;
}

input[type=submit]{
    background: #459e00;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 40%;
    margin-bottom: 15px;
    font-size: 14pt;
}

input[type=submit]:hover{
    background: rgba(68, 158, 0, 0.5);
}

.submit-row{
    display: inline-block;
    width: 100%;
}

.error{
    color:red;
    padding: 5px 5px;
    margin-left: 20px;
}


.pres_etudiant, .pres_clos, .pres_vus, .pres_notes{
    width: 235px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left:15px;
    padding-top: 15px;
    border: none;
    margin: 15px;
    border-radius: 10px;
    font-size: 20pt;
    color: #fff;
}

.pres_etudiant{
    background: #459e00;
}


.pres_clos{
    background: #ff0000;
}

.pres_vus{
    background: #0000ff;
}

.pres_notes{
    background: #ff00ff;
}

.pres_etudiant a, .pres_clos a,.pres_vus a, .pres_notes a{
    padding-right:5px;
    text-decoration: none;
    color: #f5f3e5;
}

.pres_etudiant p, .pres_clos p,.pres_vus p, .pres_notes p{
    color: #fff;
    font-size: 14pt;
}

.pres_etudiant a:hover,.pres_clos a:hover,.pres_vus a:hover, .pres_notes a:hover{
    text-decoration: none;
    color: rgba(245,243,229,0.5);
}

.pres_filiere{
    width: 255px;
    height: 255px;
    display: inline-block;
    padding-left:15px;
    padding-top: 15px;
    border: none;
    margin: 15px;
    border-radius: 10px;
    font-size: 20pt;
    background: #459e00;
    color: #fff;
}

.pres_filiere a{
    font-size: 25pt;
    text-decoration: none;
    color: #f5f3e5;
}

.pres_filiere a:hover{
    color: rgba(245,243,229,0.5);
}

.pres_filiere p{
    text-align: center;
    font-size: 25pt;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
}

p.clos,p.vus,p.total{
    text-align: left;
    font-size: 20pt;
    text-decoration: none;
    margin: 10px;
}

span.lycee, span.lycee_vu, span.lycee_clos, span.lycee_notes{
    vertical-align: middle;
    padding: 15px;
    display: inline-block;
    border: none;
    margin: 15px 15px 15px 15px;
    border-radius: 10px;
    font-size: 13pt;
    color: #fff;
}

span.lycee{
        background: #459e00;
}

span.lycee_vu{
        background: #0000ff;
}

span.lycee_clos{
        background: #ff0000;
}

span.lycee_notes{
    background: #ff00ff;
}

span.lycee a, span.lycee_vu a, span.lycee_clos a, span.lycee_notes a{
    color:#fff;
    text-decoration: none;
}

span.lycee a:hover, span.lycee_vu a:hover, span.lycee_clos a:hover, span.lycee_notes a:hover{
    color:rgba(255,255,255,0.5);
    text-decoration: none;
}

form.total{
    width: 100%;
    border-radius: 4px;
    background:  #f5f3e5;
    margin: auto;
    margin-top: 15px;
}

div.colonnes {
    display: table;
    border-collapse: separate; 
    border-spacing: 5px;
    margin: auto;
    width:95%;
    font-size: 12pt;
}

div.colonne1, div.colonne2 {
    width: 50%;
    display: table-cell;
    border-radius: 6px;
    padding: 5px;
}

div.colonnea, colonneb {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

div.colonnea{
    width: 30%;
}

div.colonneb {
    height: 200px;
}

#id_remarque{
    width: 95%;
    border-radius: 4px;
    margin-bottom:10px;
}

#breadleft{
    float: left;
    text-align: left;
}

#breadright{
    float: right;
    text-align: right;
}

#breadright span{
    color: #459e00;
}

#breadright span:hover{
    color: rgba(68, 158, 0, 0.5);
    cursor: progress;    
}

#id_note{
    width: 4em;
    border-radius: 4px;
    font-size: 14pt;
}

#id_a_revoir{
    border-radius: 4px;
}

textarea {
    resize: none;
}

#effect{
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

fieldset{
    margin: 15px;
    border: none;
}

legend{
    border: solid;
    border-width: 1px;
    border-radius: 8px;
    padding: 5px;
    background: #459e00;
    color: #fff;
    font-size: 14pt;
}

div.colonnea p, div.colonneb p, div.colonne1 p, div.colonne2 p, div.colonne1 li {
    padding-left: 20px;
    color : #459e00;
}

#dialog, #dialog2{
    position : absolute;
    right: 20px;
    border-radius: 6px;
    background: #f5f3e5;
    color: #459e00;
}

#dialog{
    width: 450px;
    text-align: left;
}

#dialog2{
    width: 300px;
    text-align: left;
}

#dialog p, #dialog2 p{
    padding-left: 10px;
}

