/***def of the formulary***/

div#formulary
{
	width: 50em;
	background-color:#ecf3f7;
	border: solid #006699 3px;
	text-align :center;
	margin: 0px 0px 0px 10px;
	text-indent: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 12px;
	color: #006699;
}

input#handle_file
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#check
{
	width: 29em;
	background-color:#ecf3f7;
	border: solid #006699 3px;
	text-align :center;
	margin: 10px 20px;
	text-indent: 0px;
	margin-left: 52em;
	margin: 0px 0px 0px 54em;
}


div#check table
{
       text-align :left;
}

table#presentation
{
	width: 50%;
	background-color:#ecf3f7;
	border: solid #006699 3px;
	text-align :center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	color: #006699;
}

table#methods
{
    width: 900px;
	background-color:#ecf3f7;
	border: solid #006699 3px;
	text-align :center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #006699;
    margin: 0px 0px 0px 10px;
}

.exemple
{
	width: 29em;
	background-color:#ecf3f7;
	border: solid #006699 3px;
	text-align :center;
	text-indent: 0px;
	margin: 10px 0px 0px 54em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 12px;
	color: #006699;

}

.exemple p
{
    font-size:12px;
	text-decoration:none;
	color: #006699;
	text-align :left;
	font-family: Verdana,verdana,arial,sans-serif;
	margin: 5px 0px 0px 5px;
}

.checkbox
{
	width: 29em;
	background-color:#ecf3f7;
	border: solid #006699 3px;
	text-align :center;
	text-indent: 0px;
	margin: 10px 0px 0px 54em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-weight: bold;
    font-size: 12px;
	color: #006699;

}

.checkbox table
{
	text-align :left;
}

.checkbox td
{
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


div#result_file
{
	background-color:#ecf3f7;
	margin:20px 0px 0px 10px;
    width:990px;
    height:20px;
	text-align:center;
	font-weight:bold;
	float:left;
	font-size:13px;
}

div#affichage
{
	background-color:#ecf3f7;
	text-align:center;
}

div#resume
{
	background-color:#ecf3f7;
	border: solid #006699 3px;
	margin: 10px 0px 0px 10px;
	color: #006699;
    width: 986px;

}

div#resume p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006699;
    margin-left: 20px;
    margin-right: 10px;
}

div#error
{
	background-color:#ecf3f7;
	border: solid #006699 3px;
	text-align :left;
	margin: 0px 0px 0px 10px;
	float: left;
	color: #006699;
}

div#sequence
{
	background-color:#ecf3f7;
	width: 986px;
	margin: 20px 10px 10px 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #006699;
	border: solid #006699 3px;

}

div#sequence p
{
	font-size:16px;
	font-family: monospace,courier, sans-serif;
	color: #006699;
}

div#template
{
  float: left;
}

div#more
{
	width:990px;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	margin-left:10px;
}


/*** def template***/

table#template
{
	width: 990px;
	background-color:#ecf3f7;
	border-width: 10px;
	text-align :center;
	margin:20px 0px 0px 10px;
}

table#template thead
{
	background-color:#006699;
}

table#template td
{
	border-bottom-style:solid; 
	border-width:0.5px; 
	border-color:#006699;
}
table#template tr
{
      color:#000000;
}

table#template th
{
	color:white;
}

table#template tfoot
{
	background-color:#006699;
}

.note h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	margin-left:10px;
}

h1.red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:red;
	font-weight:bold;
}




