/*
 Friendselectric Template
 by Steven Wittens.

 This theme is licensed under the GPL.
*/

/*
 * Layout
 */

body {
  background: #fff;
  margin: 0px;
  padding: 0px;
  min-width: 780px;
}
body, input, textarea, select, option, legend, fieldset {
  font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica;
}
#body-wrap {
  margin: 0px 33px;
}


#header {
  height: 114px;
  position: relative; /* Every loose position: relative is here to avoid the IE peekaboo bug */
}
#site-name {
  position: absolute;
  left: 26px;
  top: 32px;
  margin: 0px;
  padding: 0px;
}
#site-name.with-slogan {
  top: 15px;
}
#site-slogan {
  position: absolute;
  left: 27px;
  top: 63px;
  margin: 0px;
  padding: 0px;
}

#search {
  position: absolute;
  right: 10px;
  top: 60px;
}
#header form {
  padding: 0px;
  margin: 0px;
}

#top-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size : 11pt;
  font-family : "TREBUCHET MS", Tahoma, Arial;
}

#top-nav ul#primary {
  position: absolute;
  left: 27px;
  top: 85px;
  /*right: 250px;*/
}
#top-nav ul#primary li {
  float: left;
  position: relative;
}

#top-nav ul#secondary {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 100%;
}
#top-nav ul#secondary li {
  float: right;
  position: relative;
}
#sidebar-left {
  float: left;
  position: relative;
  width: 201px;
  margin-right: -201px;
  z-index: 20;
}
#sidebar-right {
  float: right;
  position: relative;
  width: 201px;
  margin-left: -201px;
  z-index: 20;
}
#content-wrap {
  float: left;
  position: relative;
}
.content-wrap-right, .content-wrap-both {
  padding-right: 201px;
}
/* Note: due to Mozilla stretching fieldsets inside nested floats,
   the left sidebar is placed before the main content. This allows
   the main area to remain unfloated in Mozilla */
#main {
  _float: right;
  margin: 0px;
  _width: auto;
  height: auto;
}
.main-wrap-left, .main-wrap-both {
  float: left;
  width: auto;
  margin-right: 0px;
  margin-left: 201px;
  _margin-left: 0px; /* Avoid IE float margin doubling */
  _padding-left: 201px;
  z-index: 10;
}

/* CSS2 corrections */
#content-wrap > #sidebar-left {
  margin-right: -200px;
}
#content-wrap > #main {
  margin-left: 1px;
}

/*
 * Style
 */
 
/* Page */
html, body {
  _height: 100%;
  min-height: 100%;
}
body .bw1 {
  background: url(bg-left.png) repeat-y 0% 0px;
}
body .bw2 {
  background: url(bg-right.png) repeat-y 100% 0px;
}

/* Header */
#header {
  background: #000000 url(header-mid.png) repeat-x 0px 0px;
}
#header .hw1 {
  /*background: url(header-left.png) no-repeat 0% 0px;*/
}
#header .hw2 {
  /*background: url(header-right.png) no-repeat 100% 0px;*/
}
#site-name {
  font-size: 2.95em;
  letter-spacing: -1px;
}
#site-name a {
  font-family: "Trebuchet MS", Helvetica, Arial;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#site-slogan {
  font-size: 1.0em;
  color: #8baec9;
  font-weight: bold;
  text-decoration: none;  
}
#top-nav ul {
  margin-left: -3px;
}
#top-nav ul li {
  position: relative;
}
#top-nav ul li a {
  color: #efefef;
  font-size: 0.8em;
  /*font-weight: bold;*/
  text-decoration: none;  
  display: block;
  position: relative;
  white-space: nowrap;
  margin-right: 10px;
}
#top-nav ul li a:hover {
  color: #fff;
}
#top-nav ul li a .lw1 {
  display: block;
  position: relative;
  _width: 1px;
  background: url(nav-right.png) no-repeat 100% -100px;
}
#top-nav ul li a .lw2 {
  padding: 2px 5px;
  display: block;
  position: relative;
  _width: 1px;
  cursor: pointer;
  background: url(nav-left.png) no-repeat 0% -100px;
}
#top-nav ul li a:hover .lw1 {
  background: url(nav-right.png) no-repeat 100% 0px;
}
#top-nav ul li a:hover .lw2 {
  background: url(nav-left.png) no-repeat 0% 0px;
}

