/* ### Archives Municipales de Lyon - fichier HOURS ###*/
/* ### SCREEN stylesheet ###*/
/* ### Esprit Public - 2007 ### */
/* ### Franck GRENIER (et Didier LLOPIS :) ) ### */


/* ###################### $1. Base tags ###################### */
body {
	font-family:"Georgia",sans-serif;
	font-size:68.5%;
	color:#1A1A1A;
	margin:0px;
	padding:0px;
	background:#FFF url(../img/bgBody.gif) repeat-x top;
}

html, body {
	margin:0pt; 
	padding:0pt;
	height:100%;
}

a {
	color:#7E836D;
	text-decoration:underline;
}

a:hover {
	color:#C90C52;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
	height:1em;
	color:#7E836D;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:2.3em;
	margin:0px 0 20px 0px;
	clear:both;
}

h2 {
	font-size:2.6em;
	border-bottom:1px solid #7E836D;
	padding:7px 0px 8px 0px;
	margin:0px 0 13px 0px;
	clear:both;
}

h3 {
	font-size:1.3em;
	margin:0px 0px 20px 0px;
	padding:0px 0px 6px 0px;
	border-bottom:1px dotted #7f7f7f;
	color:#4d4d4d;
	font-weight:bold;
	clear:both;
}

h4 {
	font-size:1.1em;
	margin:20px 0px 15px 0px;
	color:#898989;
	font-weight:bold;
	clear:both;
}

strong {
	color:#586E6B;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}

img {
	border:0px;
	margin-bottom:10px;
}

ul {
	padding:0px 40px 0px 40px;
	margin:10px 0px 25px 0px;
}

ul li ul {
	padding:0px 20px 0px 20px;
	margin:5px 0px 10px 0px;
}

* html body ul {/* hack IE 6 */
	padding-left:15px;
}

li {
	margin:2px 0px 2px 0px;
}

table {
	width:100%;
	border-top:1px dashed #422F11;
	border-bottom:1px dashed #422F11;
	border-left:0px #FFFFFF;
	border-right:0px #FFFFFF;
	border-collapse:collapse;
	margin:auto;
	margin-bottom:25px;
}

table td, table th {
	border-bottom:1px dotted #422F11;
	padding:10px;
	vertical-align:top;
}

table th {
	text-align:left;
	font-weight:bold;
	color:#000;
}

/* form {
	padding:10px;
} */

fieldset {
	border:0px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	width:100%;
}

label, legend {
	display:block;
	float:left;
	width:8em;
	color:#586E6B;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	padding:3px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}

form p {
	overflow:auto;
	width:100%;
}


input, select, textarea {
	font-family:"Arial",sans-serif;
	font-size:0.9em;
	color:#929292;
	padding:2px;
	margin:2px 0px 2px 0px;
	vertical-align:middle;
	border:1px #929292 solid;
	float:right;
}

input:hover, select:hover, textarea:hover {
	border:1px solid #315C63;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #315C63;
}

.noDisplay, caption {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.stopFloat {
	clear:both;
}

.cFFF {
	color:#fff;
}

.surligne {
	background-color:#d2a1af;
}



/* ###################### $2. Layout blocks ###################### */
#container {
	width:873px;
	overflow:hidden;
	margin:0px auto;
	background:#FFFFFF;
}

	#header{
		height:184px;
		background:#315c63 url(../img/bandeau.gif);
		position:relative;
	}
	
		#header a {
			display:block;
			float:left;
			margin:0;
			width:325px;
			height:184px;
		}
		#header a:hover{
			background:none;
		}
		
	#moteurRecherche {
		width:296px;
		background:#999F84;
		padding:10px;
		font-family:Arial;
		color:#FFF;
		margin-top:16px;
	}
	
	#presentation {
		width:316px;
		
	}
	
		#moteurRecherche h2 ,#presentation h2 {
			
			padding:22px 0 8px 0;
		}
	#presentation h2 {
		font-weight:bold;
		font-size:2em;
		color:#999F84;
		border:none;
		margin:0;
	}
	
	#presentation p {
		color:#586E6B;
	}
	
	#presentation a {
		text-decoration:underline;
	}
	
	#presentation a.savoirplus {
		text-decoration:none;
		font-weight:bold;
		color:#315C63;
	}
		
	#moteurRecherche h2 {
		color:#FFF;
		font-family:Arial;
		padding:0px 0 10px 0;
		margin:0px 0 10px 0;
		font-size:1.6em;
		border-bottom:1px solid;
	}
	
	#moteurRecherche label, #moteurRecherche legend {
		color:#315C63;
	}
	
	#moteurRecherche input#btnSubmit {
		font-weight:bold;
		background:#315C63;
		padding:4px 2px;
		cursor:pointer;
	}
	
	#panier {
		width:330px;
		float:right;
		background:#fff;
	}
	
	#mainContent {
		width:521px;
		float:right;
		padding:10px 0 10px 0;
		margin:0px 0px 20px 0px;
	}
	
	#mainContent form {
		padding:0px;
	}
	
	#mainContent img.floatRight {
		float:right;
		padding:2px;
		border:1px solid #000;
		margin:5px 0px 5px 10px;
	}
	
	#mainContent img.floatLeft {
		float:left;
		padding:2px;
		border:1px solid #000;
		margin:5px 10px 5px 0px;
	}

	#sideBar #actus {
		margin:8px 13px 13px 13px;
	}

	#footer {
		width:873px;
		margin:0px auto;
		height:95px;
		clear:both;
		overflow:hidden;
		color:#FFF;
		position:relative;
		background:url(../img/imgFooter.gif) no-repeat;
	}

	#evenementsJour, #listeResultats {
		position:relative;
	}
	


