/*
** Original style by www.oswd.org, edited by Marc Falzon
*/

/* ##### Common Styles ##### */

body {
  color: #777;
  background-color: white;
  font-family: "Georgia", serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted gray;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

acronym:hover, .titleTip:hover {  /* Ignored by MSIE. The nerve! */
  border-bottom: 1px solid #140c00;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

img { border : none; }
img.icon { vertical-align : middle; }

h1, h2, h3, h4, h5, p { margin: 0 0 1em 0; }
h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }

ul { padding-left : 15px; }

/* ###### Header ###### */

#header {
	background-color: #402700;	/* couleur 1 (fond header) */
	background-image: url(img/header_pattern.png);
}

#header img.mwa {
	position : absolute;
	top : 10px;
	right : 10px;
}

.headerTitle {
  color: #f5e0c0;
  background-color: transparent;
  font-family: "Georgia", serif;
  font-size: 2.5em;
  letter-spacing : -2px;
  margin: 0 0 0 5mm;
  padding: 1ex 0 0 0;
}

.headerTitle:after { content : " | un site sans www. devant"; }

.subHeader {
  margin: 0;
  padding: 0.75em 1ex 0.5ex 1ex;
  border-bottom: 10px solid #140c00; /* couleur 2 (tabs du header) */
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.subHeader .navigation li {
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  display: inline;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.subHeader a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.subHeader .navigation .tab {
  color: #f5e0c0;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1.25em 1ex 1.25em;
}

.subHeader .navigation a.tab:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
  padding-bottom: 0.8ex;
}

.subHeader .navigation .highlighted {
  color: inherit;
  background-color: #140c00;
  border-top: 5px solid #140c00;
  border-right-color: #140c00;
  border-left-color: #140c00;
}


/* ##### Main Copy ##### */

#main-copy {
  font-size : 1.3em;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 2em;
  padding: 0;
  height : 100px;
}

#main-copy p {
  text-indent: 1em;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#main-copy a {
  color: #402700;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  color: #ff9c21;
  background-color: transparent;
  text-decoration: none;
}

#main-copy div.column2 h2, div.column3 h2 {
   color : #402700;
   text-align : center;
}

#main-copy h4 {
	text-align : center;
}

div.column2 > h5 {
	margin-bottom : -5px;
	line-height : 100%;
}

.byline {
  font-size: 91%;
  border-bottom: 1px solid gray;
  margin: -1.2em 0 1em 0;
  padding: 0;
  width: 100%;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

[class~="byline"] {
  margin-top: -1.4em;
}

#main-copy .byline a {
  color: #140c00;
  background-color: transparent;
  text-decoration: none;
}

.column1, .column2, .column3 {
  margin: 3em 0;
  padding: 0 2%;
  float: left;
  width: 28%;
}

.column2 > h4 { text-align : center; }

.column2 {  /* Renders the column dividers */
  border-left: 1px dotted #ccc;
  border-right: 1px dotted rgb(204,204,204);
}

.raisedCap {
  text-indent: 0.5em;
}

[class~="raisedCap"] {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  text-indent: 1em;
}

.raisedCap:first-letter {
  font-size: 155%;
}

.noIndent {
  text-indent: 0 !important;
}

/* CV */

#main-copy div.cv {
  float: left;
	padding : 2em;
}

#main-copy div.cv > h3 {
	color : #402700;
}

#main-copy div.cv > h4 {
	text-align : left;
}

/* a propos */

#main-copy div.apropos {
	float: left;
	padding : 2em 2em 0 2em;
}

#main-copy div.apropos p {
  margin-left: 0;
}

/* publications */

#main-copy div.work {
	float: left;
	padding : 2em 2em 0 2em;
}

#main-copy div.work > img.flag {
	margin-right : 0.3em;
}

#main-copy div.work > a.pubname {
	font-weight : bold;
}

#main-copy img.photo_mwa {
	float: left;
	padding-right: 1em;
}

/* ###### Footer ###### */

#footer {
  color: #aaa;
  background-color: rgb(250,250,250);
  margin: 0;
  padding: 0.25em 5mm 1.25ex 4mm;
  clear: both;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: underline;
}

