@media screen {
body {
     font-family:arial,"sans serif";
	 font-size:14px;
     background-image:url(photo/fond2.png);
     color:#000000;
     margin:5px;
}

h1 {
   text-align:center;
   font-size:25pt;
   font-style:italic;
}

a {
  line-height:1.5em;
}

a:link {
       background-color:transparent;
       color:#0000FF;
}

a:visited {
          background-color:transparent;
          color:#555555;
}

a:hover {
        background-color:transparent;
        color:#0000FF;
}
img {border:0;}

p {text-align:justify;}

p#footer {
	text-align:center;
	background-color:#CAD9F8;
	font-size:x-small;
}

p#important {
			font-size:large;
			text-decoration:blink;
}

p.annonces {text-align:left;}

p.google {
		 text-align:center;
		 background-color:#ffffff;
}

p.pub {text-align:center;}

p#pubrec {
		margin:10px;
		float:right;
		font-family:arial,"sans serif";
		font-size:14px;
}
p#pubrecville {
		margin:10px;
		float:right;
		font-family:arial,"sans serif";
		font-size:14px;
}

ul{
	list-style-type:none; /* pour ne pas avoir de puces */
	margin:0px;
	padding-left:0px;
}

li{
	padding-left:15px;
}

div.haut {
         position:absolute;
         top:10px;
         height:164px;
         width:844px;
		 left:50%;
		 margin-left:-422px;
}
#livre {
		position:absolute;
		top:164px;
		background:#CAD9F8;
		width:800px;
		left:50%;
		margin-left:-400px;
}
div.centre {
			position:absolute;
			top:164px;
			color:#000000;
			background:#CAD9F8;
			width:900px;
			left:50%;
			margin-left:-450px;
			padding:20px;
}

div.search {
			position:absolute;
			top:164px;
			color:#000000;
			background:#CAD9F8;
			width:800px;
			left:50%;
			margin-left:-425px;
			height:auto;
			padding:25px;
}
div.presentmap {
				position:absolute;
				background:#CAD9F8;
				top:164px;
				width:700px;
				height:auto;
				left:50%;
				margin-left:-350px;
}
div#map {
		top:210px;
		width:700px;
		height:800px;
		left:50%;
		margin-left:-350px;
}

div.gauche {
           position:absolute;
           color:#000000;
           background:#CAD9F8;
           width:275px;
           height:auto;
           top:164px;
           padding:10px;
}

div.gauche a:hover {
		margin:0 0 0 5px;
		background-color:transparent;
		color:#0000FF;
}

div.lang a:hover {margin:0px;}

div.contenu {
            position:absolute;
            color:#000000;
            background:#CAD9F8;
			min-width:700px;
            width:auto;
            height:auto;
            left:305px;
            top:164px;
            padding:10px;
            margin:0px;
            text-align:justify;
}
div#footer {
	position:absolute;
	text-align:center;
	font-size:x-small;
	bottom:0;
}
div.photo {
          margin:5px;
          float:right;
}

div.contact {
			position:absolute;
			background:#CAD9F8;
			width:96%;
			padding:15px;
			top:164px;
}

table.liens {
			border:dotted 1px;
			width:100%;
			padding:5px;
}

}

@media print {

div.haut {display:none;}

div.gauche {display:none;}

div.photo {display:none;}

h1 {
   text-align:center;
   font-size:25pt;
   font-style:italic;
}

div.contenu {
            color:#000000;
            background-color:#ffffff;
            width:180mm;
            height:auto;
            text-align:justify;
}

}

