/* CSS Document */
body {
background-color: #666666;
font-style: normal;
font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
font-size: 12px;
line-height: 14px;
letter-spacing: 1px;
text-align: justify;
color: #666666;
margin: 0;
padding: 0;
}

#general {
	width: 800px;
	position: relative;
	margin-top: 0px;
	margin: 0 auto;
}

/* Accord Parfait*/
#header {
	width: 800px;
	height: 140px;
	background-image: url(web/header.gif);
}

#menu {
	width: 800px;
	height: 60px;
	background-image: url(web/menu.gif);
	}
	
#centre {
	width: 800px;
	background-image: url(web/fond.gif);
}

#footer {
width: 800px;
height: 60px;
background-image: url(web/footer.gif);
font-size: 11px;
line-height: 12px;
}

#forfait {
	background-color: #fff;
	padding-left: 10px;
	}

/* Mise en forme des TITRES et CLASSES*/
h1 {
font-weight: 300;
font-size: 20px;
padding-top: 10px;
margin: 0;
color: #008EEE;
}

h2 {
font-size: 17px;
color: #333333;
font-weight: 300;
letter-spacing: 2px;
margin-top: 5px;
}

.st {
font-size: 14px;
color: #333333;
letter-spacing: 2px;
margin: 0;
padding: 0;
}

.left {
	float: left;
	padding-left: 20px;
	margin-top: 13px;
	margin-right: 13px;
	margin-bottom: 5px;
	}
	
.plus {
	padding-left: 40px;
	}

.centre {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.petit{
	font-size: 11px;
	}
	
.hide {
	display: none;
	padding-left: 40px;
	}
	
/* LIENS */
a {
	color: #008eee;
	text-decoration: none;
}

a:hover {
    color: #cccccc;
}


/* Marges des paragraphes */
p {
margin: 0;
padding-left: 20px;
padding-right: 40px;
padding-bottom: 5px;
}

/*Listes*/
ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 10px;
	padding-top: 0px;
}

/*tableau image*/
.table {
border-width: 0px;
text-align: justified;
font-size: 12px;
}

img {
	border: none;
	}