html,body {
    margin:0;
    padding:0;
    height:100%;
    border:none;
    text-align: center;
} 

a:link {
    color: grey; text-decoration: none }
a:visited {
    color: purple }

table { margin-top: 0; margin-bottom:50; margin-left: auto; margin-right: auto}

td {padding-top:600px}

.Texte {font-family: Arial; font-size: 10pt; font-weight:normal; color: white; }
.Titre {font-family: Arial; font-size: 12pt; font-weight:bold; color: white; }

#fond {
       margin-top: 150px;
       margin-left: 21px;
       padding: 10px;
       width: 92%;
       height: 410px;
       background: url("images/carrenoir.png") repeat;
       overflow: auto;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 850px;
}

#header {
	margin: 0 0 15px 0;
	background: black;
}

#side-a {
	float: left;
	width: 10px;
}

#side-b {
	float: right;
	width: 10px;
}

#content { 
	float: left;
        height: 600px;
	width: 800px;
        background: url("images/fondkilling.jpg") no-repeat;
}

#footer {
	clear: both;
}


