/* CSS Document */
body
{
	background-color: #ACB9C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
a {
color:#3366FF;
}
a:hover {
color:#0000CC;
}

#container
{
	width: 956px;
	margin: 0 auto;
	background-color: #F7F2EA;
	border: 6px solid #FFFFFF;
}
#top
{
	background-image: url(/images/header_or.jpg);
	height: 88px;
	position: relative;
}
#num
{
	position: absolute;
	left: 800px;
	top: 11px;
	width: 150px;
	z-index: 3;
	font-size: 30pt;
	font-weight: bold;
	color: #993300;
	text-align: right;
}

#navcontainer
{
	float: left;
	background: #fbe6bf;
	width: 145px;
	margin: 0;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFCC66;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
	display: block;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#navcontainer a:hover
{
	background-color: #f0e7d7;
	color: #333333;
	border-color: #aaab9c #fff #fff #ccc;
}
#navcontainer a:link#current, #navcontainer a:visited#current
{
background: #f7f2ea;
border-bottom: 1px solid #f7f2ea;
font-weight: bold;
	color: #990000;
}

#navcontainer li a
{
	
	background-color: #f7f2ea;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	font-weight: normal;
}
#navcontainer li#active a:hover
{
	color: #993300;
	background-color: #f8cba2;
	border-color: #ffe #aaab9c #ccc #fff;
}
#navcontainer li#active a
{
	color: #993300;
	background-color: #f8cba2;
	font-weight: bold;
}

#navlist
{
	padding-bottom: 19px;
	padding-left: 70px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFCC66;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 155px;
	font-size:10pt;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #f0e7d7;
border: 1px solid #FFCC66;
color: #666666;
float: left;
font-weight: bold;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #f7f2ea;
border-bottom: 1px solid #f7f2ea;
color: #000;
}

#navlist a:hover { 
background: #fff;
border-bottom: 1px solid #fff;
color: #333333;
}

#contents
{
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 149px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC66;
}

#footer {
	clear: both;
	margin: 0px;
	color: #666666;
	background-color: #fdae69;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.navaut
{
	color: #666666;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	font-size: 12pt;
	font-weight: bold;
}
.navaut ul {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
	}
.navaut li {
	display: inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	}
.navaut li a
{
	text-decoration: none;
	color: #666666;
}

.navaut li a:hover
{
	text-decoration: none;
	color: #333333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}

.sommaire {
	background-color: #F0E7D7;
	padding-right: 2px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #f8cba2;
	border-right-color: #f8cba2;
	border-bottom-color: #f8cba2;
	border-left-color: #f8cba2;
	margin-bottom: 5px;
}
.sommaire p a{
	font-size: 11pt;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

.sommaire a:hover {
color: #3366FF;
}
.sommaire_tit
{
	font-size: 12pt;
	color: #993300;
	font-weight: bold;
	background-color: #F0E7D7;
	text-align: left;
	padding-top: 2px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.sommaire_stit
{
	font-size: 12pt;
	color: #993300;
	font-weight: normal;
	text-align: left;
	padding-top: 2px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.sommaire_aut{
	font-size: 11pt;
	color: #CC6600;
}
.sep {
	background-image: url(/images/barre_hori_nb.png);
	background-repeat: no-repeat;
	background-position: center;
}
.section {
	border-bottom-color: #C4C769;
}
#navsom {
	padding-top: 5px;
}
#navsom ul, #navsom li
{
list-style-type: none;
margin: 0;
padding: 0;
}
#navsom a {
	font-size: 10pt;
	color: #2F4F4F;
	z-index: 6;
}
#navsom a:hover {
color: #990000;
	
}
.resume{
	font-size: 10pt;
	color: #333333;
}
.btresume
{
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}

.btresume ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.btresume ul li {
	float: left;
}

.btresume ul li a {
	text-decoration: none;
	float: left;
	margin: 0px;
	height: 20px;
	width: 70px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	background-image: url(/images/bt_resume.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.btresume li a:hover
{
	color: #333333;
	font-weight: bold;
}

.btresume a:link#current, .btresume a:visited#current
{
background: #fff;
border-bottom: 1px solid #f7f2ea;
color: #000;
}

#desc_resu{
	font-size: 10pt;
	color: #333333;
	background-color: #f0e7d7;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mcle {
	color: #666666;
	font-size: 11pt;
	font-weight: bold;
}

.biblio     {
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
	text-indent: -0.5cm;
	margin-top: -8pt;
	margin-left: 0.5cm;
}
.auteur  {
	font-size: smaller;
}

.comfig {
	font-size: 10pt;
	color: #333333;
	padding: 3px;
}
.comTex {
	font-size: 11pt;
	color: #333333;
	padding-top: 3px;
}

.appnote{
	color: #993300;
	text-decoration: none;
}
.titre_fig {
color: #993300;
	text-decoration: none;
}

.accueil_img {
	padding: 1px;
	border: 1px solid #FFCC66;
	width: 360px;
}
.accroche_tit {
	font-size: 11pt;
	color: #993300;
	font-weight: bold;
}
.accroche li{
	margin: 0 0 0 0px;
	padding: 0;
	list-style-image: url(/images/puce_orange.gif);
}
.accroche li#active
{
	list-style-type: none;
margin: 0;
padding: 0;
	}

.accroche a {
	/*font-size: 11pt;*/
	color: #333333;
}

.accroche a:hover {
color: #3366FF;
}
.souligne {
	color: #666666;
	text-decoration: underline;
}
.adr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
.adr_titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: normal;
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
.adresse {
	width: 760px;
	background-position: center;
	top: 566px;
	position: absolute;
	height: auto;x
	left: 13px;
}
.titre {
color: #993300;
font-weight: bold;
font-size: 17pt;
line-height: 20pt;
text-align:left;
}
.inter {
	color: #993300;
	font-weight: bold;
	font-size: 14pt;
}

.ss_inter {
	color: #993300;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;	
}
.ss_ss_inter {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #993300;
}
.ss_ss_ss_inter {
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #993300;
}
.tableau {
	border: 1px solid #FFCC66;
	background-color: #F0E7D7;
	text-align: justify;
	font-size: 10pt;
}
.tableau_dr {
	float: right;
	border: 1px solid #FFCC66;
	background-color: #F0E7D7;
	text-align: justify;
	margin: 5px;
}

.tableau_tit {
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	background-color: #f8cba2;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#avertissement {
	font-size: 9pt;
	font-style: italic;
	color: #666666;
	background-color: #EEEEEE;
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin dotted #999999;
}
