@font-face {
    font-family: 'alex_brush_regular';
    src: url('/static/Fontes/AlexBrush-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'learning_curve_proregular';
    src: url('/static/Fontes/LearningCurve_OT-webfont.eot');
    src: url('/static/Fontes/LearningCurve_OT-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/Fontes/LearningCurve_OT-webfont.woff') format('woff'),
         url('/static/Fontes/LearningCurve_OT-webfont.ttf') format('truetype'),
         url('/static/Fontes/LearningCurve_OT-webfont.svg#learning_curve_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latin_modern_roman10_regular';
    src: url('/static/Fontes/lmroman10-regular-webfont.eot');
    src: url('/static/Fontes/lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/Fontes/lmroman10-regular-webfont.woff') format('woff'),
         url('/static/Fontes/lmroman10-regular-webfont.ttf') format('truetype'),
         url('/static/Fontes/lmroman10-regular-webfont.svg#latin_modern_roman10_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latin_modern_roman_caps10Rg';
    src: url('/static/Fontes/lmromancaps10-regular-webfont.eot');
    src: url('/static/Fontes/lmromancaps10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/Fontes/lmromancaps10-regular-webfont.woff') format('woff'),
         url('/static/Fontes/lmromancaps10-regular-webfont.ttf') format('truetype'),
         url('/static/Fontes/lmromancaps10-regular-webfont.svg#latin_modern_roman_caps10Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gooddogregular';
    src: url('/static/Fontes/GoodDog-webfont.eot');
    src: url('/static/Fontes/GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/Fontes/GoodDog-webfont.woff') format('woff'),
         url('/static/Fontes/GoodDog-webfont.ttf') format('truetype'),
         url('/static/Fontes/GoodDog-webfont.svg#gooddogregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Partie commune à toutes les pages*/

html, body
{
	margin: 0px;
	background-image: linear-gradient(to bottom, silver, white);
	background-repeat: no-repeat;
	font-family: 'latin_modern_roman10_regular';
	font-size: 14px;
}

#blockpage
{
	margin: auto;
	width: 1201px;
	background-color: white;
	border: 1px solid black;
	text-align: center;
}

header
{
	height: 180px;
	background: url('/static/images/tableauNoir1.jpg') no-repeat;
	box-shadow: 0px 6px 6px black;
	margin-bottom: 20px;
	position: relative;
}

header h1
{
	font-family : 'alex_brush_regular';
	color: white;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

header nav
{
	color: white;
}

nav ul
{
	text-align :left;
	list-style-type: none;
}

nav li
{
	display: inline-block;
	font-size: 45px;
	font-family: 'gooddogregular';
	font-style: normal;
	margin-right: 30px;
}

nav li:hover
{
	text-decoration: underline;
}

header a
{
	color: white;
	text-decoration: none;
}

section
{
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0px 3px 3px black;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid black;
	vertical-align: top;
	width: 1000px;
}

section p
{
	text-align: justify;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 5px;
}

footer p
{
	width: 1180px;
	text-align: center;
}


/*Partie de Présentation des Programmes de colles*/

.TitreProgramme
{
	font-family: 'latin_modern_roman_caps10Rg';
	font-size: 20px;
	text-align: center;
	border-bottom: solid darkgray;
	border-width: 2px;
	
}

.TitreProgramme h2
{
	display: inline-block;
	width: 900px;
	font-size: 20px;
	margin-bottom:5px;
}

.TitreProgramme h3
{
	display: inline-block;
	width: 90px;
	font-size: 18px;
	border-width: 2px;
	margin-left:0px;
	margin-bottom:5px;
}

.Programme ul
{
	text-align: justify;
	margin-top: 0px;
}

.Programme p
{
	margin-bottom: 0px;
}

.versiontext
{
	display:inline-block;
	text-align: justify;
	width:450px;
	vertical-align:top;
}

.vesionhtml
{
	vertical-align:top;
	display:inline-block;
	text-align: justify;
	width:450px;	
}

aside
{
	display: inline-block;
	width: 255px;
	border-radius: 10px;
	box-shadow: 0px 3px 3px black;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid black;
	vertical-align: top;
}

.nouveauprog
{
	display: inline-block;
	width: 730px;
}

.nouveauprog textarea
{
    width: 100%;       /* Prend toute la largeur de son conteneur */
    height: 400px;     /* Hauteur fixe initiale */
    max-width: 600px;  /* Limite la largeur maximale */
    max-height: 400px; /* Limite la hauteur maximale */
    vertical-align:top;
}

.nouveauprog .bouton
{
	margin-bottom: 5px;
}


/*Partie Connexion/Déconnexion*/

#connexion
{
	position: absolute;
	right: 30px;
}

#deconnexion
{
	position: absolute;
	right: 5px;
}



/* Page de connexion */

.formConnexion
{
	text-align: center;
}

.formConnexion p
{
	text-align: center;
}

.formConnexion label
{
	width: 100px;
	display: inline-block;
	text-align: right;
}

.centrer
{
	text-align: center;
}

.centrer p
{
	text-align: center;
}

.centrer ul
{
	text-align: left;
}

.inscription p, ul
{
	text-align: left;
}

.inscription label
{
	width: 200px;
	text-align: right;
	display: inline-block;
}

.pbConnexion
{
	text-align: center;
	color: red;
}



/*Page de note eleve*/
table
{
	margin: auto;
	border-collapse: collapse;
	margin-bottom: 15px;
}

td
{
	border: 1px solid black;
	padding: 5px;
}

.tete
{
	font-weight: bold;
}

.absence
{
	background-color: red;
}

/*Page de note colleur*/
table .clicable:hover
{
	cursor: pointer;
}

#actionsElements 
{
	text-align: center;
}

#ajouterColle
{
	cursor: pointer;
}

#creationdocadministratif
{
	cursor: pointer;
	margin-left: 50px;
}

.centrer
{
	text-align: center;
}

/*Page de documents*/
.partie
{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.partie td, .partie th
{
	/*border-style: solid;*/
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
}

.partie a
{
	color: black;
	text-decoration: none;	
}


/*Page d'annuaire*/
.annuaire
{
	border-collapse: collapse;
}

.annuaire td, .annuaire th
{
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
}

.annuaire a
{
	color: black;
	text-decoration: none;
}

.annuairecolleur
{
	display: inline-block;
}




