/* Style sheet Commune de Chavornay 	*/

/* Internal Page Commune*/

/* Copyright 2005 Obtic e-consultant	*/

/* Page	*/
	html,body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:x-small;
		margin:0em;
		padding:0em;
	}
	ul {padding-right:10px;}
	ul li {margin-top:5px; font-size:inherit;}
	ol {}
	ol li {margin-top:5px; font-size:inherit;}

	a {
		text-decoration:underline;
		color: #000;
	}
		a:hover {
			color: #596882;
		}
	#Center {
		text-align:left;
		width:770px;
		margin:0px auto;
	}
/* Header */
	#Header {
		height:60px;
	}
	#Logo {
		margin:0px 0px 0px 0px;
		text-align:left;
		float:left;
  }
	#Logo h1 {
	margin:3px 0px 0px 0px;
	font-size: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	color:#4B668B;
	}
	#Logo h2 {
	margin:0px 0px 0px 100px;
	font-size: 24px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	color: #ddd;
	}
	#MenuTop {
		text-align: right;
			font-size:1.1em;
			padding-top:5px;
	}
		#MenuTop a {
			text-decoration:none;
			color: #000;
		}
		#MenuTop a:hover {
			text-decoration:underline;
			color: #999;
		}

	#PictoTop {
/*		border:1px solid #ff0000;*/
		position:absolute;
		top:132px;
		z-index:5;
	}

		#PictoCommune {
			font-size:1.1em;
			border:1px solid #999;
			float:left;
			width:147px;
			visibility:hidden;
			height:110px;
			background-color:#fff;
		
		}
		#PictoCommune ul {
			padding:0px 0px 0px 0px;
			margin:5px 5px 5px 25px;
		}		
		#PictoCommune ul li{
		  list-style-image:url("../Images/PuceCommune.gif");
		}		
		#PictoAdmin {
			font-size:1.1em;
			border:1px solid #999;
			float:left;
			width:147px;
			visibility:hidden;
			height:110px;
			background-color:#fff;
		}
		#PictoAdmin ul {
			padding:0px 0px 0px 0px;
			margin:5px 5px 5px 25px;
		}		
		#PictoAdmin ul li{
		  list-style-image:url("../Images/PuceAdmin.gif");
		}		
		#PictoDemarche {
			font-size:1.1em;
			border:1px solid #999;
			float:left;
			width:197px;
			visibility:hidden;
			height:110px;
			background-color:#fff;
		}
		#PictoDemarche ul {
			padding:0px 0px 0px 0px;
			margin:5px 5px 5px 25px;
		}		
		#PictoDemarche ul li{
		  list-style-image:url("../Images/PuceDemarche.gif");
		}		
		#PictoActu {
			font-size:1.1em;
			border:1px solid #999;
			float:left;
			width:147px;
			visibility:hidden;
			height:110px;
			background-color:#fff;
		}
		#PictoActu ul {
			padding:0px 0px 0px 0px;
			margin:5px 5px 5px 25px;
		}		
		#PictoActu ul li{
		  list-style-image:url("../Images/PuceActu.gif");
		}		

/* */
	#MenuPrin
	{
		background-color: #fff;
		height:64px;
		margin:0px;padding:0px;
	}

		#MenuPrin ul
		{
			font:14px "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif ;
			list-style-type: none; text-align:center;
			padding:0px;/* 2px 0px 2px;*/
			margin:0px;
		}
	
		#MenuPrin ul li 		{
			display: inline;
		}
		#MenuPrin ul li a
		{
			float:left;
			text-decoration: none;
			color:#fff;
			font-weight:bold;
			background-repeat: no-repeat;
			background-position:top;
			margin:0px;
			border-bottom:1px solid #fff;
/*
			background-color:#CBB834;
			background-color:#B72874;
			background-color:#4b668b;
			background-color:#009966;
*/
		}
		#MenuPrin ul li.Commune a
		{
			width:149px;
			background-image:  url("../Images/I_Commune.gif");
			padding:44px 0px 10px 0px;
/*			padding:35px 0px 45px 0px;;*/
		}

		#MenuPrin ul li.Commune a:hover
		{
			color:#ddd;
			text-decoration: none;
			background-image:  url("../Images/I_CommuneOV.gif");
		}

		#MenuPrin ul li.Admin a
		{
/*			margin: 0 2px 0 2px;*/
			width:149px;
			background-image:  url("../Images/I_Admin.gif");
			padding:44px 0px 10px 0px;
/*			padding:35px 0px 45px 0px;;*/
		}
		#MenuPrin ul li.Admin a:hover
		{
			color:#ddd;
			text-decoration: none;
			background-image:  url("../Images/I_AdminOV.gif");
		}
		#MenuPrin ul li.Demarche a
		{
/*			margin: 0 2px 0 2px;*/
			width:199px;
			background-image:  url("../Images/I_DemarcheSE.gif");
			padding:80px 0px 10px 0px;;
/*			padding:35px 0px 45px 0px;;*/
		}
/*
		#MenuPrin ul li.Demarche a:hover
		{
			color:#ddd;
			text-decoration: none;
			background-image:  url("../Images/I_DemarcheOV.gif");
		}
*/
		#MenuPrin ul li.Actu a
		{
/*			margin: 0 2px 0 2px;*/
			width:149px;
			background-image:  url("../Images/I_Actu.gif");
			padding:44px 0px 10px 0px;;
/*			padding:35px 0px 45px 0px;;*/
		}
		#MenuPrin ul li.Actu a:hover
		{
			color:#ddd;
			text-decoration: none;
			background-image:  url("../Images/I_ActuOV.gif");
		}
		#MenuPrin ul li.Direct 		{
