/* les options de style générales : */
body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	/*color:#ffa500;*/
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	/*color:#97001F;*/
	font-weight:bold;
	text-decoration:underline;
}
table {
	border-style :solid;
	border-width :2px;
	border-color:#97001F;
}
td{
	border-width :0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-size:medium;
}

/* div titre liens user et date : */
#titre h1 {
	font-size:xx-large;
	font-weight:bold;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}
#liens p{
	font-size:normal;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	text-align:left;
}
#liens a{
	color:#00008c;/*000099;*/
	font-size:inherit;
}
#liens a:hover{
	color:#97001F;
	font-size:inherit;
}
#date p {
	font-size:small;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	text-align:right;
}
#user p {
	font-size:small;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	text-align:left;
}
/* le contenu de la page :*/
#content a{
	color:#00008c;
}
#content a:hover{
	color:#97001F;
}
#content h2{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:x-large;
	margin-left: 3px;
}
#content h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:large;
	margin-left: 3px;
}
#content h4{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	margin-left: 20px;
}
#content h4.widgets{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:medium;
	font-weight:bold;
	text-decoration:underline;
	margin-left: 0px;
}
#content h4.fileresults{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	margin-left: 3px;
}
#content h5.fileresults{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:medium;
	font-weight:normal;
	text-decoration:underline;
	margin-left: 3px;
}
#content a.fileresults{
	font-size:small;
}
#content h5{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:medium;
	font-weight:normal;
	text-decoration:underline;
	margin-left: 20px;
}
#content h5.widgets{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	margin-left: 0px;
}
table.widget{
	/* margin-bottom: 0px; */
	border-top: 3px;
	border-style: solid;
	border-color:#97001F;
	border-bottom: 0px;
	padding-left: 3px;
}
table.subwidget{
	/* margin-top: 0px; */
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 3px;
}
#content p{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-size:medium;
}
#content p.fileresults{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-size:medium;
}
#content a{
	font-size:inherit;
}
#content a.over{
	font-size:inherit;
}
#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 5px;
	font-size:medium;
}
#content ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 5px;
	font-size:medium;
}
#content li{
	text-align: left;
	font-size:inherit;
}
#content tbody{
	padding:0px 0px 0px 0px;
	spacing:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#content td {
	padding:0px 0px 0px 0px;
	spacing:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}
#content td.graphics{
	border-style :solid;
	border-width :4px;
	border-color:#4169E1;
	padding:2px 2px 2px 2px;
}
#content table.noborder{
	border-width :0px;
	padding:0px 0px 0px 0px;
	spacing:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#content table.progreturns{
	border-style :solid;
	border-width :0px;
	border-color:#ffffff;
	padding:0px 0px 0px 0px;
	spacing:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#content td.program{
	border-style :solid;
	border-width :4px;
	border-color:#2E8B57;
	padding:2px 2px 2px 2px;
}
#content td.pyreturns{
	border-style :solid;
	border-width :4px;
	border-color:#4169E1;
	padding:2px 2px 2px 2px;
}
#content td.pyerrors{
	border-style :solid;
	border-width :4px;
	border-color:#C71585;
	padding:2px 2px 2px 2px;
}


#footer a{
	color:#00008c;
	font-size:small;
	font-weight:normal;
}
#footer a:hover{
	color:#97001F;
	font-size:small;
	font-weight:normal;
}
#footer p{
	font-size:small;
}

/* gestion des champs de saisie : */
/* textarea[name=saisie]{
	resize : both;
	width : 100%;
} */
textarea{
	resize : both;
	width : 100%;
}

input[name=search]{
	resize : both;
	width : 100%;
}

input[name=theme]{
	resize : both;
	width : 60%;
}

/* trucs qui semblent peu utiles : à nettoyer : */
p#message{
	margin-bottom:0px;
}
#vect table{
	border-style :solid;
	border-width :0px;
	border-color:#ffffff;
}
table.help{
	border-style :solid;
	border-width :2px;
	border-color:#ffffff;
	vertical-align: top;
}

#content pre.saisie{
	margin-left : 25px;
}

/* table.fileresults{
	border-color:#ffffff;
} */

table.saisie{
	border-style:solid;
	border-width:2px;
	border-color:#ffffff;
}

#content p.saisie{
	margin-left : 25px;
}
#manual p{
	margin-top: 5px;
	margin-bottom:5px;
}
