/* CSS Document */
body {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#E2BC8B;
	background-image:url("/_img/arriere_plan_body.png");
	background-repeat:repeat-y;
	background-position:center;
	width:1024px;
	display:block;
}
h4 {
	background-image:url("/_img/barre_titre.jpg");
	background-repeat:no-repeat;
	background-position:top;
	font-size:18px;
	text-indent:50px;
	color:#990000;
	height:50px;
	}
#header {
	text-align: center;
	width: 1024px;
	border-bottom:#9A0000 1px solid;
	background-color:#CC3333;
	}
#bar {
	font-family: Andalus;
	font-size: 12px;
	float:left;
	color: #AF5536;
	width: 188px;
	height:auto;
	text-align:center;
	background-color:#9A0000;
	margin-right:5px;
	}
#main {
	font-family: Andalus;
	color: #000000;
	height: auto;
	width: 1024px;
	float: left;
	background-color:#FDECDA;
	background-image:url("/_img/arriere_plan.png");
	margin-top:10px;
}
#footer {
	font-family: Andalus;
	font-size: 12px;
	float:right;
	color: #333333;
	width: 820px;
	text-align: left;
	background-color:#FDECDA;
	margin-top:10px;
	margin-right:5px;
}
#footer {
	font-family: Andalus;
	font-size: 12px;
	color:#333333;
	text-align: left;
	float:right;
	width: 820px;
	border-top-style:inset;
	border-top-color:#FF6666;
	background-color:#FDECDA;
}
.overflowauto
{
overflow: auto;
}
.articleSousTitre {
	font-family: Verdana;
	font-size: 18px;
	font-weight:lighter;
	color: #993300;
    padding:0px;
    margin:0px;
}

.articleResume {

    padding:0px;
    margin:0px;
	font-family: Verdana;
	font-size: 13px;
	color: #993300;

}

.articleTexteCourant { 
    padding:0px;
    margin:0px;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
    text-align:justify;
    
	}
td{
	color: #333333;
    text-align:justify;
}

.articleImportant{
	
	    padding:0px;
    margin:0px;
		font-family: Verdana;
	font-weight:bold;
	font-size: 12px;
	color: #993300;

}
/* les onglets */ 
    #tabs9 {
      float:left;
	  width:100%;
      font-size:80%;
	  border-bottom:1px solid #993300;
      line-height:normal;
      }
	#tabs9_onglets {
		background-color:#CC3333;
		border:1px solid #990000;
		line-height:normal;
		}
    #tabs9 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs9 li {
      margin:0;
      padding:0;
      }
    #tabs9 a {
      float:left;
      background:url("/tableft9.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs9 a span {
      float:left;
      display:block;
      background:url("/tabright9.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#993300;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
      background-position:0% -42px;
      }
    #tabs9 a:hover span {
      background-position:100% -42px;
      }

      #tabs9 #current a {
              background-position:0% -42px;
      }
      #tabs9 #current a span {
              background-position:100% -42px;
      }
	  
	.breadcrumb{
		font-family: arial;
		font-size:11px;
		width:800px;
		float:left;
		color:#333333;
		font-weight:bold;
		text-indent:30px;
		margin-top:10px;
		padding-bottom:10px;
	}
	
	.breadcrumb a{
		color:#993300;
	}