ul#secondary li a {
  color: #a7cde2;
  margin-right: 0px;
  margin-left: 5px;
}
ul#secondary li a .lw1 {
  background: url(nav2-right.png) no-repeat 100% -100px;
}
ul#secondary li a .lw2 {
  background: url(nav2-left.png) no-repeat 0% -100px;
}
ul#secondary li a:hover .lw1 {
  background: url(nav2-right.png) no-repeat 100% 0px;
}
ul#secondary li a:hover .lw2 {
  background: url(nav2-left.png) no-repeat 0% 0px;
}

#search .form-text, #search .form-submit {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  font-size: 0.8em;
  margin-right: 5px;
}
#search input.form-text {
  border-width: 0px;
  width: 112px;
  padding: 2px 2px;
  /*color: #223756;*/
  color: #fff;
  background: url(search-box.png) no-repeat 0px 0px;
}
#search input.form-submit {
  border-width: 0px;
  height: 19px;
  line-height: 18px;
  width: 80px;
  text-align: center;
  /*color: #223756;*/
  color: #fff;
  background: url(search-button.png) no-repeat 0px 0px;
  _margin-right: 4px;
}
#search .form-submit:hover {
  color: #fff;
}

/* Generic */
blockquote {
  margin: 10px 0px 0px 17px;
  padding: 0px 35px 0 9px;
  border-left: 5px solid #ddd;
  font-style: italic;
  _overflow: visible;
  _height: 1px;
}
.form-item .description {
  font-size: 0.9em;
  font-style: italic;
  color: #455970;
  padding-bottom: 0.5em;
}
.item-list ul li, li.expanded, li.collapsed, li.leaf {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0px;
}
.item-list ul li a, li.expanded a, li.collapsed a, li.leaf a {
  margin: 0;
  padding: 3px 1px 3px 20px;
  display: block;
}
.item-list ul li a:hover, li.expanded a:hover, li.collapsed a:hover, li.leaf a:hover {
  background-color: #fafafa;
  padding: 2px 0px 2px 19px;
  border: 1px solid #ccc;
  background-position: 3px 4px;
}
.block .item-list ul li br {
  display: none;
}
li.expanded a {
  background: url(sidebar-bullet-min.png) no-repeat 4px 5px;
}
li.collapsed a {
  background: url(sidebar-bullet-plus.png) no-repeat 4px 5px;
}
.item-list ul li a, li.leaf a {
  background: url(sidebar-bullet-dot.png) no-repeat 4px 5px;
}
.menu {
  padding: 0px;
}
.block ul {
  padding: 0 0 0 0em;
}
.block ul ul {
  padding: 0 0px 0 1.5em;
}
.block li a {
  width: auto;
  _height: 1px;
}
.more-link {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.more-link a {
  padding: 3px 5px 3px 5px;
  display: block;
}
.more-link a:hover {
  background-color: #fafafa;
  padding: 2px 4px 2px 4px;
  _padding-right: 3px;
  border: 1px solid #ccc;
  _height: 1px;
}

/* Fancy pre code boxes */
.pre {
  width: 100%;
  padding: 10px 0px 15px;
}
pre {
  clear: both;
  float: left;
  overflow: auto;
  _overflow-y: hidden;
  background: #f8fbfc;
  margin: 0px;
  padding: 8px 5px 18px;
  min-height: 3em;
  width: 95%;
  border: 1px solid #bfd0d9;
}
pre, tt, code {
  font-family: "Bitstream Vera Sans Mono", Courier New, monospace;
  font-size: 1em;
}

/* Tables */
table td {
  padding: 3px;
}
table {
  margin: 0.5em 0px 1em;
}
li {
  margin: 0.2em 0px;
}
tr {
  border-bottom: 1px solid #bfd0d9;
}
tr.light {
  background: #e4edf2;
  border-bottom: 0px;
}
tr.dark {
  background: #f8fbfc;
  border-bottom: 0px;
}
tr.light td.active {
  background: #c5d6df;
  border-bottom: 0px;
}
tr.dark td.active {
  background: #d6e4ea;
  border-bottom: 0px;
}
th {
  border-bottom: 2px solid #919eaf;
}

/* Watchdog */
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user td.active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content td.active {
  background: #cce;
}
tr.watchdog-warning {
  background: #fda;
}
tr.watchdog-warning td.active {
  background: #ec9;
}
tr.watchdog-pagenotfound, tr.watchdog-accessdenied {
  background: #dfd;
}
tr.watchdog-pagenotfound td.active, tr.watchdog-accessdenied td.active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error td.active {
  background: #eeb9b9;
}
#main tr td a.active {
  background-color: inherit;
}

