body {
	overflow-x: hidden; 
}

#fondLimite{
	border:0px dotted #FF0000;
	position: absolute;
	font-size: 17px; 
	top: 0px;
	left: 0px;
  	width: 945px;
  	height: 450px;
}

select {
    	background: url('img_vrac/Logo-tamagotchi.png') 0 0 no-repeat;
	background-size: 263px 70px;
	color: rgba(0, 0, 0, 0);
    	width:263px; 
    	height:70px;
}
option {
	color: rgba(0, 0, 0, 1);
}

#fondLimite_scroll{
	border:1px dotted #FF0000;
	position: absolute;
	top: 0px;
	left: 0px;
  	width: 945px;
  	height: 450px;
	overflow-y: scroll;
}

#titre{
	border:2px solid #8B4513; 
	background-color: #F5DEB3; 
	font-size: 36px; 
	text-align: center; 
	padding: 0 5px 0 5px;
	position: absolute; 
	top: 5px; 
	left: 310px;
}

#lien
{
    border: 0px solid #000;
    width: 934px;
	font-size: 23px;
    border-collapse:collapse; 
	position: absolute; 
	top: 50px;
	left: 0px;
}

fieldset 
{
    width: 850px;
}

#id {
    border: 1px solid #000;
}

p {
	padding : 0 0 0 0;
	margin : 5px 0 0 0;
}

.bouton {
	width: auto;
	color:#FFFACD;
	text-decoration:none;
	border-radius:5px;
	border: solid 1px #90EE90;
	background:#3CB371;
	text-align:center;
	padding:5px 5px 5px;
	font-weight: bold;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
	-webkit-box-shadow: 0px 3px 0px #228B22;
	-moz-box-shadow: 0px 3px 0px #228B22;
	box-shadow: 0px 3px 0px #228B22;
}

.bouton2 {
	width: auto;
	color:#ffe4e4;
	text-decoration:none;
	border-radius:5px;
	border: solid 1px #ff0000;
	background:#e15a5a;
	text-align:center;
	padding:5px 5px 5px;
	font-weight: bold;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
	-webkit-box-shadow: 0px 3px 0px #9d0000;
	-moz-box-shadow: 0px 3px 0px #9d0000;
	box-shadow: 0px 3px 0px #9d0000;
}

.bouton3 {
	width: auto;
	color:#000000;
	text-decoration:none;
	border-radius:5px;
	border: solid 1px #808080;
	background:#D3D3D3;
	text-align:center;
	padding:5px 5px 5px;
	font-weight: bold;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
	-webkit-box-shadow: 0px 3px 0px #696969;
	-moz-box-shadow: 0px 3px 0px #696969;
	box-shadow: 0px 3px 0px #696969;
}

.manuels {
	border:1px solid #000;
}

#message_avertissement_javascript {
	font-size: 1.4em;
	padding: 20px;
	background-color: #f44336; /* Red */
	color: white;
	margin-bottom: 15px;
	text-align: center;
}

#TempsReel {
	position: absolute;
	top: 50px;
	left: 50px;
}

#Export {
	position: absolute;
	top: 90px;
	left: 50px;
}

#Import {
	position: absolute;
	top: 130px;
	left: 50px;
}

#Supp {
	position: absolute;
	top: 170px;
	left: 50px;
}

table {
	text-align: center;
}

#BDD {
	width: 800px;
}