html {
	background: #9a9a95 url(../images/bg-percall-support-technique.gif) repeat-x;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	padding: 0px;
    text-align: center; /* pour corriger le bug de centrage IE */
}

#conteneur{
	background-color: #ffffff;
	margin-left: auto;
    margin-right: auto;
    width: 800px;
	height: 100%;
    text-align: left; /* on rétablit l'alignement normal du texte*/
}

#header {
	margin: 0;
	padding: 0;
	height: 170px;
	width: auto;
	background: url(../images/header.gif) no-repeat;
}


#content {
	height: 100%;
	width: 100%;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	background: #ffffff url(../images/spacer.gif) no-repeat;
}


#centretotal{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}



a {
	text-decoration:none;
}

/* *** suppression du contour bleu sur les images liens *** */
a img { 
	border: 0px;
}

