/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
html body {
	background-image: url(images/bg.png); 
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica;
	font-size: 1em;
}


p {

	font-family: arial, helvetica;
	font-size: 1.2em;
}

h3 {

	font-family: arial, helvetica;
	
}


img {border:0px}
/*
 * Entete 
 */
 
div#entete {
	position: relative;
	width: 950px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_entete.png); 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

img#titre {
	position: absolute;
	top: 40px;
	left: 22px;
}

img#fleurlys {
	position: absolute;
	top: 0px;
	left: 380px;
}

img#circonscription {
	position: absolute;
	top: 45px;
	left: 500px;
}

div#separationGraphique {
	position: relative;
	width: 950px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	background-color: #3b3b3b;
}

/*
 * Contenu
 */
 
div#contenu {
	position: relative;
	width: 950px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

img#photo {
	float: left;
}

div#texte {
	position: absolute;
	top: 50px;
	left: 411px;
	background-color: #fff;
	width: 540px;
	height: 510px;
	overflow: auto;
}

div#titre_page {
	position: relative;
	margin: 40px 0px 0px 0px;
	width: 232px;
	height: 24px;
	background-image: url(images/bg_titre.png); 
}

#titre_page h2 {
	color: #fff;
	font-size: 16px;
	font-variant: small-caps;
	margin: 0px 0px 0px 15px;
	padding-top: 3px;
	letter-spacing: 1px;
}

div#texte_page {
	margin: 20px;
	font-size: 0.7em;
}

/*
 * Menu'S
 */

div#menuTop {
	left: 410px;
	top: 0px;
	width: 540px;
	background-image: url(images/bg_menu_1.png);
}

div#menuBottom {
	left: 411px;
	width: 539px;
	top: 25px;
	background-image: url(images/bg_menu_2.png); 	
	border-top: 1px solid #fff;
}

div#menuTop, div#menuBottom {
	position: absolute;	
	height: 25px;
	border-bottom: 1px solid #fff;	
	font-size: 12px;
	color: #fff;	
}

#menuTop ul, #menuBottom ul {
	margin: 5px 0px 0px 5px;
	padding: 0;
}

#menuTop ul li, #menuBottom ul li{
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menuTop ul li a, #menuTop ul li a:visited, #menuBottom ul li a, #menuBottom ul li a:visited {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding:2px 4px 2px 4px;
	text-decoration: none;
	margin: 0px 4px 0px 4px;
	letter-spacing: 1px;
}

#menuTop ul li a:hover, #menuBottom ul li a:hover {
	color: #000;
}

div#pied {
	position: relative;
	width: 950px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	background-color: #272424;
	color: #8b7c52;
	font-size: 10px;
	padding-top: 7px;	
	text-align: center;
}

#pied a, #pied a:visited {
	color: #8b7c52;
	text-decoration: none;
}

#notice {
	color: #8b7c52;
	font-size: 10px;
width: 100%;
text-align: center;

}

#pied a:hover {
	text-decoration: underline;
}

label.error { color: red;}

/* End of 'Layout: Left sidebar + 1 column' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.Nouveau { border: 1px solid #d2cecd;}

.partager { width: 100%; text-align: right; }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

