/*** Général ***/
* {
	margin: 0px;
	padding: 0;
	}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #93C3F3;
	background-image: url('../images/baspage.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	font: 1em Arial, Helvetica, sans-serif;
	}

a {
		text-decoration: none;
	}
	
header {
	position: relative;
	width: 1200px; height: 110px;
	background: no-repeat url(../images/bandeautitre.png);
	margin: 5px auto 0;
	}

header h1 {
	position: relative;
	top: 35px;
	font-size: 5.5em;
	text-align: center;
	font-weight: bold;
	color: #f00000;
	letter-spacing: 2px;
	text-shadow: 3px 2px 3px grey;}
	

/*** Barre de menu ***/
	
nav{
	width: 1200px; height: 35px;
    margin: 0 auto;
    background-color: red;
	background-image: url('../images/menufond.png');
	background-repeat: repeat-x;
    position: relative;/*sticky;*/
	font-size: 16px;
	}

nav ul{
    list-style-type: none;
	}

nav ul li{
    float: left;
    width: 14%;
    text-align: center;
	top: 10px;
    position: relative;
	}

nav ul::after{
    content: "";
    display: table;
    clear: both;
	}

nav a{
    display: block;
    text-decoration: none;
    color: white;
    padding: 0px 0px;
	}

nav a:hover{
    color: #E9981B;
	font-size: 14px;
	font-weight: bold;
	}

.itemenu{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: #571616;
    position: absolute;
    width: 120%;
    z-index: 1000;
	}
	
nav > ul li:hover .itemenu{
    display: block;
	}
	
.itemenu li{
    float: none;
    width: 100%;
    text-align: left;
	}
.itemenu a{
    padding: 10px;
    border-bottom: none;
	}
.itemenu a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
	}
.popmenu > a::after{
    content:" ▼";
    font-size: 12px;
	}
	
/*** Fin Menu ***/

main {
	display: flex;
	position: relative;
	width: 1200px; 
	min-height: 550px; max-height: 700px;
	margin: 0 auto; 
	z-index: 5;
	}

article {
	display: block;
	width: 900px;
	background-color: #6b74f2;
	padding: 10px 40px 10px 40px;
	text-align: left;
	overflow-y: scroll;
	font-size: 100%;
	color: white;
	z-index: 5;	
	}
	
	aside {
	display: flex;
	flex-direction: column;
	width: 300px;
	z-index: 5;
	}
	
div.asideh {
	display: block;
	height: 420px;
	background-color: #CCCCCC;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	top: auto;
	color: blue;		
	}

div.asidem {
	display: block;
	height: 140px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 120%;
	background-color: #656565;
	color: blue;		
	/*** overflow-y: scroll; ***/
	}
	
div.asideb {
	display: block;
	flex-grow: 1;
	background-color: #C5C5CC;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 100%;
	line-height: 0.6em;
	color: blue;		
	}
  
footer {
	display: flex;
	position: relative;
	width: 1200px; height: 60px;
	background-color: red;
	padding: 0px;
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	margin: 0 auto;

	}
	
footer a{
	color: #D5D486;
	font-size: 100%;
	}
	
div.footlink{
	display: block;
	width: 50px;
	padding: 5px 10px 5px 10px;
	}

div.footdp{
	display: block;
	flex-grow: 1;
	font-size: 120%;
	text-align: center;
	margin: 0 auto;
	color: white;
	}

.projet {
	top: 30px;
	text-align: center;
	font-size: 200%;
	}

/*** Aside ***/

.txt_1a {
	font-size: 0.8em;
	line-height: 1.5em;
  }

.txt_1b {
	font-size: 2em;
  }
  
.txt_1b {
	font-size: 1.1em;
  }

.txt_2 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background-color: red;
  }

.txt_3 {
	font-size: 0.7em;
	color: #99261a;
  }
  
.txt_4 {
	font-size: 60%;
	color: #99261a;
  }
  
.txt_5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background-color: blue;
  }
  
.txt_6 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #ffffff;
	background-color: #9b1010;
  }  
  
.txt_7 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
  }  
/*** Fin Aside ***/

/*** Page Accueil ***/

