@charset "utf-8";

span.firstword {
	font-weight:bold;
	font-style:italic;
	font-size:120%;
	color:#204d7b;
}

a {
	text-decoration: none;
}
a:link {
	color: #204d7b;
	text-decoration: none;
}

a:visited {
	color: #204d7b;
	text-decoration: none;
}

a:hover, a:active {
	color:  black;
	text-decoration: underline;
}

html
{
	height: 100%;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

body
{
	background: #e6e6ff;
	color: #4d4d4d;
	height: auto !important;
	min-height: 100%;
	position: relative
}

* html body
{
  height: 100% !important
}

#header
{
  background:#204d7b;
  text-align:center;
  color: #fff;
  padding-bottom: 1.75em
}

#footer
{
/* in bottom.php so all pages can access it witout loading the current css file */
}

#header h1
{
	font: 10px;
	text-align: center;
}

@media(min-width: 780px) {
  #header h1 {
	font: 3em/2.5em Tangerine,serif;
	text-align: center;
	text-shadow: .2em .15em .1em #333
}
}

#menu, #content, #footer
{
	font-size: .8em;
	font-family: sans-serif
}


#menu
{
	cursor:default;
	margin-left:0;
	margin-bottom: 2em;
	margin-top: -1.75em; /* total height: max(line-height * nlines + padding-top + padding-bottom, height) + border-top + border-bottom */
	text-align: left;
	white-space: nowrap;
	font-size: .75em
	margin-bottom: 0;
}

@media(min-width: 780px) {
  #menu
  {
	text-align: center;

  }
}

#menu li, #menu li a
{
	padding: 0 0 0 1em;
	min-width: 7em;
	color: #fff;
	display: inline-block;
	border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	-webkit-border-radius: .5em .5em 0 0;
	padding: 0;
	text-decoration: none /* Suppress predefined style for links */
}

@media(min-width: 780px) {
  #menu li, #menu li a
  {
	border-radius: .75em .75em 0 0;
	-moz-border-radius: .75em .75em 0 0;
	-webkit-border-radius: .75em .75em 0 0;
	padding: 0 1em;
	min-width: 7em;
  }
}

#menu li
{
	line-height: 1.75em;
  	margin: 0 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606060), color-stop(0.9, #7f7f7f), color-stop(1, #101013));
	background: -moz-linear-gradient(center bottom, #555 0%, #888 90%);
	background: #707070; /* Default color if no gradient */
}

@media(min-width: 780px) {
  #menu li
  {
	margin: 0 .25em;
  }
}

#menu li a {
	margin: 0 0 0
}

@media(min-width: 780px) {
  #menu li a {
	  margin: 0 -1em 0
  }
}

#menu li.active, #menu li:hover
{
	background: transparent
}

#menu li a:hover
{
	background: #333
}

#content a, #footer a
{
	 /* text-decoration: none; --- ne sert à rien ? */
}

#content a:hover, #footer a:hover
{
	/* text-decoration: none; --- ne sert à rien ? */
}


#content
{
	clear: both;
	margin: 0 auto 0;
	padding-bottom: 7em;
	width: 90%;
}

@media(min-width: 780px) {
  #content
  {
	  clear: both;
	  margin: 0 auto 0;
	  padding-bottom: 7em;
	  width: 50em
  }
}

#content em
{
	text-style: italic
}

#content strong
{
	font-weight: bold
}

#content small
{
	font-size: .75em
}

#content h2, #content h3,
#content p, #content dl,
#content ul, #content ol
{
	line-height: 1.5em;
	margin: .75em 0
}

#content h2, #content h3
{
	margin: 1.2em 0 .75em
}

#content h2
{
	border-bottom: 1px solid #c0c0c0;
	font-size: 1.4em
}

#content h3
{
	border-bottom: 1px solid #cfcfcf;
	font-size: 1.15em
}

#content p, #content li
{
	text-align: justify
}

#content dl dt
{
	font-weight: bold
}

#content dl dd
{
	margin-left: 1em
}

#content ul, #content ol {
	padding-left: 40px;
	margin: 1em 0;
	overflow: auto /* Force paddings to stay inside */
}

#content ul {
	list-style: disc
}

#content ol {
	list-style: decimal
}

/* nested lists have no top/bottom margins */
#content ul ul, #content ul ol, #content ul dl,
#content ol ul, #content ol ol,#content ol dl,
#content dl ul, #content dl ol, #content dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
#content ol ul, #content ul ul {
  list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
#content ol ol ul, #content ol ul ul, #content ul ol ul, #content ul ul ul {
  list-style-type: square;
}

#footer
{
	bottom: 0;
	height: 4em;
	line-height: 2em;
	padding: 1em 0;
	position: absolute;
	width: 100%
}

#footer a
{
	color: #fff
}
