body,td {
	font-family: Verdana;
	font-size: 11px;
}

a { color: #000190; text-decoration: none; }
a:link { color: #000190; text-decoration: none; }
a:visited { color: #000190; text-decoration: none; }
a:hover { color: #A4302F; text-decoration: underline; }


img {
	border: 0px;
}

select {
	font-size: 10px;
	background-color: #F9F9F9;
	font-family: Verdana;
}
.replace {
	display: none;
	font-size: 10px;
	background-color: #F9F9F9;
	font-family: Verdana;
	padding-left: 4px;
	padding-bottom: 1px;
	border: 1px #9DC2CF solid;
}
input {
	font-size: 11px;
	font-family: Verdana;
	border: 1px #555555 solid;
}
table {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
input.light {
	font-family: Verdana;
	font-size: 11px;
	border: 1px #777777 solid;
	background-color: #CCCCCC;
	font-weight: normal;
	padding: 1px;
}
input.file {
	margin-top: 8px;
	margin-bottom: 14px;
}
input.code {
	width: 554px;
	background: #EEEEEE;
	border: 1px #555555 solid;
}
input.text {
	width: 160px;
	background: #EEEEEE;
	border: 1px #555555 solid;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px #555555 solid;
	overflow: auto;
}

h3 {
	border-bottom: 1px #CCCCCC dotted;
	font-size: 13px;
	font-weight: bold;
	color: #000454;
}
h3.right {
	font-size: 15px;
	text-align: right;
	margin-bottom: 22px;
	padding-right: 20px;
}

li {
	list-style-type: square;
	list-style-image : url('/img/li.gif');
	list-style-position: outside;
	padding-top: 8px;
}

#page {
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 757px;
}

#fuckIE {
	text-align: center;
    margin-top: 10px;
	width: 100%;
}

#logo {
	position: relative;
	z-index: 5;
}

#header {
	vertical-align: top;
}

#menu {
	color: #000454;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	left: 36px;
    top: -52px;
	text-align: center;
    z-index: 10;
	/*width: 100%;*/
}
#menu a { text-decoration: none; color: #000454; }

#photo {
	display: block;
	float: left;
	margin-top: 20px;
	width: 335px;
	height: 222px;
}

.box {
	float: right;
	width: 320px;
    background-image: url('/img/bg_box.gif');
    background-repeat: repeat-y;
	background-color: #E4ECF9;
	border: 1px #84A4D7 solid;
	padding: 4px;
}
.box td {
	font-weight: bold;
	color: #444444;
}
.box .form {
	width: 200px;
}

.box .title {
	margin-top: -19px;
	margin-right: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #000454;
	text-align: right;
}

.boxtext {
	float: right;
	width: 360px;
	padding-bottom: 30px;
	text-align: left;
}


#footer {
	padding-top: 30px;
	text-align: center;
	color: #A7A7A7;
	font-size: 10px;
	width: 100%;
}
#footer select {
	color: #AAAAAA;
	font-size: 10px;
	background: #EEEEEE;
}
#footer a { color: #A7A7A7; }
#footer a:link { color: #A7A7A7; }
#footer a:visited { color: #A7A7A7; }
#footer a:hover { color: #A7A7A7; }

.comment {
	font-style: italic;
}


.help {
	width: 20px;
	height: 20px;
}

td.title {
	width: 160px;
}

.para {
	text-align: justify;
}

a.button {
	border: 1px #CCCCCC solid;
	padding: 6px;
	background: #EEEEEE;
}

a.button:hover {
	background: #FDDDDC;
}


#helpbox {
	position: absolute;
	z-index: 5;
	display: none;
}
#helpbox .info {
	position: relative;
	top: -160px;
	left: 16px;
	z-index: 6;
	color: #000000;
	display: block;
	width: 180px;
}

#max {
	filter:alpha(opacity:75);
	-moz-opacity: 0.75;
	KHTMLopacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
	display: none;
}

#pub468 {
	width: 100%;
	height: 60px;
	position: relative;
	display: table;
	top: -146px;
	left: 36px;
	z-index: 10;
	margin-bottom: -60px;
}

#identbox {
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: -210px;
    text-align: right;
    width: 200px;
    z-index: 11;
}
#identbox input {
    border: 1px #111111 solid;
    color: #222222;
}

#identbox .text {
    width: 100px;
    padding-left: 4px;
    background: #FFFFFF;
    margin: 0px 4px 2px 0px;
}

#identbox .submit {
    margin-left: 66px;
    margin-top: 8px;
}


.rss {
	position: relative;
	float: right;
	top: -40px;
	left: -50px;
}

.error {
	color: #990000;
	font-weight: bold;
	text-align: justify;
}

.tools {
	margin-left: 6px;
	margin-top: 5px;
        display: block;
        width: 140px;
        background: #EFEFEF;
        text-decoration: none;
        border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
.tools img {
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 4px;
	border: 0px;
}
.tools span {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px #CCCCCC solid;
}
.tools select {
	width: 110px;
}

.tbar {	display: block; margin-top: 16px; color: #333333; }
.tbar a { color: #333333; }
.tbar a:link { color: #333333; }
.tbar a:visited { color: #333333; }
.tbar a:hover { color: #A4302F; }

.icon {
	text-align: center;
	width: 100px;
	height: 100px;
	/*float: left;*/
	margin: 10px 10px 10px 70px;
}
.folder {
	background-image: url('/img/folder.gif');
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	text-align: left;
}

.infourl {
	text-align: left;
	position: relative;
	top: -70px;
	left: 200px;
}

.boxnew {
	text-align: left;
	float: right;
}

.btn {
	position: relative;
	text-align: right;
	padding-right: 10px;
}
.btn img {
	padding-left: 6px;
}
.mini1 {
	position: relative;
	margin-left: 5px;
	margin-top: 6px;
}
.mini2 {
	position: relative;
	margin-left: 2px;
	margin-top: 6px;
}
.mini3 {
	position: relative;
	margin-left: 5px;
	margin-top: 4px;
}
.mini4 {
	position: relative;
	margin-left: 2px;
	margin-top: 4px;
}

.barre_bas {
	background-image: url("img/barre_vide.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	width: 750px;
}
.you { color: #000099; }
.obli { color: #990000; }

#news {
	background-color: #FFF9D3;
	width: 200px;
	border: 1px #FFEB67 solid;
	display: block;
	float: left;
}

#toolsbar {
    width: 752px;
    height: 44px;
    text-align: left;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}
#Xtools {
    border: 1px #ACCCFF solid;
    border-top: 0px;
    visibility: hidden;
    overflow: hidden;
    background-color: #FFFFFF;
}
#toolsbar img {
    margin: 2px;
}

#infosbar {
    border: 1px #ACCCFF solid;
    background-color: #EEEEEE;
    position: absolute;
    height: 380px;
    margin-bottom: -384px;
    width: 200px;
    margin-left: 553px;
    text-align: left;
    padding-top: 2px;
    padding-left: 2px;
    color: #555555;
}

#infosbar textarea {
    width: 196px;
    background-color: #F6F6F6;
    border: 1px #555555 solid;
}

#editzone {
    height: 380px;
    padding-top: 20px;
    width: 555px;
}


#codezone { 
    text-align: left;
}

#codezone .code {
    width: 500px;
}

.border {
    border: 1px #ACCCFF solid;
}