/* Messages */
#message .messages {
  background: #f3f3f3;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #ccc;
  padding: 3px 6px;
  margin-bottom: 4px;
}
#message .error {
  background: #ffe5e5;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #efb5b5;
  padding: 3px 6px;
  color: #dc0024;
}
#message {
  margin: 15px 0px 5px;
}
#message ul {
  margin: 0px;
  padding: 0px;
}
#message ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 3px 1px 3px 20px;
  background: url(sidebar-bullet-dot.png) no-repeat 4px 5px;
}
#message .error li {
  background: url(sidebar-bullet-dot-2.png) no-repeat 4px 5px;
}

/* Content */
#content {
  font-size: 0.75em;
  background: url(main-top.png) repeat-x 0px 0px;
  _height: 1px;
}
#content .cw1 {
  background: url(main-left.png) repeat-y 0% 0px;
  _height: 1px;
}
#content .cw2 {
  background: url(main-right.png) repeat-y 100% 0px;
  _height: 1px;
}
#content .cw3 {
  background: url(main-top-left.png) no-repeat 0% 0px;
  _height: 1px;
}
#content .cw4 {
  background: url(main-top-right.png) no-repeat 100% 0px;
  _height: 1px;
}
.content-left .cw5, .content-both .cw5 {
  background: url(sidebar-left-bg.png) repeat-y 0% 0px;
  _height: 1px;
}
.content-left .cw6, .content-both .cw6 {
  background: url(sidebar-left-top.png) no-repeat 0% 0px;
  _height: 1px;
}
.content-right .cw7, .content-both .cw7 {
  background: url(sidebar-right-bg.png) repeat-y 100% 0px;
  _height: 1px;
}
.content-right .cw8, .content-both .cw8 {
  background: url(sidebar-right-top.png) no-repeat 100% 0px;
  _height: 1px;
}

/* Main */
#main {
  color: #0b2645;
  width: 100%;
}
#main .mw1 {
  padding: 20px 28px;
}
#main h1 {
  margin: 0px;
  padding: 13px 0px 1px;
  font-size: 1.45em;
  color: #000000;
}
#main h2 {
  margin: 0px;
  padding: 10px 0px 1px;
  font-size: 1.25em;
  color: #000000;
}
#main h3 {
  margin: 0px;
  padding: 6px 0px 1px;
  font-size: 1.1em;
  color: #000000;
  font-style: italic;
}
#main a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
}
#main a:hover {
  text-decoration: underline;
}
#main a:visited {
  color: #ac083e;
}
#main .node h2.title, #main h2.main-title {
  font-size: 2.0em;
  font-weight: normal;
  letter-spacing: -1.5pt;
}
#main .node h2.title, #main h2.main-title, #main .node h2.title a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
#main .node h2.title a {
  letter-spacing: inherit;
}
#main .node {
  margin-bottom: 2em;
}

.info {
 display:none;
}

#main .info, #main .links, #main .terms {
  padding: 2px 0px 0px 17px;
  color: #6c90ac;
  background: url(main-bullet.png) no-repeat 0px 4px;
}
#main .info a, #main .links a, #main .terms a, #main .info a:visited, #main .links a:visited, #main .terms a:visited {
  color: #485c74;
}
#main .comment {
  padding: 10px 0px 15px;
  margin: 0px;
  border-top: 1px solid #ccc;
}
body #main .comment-new {
  background: #f3f3f3;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1.8px solid #ccc;
  padding: 10px 10px 15px;
  margin-top: 3px;
  margin-bottom: -1px;
  z-index: 10;
}
#main .comment-new .new {
  float: right;
  color: #6c90ac;
  position: relative;
  top: -0.2em;
  font-weight: bold;
}
#main .comment h3.title {
  font-size: 1.41em;
  letter-spacing: -0.5px;
  font-style: normal;
  margin-top: 0px;
  padding-top: 0px;
}
#main .comment h3.title, #main .comment h3.title a {
  font-weight: normal;
  color: #000000;
}
#main textarea, #main textarea * {
  display: block;
  width: 95%;
  font-size: inherit;
}
#main .box {
  margin-bottom: 1em;
}

