@CHARSET "UTF-8";

body{margin: 0;padding: 0;font-size: 13px;font-family: trebushet, arial;text-align: center;
font-size: 15px;
}
textarea{padding: 4px;font-family: trebushet, arial;}
#masthead{text-align: left;width: 800px;
margin: 0 auto;
}
.thecontainer{min-height: 500px;
height: auto !importnat;
height: 500px;border: solid 1px #ebebeb;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;margin-top: 10px;color: #faf;}

#mcnlogo{
	background: url(http://meta-computer.com/images/entet_gauche.gif) no-repeat;
	height: 90px;margin-bottom: 50px;
}
.inner{padding: 5px;}
.photo{width: 120px;}
.fleft{float: left;}
.fright{float: right;}
.clear{clear: both;}


ul.tabs{margin: 0;padding: 0;list-style: none;
}
ul.tabs li{
display: -moz-inline-block;display: inline-block;*display: inline;padding: 10px;background-color: #aabbc; //ebebeb;
border: solid 1px #ccc;
cursor: pointer;
cursor: hand;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #777;
}
ul.tabs li.current{background-color: #fff;}
.tabopened{background-color: #fff;}


.tabs_content .tab{display: none;}
.msgerr, .msgok{
	padding: 20px;text-align: center;
}
.msgerr{color: red;}
.msgok{color:blue; }
#footer{padding: 10px;margin: 20px 0;text-align: center;}
th{vertical-align: top}
.descr{font-size: 14px;color: #ccc;padding: 3px 0;}
.mcnentry{margin: 10px 0;padding: 4px;cursor: pointer;cursor: hand;}
.mcnentry-on{border-left:solid 1px #E5ECF9;}
.entrydetail{display: none;}