@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #005177;
}

#tableFrame {
	width: 955px;
}

#tdEntete {
	background: url(images/bg-entete.jpg) no-repeat;
	height: 230px;
}

#tdColGauche {
	background: url(images/bg-body.jpg) repeat-y left;
	padding-left: 30px;
	padding-right: 15px;
	width: 200px;
}

#tdColDroite {
	background: url(images/bg-body.jpg) repeat-y right;
	padding-right: 30px;
	padding-top: 0px;
}

#tdColDroite p, #tdColDroite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

#tdColDroite p {
	margin-top: 0px;
}

#tdColDroite ul li {
	margin-bottom: 5px;
}

#tdPiedPage {
	background: url(images/bg-footer.jpg) no-repeat bottom;
	height: 90px;
	text-align: center;
	padding-bottom: 40px;
}

#tdPiedPage, #tdPiedPage a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
}

#tdPiedPage a:hover {
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 27px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 23px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 19px;
}

.tdSpacer {
	border-top: 1px dashed #666;
	font-size: 11px;
}

.AltRow td {
	background-color: #EEE;
}

#tdColDroite .SmallFont {
	font-size: 11px;
	line-height: 15px;
}

.BorderBottom {
	border-bottom: 1px solid #333;
}

table {
	margin-bottom: 15px;
}