/* Pager */
#pager {
  clear: both;
  padding: 10px 0px 3px;
}
#pager div {
  padding: 0em;
}
#pager strong, #pager a {
  padding: 2px 6px 2px 5px;
  margin: 0px 0.25em 0px 0.25em;
  background: #e7f0f8;
  border: 1px solid #a6c1d6;
  -moz-border-radius: 3px;
}
#pager a:hover {
  text-decoration: none;
  background: #fff;
}
#pager strong {
  background: #485c74;
  color: #fff;
}

/* Form styles */
.form-text, .form-password, textarea, .form-select {
  border: 1px solid #919eaf;
  padding: 1px;
  margin: 1px;
}
.form-text:focus, .form-password:focus, textarea:focus, .form-select:focus {
  border: 2px solid #919eaf;
  -moz-border-radius: 3px;
  margin: 0px;
}
.node-form .admin .authored, .node-form .admin .options, .node-form .admin .extra {
  margin-top: 5px;
  margin-right: 10px;
  width: auto;
  clear: none;
}
/* Fieldset styling (only for IE and Mozilla as the rest seem to mess up) */
fieldset {
  _background: #f7f7f7;
  _border-width: 0px;
  _border-right: 2px solid #ddd;
  _border-bottom: 2px solid #ddd;
  padding: 10px;
}
html:not([dummy]) fieldset {
  background: #f7f7f7;
  border-width: 0px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  clear: left;
}
legend {
  background: transparent;
  font-weight: bold;
  letter-spacing: -1px;
  color: #5a6c83;
}

/* Mission */
#mission {
  background: #ffffff url(mission-top-left.png) no-repeat 0% 0%;
}
#mission .sw1 {
  background: url(mission-top-right.png) no-repeat 100% 0%;
}
#mission .sw2 {
  background: url(mission-bottom-left.png) no-repeat 0% 100%;
}
#mission .sw3 {
  background: url(mission-bottom-right.png) no-repeat 100% 100%;
  padding: 10px;
}

/* Sidebars */
.sidebar {
  margin: 0px;
  padding: 4px 0px 5px;
}
#sidebar-left .block h2 {
  background: url(sidebar-left-title.png) repeat-y 0px 0px;
  _height: 1px;
}
#sidebar-right .block h2 {
  background: url(sidebar-right-title.png) repeat-y 0px 0px;
  _height: 1px;
}
.sidebar .block {
  margin-bottom: 1em;
}
.sidebar .block h2 {
  color: #204058;
  line-height: 19px;
  font-size: 1.1em;
  margin: 0px 0px 3px;
  padding: 0px 5px;
}
.sidebar .block h2.first {
  line-height: 13px;
  height: 15px;
  _line-height: 14px;  
  _padding-bottom: 3px;
}
.sidebar .block .content {
  padding-left: 7px;
  padding-right: 7px;
}
.sidebar .block a:visited {
  color: #2e5084;
}
.sidebar .block a {
  color: #255fb7;
  /*font-weight: bold;*/
  letter-spacing: -1px;
  text-decoration: none;
}

/* Tab navigation */
ul.primary {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  white-space: nowrap;
  list-style: none;
  height: 24px;
  background: url(tab-bar.png) repeat-x 0px 100%;
  border-width: 0px;
}
ul.primary li {
  margin: 0px;
  padding: 0px;
  float: left;
  _width: 0px;
}
ul.primary li a {
  margin: 0px;
  padding: 0px;
  display: block;
  background: url(tab-right.png) no-repeat 100% -38px;
  border-width: 0px;
  height: 24px;
  text-decoration: none;
}
#main ul.primary li a:hover {
  background: url(tab-right.png) no-repeat 100% -76px;
  border-width: 0px;
  text-decoration: none;
}
#main ul.primary li.active a, #main ul.primary li.active a:hover {
  background: url(tab-right.png) no-repeat 100% 0px;
  border-width: 0px;
  color: #000;
}
ul.primary li a .lw1 {
  margin: 0px;
  padding: 4px 15px 0px;
  display: block;
  background: url(tab-left.png) no-repeat 0% -38px;
  border-width: 0px;
  height: 20px;
  text-decoration: none;
  line-height: 20px;
  cursor: pointer;
  
}
#main ul.primary li a:hover .lw1 {
  background: url(tab-left.png) no-repeat 0% -76px;
  border-width: 0px;
}
#main ul.primary li.active a .lw1, #main ul.primary li.active a:hover .lw1 {
  background: url(tab-left.png) no-repeat 0% 0px;
  border-width: 0px;
  color: #000;
}
ul.secondary li a.active {
  border-width: 0px;
}

