
html, body {
margin : 0;
padding : 0;
}

html {
font-size : 16px;
background-color :#f5f5f3;
}

body {
width : 65%;
margin : 15px auto;
background-color : #fff;
border-left : 1px solid #e6e9ef;
border-right : 1px solid #e6e9ef;
}

nav, article, aside, footer {
#background-color : white;
padding : 1%;
}

header {
	#border:1px solid #CCC;
}

nav {
#height : 20px;
#background-color : #fff9ed;
#display : flex;
#margin-bottom : 2px;
#background-color : yellow;
}

main {
    display: flex;
    flex-direction: row;
}

article {
    flex: 4;
    margin-left: 0;
    margin-right: 2px;

}

aside {
flex: 1;
margin-left : 2px;
margin-right : 2px;
border-bottom : 2px;
background-color: #f7f8fb;
#border-left : #a5abbd solid 1px;
#border : #b77454 solid 1px;
#background-color : blue;
}

footer {
height : 14px;
margin-top : 2px;
margin-left : 2px;
margin-right : 2px;
margin-bottom : 2px;
border-top : #a5abbd dotted 1px;
border-bottom : #a5abbd solid 5px;
#border-top : #a5abbd solid 1px;
#background-color : #a5abbd;
}

header img.responsive {
margin : auto;
text-align : center;
max-width : 100%;
max-height : 100%;
}

article img.responsive {
display : flex;
margin : auto;
max-width : 100%;
max-height : 100%;
}

article p.espace {
border-top : 10px;
border-bottom : 10px;
}

article h3.titre {
font-family : 'Consolas';
text-align : center;
font-size :  20px;
color : #32435f;
}

article h2.centrer {
font-family : 'Open Sans Condensed';
text-align : center;
font-size : 35px;
}

article h3.centrer {
font-family : 'Open Sans Condensed';
text-align : center;
font-size : 28px;
}
article h4.centrer {
font-family : 'Open Sans Condensed';
text-align : center;
font-size : 22px;
}
article h5.centrer {
font-family : 'Open Sans Condensed';
text-align : center;
font-size : 18px;
}

h1, h2, h3, h4, h5 {
font-family : 'Open Sans Condensed', sans-serif;
color : #2a2a2a;
}

h1 {
font-size : 35px;
color : white;
text-shadow : 2px 2px 10px black;
}

h2 {
font-size : 28px;
color : #32435f;
}

h3 {
font-size : 22px;
}

h4 {
font-size : 18px;
}

h4.underline {
font-size : 19px;
text-decoration: underline dotted;
}

h3.aside {
	font-family: Verdana, Arial, 'Lucida Grande', Sans-Serif;
	font-size: 12px;
	text-align: left;
	padding : 5px 0 5px 13px;
	border-bottom: 1px solid #65718b;
	border-top: 1px solid #5c718e;
	border-bottom-left-radius : 40px;
	border-top-right-radius : 40px;
}

p, li {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #2a2a2a;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
}

table.TFtable{
		width:100%; 
		border-collapse: collapse; 
	}
	
td {
font-family : 'Open Sans Condensed', sans-serif;
color : #2a2a2a;
text-align : justify;
font-size : 16px;
line-height : 20px;
border: #32435f 1px dotted;
}



tr{
	background: #ffffff;
	}



.menu {
	padding: 13px;
	top: 1px;
	left: 708px;
	width: 160px;
	z-index: 5;
	background-color: #ffffff;
}

.menutexte {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	top: 5px;
	left: 1px;
	margin:0px auto;
	padding:10px;
}

.menulink {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
	
.menulinkgrey {
	font-size: 13px;
	color: #aaaaaa;
	text-decoration: none;
}
	
.menublock {
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	text-align: left;
	background-color: #ededed;
	border-left: 1px solid #5c718e;
	border-bottom: 1px solid #8695AC;
}

.menublock:hover {
	background-color: #FFFFFF;
}

.menulink:hover {
	font-size: 12px;
	background-color: #FFFFFF;
}


.aside-events {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}

.mini-event {
  background: #ffffff;
  border: 1px solid #d8e0ea;
  border-left: 5px solid #7a8ea8;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(50, 67, 95, 0.06);
}

.mini-event-cide {
  border-left-color: #8a6f8f;
  background: linear-gradient(180deg, #fcfbfd 0%, #f6f2f8 100%);
}

.mini-event-hu {
  border-left-color: #5c718e;
  background: linear-gradient(180deg, #fbfcfe 0%, #f1f5f9 100%);
}

.mini-event-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.mini-event-kicker {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c7a8b;
}

.mini-event-edition {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #8a94a3;
  background: rgba(255,255,255,0.8);
  padding: 3px 6px;
  border-radius: 12px;
}

h4.mini-event-title {
  margin: 0 0 8px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #2f405c;
}

.mini-event-info {
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #5d6f86;
  text-align: left;
}

.mini-event-theme {
  margin: 0 0 12px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #3f5068;
  text-align: left;
}

.mini-event-link-wrap {
  margin: 0;
  text-align: left;
}

.mini-event-link {
  display: inline-block;
  padding: 7px 10px;
  background: #32435f;
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.mini-event-link:hover {
  background: #24344d;
}

.mini-event-hh {
  border-left-color: #7b8f6a;
  background: linear-gradient(180deg, #fcfdfb 0%, #f3f7ef 100%);
}
