#form 
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

#body
{
	top: 0px;
	bottom: 0px;
}

#form .content 
{ 
	max-width: 100%;
	width: 100%;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.0);
}

#form .content h2
{
	text-align: center;
	margin-bottom: 20px;
}

#form .content h3
{
	margin-left: 0px;
	padding-left: 0px;
	font-size: 1.5em;
}

#form .content h4
{
	font-size: 1.2em;
	border-top: 1px solid rgb(200, 200, 200);
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#form #users-list
{
	float: right;
	padding-top: 13px;
	padding-bottom: 0px;
}

#form .form
{
	clear: both;
	margin-top: 20px;
}

#form .form-section
{
	max-width: 850px;
	width: calc(100% - 40px);
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
}

#form table, #form p
{ 
	margin: auto;
	margin-bottom: 20px;
}

#form table td,
#form table th 
{ 
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#form table td table { width: 100%; }

#form table td table td,
#form table td table th
{
	padding-left: 0px;
	padding-right: 0px;
}

#form p 
{ 
	max-width: 800px;
	margin-bottom: 20px;
}

#form textarea
{
	height: 150px;
}

#form .hidden-textarea
{
	opacity: 0.0;
	margin: 0px;
	padding: 0px;
	height: 0px;
	min-height: 0px;
	max-height: 0px;
}

#form .delete-link
{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 3px;
	border-radius: 50%;
	background-color: #d1242e;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

#form .add-link-label
{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 33%;
}

#form .first-link-input
{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#form .first-link-input input
{
	width: calc(95% - 10px);
	margin-right: 5px;
}

#form .liste-fichiers-joints ul
{
	width: 100%;
	text-align: center;
    margin: 0px;
    padding: 0px;
}

#form .liste-fichiers-joints li
{
	position: relative;
	display: inline-block;
    list-style-type: none;
    text-align: center;
    margin: 5px;
	padding: 5px;
	border: solid 1px rgb(128, 128, 128);
	width: 150px;
	height: 150px;
}

#form .liste-fichiers-joints li img
{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

#form .liste-fichiers-joints li .overlay
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0.0;
	text-align: right;
}

#form .liste-fichiers-joints li .overlay:hover
{
	opacity: 1.0;
}

#form .liste-fichiers-joints li .overlay a { margin: 5px; }

#form #text-editor-modes
{
	text-align: center;
	display: none;
}

#form #text-editor-modes span
{
	font-size: 0.9em;
	margin-left: 15px;
	margin-right: 15px;
}

#form #text-editor-modes span a
{
	cursor: pointer;
	color: rgb(0, 0, 0);
}

#form #text-editor-modes .selected a { color: rgb(100, 100, 100); }

#form #message-content textarea, #form #news-content textarea, #form #summary-block textarea
{
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#form #news-content .contentEditable,
#form #message-content .contentEditable
{
	max-width: 700px;
	width: 700px;
}

#form #entryPreview h3, #form #entryPreview h4 { margin-bottom: 20px; }
#form #entryPreview h3 { text-align: center; }

#form #entryPreview div h1,
#form #entryPreview div h2,
#form #entryPreview div h3,
#form #entryPreview div h4,
#form #entryPreview div h5,
#form #entryPreview div h6
{
	text-align: left;
}

#form #entryPreview div h1 { font-size: 1.45em; }
#form #entryPreview div h2 { font-size: 1.4em; }
#form #entryPreview div h3 { font-size: 1.3em; }
#form #entryPreview div h4 { font-size: 1.2em; }
#form #entryPreview div h5 { font-size: 1.1em; }
#form #entryPreview div h6 { font-size: 1.0em; }

#form #entryPreview ul, #form #entryPreview ol
{
	margin: 20px;
	margin-left: 100px;
}

#form #entryPreview ul ul, #form #entryPreview ul ol, 
#form #entryPreview ol ul, #form #entryPreview ol ol
{
	margin: 0px;
	margin-left: 20px;
}

#form #entryPreview img, #form #extract-previews img
{
	max-width: 500px;
	width: 500px;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 10px
}

#form #extract-previews img { margin-bottom: 10px; }

#form #entryPreview pre, #form #entryPreview code { white-space: pre-wrap; }

#form #entryPreview blockquote, #form #entryPreview .code
{
	padding: 20px;
	padding-left: 60px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px solid rgb(200, 200, 200);
}

#form #entryPreview blockquote { font-style: italic; }
#form #entryPreview blockquote .user-name { font-weight: bold; }
#form #entryPreview .code-language { font-weight: bold; }

#form #back-to-news
{
	margin-top: 20px;
	text-align: right;
}

#form .keywords-display
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#form .keyword
{
	margin: 3px;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px rgb(128, 128, 128) solid;
	background-color: rgb(242, 242, 242);
	font-size: 0.9em;
	border-radius: 20px;
	white-space: nowrap;
}

#form .keyword .label
{
	font-style: italic;
	white-space: nowrap;
}

#form .keyword .close
{
	margin-left: 7px;
	color: rgb(100, 100, 100);
	cursor: pointer;
}

#form #checkImage .form { text-align: center; }

#form #checkImage .form h3 { margin-bottom: 15px; }

#form #checkImage .form .imgPreview
{
	margin: 0px;
	margin: auto;
}

#form #checkImage .form .imgPreview img
{
	max-width: 500px;
	width: 500px;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 10px;
	margin-bottom: 15px;
}

#form #checkImage .form .imgMuteReason
{
	width: 70%;
	text-align: left;
}

#form #checkImage .form .imgMutedDescription
{
	width: 70%;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	margin: auto;
	margin-bottom: 20px;
	border: 1px solid rgb(200, 200, 200);
	text-align: left;
}

#form #checkImage .form table th,
#form #checkImage .form table td
{
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#form #checkImage .form table p
{
	width: 500px;
	text-align: left;
}

#form #checkImage .form textarea
{
	margin: 0px;
	min-width: 500px;
	max-width: 500px;
	width: 500px;
	min-height: 150px;
}

#form #dropRow td { text-align: center; }

#form #dropRow #dropZone
{
	text-align: center;
	border: 1px solid rgb(0, 0, 0);
	border-radius: 10px;
	background-color: rgb(200, 200, 200);
	box-shadow: 2px 2px 5px rgb(0, 0, 0);
	padding: 40px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 10px;
	display: inline-block;
}

footer { display: none; }