/* Aggregator */
#aggregator .source {
  clear: left;
}

/* Footer */
#footer {
  margin-top: 3em;
  padding: 5px 10px 0px;
  color: #666;
  border: solid;
  border-width: 1px 0px;
  border-color: #f2f2f2 #eee #ddd;
  margin-bottom: -10px;
}

/* Page fadeout */
#end, #end * {
  height: 25px;
}
#end {
  clear: both;
}
.end-left .ew1, .end-both .ew1 {
  background: url(bottom-left.png) no-repeat 0% 0px;
}
.end-right .ew2, .end-both .ew2 {
  background: url(bottom-right.png) no-repeat 100% 0px;
}
.end-right .ew1, .end-none .ew1 {
  background: url(bottom-left-thin.png) no-repeat 0% 0px;
}
.end-left .ew2, .end-none .ew2 {
  background: url(bottom-right-thin.png) no-repeat 100% 0px;
}

/* CSS tricks */
.clear {
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  line-height: 0px;
  display: block;
  font-size: 0px;
}


/*------------------ DELTA SOFT  STYLE ------------------------*//* CSS Document */

/*-----------------------------------------------chronologie-------------------------------------------------------------------*/


.cellannee
{
BACKGROUND-COLOR: #aa0000;
text-align : center;
}

.celltextannee
{
font-family: Arial, Tahoma;
color:#ffffff; 
font-weight:bold;
font-size:16px;

}

.celltext
{
BACKGROUND-COLOR: #ffffff; 

border: 1px double #aa0000;
/*padding: 5px;*/
}

.text
{
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
font-size: 11px;
}

.chronologietexte
{
/*background: "http://www.cheliff.org/images/clock1.jpg";*/
/*border: 1px double #000000;
border-collapse: separate;*/
width:100%;
BACKGROUND-COLOR: #ffffff;
/*border: 1px #aa0000;*/
/*padding: 5px;*/
/*border: 1px #990000;*/
/*border-collapse: separate;*/
/*align : center; */
}

.date
{
color: black;
font-size: 12px;
font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
/*text-decoration:underline;*/
font-weight: bold;
}

/*-------------------------------------------------------------fin chronologie-----------------------------------------------------------*/

/*----------------------------------------------------------------maires--------------------------------------------------*/


.tabMaire
{
border:  1px #AA0000;
width:100%;
text-align:justify;
}

.cellNomMaire
{
BACKGROUND-COLOR: #ffffff; 
width:60%;
border-style:none;
}

.cellAnneeMaire
{
BACKGROUND-COLOR: #385A6B; 
width:30%;
border-style:none;
text-align:right;
}

.cellBioMaire
{
BACKGROUND-COLOR: #efefef;
padding:3px; 
border-width:1px; 
border-style:none;
}

.spanAnnee
{

color : #ffffff;
font-family : Tahoma, Arial;
font-size : 10pt;
font-weight : Bold;
}

.textNomMaire
{
text-align:left;
color : #000000;
font-family : Tahoma, Arial;
font-size : 12pt;
font-weight : Bold;
}

.textBioMaire
{
text-align:left;
color : #000000;
font-family : Tahoma, Arial;
font-size : 10pt;
}

.textBioMaire img
{
 margin: 3px 3px 3px 5px;
}


/*--------------------------------------Fin maires---------------------------------------------------*/

/*-----------------------------------------------sinistre----------------------------------------------------*/

.sinMainTab
{
width:100%;
border-style:none;
}

.sinLeftTab
{
width:48%;
}

.sinMiddleTab
{
width:2%;
}
.sinRightTab
{
width:48%;
}
.sinTxtTab
{
border:  1px #385A6B;
cellpadding :1;
cellspacing :1;
align : center;
width:100%;
}

