@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A9BAD5;
	background-repeat: repeat;
	background-image: url(../images/bgbody.jpg);
}

#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 0.9em "Times New Roman", Times, serif;
} 


#header {
	
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	top: 280px;
	left: 0;
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 0px;
	/*border-right-width: thin;
	border-right-style: outset; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sidebar1 h3, mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #416244;
}


#sidebar1 p {
	color: #050505;
	font: 0.9em "Times New Roman", Times, serif;
}
 #sidebar1 a {
	color: #4572DB;
}
#sidebar1 a :hover {
	color: #FEEE07;
}


#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #111;
	font: 1em "Times New Roman", Times, serif;
}

#Content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;

}
#mainContent h1,h2 {
	padding: 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	color: #416244;
}
#mainContent h3 {
	padding: 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #416244;
}


#mainContent p {
	color: #050505;
	text-align: left;
}
 #mainContent a {
	color: #4572DB;
}
#mainContent a :hover {
	color: #FEEE07;
}
#footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom:0px;
	padding-left: 0px;
	background-color: #A9BAD5;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom:10px;
	margin-left: 20px;
} 
#footer h5 {
	margin: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
#footer a {
	margin: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer a :hover {
	color: #FEEE07;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.citation { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;
	font: italic 1em "Times New Roman", Times, serif;
}

table#conseil{
	font: italic 1em "Times New Roman", Times, serif;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 100%;	
}

table#conseil th {
	font: italic normal 1em "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 2px;
	background-color: #A9BAD5;
	color: #FFF;
	}
table#conseil thead th {
	background-color: transparent;/*annule la couleur pour laisser le bg sur thead  - fonctionne si on a ajouté les tags THead et Tbody  dans le html de la table*/
}	

#siege1, #siege3, #siege5 , #Service/Commerce {
	background-color: #FEF5EC;
}

#maire, #siege2, #siege4, #siege6, #Descrition {
	background-color: #E7E7E7;
}
table#conseil thead  {
	background-image: url(../p7pm/img/p7PM_goldbgover.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 30px;
}

table#conseil thead th.name{
text-indent:-1000em;/*pour enlever le nom de la première case - et donner à la case: class name */
}

table#conseil td {
	font: italic 1em/20px "Times New Roman", Times, serif;
	padding-left: 5px;
}
	

table#conseil tr:hover {
	color: #ffffff;
	background-color: #BAC5DB;
}

table#conseil thead tr:hover {
	background-color: transparent;
}
table#conseil caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #B2D5E6;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 10px;
}

table#list {
	font: italic 1em "Times New Roman", Times, serif;
	padding-left: 5px;
}

table#list th {
	font: italic 1em "Times New Roman", Times, serif;
	background-color: #A9BAD5;
	color: #fff;
	height: 20px;
	}
table#list tr {
	font: italic 1em "Times New Roman", Times, serif;
	padding-left: 5px;

}
table#list thead  {
	background-image: url(../p7pm/img/p7PM_goldbgover.jpg);
	background-repeat: repeat;
	background-position: right top;
	height: 20px;
}
table#list thead th {
	background-color: transparent;/*annule la couleur pour laisser le bg sur thead  - fonctionne si on a ajouté les tags THead et Tbody  dans le html de la table*/
}
	
table#list caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #B2D5E6;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}
#container #mainContent table tr td {
	font-size: 80%;
}
