* {
	border:0;
	padding:0;
	margin:0;
	font-size:10pt;
	font-family:"Comic Sans MS",arial;
	text-decoration:none;
	color:black;
	box-sizing: border-box;
}
body {
	background:url('../img/site/hachure.png');
}
.auto {
	margin:0 auto;
}
a:link, a:active, a:visited {
	color:rgb(199, 83, 14);
	font-weight:bold;
}
a:hover {
	color:red;
}
a.green:link, a.green:active, a.green:visited {
	padding: 5px;
	margin: 0 3px;
	border-radius: 5px;
	font-style: italic;
	background: rgb(204, 255, 0);
}
a.green:hover {
	background:rgb(240, 217, 51);
}
#menu {
	background: black;
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 3px 10px;
}
#usr {
	font-size:  12pt;
	font-weight: bold;
	font-style:  italic;
	color: white;
}
img.logout {
	display:  inline-block;
	padding-left: 10px;
	vertical-align: bottom;
}
div.contentbox {
	padding: 10px;
}
div.content {
	padding: 10px;
	background: white;
	text-align: justify;
	border-radius: 10px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
ul {
	margin-left: 20px;
}
ul.nomargin {
	margin-left: 0;
}
div.flex2 {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
}
div.flex2 div {
	margin: 10px;
}
.hidden {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 0;
	height: 0;
	z-index: -10;
	overflow: hidden;
}
/*
table {
	border-collapse:collapse;
	border-spacing:0;			
}
.boxradius5, input[type="button"], .micro {
	border-radius:5px;
	padding:0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
}
.boxradius10 {
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-bottomleft: 10px; 
}
.boxradius20 {
	border-radius:20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 
	-moz-border-radius-bottomright: 20px; 
	-moz-border-radius-bottomleft: 20px; 
}
p {
	padding:5px 0;
	text-align:justify;
}
ul {
	padding-left:20px;
}
table.edit {
	margin:0 auto;
}
table.edit th {
	text-align:right;
}
table.edit th, table.edit td {
	padding:3px;
}
.top {
	vertical-align:top;
}
.bottom {
	vertical-align:bottom;
}
#menu {
	position:fixed;
	left:0;
	right:0;
	margin:0 0;
	padding:3px 5px;
	background:white;
	border-bottom:1px solid rgb(230,230,230);
	z-index:+1;
}

#contentBox {
	position:relative;
	width:1000px;
	margin:0 auto;
	min-height:500px;
}
#content {
	position:relative;
	top:0;
	background:rgb(250,250,250);
	min-height:500px;
	margin:10px 20px;
	padding:3px 10px;
	border:2px solid gray;
}
#contentShadowLeft, #contentShadowRight {
	position:absolute;
	top:0;
	bottom:85px;
	width:20px;
	background-repeat:repeat-y;
}
#contentBottomLeft, #contentBottomRight {
	position:absolute;
	height:85px;
	bottom:0;
	width:20px;
	background-repeat:no-repeat;
}
#contentBottomLeft {
	left:0;
	background:url('../img/site/contentBottomLeft.png');
}
#contentBottomRight {
	right:0;
	background:url('../img/site/contentBottomRight.png');
}
#contentShadowLeft {
	left:0;
	background:url('../img/site/contentShadowLeft.png');
}
#contentShadowRight {
	right:0;
	background:url('../img/site/contentShadowRight.png');
}
#bottom {
	background:url('../img/site/bottom5.png');
	background-repeat:no-repeat;
	padding-left:160px;
	height:137px;
}
#bottomInfos {
	width:780px;
	height:79px;
	padding:3px 10px;
	overflow:auto;
}
#bottomMenu {
	margin-top:2px;
	left:0px;
	height:16px;
}
#bottomMenu img {
	vertical-align:top;
	display:inline-block;
}
#bottomMenu span {
	padding-left:5px;
	padding-top:3px;
}
#bottomMenu a:link, #bottomMenu a:active, #bottomMenu a:visited, #bottomMenu a:hover {
	color:black;
	font-weight:bold;
}
*/