/*
Importation des fichiers css
*/
@import url("ads-int.css");
@import url("footer.css");
@import url("header.css");
@import url("home.css");
@import url("content.css");
@import url("menus.css");
@import url("selng.css");

* {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Sans Serif;
	color: #5e5e5e;
}

body{
font-family:verdana;
font-size:10pt;
background-image:url('../images/bg-prebas.jpg');
background-repeat:repeat-x;
background-color:#666666;
margin:0px;
}

table {
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0px;
}

* table tr td {
	border: 0px;
	padding: 0px;
	vertical-align: top;
}

* img {
	border: 0px;
}

.divcentrage{
text-align:center;
width:100%;
}

.divcontent{
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
width:936px;
background-image:url('../images/bg-content.jpg');
background-repeat:repeat-y;
}

.finalcontent{
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
width:900px;
}