
html, body {
margin : 0;
padding : 0;
}

html {
font-size : 16px;
background-color :#fff9ed;
}

body {
width : 65%;
margin : 15px auto;
background-color : #ededed;
}

nav, article, aside, footer {
background-color : white;
padding : 1%;
}

nav {
height : 20px;
background-color : #fff9ed;
display : flex;
margin-bottom : 2px;
}

main {
#flex : auto;
display : flex;
}

article {
flex : 4;
#flex : auto;
margin-left : 2px;
#border : #b77454 solid 1px;
}

aside {
flex: 1;
margin-left : 2px;
margin-right : 2px;
border-bottom : 2px;
background-color : white;
#border : #b77454 solid 1px;
}

footer {
height : 14px;
margin-top : 1px;
margin-left : 2px;
margin-right : 2px;
margin-bottom : 1px;
#border : #b77454 solid 1px;
background-color : #ededed;
}

article img.responsive {
display : flex;
margin : auto;
text-align : center;
max-width : 100%;
max-height : 100%;
}

article p.espace {
border-top : 10px;
border-bottom : 10px;
}

article h3.titre {
font-family : "Times New Roman", cursive;
text-align : center;
font-size :  20px;
}

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;
}

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 #a85731;
	border-top: 1px solid #a85731;
	border-bottom-left-radius : 25px;
	border-top-right-radius : 25px;
}

p, li {
font-family : 'Open Sans Condensed', sans-serif;
color : #2a2a2a;
text-align : justify;
}

p, li {
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: #a85731 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 #16528F;
	border-bottom: 1px solid #a85731;
}

.menublock:hover {
	background-color: #FFFFFF;
}

.menulink:hover {
	font-size: 12px;
	background-color: #FFFFFF;
}