	BODY {
		margin: 0; 
		padding: 0;
		font:normal normal 12px  Verdana, ,Helvetica, sans-serif;
			color:#00416e;
		
	} 

	* {margin: 0; padding: 0;}	

	html {
	    overflow-y: scroll;
	    overflow: -moz-scrollbars-vertical;
	}
	
	img {
        border: 0 none;
	}
	.clear {clear:both;}

	#container { 
		width: 990px;
		padding : 0 0 15px 0;
		margin: 0 auto 0 auto;
		text-align:left;
		position:relative;
		background-color:#ffffff;
	}
	#content { 
		position:relative;
		zoom: 1;
		clear:both;
	}
	#ColGauche {
		float:left;
		display:inline;
		width:271px;
		position:relative;
	}
	#ColDroite {
		float:right;
		display:inline;
		width:655px;
		margin-top:16px;
		margin-right:20px;
	}

	#NavigationPath{
		position:absolute;
		top:4px;
		right:0;
		font:normal normal 9px Arial Rounded MT, Arial ,Helvetica, sans-serif;
	}
	#NavigationPath a{
		font:normal normal 10px Arial Rounded MT, Arial ,Helvetica, sans-serif ;
		
	}
	
	
/**********************************************/
/* Header */
/**********************************************/
	#Logo {
		float:left;
		display:inline;
		width:271px;
		height:200px;		
	}
	#Banner {
		float:left;
		display:inline;
		background: url(/laraudiere_images/site/deputee-eure-et-loire.jpg) left 26px no-repeat;
		width:719px;
		height:200px;	
	}

	ul#Nav{
		width:271px;
		background:url(/laraudiere_images/site/background-nav.gif) bottom right no-repeat;
		margin:0;
		padding:0;
		position:relative;
	}
	ul#Nav li  {
		text-align:left;
		padding: 6px 0px 0px 19px;
		margin:0;
		position: relative;
		list-style:none;
		height:24px;
		background:url(/laraudiere_images/site/background-nav-ok.gif) 0 0 no-repeat;
	}
	ul#Nav li:hover ,ul#Nav li.hover{
		background:#fff8cb url(/laraudiere_images/site/background-nav-ok.gif) 0 0 no-repeat;
	}
	ul#Nav li a {
		font:normal bold 14px  Arial Rounded MT  ,Helvetica, sans-serif;
		color:#00416e;
		text-decoration:none;
	}
	
	.SousNav{
		text-align:left;
		position: absolute;
		left: 271px;
		top: 0px;
		display: none;
		z-index:5;
	}
	
	.SousNav ul {
		margin: 0px;
		padding: 0;
		background: #fff8cb;
		text-align:left;
		width:200px;
	}
	
	.SousNav ul li {
		background:none !important;
		border-bottom:1px #ded8b1 dotted;
		height:auto !important;
		margin: 0px 0px 0px 0 !important;
		padding:6px 0 6px 10px   !important;
	}
	.SousNav li a {
		font:normal normal 12px Arial Rounded MT Bold, Helvetica, sans-serif !important;
		color:#00416e;
		text-decoration:none;
	}
	.SousNav ul li a:hover {
		text-decoration:underline !important;
	}
	
	#Nav li:hover div,
	#Nav li.hover div  {
		display: block;
	}



/**********************************************/
/* Actualités colonne gauche */
/**********************************************/
		#ListeActualites{
			padding:0 10px 0 2px;
		}
		#ListeActualites .ColGaucheTitre {
			font:normal bold 14px  Arial ,Helvetica, sans-serif;
			color:#00416e;
			padding: 2px 0 13px 0;
			text-transform:uppercase;
		}
		#ListeActualites .ColGaucheTitre a {
			font:normal bold 14px  Arial ,Helvetica, sans-serif;
			color:#00416e;
		}
		#ListeActualites .DateActu{
			font:normal bold 10px  Times,Helvetica, sans-serif;
			padding:0;
			color:#126aa7;	
		}
		#ListeActualites .TitreActu ,#ListeActualites .TitreActu a{
			font:normal bold 12px  Times,Helvetica, sans-serif;
			text-transform:uppercase;
			padding:0 0 1px 0;
			margin:0;
			text-decoration:none;
			color:#126aa7;	
		}
		#ListeActualites .TitreActu a:hover{
			text-decoration:underline;
		}
		#ListeActualites p {
			font:normal bold 10px  Arial ,Helvetica, sans-serif;	
			color:#126aa7;	
		}
	
