body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #202020;
	background-image: url(fond.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	overflow-x: hidden;
}

/* hauteur du div au-dessus du tableau afin que celui-ci soit un peu au-dessus du milieu de la page 
+ simple : "height: calc(40vh - 320px);", fonctionne mais erreur de valid */
.espace {
	height: 40vh;
	margin-top: -320px;
	padding-top: 320px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.suivant {
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	color: #ff9c37; 
}
a.suivant:hover {
	color: #820901;
}
.posrelative {
	position: relative;
}
.posabsolue {
	position: absolute;
	bottom: 100px;
	right: 200px;
}
.car40 { font-size: 40px; }

.nav {  
	padding: 0; 
	margin: 0;  
}

.table1, .table2, .table3 {
	border: 0px;
	margin: 0px auto;
	border-spacing: 0px 0px;
}
.table1 {
	width: 500%; 
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ff9c37;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ff9c37;
}
.table2 {
	width: 1020px;
}
.table3 {
	width: 650px;
	padding: 0; 
	text-align: justify; 	
}
.cell-tabl1-L {
	width: 20%; 
	padding: 0px;
	vertical-align: top;
}
.cell-h1 { height: 25px; }
.cell-h2 { height: 615px; }
.cell-h3 { height: 50px; }
.cell-L50 { width: 50%; }
.cell-align-h { 
	vertical-align: top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
td.g { text-align: left; }
td.c { text-align: center; }
td.j { text-align: justify; }

p.c { text-align: center; }
p.j { text-align: justify; }
ul.a {
	text-align: justify; 
	list-style-type: circle;
}
.titre {
	font-size: 18px;
	color: #AAAAAA;
}
.titre2 {
	font-size: 18px;
	color: #202020;
}
.titre3 {
	font-size: 14px;
	color: #707070;
}
.para {
	font-size: 13px;
	color: #707070;	
}
.PDP {
	font-size: 15px;
	color: #ff9c37;
}
.bordeau { color: #820901; }
.orange  { color: #ff9c37; }
.lien { color: #ff9c37; }
a.lien:hover { color: #820901; }
.fond { background: #FFFFFF; }

img.valid {
	border: 0;
	width: 88px;
	height: 31px;
	vertical-align: text-top; 
}
