
body {
	background-color: #536895;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.tdContent {
	background-color: White;
	border-bottom: 1px solid #536895;
	border-left: 1px solid #536895;
	border-right: 1px solid #536895;	
}

div.divContent {
	width: 758px;

}

p.pTextIndent {
	text-align: justify;
	text-indent: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

p.pText {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

b.important {
        font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}


h1.h1Titre {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-left: 32px;
	width: 700px;
	height: 17px;
        color: #FFFFFF;
	background: #536895 url(../images/puce.gif) no-repeat;
	border-bottom-width: thin;
}

h2.h2Titre {
	font-size: 11px;
	color: Gray;
	text-align: left;
	font-weight: bolder;
	background-color: #f1e7cc;
	padding-left: 30px; /*height: 18px ;*/
	padding-bottom: 2px;
	padding-top: 1px;
	padding-right: 2px;
	background-image: url(../images/yellowfan.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border-top: 1px solid #FED981;
	border-left: 1px solid #FED36D;
	border-bottom: 1px solid #765A19;
	border-right: 1px solid #906F1E;
	width: 650px;
}

a.aLien {
	color: #834F1B;
	text-decoration: none;
}

a.aLienBold {
	color: #834F1B;
	text-decoration: none;
	font-weight: bold;
}

a.aLien:HOVER {
	text-decoration: underline;
}

b.bGris {
	color: #595959;
}

table.tableGrey{
	/*padding: 5px 5px 5px 5px;*/
	background-color: #EDEDED;
}

div.divAbstract {
	align: center;
	display: block;
	/*width: 641px;*/
	text-align: justify;
	font-style: italic;
	font-size: 11px;
	/* color: Gray; */
	/*background-color: Gray;*/
	/*border: 1px solid #F2F2F8;
	padding: 5px 5px 5px 5px;
	white-space: pre;
	font-family: monospace;*/
}

