/*
6495ed / * bleu bleuet * /
F5F5F5 / * blanc fumée * /
696969 / * gris mat * /
262be2 / * bleu violet * / 
191970 / * bleu de minuit * /
#A5A5A5 / * Gris clair * /
*/

html *
{
  margin: 0;
  padding: 0;
}

html, body
{
  background-color: #F5F5F5;
  color: #191970;
  font-size: 1em;
  background-image: url(../Img/Design/fond_site.png);
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: bottom;
  height: 100%;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

/* ****************************************************************************
/ * Bloc de la page * /
**************************************************************************** */

#page
{
  width: 70%;
  min-width: 750px;
  margin: 2em auto 0;
  clear: both;
  background-color: #F5F5F5;
  background-image: url(../Img/Design/fond_page.png);
  border: 1px solid #6495ed;
  height: auto;
  /* -moz-border-radius: 14em 5em 14em 5em;
  -khtml-border-radius: 14em 5em 14em 5em; */
}

div.design
{
  padding-right: 3em;
  padding-left: 3em;
  clear: both;
}

#menu
{
  overflow: hidden;
}

#menu, #contenu
{

}

#entete
{
  padding: 4em 3em;
  background-image: url(../Img/Design/Entete.png);
  background-repeat: no-repeat;
  background-position: 50% 20px;
}

#contenu
{
  padding-bottom: 2em;
}

#piedpage
{
  text-align: center;
  /* border-top: 1px dashed #6495ed; */
  font-size: 0.7em;
  margin: 0 auto 2em;
  color: #000000;
  height: auto;
}
/* ****************************************************************************
/ * Balise Html courantes * /
**************************************************************************** */

img
{
  border: 0;
}

h1, h2, h3, h4, h5, h6
{
  color: #6495ed;
}

h1
{
  text-align: center;
  margin: 1em 0;
  visibility: hidden;
}

h2
{

  text-align: center;
  color: #000000;
}

h3
{
  margin: 1em 0;
  border-bottom: 2px solid #6495ed;
}

h4
{
  margin: 0.5em;
}

h5
{
  margin-left: 1em;
}

h6
{
  margin-left: 1.5em;
}

a:link, a:active, a:visited
{
  color: #0000ff;
  text-decoration: underline;
}

a:hover
{
  color: #A5A5A5;
}

sup
{
  font-size: 0.6em;
}

/* Présentation */
/*    Liste définition */

dl#ci
{
  

}
dl#ci:after
{
  clear: both;
}

dl#ci dt
{
  font-weight: bolder;
  text-decoration: underline;
}

dl#ci dd
{
  font-style: italic;
}

dl#ci dd a:first-child
{
  padding-right: 2em;
}

/*    Tableaux Cursus */

table.cursus
{
  border: 1px solid #6495ed;
  border-collapse: collapse;
}

table.cursus td
{
  border: 1px dashed #6495ed;
}

table.cursus  th
{
  padding-bottom: 1em;
  border-bottom: 1px solid #000000;
}

table.cursus  td
{
  font-size: 0.9em;
  padding: 0 1em;
}

p.racc_haut
{
  font-size: 0.9em;
  text-align: right;
  margin: 1em 3em;
}

/*    Photos */

p.photos
{
  text-align: center;
}

photos img
{
  
}

.photos a.source
{
  font-size: 0.6em;
}

/* Formulaire */

label
{
  display: block;
  float: left;
  width: 25em;
  margin-top: 2em;
}

fieldset 
{
  padding: 1em;
}

fieldset p
{
  overflow: auto;
  clear: both;
}


/* Liste */
ul
{
  padding: 0.5em;
}

ul li
{
  margin: 0.1em 0;
}

ul li:hover li
{

}


/* ****************************************************************************
/ * Menu * /
**************************************************************************** */
.menu
{
  color: #F5F5F5;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  background-image: url(../Img/Design/bouton_centre.png);
  background-repeat: repeat-x;
  background-position: top left;
  height: 24px;
  border: #000000 solid;
  border-width: 1px 2px 2px 2px;
}

.menu li
{
  display: inline;
  padding: 0em 0.1em;
  text-align:center;
}

.menu li a:link, .menu li a:active, .menu li a:visited
{
  color: #F5F5F5;
  padding: 0.1em 0.4em;
}

.menu li a:hover
{
  color: #8b008b;
}

.menu a.retour
{
  font-weight:bold;
}

/* ****************************************************************************
/ * Bloc * /
**************************************************************************** */
.bloc
{
  border: 1px solid #6495ed;
  /* -moz-border-radius: 3em 0 0 3em;
  -khtml-border-radius: 3em 0 0 3em; */
  background-color: #FFFFFF;
  padding: 0 1em 1em;
  margin: 1em auto;
}

/* ****************************************************************************
/ * Abécédaire * /
**************************************************************************** */
ol#abecedaire
{
  list-style-type: upper-alpha;
}


/* ****************************************************************************
/ * Portfolio Flash * /
**************************************************************************** */
div#portfolio_flash
{
  text-align: center;
  height: 500px;
}

