body {
	background-color: #e0ebf2;
	margin: 0;
	padding: 0;
}

#testmorse {
	margin: 0 auto;
	background: white;
	padding: 10px;
	width: 950px;
	*width: 930px;
}

#testmorse .ico {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 0 2px 22px;
	min-height: 16px;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 100%;
}
#testmorse .ico span {
	display: block;
	float: left;
	width: 100px;
}
#testmorse .icobon { background-image: url(/img/bon.png); }
#testmorse .icofaux { background-image: url(/img/faux.png); }
#testmorse .icotemps { background-image: url(/img/temps.png); }

#testmorse .clear {
	clear: both;
}
#testmorse  .liens span{
	font-weight: bold;
	display: block;
	background: #2c99d0;
	padding: 3px;
	color: white;
}
#testmorse  .liens {
	margin: 10px 3px;
}
#testmorse  .liens ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#testmorse  .liens li a{
	display: block;
	text-decoration: none;
	color: blue;
	margin: 3px 0;
	padding: 3px;
}

img {
	border: 0;
}

#testmorse {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#testmorse h2 {
	font-weight: bold;
	border-bottom: 3px solid #2c99d0;
	padding-bottom: 3px;
}

#testmorse .champ {
	padding: 5px;
	margin: 5px;	
}

#testmorse #morse {
	text-align: center;
	width: 100%;
	height: 100px;
	font-size: 300%;
	margin: 20px 0 10px 0; 
}

#testmorse input[type=text] {
	border: inset 1px #ccc;
	padding: 2px 4px;
	margin-top: 3px;
}
#testmorse input[type=button] {
	clear: left;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/img/formbg.gif) repeat-x left top;
	margin: 10px 0 10px 10px;
}

#logo {
	float: left;
	width: 250px;
}

#banniere {
	float: left;
	width: 690px;
	text-align: center;
}
#banniere img {
	border: 0;
	margin-top: 5px;
}

#gauche {
	float: left;
	width: 200px;
}

#droite {
	float: left; 
	width: 700px;
	margin-left: 30px;
}
