*{
	margin: 0;
	padding: 0;
}


a{
	color: rgba(255, 150, 0, 1);
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}


article{
    line-height: 1.2;
	padding-bottom: 20px;
}


aside{
	background-color: rgba(255, 220, 0, 0.4) ;
	float: left;
	padding-bottom: 20px;
	padding-right: 10px;
	overflow: auto;
	width: 22%;
}


aside a{
	color: rgba(0, 0, 0, 1);
	margin-top: 20px;
}


aside h3{
	margin-left: 20px;
	margin-top: 20px;
}

aside p{
	margin-left: 20px;
}

aside ul{
	list-style-type: square;
	margin-left: 50px;
	margin-bottom: 20px;
}


body{
	font-family: "trebuchet ms", arial, serif;
	font-size: 16px;
	margin: auto;
	max-width: 1200px;
	min-width: 750px;
	padding-left: 40px;
	padding-right: 40px;
}


#dixit{
	cursor: default;
}


h1{
	color: rgba(255, 110, 0, 1);
	font-size: 30px;
	font-weight: normal;
}


h1.mainheader{
	top: 25px;
}


h2{
	color: rgba(255, 110, 0, 1);
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
}


h3{
	color:rgba(255, 110, 0, 1);
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 a{
	color:rgba(255, 110, 0, 1);
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

header{
	height: 120px;
	margin-top: 30px;
	position: relative;
	text-align: center;
}


header h1{
	margin-left: 210px;
	margin-right: 210px;
	position: relative;
	top: 40px;
}

html {
	overflow-y: scroll;
}
@supports (scrollbar-gutter: stable) {
	html {
		overflow-y: auto;
		scrollbar-gutter: stable;
	}
}

.inparagraph{
	margin-bottom: 15px;
}


.inparagraph li{
	margin-bottom: 0;
}


img{
	border: none;
}


li{
	margin-bottom: 5px;
}

li::marker{
	color: rgba(255, 110, 0, 1);
}

#logodroit{
	float: right;
	margin-right: 2px;
}


#logogauche{
	float: left;
}


#mail{
	color: rgba(0,0,0,1);
}


.mainheader{
	margin-left: 290px;
	margin-right: 290px;
	margin-top: 25px;
	margin-bottom: 0px;
	text-align: center;
}



nav{
	background-color: rgba(255, 150, 0, 1);
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom:14px;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	width: 100%;
}


nav a{
	color: white;
	display: inline-block;
	margin-left: 40px;
	margin-top: 12px;
}


nav img{
	border: 1px solid white;
	position: absolute;
	right: 30px;
	top: 9px;
}


.new{
	padding-top: 10px;
}


p{
	line-height: 1.2;
	margin-bottom: 15px;
}

.photo{
	float: right;
	margin-top: 5px;
	margin-left:20px;
}

.photogauche{
	float: left;
	margin-right:5px;
	margin-top:-18px;
}

ol{
	margin-left: 30px;
}


section{
	float: right;
	padding-bottom: 150px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: justify;
	width: 75%;
}

.smallcaps{
	font-size: small;
	font-variant: small-caps;
}

ul{
    margin-top: 5px;
	margin-left: 20px;
}


.withlist{
	margin-bottom: 0;
}