.pg_accueil {
	padding: 10;
	font-size: 1.2em;
	line-height: 1.15em;
	text-align: center;
	font-weight: bold;
	overflow: auto;
  }
/*** Fin Accueil ***/

/*** Page Statuts ***/

.Sta_titre{
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	color: #00005D;
  }
  
.Sta_article{
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	color: #edeb26;
  }

/*** Fin Statuts ***/

/*** Page association ***/

.txt_asso {
	font-size: 1.2em;
	color: white;
  }
  
.txt_asso_1 {
	font-size: 1.2em;
	color: #edeb26;
	font-weight: bold;
  }

ul.asso {
	margin-left: 30px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	list-style: square inside;
  } 
  
/*** Fin association ***/


/*** Page Conseil d'administration ***/

.pg_ca {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	overflow: auto;
  }

ul.ca {
	margin-left: 25px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	list-style: square inside;
  } 

a.ca{
	color: #0d06b6;
	font-size: 80%;
	font-weight: bold;
	}

/*** Fin Conseil administration ***/

/*** Page Cours ***/

.pg_cours {
	top: 30px;
	font-size: 2em;
	line-height: 0.8em;
	text-align: left;
	overflow: auto;
  }

/*** Fin Cours ***/

/*** Page Calendrier ***/

#Cal_Lundi {
	font-size: 0.5em;
	line-height: 2em;
	text-align: center;
	border: solid 2px red;
	border-collapse: collapse;
	}

#Cal_vendredi {
	font-size: 0.5em;
	line-height: 2em;
	text-align: center;
	border: solid 2px red;
	border-collapse: collapse;
	}

.etl {
	line-height: 1.5em;
	border: solid 1px white;
	border-collapse: collapse;
	width: 180px;
	background: grey;
  }
  
.pl {
	text-align: left;
	border: solid 1px white;
	width: 260px;
	background: #000099;
  }
  
.plj {
	text-align: left;
	border: solid 1px white;
	width: 260px;
	background: #A12500;
	color: #F0F082 ;
	font-size: 1.1em;
	font-weight: bold;
  }
  
 .plg {
	text-align: left;
	border: solid 1px white;
	width: 260px;
	background: #5C5C5C;
  } 
  
.plv {
	text-align: left;
	border: solid 1px white;
	width: 260px;
	background: blue;
	font-weight: bold;
  }
  
.cl {
	border: solid 1px white;
	border-collapse: collapse;
	width: 180px;
	background: blue;
  }
  
  .clg {
	border: solid 1px white;
	border-collapse: collapse;
	width: 180px;
	background: #5C5C5C;
  }
  
.cv {
	border: solid 1px white;
	border-collapse: collapse;
	width: 300px;
	background: blue;
  }

.cvn {
	border: solid 1px white;
	border-collapse: collapse;
	width: 270px;
	background: blue;
  }
  
.cvn_demo {
	border: solid 1px white;
	border-collapse: collapse;
	width: 270px;
	background: blue;
	font-weight: bold;
  }

 .cvn_trad {
	border: solid 1px white;
	border-collapse: collapse;
	width: 270px;
	background: #9207DA;
	font-weight: bold;
  }

 .cvn_bal {
	border: solid 1px white;
	border-collapse: collapse;
	width: 270px;
	background: #44DEAD;
	font-weight: bold;
  }


  .cvn_latine {
	border: solid 1px white;
	border-collapse: collapse;
	width: 270px;
	background: #E87003;
	color: White; 
	font-weight: bold;
  }
  
  .cvn_soiree {
	border: solid 1px white;
	border-collapse: collapse;
	width: 270px;
	background: green;
	color: yellow; 
	font-weight: bold;
  }
  
  .cvn_vacances {
	border: solid 1px white;  
	border-collapse: collapse;
	width:270px;
	background: yellow;
	color: black; 
	font-weight: bold;
  }
 
 .cvn_dispo {
	border: solid 1px white;  
	border-collapse: collapse;
	width: 270px;
	background: red;
	color: White; 
	font-weight: bold;
  }

 .cvn_exception {
	border: solid 1px white;  
	border-collapse: collapse;
	width: 270px;
	background: #A50015;
	color: White; 
	font-weight: bold;
  }

  .cvn_autre {
	border: solid 1px white;
	border-collapse: collapse;
	width: 270px;
	background: #9AC9F6;
	color: black; 
	font-weight: bold;
  }
 
