/*--------------------------------------------------------------------------------
StyleSheet Ninamondo: Définition des styles utilisés par les pages "contenu"
--------------------------------------------------------------------------------*/

body {
	margin: 0;
	background: #160E10;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #909090;
}

a {
	color: #A0A0A0;
	text-decoration: none;
	outline:1px dotted black;
}

body td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #909090;
}

body td a {
	color: #A0A0A0;
	text-decoration: none;
	outline:1px dotted black;
}

.text {
	margin-top: 6px;
	margin-left: 6px;
}

h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #BBBBBB;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #BBBBBB;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

h2 a {
	color: #BBBBBB;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	outline: 0;
}

h2 a:hover {
	text-decoration: underline;
}

.title2 {
	margin-left: 40;
	font-weight: bold;
}


.msgbox {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color: #404040;
	border: #666661;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.submit_button {
	height: 20px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #404040;
	border: #666661;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	outline:0;
}

form {
	padding:0px;
	margin:0px;
}


#content {
	position:absolute;
	left: 0; top: 160;
	width: 90%; height: 50%;
	margin-left: 5%;
}

#title {
	position: absolute;
	top: 30;
	width: 100%;
	text-align: center;
}

#framebottom {
	position: absolute;
	bottom: 40;
}


/*-------------------------------------eof--------------------------------------*/

