* {
	margin: 0;
	padding: 0
}

html,body {
	/**************************************************************************************/
	background-color: #000;
	/**************************************************************************************/
	height: 100%;
}

div#inter_top_left {
	background-image: url("images/haut_04.gif");
	background-repeat: no-repeat;
	background-position: right 0
}

div#inter_centre {
	background-image: url("images/centre.jpg");
	background-repeat: no-repeat;
	/**************************************************************************************/
	background-position: bottom right;
	/**************************************************************************************/
	height: 100%;
}

div#inter_centre_gauche {
	background-image: url("images/centre_gauche.gif");
	background-repeat: repeat-y;
	background-position: left center
}

div#inter_centre_haut {
	background-image: url("images/centre_haut.gif");
	background-repeat: repeat-x;
	background-position: right top
}

div#inter_centre_haut_gauche {
	background-image: url("images/centre_haut_gauche.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 15px 10px 25px;
}

table#ecran {
	margin: auto;
	height: 100%;
	text-align: left
}

/*-----*/

#content,#control,#selfcontrol { /*padding: 5px 0 0 50px;*/
	
}

#content h1 {
	margin-bottom: 1em;
	color: #7F222B;
}

p {
	color: #333;
	margin:0;
	padding: 0 0 5px 0;
}

input,select {
	border: 1px solid #800;
	font-family: Arial, Verdana;
	font-size: 11px;
	/**************************************************************************************/
	background:url("images/input_fond.gif") #c1c0c0 repeat-x top left;
	/**************************************************************************************/
	color: #800;
	margin-bottom: 5px;
	padding: 3px;
}



input [disabled] {
	border: 1px solid #999;
	color: #999;
}

select {
	/*width: 50px;*/
}

form {
	margin: 0;
	padding: 0;
}
/***********************************************************************************/
#copyright{
	background:url("images/bas_04.gif") top left;
	width:174px;
	height:41px;
	text-align:center;
}
#copyright a{
	font-size:10px;
	line-height:30px;
	color:#a1675f;
	text-decoration:none;
}
/***********************************************************************************/
#floatdiv {
	border: 1px solid #800;
	padding: 7px;
	margin: 0;
	color: #800;
	background-color: #FFFFFF;
	font-family: "Arial", "Verdana";
	font-size: 11px;
	font-weight: bold;
	line-height: 0px;
}

#floatdiv img {
	border: 1px solid #aaa;
	padding: 0;
	margin: 0;
}

div#uploadnewfile {
	display: none;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 100px;
	margin-top: -59px;
	margin-left: -163px;
	border: 1px solid #800;
	background-color: #eee;
	text-align: center;	
}

div#uploadnewfile div.marge {
	padding: 10px;
}
div#selfcontrol {
	padding: 3px 10px 3px 3px;
	text-align: center;
}

td#cotegauche {
	background-image: url("images/centre_gauche.gif");
	background-repeat: repeat-y;
	background-position: left center;
}

h2 {
	margin: 0 0 6px 0;
	padding: 0;
	border-bottom: 1px solid #800;
	/**************************************************************************************/
	color: #a1675f;
	/**************************************************************************************/
	font-family: "Arial", "Verdana";
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}