body {
 font: 10px verdana, sans-serif;
 margin: 0;
 padding: 0;
}
a:link { 
	color: #870100;
	}
a:visited { 
	color: #870100;
	}
a:hover { 
	color: #FF0000;
	text-decoration: none;
	}
a:active { 
	color: #870100;
	}
#haut
{
	width: 100%;
	height: 10%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#gauche
{
	width: 30%;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1;
	position: absolute;
	top: 130;
	left: 0;
}
#milieu
{
	
	width: 85%;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 142;
	left: 150;	
}
#tabcenter{
   margin-left:auto;
   margin-right:auto;
}
#scissors {
        height: 43px; /* image height */
        width: 90%;
        margin: auto auto;
        background-image: url('http://i.stack.imgur.com/cXciH.png');
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
        overflow: hidden;
    }
#scissors:after {
	content: "";
	position: relative;
	top: 50%;
	display: block;
	border-top: 3px dashed black;
	margin-top: -3px;
}