.sinTitleCell
{
BACKGROUND-COLOR: #385A6B;
align : center;
}

.sinTitleSpan
{
align : center;
font-family:Verdana;
color:white; 
font-weight:bold
}

.sinTxtCell
{
/*BACKGROUND-COLOR: #F4E5B0;*/
BACKGROUND-COLOR: #ECECC1;
/*bgcolor:#000000 ;*/
/*padding:4; */
border: 1px double #385A6B; 
/*border-style:none;*/
}

.sinTxtPar
{
text-align:justify;
text-justify:kashida;
text-kashida:0%; 
}

.sinTxtSpan
{
font-family:Verdana; 
font-size:7.5pt; 
color:black
}



/*-------------------------------------------------------------fin sinistre-----------------------------------------------------------*/



/*-------------------------------------------------------------wali--------------------------------------------------------------------*/

.TabWali
{
border:  1px #385A6B;
padding :1;
spacing :1;
align : center;
width:100%;
}

.waliTitlecell
{
BACKGROUND-COLOR: #385A6B;
color: #ffffff;
font-weight:bold;
}

.waliTitre
{
BACKGROUND-COLOR: #ffffff; 
color: #000000;
font-weight:bold;
text-align:center;
}

.waliTitrespan
{
font-family:verdana;
font-size:14px;
text-decoration: none;
color: #000000;
}

.wali1
{
BACKGROUND-COLOR: #eeeeee; 
border:  1px double #333366;
}

.wali2
{
BACKGROUND-COLOR: #ffffff; 
border:  1px double #333366;
}

/*-------------------------------------------------------Fin wali--------------------------------------------------------------------*/

/*-------------------------------------------------------Anciennes gloires--------------------------------------------------------------------*/
.tabsport
{
cellspacing="0" cellpadding="0";
text-align: justify
}
.spanGloireTexte
{
font-family:Verdana;
}

.spanGloireDate
{
font-family:Verdana, Arial;
font-size:11px;
color:white;
background-color:#385A6B;
font-weight:bold;
}
/*-------------------------------------------------------Fin Anciennes gloires --------------------------------------------------------------------*/
/*----------------------------------------------------------conseillers municipaux-----------------------------------------------------------------*/
.titre_musulman
{
font-family: "Arial Black", Arial, Verdana, serif; 
text-align: center;
border:  1px double #333366;
}
.musulman
{
border:  1px double #333366;
BACKGROUND-COLOR: #f0f0f0;
}
.cell_musulman
{
}
.cell_musulman1
{
}
.musulman1
{
border:  1px double #333366;
BACKGROUND-COLOR: #ffffff;
}
/*-------------------------------------------------------Fin conseillers municipaux--------------------------------------------------------------------*/
/*----------------------------------------------------------Boulvars,avenue-----------------------------------------------------------------*/
.cellavenuetitre
{
border:  1px double #333366;
text-align:center;
}
.titrerue
{
text-align:center;
}
.titrerue1
{
text-align:center;
}
.cellrue1
{
BACKGROUND-COLOR: #eeeeee; 
border:  1px double #333366;
}
.rue1
{
}
.cellrue2
{
BACKGROUND-COLOR: #ffffff; 
border:  1px double #333366;
}
.rue2
{
}
.pararue
{
}
.avenuetitre
{
font-family: "Arial Black", Arial, Verdana, serif; 
text-align: center;

}
.verticale
{
}
/*----------------------------------------------------------fin Boulvars,avenue-----------------------------------------------------------------*/

/*----------------------------- Titres de Paragraphes et Textes --------------------------*/

h1.Tit1
{
font-size:36px;
font-weight:bold;
font-family: Arial, Verdana;
color : #00ff00;
align:center;
}

.Tit2
{
font-size:12px;
font-weight:bold;
font-family: Arial, Verdana;
color : #000000;
align:center;
}

.Tit3
{
font-size:10px;
font-style:italic;
font-family: Arial, Verdana;
color : #000000;
align:center;
}
.article
{
font-size:12px;
font-family: Arial, Verdana;
font-weight:bold;
}
.spannormale
{
font-size:12px;
font-family: Verdana, Arial, Times;
}
.paranormale
{
text-align:justify;
text-indent:10px;
/*text-justify:kashida;
text-kashida:0%;*/
}
.paradialogue
{
}

