/*============== PAGE D'ACCUEIL ====================*/
P.titre_R{
           color:                  #FF0000;
           margin:                 0px;
           padding:                0px;
           text-align:             center;
           font-family:            Arial,serif;
           font-size:              34px;
           line-height:            40px;
}

P.titre_info{
           color:                  #FF0000;
           margin:                 0px;
           padding:                0px;
           text-align:             center;
           font-family:            Arial,serif;
           font-size:              20px;
	   	   font-weight:      	   bold;
           line-height:            20px;
}

P.corpsbold{
           color:                  #000000;
           margin:                 0px;
           padding:                0px;
           text-align:             center;
           font-weight:            bold;
           font-family:            Arial,serif;
           font-size:              16px;
           line-height:            16px;
}

P.pcorps{
           color:                  #000000;
           margin:                 0px;
           padding:                0px;
           text-align:             center;
           font-family:            Arial,serif;
           font-size:              12px;
           line-height:            14px;
}

P.corps{
           color:                  #000000;
           margin:                 0px;
           padding:                0px;
           text-align:             center;
           font-family:            Arial,serif;
           font-size:              14px;
           line-height:            14px;
}

P.corps_R{
           color:                  #FF0000;
           margin:                 0px;
           padding:                0px;
           text-align:             center;
           font-family:            Arial,serif;
           font-size:              14px;
           line-height:            14px;
}

P.corps_V{
           color:                  #038203;
           margin:                 0px;
           padding:                0px;
           text-align:             center;
           font-family:            Arial,serif;
           font-size:              14px;
           line-height:            14px;
}

/*============== CORPS ====================*/
html, body {
	text-align:center;
	font-family:arial,sans-serif;
	font-size:12px;
	/*background-color:#eee;*/
	/*color:#333;*/
}

table, tr, td {
	text-align:left;
	font-family:arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	border:0;
}

.center {
	text-align:center;
}

a:link {
	color:#31558F;
	text-decoration:none;
}

a:visited {
	color:#31558F;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

/*============== TITRE DU SITE ====================*/

#titre_site {
	font-weight:bold;
	font-size:1.6em;
	color:#FF0000;
	font-style:italic;
	padding:1px;
}

/*============== MENU DE GAUCHE ===================*/

#sommaire_default {
	text-align:center;
}

#menu-general {
	width:100%;
}

#menu-general .logo-general {
	text-align:center;
}

#menu-general .formrecherche {
	width:100px;
	border:1px solid #666;
	font-size:smaller;
}

#menu-general .ok_recherche {
	font-size:smaller;
	border:1px solid #666;
	width:20px;
}

#menu-general .menudyn {
	background-color:#FFFFFF;
	margin:10px;
	padding:2px 2px 2px 0px;
	border:solid #9CB4CE 1px;
}

#menu-general .compteur {
	background-color:#FFB0B0;
	color:#FF0000;
	font-size:10px;
	margin:10px;
	padding:2px 2px 2px 2px;
	border:solid #0EFD02 2px;
	text-align:center;
}
/*============== DISPOSITION ====================*/

td#entete {
	padding:1px 1px 0px 1px;
	border-bottom:1px dotted #336699;
}

td#gauche {
	width:20%;
	text-align:left;
}

td#droite {
	width:80%;
	text-align:left;
}

td#center {
	width:100%;
	text-align:center;
}

td#a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000099;
	background-color: #EEEEEE;
	vertical-align: middle;
	}

/*============== BLOC TEXTE ====================*/
#conteneur {
	margin:10px 5px 10px 0px;
	background-color: #FFFFFF;
}

#bloc {
	border:1px #CCC solid;
	padding:3px;
}

.date {
	font-size:10px;
	color:#999999;
}

.normal {
	color:#000000;
	text-align:left;
}

.bfs {
	color:#FFAA00;
	text-align:left;
}
.ops {
	color:#FF0000;
	text-align:left;
}
.mat {
	color:#019501;
	text-align:left;
}

.ami {
	color:#0000FF;
	text-align:left;
}

.texte {
	font-family:verdana,arial;
	font-size:12px;
	color:#333;
}

#grosTitre {
	font-weight:bold;
	font-size:22;
	color:#666;
	font-style:italic;
	padding:3px;
	margin-right:5px;
}

#petitTitre {
	font-weight:bold;
	font-size:14;
	color:#FF0000;
	padding:1px;
}

/*============== CHEMIN DU SITE ====================*/
div#chemin_du_site {
	padding:3px;
	border-bottom:1px dotted #336699;
	border-left:1px dotted #336699;
}


/*============== Les Onglets ====================*/
dl, dt, dd, ul.menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-color:#FF0000;
}

#menup {
	position:absolute;
	padding:6px;
	right:0px;
	top:4px;
}

#menup dl {
	float:left;
	width:12em;
}

#menup dt {
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	background:#336699;
	color:#FFFFFF;
	border:1px solid #9CB4CE;
	margin:1px;
}

#menup dt a {
	color:#FFFFFF;
	text-decoration:none;
}

#menup dt:hover, #menup dt:hover a {
	background:#FFFFFF;
	color:#336699;
}

#menup dd {
	display:none;
	border:1px solid #9CB4CE;
	background-color:#F1EFFF;
}

#menup li {
	text-align:left;
	background-color:#F1EFFF;
}

#menup li a, #menu dt a {
	padding-left:1em;
	text-align:left;
	color:#000;
	text-decoration:none;
	display:block;
	height:100%;
	border:0 none;
}

#menup li a:hover, #menu dt a:hover {
	background:#336699;
	color:#FFFFFF;
}

/*============== Les Articles ====================*/
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 {
   font-size: 12px;
   font-style: none;
   padding: 10px;
   margin-left: 5px;
   /*background: url(/uploads/Mairie-Moutiers2/capsule_demi2.png) no-repeat;
   height: 170px;
   width: 360px;
   float: left; 
}

.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;
  margin-top : 0px;
  margin-left: 255px;
}
