html, body {
	color:#F5F5F5;
	background-color:#030303;
	background-image:url(images/background.png);
	background-position:top;
	background-repeat:repeat-x;
	/*font-family:"Times New Roman", Times, serif; */
	font-family:verdana, Arial, Sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

#header {
	height:160px;
	background-image:url(images/logo.png);
	background-position:50px 20px;
	background-repeat:no-repeat;
}


.backgroundart {
	margin-top:0;
	margin-right:0;
	position:fixed;
	float:right;
}

div#container0 {
	/*background-image:url(images/art1.png);*/
	background-position:right top;
	background-repeat:no-repeat;
}

div#container1 {
	/*background-image:url(images/smoke_bottom.png); 
	background-image:url(images/bartp2.png);*/
	background-position:bottom center;
	background-repeat:no-repeat;
}

div#container2 {
	padding:4px 14px 4px 14px;
	background-image:url(images/tf2_logo.png); 
	background-repeat:repeat;
}

div#wrapper {
	float:left;
	width:100%
}

div#leftmenu {
	float:left;
	width:200px;
	margin-left:-100%;
}

div#rightmenu {
	float:left;
	width:200px;
	margin-left:-200px;
}

div#content {
	margin:0 215px 0 215px;
}

div#footer {
	clear:left;
	width:100%;
	padding-top:10px;
	background-image:url(images/tab_back_1.png);
	background-repeat:repeat;
}

.govMenu {
	background-image:url(images/tab_back_1.png);
	background-repeat:repeat;
	padding:10px;
	margin-bottom:20px;
}

.govTitle {
	background-image:url(images/tab_back_2.png);
	background-repeat:repeat;
	text-align:center;
	padding:4px;
	margin-bottom:10px;
	font-size:large;
}

.govContent {
	background-image:url(images/tab_back_2.png);
	background-repeat:repeat;
	padding:4px;
}









a:link{
color:#e85700;/*e80000;*/
text-decoration:none;
}

a:visited{
color:#e85700;
text-decoration:none;
}

a:hover{
color:#fdd7d7;
text-decoration:none;
}

a:active{
color:#e85700;
text-decoration:none;
}

pre {
font-size: 11px;
width: 500px;
overflow: auto;
}

object {
display: block;
}

textarea{
font-family: Verdana, Arial, Sans-serif; 
font-size: 9px;
background-color: #FFFFFF;
border:1px solid rgb(172,199,215);
color:#055687;
}

select{
color: #1F2941; 
background-color: #FFFFFF;
font-family: Verdana, Arial, Sans-serif; 
font-size: 9px; 
}


input{
color: #1F2941; 
background-color: #FFFFFF;
font-size: 9px; 
font-family: Verdana, Arial, Sans-serif; 
border-right: #1F2941 1px solid; 
border-top: #1F2941 1px solid; 
border-left: #1F2941 1px solid; 
border-bottom: #1F2941 1px solid; 
}

hr{
color: #1F2941;
height: 1px;
}


.image {
display: block;
}

.fond {
background-image:url(images/bg.gif);
}

.checkbox {
background:transparent;
border:none;
}

.titre{
font-family:Verdana, Arial, Sans-serif;
color:#000000;
font-size:12px;
}




/* liquidcorners */
.govMenu2 {
	margin-bottom:20px;
}

.govMenu2 .top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners1280x18.png'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.govMenu2 .inside {
	background-image:url(images/tab_back_1.png);
	background-repeat:repeat;
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	float:right;
	width:9px;
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	float:right;
	width:9px;
	}