.clo {
	border: solid 1px white;
	border-collapse: collapse;
	width: 540px;
	font-weight: bold;
	color: black;
	background: orange;
  }
  
.clr {
	font-weight: bold;
	border: solid 1px white;
	border-collapse: collapse;
	background: red;
  }
  
.cly {
	font-weight: bold;
	border: solid 1px white;
	border-collapse: collapse;
	color: black;
	background: yellow;
  }
  
.clv {
	font-weight: bold;
	border: solid 1px white;
	border-collapse: collapse;
	background: green;
  }

.clbc {
	font-weight: bold;
	border: solid 1px bl;
	border-collapse: collapse;
	color: black;
	background: #80aab7;
  }
  
.etla {
	line-height: 1.5em;
	border: solid 1px white;
	border-collapse: collapse;
	width: 100px;
	background: grey;
  }
  
/*** Fin Calendrier ***/

/*** Page Dansetudie ***/

#Cal_Danetu {
	font-size: 0.35em;
	line-height: 1.5em;
	text-align: center;
	border: solid 2px red;
	border-collapse: collapse;
	}
	
#Cal_Dancouetu {
	font-size: 0.35em;
	line-height: 1.5em;
	text-align: center;
	border: solid 2px yellow;
	border-collapse: collapse;
	}
	
.cptde {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
	}

.cptdec {
	font-size: 1.5em;
	font-weight: bold;
	color: yellow;
	}


.etlde {
	line-height: 1.5em;
	border: solid 1px black;
	border-collapse: collapse;
	width: 60px;
	background: grey;
	color: white;
  }
  
.plde {
	text-align: center;
	border: solid 1px black;
	border-spacing: 0em 1em;
	width: 140px;
	background: grey;
	font-size: 1.2em;
	color: white;
  }
  
.cldc {
	border: solid 1px black;
	border-collapse: collapse;
	width: 440px;
	background: white;
	font-size: 1.2em;
	font-weight: bold;
	color: blue;
	text-align: left;
  }
  
.clde {
	border: solid 1px black;
	border-collapse: collapse;
	width: 410px;
	background: white;
	font-weight: bold;
	color: blue;
  }
  
.cldi {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: blue;
  }
  
  .cldg {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: grey
	;
  }
  
.clrde {
	font-weight: bold;
	border: solid 1px black;
	border-collapse: collapse;
	background: red;
	color: white;
  }

.clyde {
	font-weight: bold;
	border: solid 1px black;
	border-collapse: collapse;
	background: yellow;
	color: black;
  }

/*** Fin Dansetudie ***/

/*** Page connectmembre ***/

#boite_mdp{
	width:500px;
	margin:0 auto;
	margin-top:15%;
	}

#boite_mdp form {
	width:100%;
	padding: 30px;
	border: 1px solid #f1f1f1;
	background: #e7e68d;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	color: black;
	}

.contitre {
	padding-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 20px;
	color: #a32b2b;
	}

/* Full-width inputs */
#boite_mdp input[type=text], #boite_mdp input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 2px solid grey;
	box-sizing: border-box;
}

/* Set a style for all buttons */
#boite_mdp input[type=submit] {
	background-color: #a32b2b;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

#boite_mdp input[type=submit]:hover {
	background-color: white;
	color: #a32b2b;
	border: 2px solid #a32b2b;

  
/*** Fin connectmembre ***/

/* Animations */
@keyframes noirblanc {
	from {background-color: black;}
	to {background-color: white;}
}

div#nbl {
	animation-name: noirblanc;
	animation-duration: 5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	}
/*** Fin des animations ***/

/*** Page souvenir ***/

photoligne {
	display: block;
	width: 100%;
	background-color: yellow;
	padding: 10px 40px 10px 40px;
	text-align: left;
	font-size: 100%;
	color: white;
	float; left;	
	}
  

  
/*** Fin souvenir ***/
	