*{
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	position: relative;
	height: 100%;
}

body{
	background-color:#7E0749;
	margin:0;
	padding:0;
}

body, td{
	font-size:12px;
	color:#000000;
}
tr {
	border :1px solid #F7A01D;
}

conteneur_page {
	background-color:#FFFFFF; /* Hack IE */
}

#menu tr, #menu td {
	*position: relative; /* Hack IE */
}

.page{
	position: relative;
	background-color:#FFFFFF;
}

table.page {
	height: 100%;
}

tr#banner {
	height: 100px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	width:100%;
	border-bottom:1px solid #F7A01D;
	color: #7E0749;
}

hr{
	width:100%;
	height:1px;
	background-color:#F7A01D;
	color:#F7A01D;
  border: none;
}

a{
	color:#7E0749;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul{
	list-style-type:square;
}
.display_tr{
	display:table-row;
	_display:block; /* IE HACK */
}
.display_none{
	display:none;
}
.titre {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #F7A01D;
	color: #7E0749;
	display: block;
}

.titre2 {
	font-weight: bold;
	display: block;
}

.bordure {
		border:1px solid #F7A01D;
}

.erreur_form
{
	background-color: #F00;
	color: #FFF;
}

img {
	-ms-interpolation-mode: bicubic;
}