@import url(structure_intro.css);
@import url(structure_content.css);
@import url(structure_sidebar.css);

body{
	padding:10px 0;
	margin:0;
	background:#000000;
}

.body, table, tr, td{
	font-family: "Times New Roman", Times, serif;
}

.contour1{
	border:#feebc4 3px solid;
	padding:2px;
}

.contour2{
	border:#feebc4 2px solid;
}

a.retour{
	background:url(../_img/structure/retour.gif) right no-repeat;
	padding:0 15px 0 0;
	color:#917e57;
	text-decoration:none;
	font-weight:bold;
}

object{
	position:absolute;
	z-index:1;
}

form{
	padding:0;
	margin:0;
}

.bouton{
	border:#d2af73 1px solid;
}

.bouton td{
	background:#d2af73;
	color:#000000;
	border:1px solid #feebc4;
	font-size:16px;
	margin:0;
	padding:0 5px;
}
.bouton a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	font-style:italic;
}

input.noinput{
	border:0;
	background:none;
}

.signature{
	font-size:9px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#feebc4;
	height:18px;
	padding:2px 8px;
}

.signature a{
	color:#feebc4;
	text-decoration:underline;
}

.hidden {
	visibility:hidden;
}

#flashcontent{
	width:493px;
	height:231px;
}