/*			margin: 0 2px 0 2px;*/
			float:left;
			text-decoration: none;
			color:#fff;
			font-weight:bold;
			padding:80px 0px 10px 0px;;
/*			padding:35px 0px 45px 0px;;*/
			background-repeat: no-repeat;
			background-position:top;
			margin:0px;
			border-bottom:1px solid #fff;
			width:124px;
			background-image:  url("../Images/I_Connexe.gif");
		}


/*		
		#MenuPrin ul li.select
		{
			border-top: 1px solid #fbe311;
			border-bottom: 1px solid #fff;
			padding: 5px 10px 5px 10px;
			background-color: #fff;
		
		}
*/
/* */
/* Contenu */
	#Page {
		background-image:  url("../Images/HomeBgr.gif");
		background-repeat:repeat-y;
		background-color:#fff;
		position:absolute;
		/*top:132px;*/
		top:132px;
		width:770px;
		z-index:0;
	}
		#Text {
		  padding:0px 0px 0px 0px ;
		  margin:0px;
			width:645px;
			background-image:url("../Images/TextBgr.gif");
			background-repeat:repeat-y;
		}
		#TitrePage{
			background-color:#4B668B;
		}
		#TitrePage h1{
				font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif ;
				font-size:1.4em;
				font-weight:bold;
				color:#fff;
				Padding:2px 0px 2px 10px;
				margin:0px 0px;
		}
		#TitrePage h1 a {
				color:#fff;
				text-decoration:none;
		}
		#TitrePage h1 a:hover {
				color:#ddd;
				text-decoration:none;
		}
		#Breadcrumb{
			font-size:1.1em;
			border-bottom:1px solid #ddd;
				Padding:0px 0px 0px 0px;
				margin:0px;
			background-color:#fff;
		}
			#Breadcrumb p {
				Padding-left:10px;
				margin:5px 0px 5px 0px !important;
				
			}
		#UpDate{
			font-size:1.1em;
			Padding:0px 0px 2px 0px;
			margin:0px;
			clear:both;
			background-color:#fff;
		}
			#UpDate p {
				border-top:1px solid #ddd;
				Padding-left:10px;
				Padding-top:5px;
				margin:5px 0px 5px 0px ;
			}
		#Content {
			font-size:1.1em;
			float:right;
			width:468px;
			background-color:#fff;
			padding:0px 0px 0px 10px;
		}
		
			#Content h1 {
				font-size:1.8em;
				color:#4B668B;
				Padding:5px 0px 10px 0px;
				margin:2px 0px;
			}
			#Content h2 {
				font-size:1.4em;
				color:#4B668B;
				Padding:5px 0px 10px 0px;
				margin:2px 0px;
			}
			#Content h3 {
				font-size:1.1em;
				color:#666;
				Padding:5px 0px;
				margin:2px 0px;
			}
			#Content p {
				Padding:0px 10px 0px 0px;
				margin:5px 0px 5px 0px;
				text-align:justify;
				
			}
			#Content  ul {
				font-size:1.1em;
			}
			#Content p.Date {
			font-weight:bolder;
				Padding-left:10px;
				margin:5px 0px 5px 0px;
				
			}
/*		#News {
		  margin:10px 10px 0px 250px;
		}
			#News h1 {
				background-image:   url("../Images/puce_gris.gif");
				background-repeat: no-repeat;
				font-size:140%;
				font-weight:bold;
				color:#996600;
				margin:0px 10px 10px 0px ;
				Padding-top:5px;
				Padding-left:13px;
			}
			#News h2 {
				font-size:110%;
				color:#333;
				margin:10px 0 10px 0 ;
			}
			#News .Date {
				font-size:100%;
				font-weight:bold;
				margin:0px 0px 0px 10px ;
				color:#fff;
			}
			#News .NewsTxt {
				font-size:100%;
				margin:-10px 10px 5px 10px ;
				color:#fff;
			}
			#News  .NewsTxt a{
				color:#fff;
				text-decoration:none;
			}
			#News  .NewsTxt a:hover{
				text-decoration:underline;
			}
*/
/*---------------------------*/	
/* Connexes                  */	
/*---------------------------*/	
	#Connexe {
		font-size:1.1em;
		position:absolute;
		top:0px;
		left:641px;
		width:124px;
		margin:0px 5px 2px 5px;
	}	
	#Connexe p {
	background-image:url("../Images/PuceConnexe.gif");
	background-repeat:no-repeat;
			margin:0;
			padding:5px 5px 2px 17px;
	}
	#Connexe h2 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif ;
	font-size:11px ;
	color:#fff;
	background-color:#996600;
	text-align:center;
	padding:3px 0px 3px 0px;margin:0px;
	border-bottom:1px solid #fff;
	}
/*---------------------------*/	
/* Footer                    */	
/*---------------------------*/	
	#Footer {
		background-image:  url("../Images/HomeBgr.gif");
		background-repeat:repeat-y;
		background-color:#fff;
		width:770px;
		padding:0px;
		clear:both;
	}
	#Footer a {
		color:#FFF;
	}
		#Footer a:hover {
		color:#999;
	}


	#Footer1 {
		background-color:#996600;
		border:1px solid #fff ;
		color:#fff;
		font-size:11px;
		width:748px;
		padding:3px 10px;

	}
		#Footer1 p {
			margin:0;
			padding:0;
		}
		
	#Footer2 {
		font-size:11px;
		width:767px;
		padding:5px 0px;
	}
		#Footer2 p.GesWeb {
			margin:0px; 
			padding-left:10px;
			text-align:right;
			color:#999;
		}
		#Footer2 p.GesWeb a{
			color:#999;
			text-decoration:none;
		}
		#Footer2 p.GesWeb a:hover{
			color:#000;
			text-decoration:underline;
		}
		#Footer2 #chch {
			float:left;
		}