/* ###################### $3. Main menu ###################### */
#mainMenu {
	border-bottom:1px solid #FFF;
	height:44px;
}

.menu{
	height:30px;
    border-bottom:1px solid #999F84;	
	width:873px;
	border-collapse:collapse;	
}

.menu tr{
	width:100% !important;
}

.menu td{
	padding:0 8px;
	white-space:nowrap;
	height:30px;	
	border:none;
}


#menu2 td ul{
  display:none;
  margin-top:1px;
}

#menu2 td:hover>ul{
  display:block;
}

#menu2{
  margin:0px;
  padding:0px;
  list-style:none;
  width:100%;
  float:left;
  font:1.2em Arial; 
}

/*html>body #menu2{
  width:963px;	
}*/

/*#menu2 li{
  float:left;
  display:block;
}*/

#menu2 td a{
  display:block;
  text-decoration:none;
  font-weight: normal;
  padding:9px 0;
  vertical-align:middle;  
  text-align:center;
}

#menu2 td a.first_item{
	border-left:0;  	
}

#menu2 td a:hover{
	background:url(../img/Boutons/pictoMenuHover.gif) no-repeat bottom;
  font-weight: normal;
}

#menu2 ul{
  position:absolute;
  background:#999F84;
  list-style:none;
  margin:0px;
  padding:0 0 3px 0;
  width:160px;
  z-index:1;
  border:1px solid #315C63;
}

#menu2 ul li a{
	text-align:left;
	white-space:normal;	
}

#menu2 ul li a{
	display:block;
	width:144px;
	padding:2px 6px;
	margin:0px 2px;
	border:none;
	border-bottom:1px solid #315C63;
	cursor:hand;
}

.boiteInternautesMenu {
	overflow:hidden;
	margin:0 9px;
	width:100%;
}

#boiteInternautes {
	overflow:hidden;
	position:absolute;
	top:10px;
	right:0;
	margin-top:10px;
}

#boiteInternautes_imprimer{
    width: 11px;
    height: 22px;
	padding:0;
    background: transparent url(../img/Boutons/bt_imprimer_off.gif) no-repeat;
	float:right;
}

#boiteInternautes_imprimer:hover{
    background: transparent url(../img/Boutons/bt_imprimer_over.gif) no-repeat;
}

#boiteInternautes_favoris{
    width: 11px;
	padding:0;
    height: 22px;
    background: transparent url(../img/Boutons/bt_favoris_off.gif) no-repeat;
    float:right;
}

#boiteInternautes_favoris:hover{
    background: transparent url(../img/Boutons/bt_favoris_over.gif) no-repeat;
}

#boiteInternautes_envoi_ami{
    width: 11px;
    height: 22px;
	padding:0;
    background: transparent url(../img/Boutons/bt_envoi_ami_off.gif) no-repeat 0px 2px;
    float:right;
}

#boiteInternautes_envoi_ami:hover{
    background: transparent url(../img/Boutons/bt_envoi_ami_over.gif) no-repeat 0px 2px;
}

/* ######################### Liste de résultat ############################## */
ul#listeRes {
	padding:0px;
	width:247px;
	float:left;
}

ul#listeRes li, ul#listeRes2 li  {
	list-style:none;
	margin-bottom:25px;
}

ul#listeRes2 {
	padding:0px;
	width:247px;
	float:right;
}

ul#listeRes li strong, ul#listeRes2 li strong  {
	display:block;
	padding:3px 0px 3px 6px;
	border-top:1px solid #EAECE7;
	border-bottom:1px solid #EAECE7;
	color:#878E72;
	background-color:#F0F1EE;
	font-size:1em;
}

ul#listeRes li span, ul#listeRes2 li span {
	display:block;
	padding:6px 0px 6px 6px;
}

ul#listeRes li i, ul#listeRes2 li i {
	display:block;
	padding-top:3px;
	border-top:1px dotted #d6dee0;
	text-align:right;
	font-size:0.9em;
}

#presentation , #moteurRecherche {
	float:left;
}

/* #presentation  {
	height:490px;
} */

#tab_footer {
	overflow:auto;
	width:548px;
}

/* ##################################################################### */
input#btnSubmit {
	margin-top:10px;
	font-weight:normal;
	font-size:1.1em;
	color:#FFF;
	float:left;
	background:#999F84;
}

#dateM , #perM1, #perM2{
	margin-left:9px;
}

#dateA, #perA1, #perA2 {
	width:5em;
	margin-left:9px;
}

input#mrTxt {
	width:210px;
}

div#tabBiblio p {
	margin:0px;
}

#moteurRecherche label {
	float:left;
}

#moteurRecherche legend {	
	float:left;
}

#moteurRecherche table {
	border:none;
}

#moteurRecherche table td, #moteurRecherche table th {
	border:none;
	padding:0px;
	vertical-align:middle;
}

.periode input {
	float:left;
}


#moteurRecherche .periode legend {
	width:auto;
	font-weight:normal;
	color:#1A1A1A;
}

table.rech tr, table.rech td{
	overflow:hidden;
	border:1px solid;
}

#footer ul {
	list-style:none;
	width:70%;
	padding:75px 0 0 0;
	margin:0px auto;
}

.box  {
	bottom:-7px;
	position:absolute;
	right:15px;
	width:115px;
}

#footer ul li{
	float:left;
}

#footer ul li a{
	color:#FFF;
	text-decoration:none;
	padding:0 5px;
}

#footer ul li a:hover {
	color:#C90C52;
	text-decoration:underline;
}

* html #moteurRecherche .periode legend {
	width:32px;
}

*+html #moteurRecherche .periode legend {
	width:32px;
}

*+html .menu td {
	padding:0 3px;
	border:1px solid;
}