@charset "utf-8";

/* Service d'urologie et Centre de la prostate */

/* BODY */

body {
  width: 900px;
  margin: 0 auto
}

/* HEADER */

header {
  margin: px 0 20px 0;
  position: relative;
  background-color: white;
}

h1 {
  display: inline;
}

h1 .one {
  text-transform: uppercase;
  word-spacing: 0.5em;
  font-size: 1.5em;
}

h1 .two {
  font-size: 0.75em;
  word-spacing: 0px;
}

header .lang {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 25px; 
  background-color: blue;
  font-weight: 1000;
}

header .lang:hover {
  text-decoration: underline;
  background-color: black
}

/* NAV */

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  float: left;
  margin:0;
  padding:0;
}

nav ul li a {
	font-family: arial, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	color: ;
	display: block;
	width: 223px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	text-decoration: none;
	border-top: 1px solid #329fd8;
	border-left: 1px solid #329fd8;
	border-bottom: 1px solid #2779c2;
	border-right: 1px solid #2779c2;
    background-color: lightcyan;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav ul li a:hover {
	background-position: bottom;
	text-decoration: underline;
    text-decoration-thickness: 1em;
    
}

/* MAIN */

main {
	background: #FFF;
	padding: 0;
	clear: both;
    background-color: lightcyan;
}

h1, h2, h3 {
  margin-top: 0;
  color: #1758ac;
  font-size: 15pt;
  border-bottom: 1px dashed #CCC;
}

h1 {
  background: #F5F5F5;
  font-size: 17pt;
  border: none;
}

main .profile {
	float: left;
	margin: 0 15px 15px 0;
}

#location dt {
  font-weight: bold;
}

#location dd {
  margin-left: 10px;
  margin-bottom: 15px;
}

/* FOOTER */

footer {
	padding: 10px;
	font-size: 9pt;
    background-color: lightgray;
}

footer a {
  color: black;
  background-color:lightgray;
}

footer a:hover {
color: blue;
}

footer ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	float: left;
	padding-left: 15px;
}

footer ul li a {
	text-decoration: none;
}

footer div {
    padding-top: 5px;
}

footer div .phone {
    float: right;
}