/**********************************************/
/* Accueil */
/**********************************************/
		.BarreJaune {
			font-size:0;
			background-color:#ead231;
			height:1px;
			margin:8px 0 4px 0;
		}
		.TitrePhotos {
			font:normal bold 14px  Arial ,Helvetica, sans-serif;
			color:#00416e;
			padding: 8px 0 5px 0;
			text-transform:uppercase;
		}
		
		#PhotosHome {
			clear:both;
		}
		#PhotosHome img{
			border: 1px #0d679e solid;
		}
		#PhotosHome2 {
			clear:both;
		}
		#PhotosHome2 img{
			float:left;
			/*border: 1px red solid;*/
			margin-right:1px;
		}

/**********************************************/
/* Detail produit */
/**********************************************/
	
		
/**********************************************/
/* Gamme d'article */
/**********************************************/
		.LienSuite {
			float:right;
			display:inline;
			height:16px;
			padding-left:17px;
		}
		.LienSuite div {
			float:left;
			padding-left:4px;
			padding-right:4px;
		}
		.LienSuite a,.LienSuite a:hover{
			font: normal normal 10px/15px  Verdana, Helvetica, sans-serif;  
			color:#00416e;
			text-decoration:none;
		}
		.LienSuiteArticle{
			background:url(/laraudiere_images/site/btn-left.gif) top left no-repeat;
		}
		.LienSuiteArticleSelected{
			background:url(/laraudiere_images/site/btn-left-hover.gif) top left no-repeat;
		}
		.LienSuiteArticle div{
			border-bottom:1px #f2e483 solid;
		}
		.LienSuiteArticleSelected div{
			border-bottom:1px #678aa4 solid;
		}


		.LienPrec {
			float:left;
			display:inline;
			height:16px;
			padding-left:17px;
		}
		.LienPrec div {
			float:left;
			padding-left:4px;
			padding-right:4px;
		}
		.LienPrec a,.LienPrec a:hover{
			font: normal normal 10px/15px  Verdana, Helvetica, sans-serif;  
			color:#00416e;
			text-decoration:none;
		}
	
		.LienPrecArticle{
			background:url(/laraudiere_images/site/btn-right.gif) top left no-repeat;
		}
		.LienPrecArticleSelected{
			background:url(/laraudiere_images/site/btn-right-hover.gif) top left no-repeat;
		}
		.LienPrecArticle div{
			border-bottom:1px #f2e483 solid;
		}
		.LienPrecArticleSelected div{
			border-bottom:1px #678aa4 solid;
		}

		.LienTop {
			float:right;
			display:inline;
			height:16px;
			padding-left:17px;
			margin-right:40px;
		}
		.LienTop div {
			float:left;
			padding-left:4px;
			padding-right:4px;
		}
		.LienTop a,.LienTop a:hover{
			font: normal normal 10px/15px  Verdana, Helvetica, sans-serif;  
			color:#00416e;
			text-decoration:none;
		}

		.LienTopArticle{
			background:url(/laraudiere_images/site/btn-top.gif) top left no-repeat;
		}
		.LienTopArticleSelected{
			background:url(/laraudiere_images/site/btn-top-hover.gif) top left no-repeat;
		}
		.LienTopArticle div{
			border-bottom:1px #f2e483 solid;
		}
		.LienTopArticleSelected div{
			border-bottom:1px #678aa4 solid;
		}


/**********************************************/
/* commun */
/**********************************************/



		
/**********************************************/
/* Footer */
/**********************************************/

	#Footer { 
		width: 100%;
		border-top:1px #c00202 solid;
		padding : 5px 0 0 0;
		margin: 0px auto 0 auto;
		text-align:center;
		position:relative;
	}
	#Footer,#Footer a{
		font: normal normal 11px Arial , Verdana, Helvetica, sans-serif;  
		color:#c00202;
		text-decoration:none;
	}	
