/*
 *    General styles
 */

body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

body,td,p {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 17px;
	text-align: justify;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

h1 {
	font: normal 36px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #fff;
}

li {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/carre-orange.gif);
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}

.titre {
	font: normal 24px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
}

.titretableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.titregrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
}

.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #999999;
	text-align: left;
}

.titreitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	text-align: left;
}

.texteitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

.surtitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
	color: #003366;
}

.txtwhite {
	color: #fff;
}

.bold {
	font-weight: bold;
}

.txtgrey {
	color: #9C9D9F;
}

.txtblack {
	color: #000;
	text-align: left;
}

.t_orange {
	color: #F9B306;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}

.t_white {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}

.orange {
	color: #F9B306;
	font-weight: bold;
	font-size: 12px;
}

.exergue {
	color: #0B3669;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.legende {
	color: #0B3669;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.download {
	line-height: 20px;
	text-align: left;
	font-size: 11px;
}

.bullet {
	list-style-type: disc;
	list-style-position: outside;
}

.bgimage {
	background: url(images/bg_header.gif) repeat-x;
}