body, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	}
	
body {
	margin: 0px;
}

.container {
	position: absolute;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
}

.top { 
	text-align: center;
}

.subtop { 
	background: #9A5A5B; 
	border: 1px solid #9A5A5B; 
	color: #FFF;  
	text-align: center;  
}

.left {
	position: absolute;
	left: 0px;
	width: 150px;
	padding-top: 4px;
}

.middle {
	margin-left: 150px;
	margin-right: 150px;
	text-align: justify;
}

.right {
	position: absolute;
	right: 0px;
	width: 150px;
	padding-top: 4px;
}

.menu, .menu2 {
	width: 150px; 
	padding-top: 9px; 
	background: url("http://90plan.ovh.net/~kramages/tmp/blocmenu.gif") no-repeat top left;
	margin-bottom: 0px;
	font-size: 11px; 
	margin: 0px
}

.menu h3, .menu2 h3 {
	border-bottom: 1px solid #000;
	margin: 0 10px 3px 10px; 
	color:#000000;
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
}

.menu ul, .menu2 ul {
	background: url("http://90plan.ovh.net/~kramages/tmp/endmenu.gif") no-repeat bottom right;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 14px; 
}

.menu li {
	margin-left: 15px;
	padding-left: 10px;
	background: url("http://90plan.ovh.net/~kramages/tmp/fleche.gif") no-repeat 0 4px;
}

.menu2 li {
	text-align: center;
	padding-right: 5px;
}

.menu a, .menu2 a {
	color: #000000; text-decoration:none;
}

.menu a:visited, .menu2 a:visited {
	color: #000000; text-decoration:none;
}

.menu a:link, .menu2 a:link {
	color: #000000; text-decoration:none;
}

.menu a:hover, .menu2 a:hover {
	color:#C70202; text-decoration:none;font-weight:normal;
}

.menu #menuactive { 
	background: url("http://90plan.ovh.net/~kramages/tmp/fleche2.gif") no-repeat 0 4px; 
}

.navlist {
	margin-top: 2px;
	margin-bottom: 2px;
}

.navlist li {
	padding-right: 1px;
	display: inline;
}

.navlist ul {
	margin: 0px;
	padding: 0px;
}

.navlist a, .navlist a:link, .navlist a:visited
{
	border: 1px solid #9A5A5B;
	padding: 1px;
	padding-left: 1em;
	padding-right: 1em;
	color: #FFF;
}

.navlist a:hover, .navlist a:active, .navlist a:focus
{
	border: 1px solid #FFF;
	padding: 1px;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	color: #FFF;
}

.navlist #navlistactive a { 
	background-color: #AA6A6B; 
}

.bottom {
	background: #9A5A5B;  
	color: White;  
	font-size: 10px; 
	height: 20px; 
	text-align: center; 
	padding-top: 3px; 
	clear: left;
}

.bottom a {
	color: #FFF;
}

.bottom a:visited {
	color: #FFF;
}

.bottom a:link {
	color: #FFF;
}

.bottom a:hover {
	color:#FFF;
}

.bottom a:active {
	color: #FFF;
}

.subleft {
	margin: 0;
	display: block;
	width: 100%;
}

.subright {
	width: 50%;
	float: right;
	display: block;
}

a:link {
	color: #9A5A5B;
	text-decoration: none;
}

a:visited {
	color: #9A5A5B;
	text-decoration: none;
}

a:active {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	color: #8B0000;
	text-decoration:overline underline; 
}

h1,h2,h3 {
	color: #9A5A5B;
	font-weight: lighter;
}

h4 {
	font-size: 11px;
}

.imageleft {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;  
}

.imageright {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;  
}

.cadresup {
    margin: 0px;
	text-align: center;
}

.cadre {
    border: 1px solid #999;
	text-align: center;
	width: 300px;
	padding: 5px;
	margin-right: auto;  
    margin-left: auto; 
    background: #FFFACC;
}

.bigcadre {
    border: 1px solid #999;
	text-align: justify;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

.cadre p {
    background: #FFFACC;
    margin: 5px;
}

.error {
	background: #FFDFA0;
	border: 1px solid #333; 
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10%;
	width: 80%;
	margin-top: 70px;
	margin-bottom: 160px;
}

.display {
	background: #FFB;
	border: 1px solid #333; 
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10%;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error h3, .display h3 {
	border-bottom: 1px solid #333;
	margin: 5px 0px 0px 0px; 
	color:#222;
	font-size: 12px; 
	font-weight: bold; 
	text-align: center;
	padding-bottom: 5px;
}

.error p, .display p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	background-color: transparent;
	font-size: 11px;
}

.error a:link, .display a:link {
	color: #744;
}

.error a:visited, .display a:visited {
	color: #744;
}

.error a:active, .display a:active {
	color: #8B0000;
}

.error a:hover, .display a:hover {
	color: #8B0000;
}

.mchat { 
	font-size:9px;
}

.mchat a:link, .display a:link {
	color: #333;
}

.mchat a:visited, .display a:visited {
	color: #333;
}

.mchat a:active, .display a:active {
	color: #C70202;
}

.mchat a:hover, .display a:hover {
	color: #C70202;
}

.profile {
	font-size: 11px;
}

.bg { 
	background: #FFFACC;
}

.percframe {
	margin: 2px;
}

.percframe2 {
	float:right;
	padding:2px 0px 2px 0px;
}

.percbox {
	border: 1px solid #333;
	font-size:3px;
	padding:1px;
}

.fill {
	background-color: #700;
}

.empty {
	background-color: #FFF;
}

form {
	margin: 0px;
} 

.goo {
	margin:0px;
	padding:0px;
}

.goo TABLE {
	border-collapse:collapse;
}

.goo TD {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.goo INPUT {
	background: #fff;
	border: 1px solid #4f8aC6;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px
}

INPUT {
	background: #fff;
	border: 1px solid #1f5a96;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px
}

SELECT {
	background: #fff;
	border: 1px solid #1f5a96;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px
}

TEXTAREA {
	background: #fff;
	border: 1px solid #1f5a96;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px
}

INPUT.radio {
	background: #fff;
	border: none;
	height: 14px;
	width: 14px
}

INPUT.checkbox {
	background: #fff;
	border: none;
	height: 14px;
	width: 14px
}

.compact{
	margin:0px;
}

.c1 {
	background-color: #FF8080;
}

.c2 {
	background-color: #AA7000;
}

.c3 {
	background-color: #FFFF80;
}

.c4 {
	background-color: #8080FF;
}

.c5 {
	background-color: #80FF80;
}

.c6 {
	background-color: #CC80FF;
}

.c7 {
	background-color: #AAAAAA;
}

.c8 {
	background-color: #AAAA44;
}

.c9 {
	background-color: #739773;
}

img {
	border: none;
}

img[align="middle"] { 
	vertical-align:middle !important; 
}

