/* CSS Document */
* {
margin: 0;
padding: 0;
border: 0;
}
body  {
	margin: 0;
	padding:0;
	background-color: #000000;
	font-family:verdana, arial, times, georgia, sans-serif;
	font-size:12px;
	color:#3e3d40; /*#3e3d40 bordeaux */	
}
#tout{
	margin: 0 auto;
	width:900px;
	height:100%;
}
/************************ entete *****************/
#entete{
	display:block;
	float:left;
	width:900px;
	height:180px;
	line-height:50px;
	background-image:url(../images/img_admin.jpg);
	text-align:center;

}
/************************ bloc centrale *****************/
#blocCentrale{
	display:block;
	float:left;
	width:860px;
	background-color:#ffffff;
	text-align:center;
	padding:20px;
	}
.ligneGrise {
	float:left;
	width:900px;
	height:25px;
	line-height:25px;
	background-color:#b1b3b4;
	font-variant:small-caps;
	text-align:center;
	}	
/************************ bloc 300px menu langue *****************/
.bloc{
	display:block;
	float:left;
	width:100%;
	border:#CCC solid 1px;
	margin: 5px 0px 5px 0px;
	}
.bloc1{
	display:block;
	float:left;
	width:468px;
	text-align:left;
	padding:5px;
	color:#540058;
	}
.bloc2{
	display:block;
	float:left;
	width:180px;
	padding:5px;
	color:#540058;
	}
input{
	border: #CCC solid 1px;
	}
textarea{
	border: #CCC solid 1px;
	}

