/* REDÉFINITION des STYLES de BALISES*/
* {
	margin:0;
	padding:0;}
body {
	font-family: Arial, 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, sans-serif;
	background-color: white;
	color: black;}
a {
	color: #bca46e;
	text-decoration: none;
	font-weight: bold;}
body, form{
	margin: 0;
	padding: 0;}
tt {
	color: Navy;}

/* DIVERS */
.error {
	color: #CC3333;
	font-weight: bold;}
.indent {
	margin-left: 40px;}
.additions {
	color: #008800;}
.deletions {
	color: #880000;}
.add {
	font-weight: bold;
	color:#c00;
	text-decoration:underline;}
.del {
	font-style:italic;
	color:#c00;
	text-decoration:line-through;}
.code {
	background: #FFFFFF;
	border: solid #888888 2px;
	font-family: "Courier New", Courier;
	color: black;
	font-size: 10pt;
	width: 100%;
	height: 400px;
	overflow: scroll;
	padding: 3px;}
.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;}
.copyright {
	font-size:xx-small;
	color: #AAAAAA;
	text-align: right;}
.copyright a {
	color: #AAAAAA;}
.searchbox {
	background: #FFFFF8;
	border: 0;
	border-bottom: 1px solid #CCCCAA;
	padding: 0;
	margin: 0;}
.debug {
	font-size: 11px;
	color: #888888;}

/* CONTRIBUTION ACTION ATTACH */
/* marge de 0.5 em autour de l'image*/
.attach_margin05em {
	margin: 0.5em;}
/* marge de 1em autour de l'image*/
.attach_margin1em {
	margin: 1em;}
/* bloc flotant centré */
.attach_center {
	text-align:center;}
/* pas de bordure */
.attach_noborder {
	border-width: 0;}
/* aligenement vertical au milieu */
.attach_vmiddle {
	vertical-align: text-bottom;}