/**********************************************/
/*	Standard Definition	*/
/**********************************************/
	.TresPetite { font-family:Verdana ; font-size:9px; }
	.Petite 	{ font-family:Verdana ; font-size:10px; }
	.Normal 	{ font-family:Verdana ; font-size:11px; }
	.Moyenne 	{ font-family:Verdana ; font-size:12px; }
	.Grande 	{ font-family:Verdana ; font-size:14px; }
	.TresGrande { font-family:Verdana ; font-size:16px; }	

	h1 { 
		font:normal bold 22px/26px  Arial ,Helvetica, sans-serif;
		color:#00416e;
		border-bottom:1px #ead231 solid;
		padding : 0 0 4px 0;
		margin : 0 0 6px 0;
	}
	h1 small {
		font: normal normal 14px Arial, Helvetica, sans-serif;  
	}
	h2 { 
		font: normal normal 19px/20px Arial , Verdana, Helvetica, sans-serif;  
		padding : 0px 0 6px 0;
		margin : 0 0 0 0;
	}
	h2 small {
		font: normal normal 14px Arial, Helvetica, sans-serif;  
	}
	h3{ 
		font: normal normal 12px Verdana , Verdana, Helvetica, sans-serif;  
		padding : 0 0 12px 0;
		margin : 0 0 0 0;
	}
	h4{ 
		font: normal normal 12px Verdana , Verdana, Helvetica, sans-serif;  
		padding : 0 0 5px 0;
		margin : 0 0 0 0;
	}

	ul,ol {
		/*list-style: none;*/
	}
	ul li { 
		/*background: transparent url(/hsi_images/site/puce-liste.gif) 5px left no-repeat;*/
	}
	ol li { 
		/*background: transparent url(/hsi_images/site/puce-liste.gif) 5px left no-repeat;*/
	}
	li {margin-left: 0; padding-left: 10px;}
	ul {margin-left: 22px; padding-left: 0;}
	ul {
		text-align: left;
		padding-bottom:0px;
		margin-top: 0;
		margin-bottom: 3px;
	}
	li,li a  {
		
	}
	a { 
		color:#00416e;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	p {
		font: normal 12px/20px Verdana , Verdana, Helvetica, sans-serif;  
		padding-bottom : 0px;
		/*border-bottom:1px black solid;*/
	}
	form{
		margin:0; padding:0;
	}
	blockquote {
		margin-top:0px;
	}
	blockquote p{
		font: normal 11px Verdana , Verdana, Helvetica, sans-serif;  
	}
/**********************************************/
/* Formulaire Contact */
/**********************************************/

	.FormContact,.FormContact td,.FormReponse{
	}
	.FormSubmit {
		margin: 0;
		padding: 2px 0 2px 2px;
		font: normal normal 10px Verdana, Arial, Times, Helvetica, sans-serif;
		color: #000000;
		background-color: #ffffff;
		cursor:hand;
		border:1px #000000 solid;
	}
	.LargeInput{
		width:263px;
	}
	.SmallInput{
		width:60px;
	}
	.MediumInput{
		width:192px;
	}
	.chkBoxes{
		background-color:white;border-width:0;
	}
	.XSmallInput{
		width:20px;
	}
	.HalfInput{
		width:126px;
	}
	.EditLibelle{
		margin: 40px 0;
		padding: 10px;
		width: 400px;
		border: 1px dotted;
		color: #FFFFFF;
	}
	.EditLibelle a {
		color: #FFFFFF;
	}
	
	.Clikeo{
		text-align:center;
		padding:10px 0 5px 0;
		font: normal 10px Arial , Verdana, Helvetica, sans-serif;  
		color:#99a3c3;
	}

	.Clikeo a {
		font: normal 10px Arial , Verdana, Helvetica, sans-serif;  
		color:#99a3c3;
	}

