/* CSS Document */
body{ 
	margin-top:0px;
	background-image:url("bg.jpg");
}

b{color:#042063;}

#content{
	width:804px;
	height:454px;
	background-color:#FFF;
	margin:auto;
}

#gauche{
	width:400px;
	height:450px;
	background-image:url("HTML/Accueil/gauche.png");
	float:left;
	position:relative;
	left:2px;
	top:2px;
}

#gauche_haut{
	width:400px;
	height:400px;
	/*background-color:#FFF;*/
	float:left;
	position:relative;
	left:0px;
	top:0px;
	text-align:center;
	vertical-align:middle;
}

#gauche_part{
	margin:5px;
	padding:5px;
	font-family:'Arial';
	font-size:12px;
	color:#FFF;
	font-weight:600;
	text-align:left;
	vertical-align:middle;
	background-color:#fabc00;
	}

#gauche_bas{}

#droite{
	width:400px;
	height:450px;
	background-image:url("HTML/Accueil/droite.png");
	float:left;
	position:relative;
	left:2px;
	top:2px;
}

#droite_haut{
	width:400px;
	height:53px;
	/*background-color:#F00;*/
}

#droite_haut_img{
	position :relative;
	top:10px;
}

#d_h_img2{
	position:relative;
	top:10px;
 }

#droite_bas{
	width:400px;
	height:397px;
	/*background-color:#00F;*/
}

#droite_bas_content{
	width:240px;
	height:300px;
	/*background-color:#F00;*/
	position:relative;
	top:53px;
	left:10px;
	font-family:'Arial';
	font-size:12px;
	color:#042063;
	font-weight:0;
}

#droite_bas_img{
	position:relative;
	top:20px;
	left:0px;
}

#process{
	position:relative;
	left:-10px;
}

#texte_intro{
	position:relative;
	top:-20px;
}


/*FTP*/
#admin_content{
	margin:auto;
	background-color:#FFF;
	width:800px;
	padding:5px;
}

.admin{
	background-color:#CCC;
	padding:5px;
}

#bandeau{
	width:100%;
	background-image:url('../Modules/FTP/Images/bandeau.jpg');
	padding-top:3px;
}

#cadre_dossiers{
	padding:3px;
	background-color:#EFEFEF;
	background-image:url('../Modules/FTP/Images/fond_dossiers.jpg');
	background-repeat:no-repeat;
	background-position:right;
	/*background-position:top;*/
	/*background-attachment:fixed;*/
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
}

.titre{
	background-color:#2d4c84;
	background-image:url('../Modules/FTP/Images/barre.jpg');
	padding-left:2px;
	color:white;
	font-weight:bold;
}

.info{
	color:#BBB;
	font-weight:bold;
}

#upload{
	height:20px;
}

#logout{
	text-decoration:none;
	color:white;
	font-weight:bold;
	padding-right:3px;
}
