body {
	background: #909090 url(/media/img/trames/trame_page.gif);
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
table {
	border-collapse: collapse;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}
h1.grostitre {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 30px;
	letter-spacing: -2px;
	text-align: left;
	margin-bottom: 10px;
}
li {
	margin-bottom: 1em;
}
a {
	color: black;
}
.rouge, a:hover, #accesclient a:hover {
	color: #E2001A;
}
a:hover, #accesclient a:hover {
	text-decoration: underline;
}
.nomargin, html, body, table, td {
	margin: 0;
	padding: 0;
}
.pt {
	font-size: 9px;
}
.maj {
	text-transform: uppercase;
}
.fixpng {
	behavior: url(/includes/iepngfix.htc);
}

/* construction de page */
#page {
	background-image: url(/media/img/trames/trame_page_haut.gif);
	background-repeat: repeat-x;
}
#blocprincipal {
	width: 650px;
	text-align: center;
	margin: 0 auto;
}
#accesclient {
	text-align: right;
	padding: 1em 5px;
}
#accesclient a {
	text-decoration: none;
	color: #777;
	font-weight: bold;
}
#contenu {
	background: white;
}
#texte {
	text-align: justify;
	padding: 5px 50px 0 50px;
}