.spandialogue
{
}
.paranote
{
text-align:justify;
/*text-justify:kashida;
text-kashida:0%;*/
padding: 0px 50px;
}

.spannote
{
font-size:10px;
font-family: Tahoma, Arial, Verdana;
}

.note
{
font-size:12px;
font-family: Arial, Verdana;
font-weight:bold;
}
P.parafirst{
text-align:justify;
/*text-indent:10px;*/
}

P.parafirst:first-letter { 
  
  font-size: 300%; 
  font-variant: small-caps;
  float: left;
  font-family: "Times New Roman", Arial, Verdana;
  font-weight:bold;
  }
  
  .imgnormale{
    padding : 10px 10px;

  }
/*-------------------------------------------------------------------------------------------------------------------------------------------Budjet-------------------------------------------------------------------*/
.budget
{
border:  1px double #000000;
cellpadding :0;
cellspacing :0;
}
.budgetTitrecell
{
BACKGROUND-COLOR: #0099CC; 
border: 1px double #333366;
}
.budgetTitrespan
{

}
.budgetannee1
{
BACKGROUND-COLOR: #ffffff; 
border: 1px double #333366;
}
.budgetanneecell1
{

}
.budgetnature1
{
BACKGROUND-COLOR: #ffffff; 
border:  1px double #333366;
}
.budgetnaturecell1
{

}
.Budget_primitif1
{
BACKGROUND-COLOR: #ffffff; 
border:  1px double #333366;
}
.b_p_cell1
{

}
.Budget_a_s1
{
BACKGROUND-COLOR: #ffffff; 
border:  1px double #333366;
}
.b_a_s_cell1
{

}
.b_p_cell1
{

}
.gestion1
{
BACKGROUND-COLOR: #ffffff; 
border:  1px double #333366;
}
.gestioncell
{

}
.budgetannee2
{
BACKGROUND-COLOR: #CCCCCC; 
border:  1px double #333366;
}
.budgetnature2
{
BACKGROUND-COLOR: #CCCCCC; 
border:  1px double #333366;
}
.Budget_primitif2
{
BACKGROUND-COLOR: #CCCCCC; 
border: 1px double #333366;
}
.b_p_cell2
{

}
.Budget_a_s2
{
BACKGROUND-COLOR: #CCCCCC; 
border:  1px double #333366;
}
.b_a_s_cell2
{

}
.b_p_cell2
{

}
.gestion2
{
BACKGROUND-COLOR: #CCCCCC; 
border:  1px double #333366;
}
.gestioncel2
{

}


/*------------------------------------- Personalités -----------------------------*/
.tabperso{
	border-collapse:	collapse;
	/*border: solid 1px #385A6B;*/
}


.persocell{
	background: #385A6B;
	color: white;
	font-family:  Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.perso{
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-indent: 20px;
	border:   none;

}

.perso0{
  	
}


.tabpersoarticle{
	width: 80%;
	background: #efefef;
	padding: 0px 0px;
	border: solid 1px #6c90ac;
   margin-left: 10%;
	border-collapse:	collapse;

}


.persocell1{
	background: #6c90ac;
	color: white;
	font-family:  "Courier New", Courier, monospace;
	font-size: 14px;
}

.persocell2{

}


.perso1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 20px;
	font-size: 10px;
	
	}

.perso2{

}



.imgperso{
	margin: 2px 10px;
}




/*----------------------------------------------------------------------------------------------------------------------------------------Fin Budjet-------------------------------------------------------------------*/
.celltranche
{ 
border:  1px double #333366;
}
.trtranche1
{
BACKGROUND-COLOR: #ffffff;
}
.trtranche2
{
BACKGROUND-COLOR: #f0f0f0;
}
.entete
{
font-family: "Arial Black", Arial, Verdana, serif; 
text-align: center;
border:  1px double #333366;
}
.membre
{
align:center;
}
.membrenomcell
{
BACKGROUND-COLOR: #ffffff;
border:  1px double #333366;
}
.activitecell
{
BACKGROUND-COLOR: #ffffff;
border:  1px double #333366;
}
.membrenomcell2
{
BACKGROUND-COLOR: #f0f0f0;
border:  1px double #333366;
}
.activitecell2
{
BACKGROUND-COLOR: #f0f0f0;
border:  1px double #333366;
}





