/* ---- Correction du comportement des balises html ---- */
* {
	margin: 0;
	padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
}
acronym {
  border-bottom: 1px #000 dotted;
}
acronym:hover {
  cursor: help;
}
html, body {
  height: 100%;
}
html {
  font-size: 100%;
}
body {
  text-align: center;
  color: #000;
  font: 0.75em arial, verdana, sans-serif;
  background: #FFF url(../images/bg_page.gif)  repeat-y top center;
}

/* ---- Structure design ---- */
/******* Page */
#page {
  position: relative;
  width: 810px;
  margin-left: auto;
	margin-right: auto;
  background: #FFF;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/******* Haut */
#haut {
  height: 4.5em;
  background: #274F79 url(../images/bg_header_footer.gif) repeat-x top left;
}
#haut ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
}
#haut ul li {
  display: inline;
  list-style: none;
  color: #C3D9FF;
  font-weight: bold;
}
#haut ul li a {
  float: left;
  padding: 0 1em;
  font: 1em arial, verdana, sans-serif;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #C3D9FF;
  border-right: 1px solid #C3D9FF;
  font-weight: bold;
}
#haut ul li a.dernier {
  padding-right: 0;
  border-right: 0;
}
#haut ul li a:hover {
  color: #FFF;
}
#haut img {
  opacity: 0.5;
  filter:alpha(opacity=50);
}
#haut img.langselect {
  opacity: 1.0;
  filter:alpha(opacity=100);
}

/******* Haut2 */
#haut2 {
  height: 130px;
}

/******* Menu */
#menu {  
  background: #FF7400;
}
#menu ul {
  width: 100%;
  float: left;
  background: #D15600 url(../images/bg_menu.gif) repeat-x top left;
}
#menu ul li {
  display: inline;
  list-style: none;
}
#menu ul li a {
  float: left;
  width: 25%;
  height: 4.5em;
  font: 1.1em arial, verdana, sans-serif;
  line-height: 2em;
  font-weight: bold;
  color: #FFF;
  border-top: 7px #D96402 solid;
}
#menu ul li a span {
  display: block;
  font-weight: normal;
}
#menu ul li a span.details {
  font-size: 0.8em;
  color: #FFF;
}
#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a.ici {
  background: #D35B00;
  border-top: 7px #C65B02 solid;
}
#menu ul li a:hover span.details,
#menu ul li a:focus span.details,
#menu ul li a.ici span.details {
  color: #FFF;
}

/******* Qui suis-je ? */
#quisuisje {
  float: left;
  width: 250px;
  background: #EEE;
  border: 1px #DDD solid;
  margin: 1.2em 0 0 1em;
  color: #274F77;
  text-align: left;
}
#quisuisje h1 {
  color: #3870A9;
  font: 1.5em arial, verdana, sans-serif;
  padding-bottom: 0.30em;
  margin-left: 0.3em;
  font-weight: bold;
}
#quisuisje h1 span {
  color: #274F77;
}
#quisuisje p {
  padding: 0.3em 0 0.3em 0;
  margin-left: 0.3em;
}
#quisuisje p.dernier {
  clear:left;
  padding: 0 0 0.5em 0;
  margin-left: 0.3em;
}
#quisuisje img {
  float: left;
  margin: 0.5em;
}

/******* Contenu */
#contenu {
  float: right;
  width: 520px;
  margin: 0.5em 0 0 0;
  padding: 0.5em;
  text-align: left;
  color: #4D4D4D;
}
#contenu h1 {
  color: #3870A9;
  font: 1.5em arial, verdana, sans-serif;
  padding-bottom: 0.10em;
  margin-bottom: 0.5em;
  border-bottom: 10px #D8D7D7 solid;
  font-weight: bold;
}
#contenu h1 span {
  color: #274F77;
}
#contenu h2 {
  color: #3870A9;
  margin-bottom: 0.5em;
  font: 1.2em arial, verdana, sans-serif;
  font-weight: bold;
}
#contenu h2:first-letter {
  font: 1.2em arial, verdana, sans-serif;
  font-weight: bold;
  color: #FF7400;
}
#contenu h3 {
  color: #4D4D4D;
  margin-bottom: 0.5em;
  font: 1.1em arial, verdana, sans-serif;
  font-weight: bold;
}
#contenu h3 em {
  font: 0.9em arial, verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
}
#contenu ul {
  padding: 0 1em 1em 0;
}
#contenu ul li {
  list-style: none;
}
#contenu dl {
  padding: 0 1em 1em 0;
}
#contenu dl dt {
  float: left;
  font-weight: bold;
  text-align: justify;
}
#contenu dl dd {
  padding-left: 12.5em;
  padding-bottom: 0.5em;
  text-align: justify;
}
#contenu p {
  padding: 0 1em 1em 0;
  text-align: justify;
}
#contenu a {
  color: #3870A9;
}
#contenu a:hover {
  color: #3870A9;
  text-decoration: underline;
}


/************************************************* MISE EN FORME CV */
#contenu h2.cv {
  /*text-transform: uppercase;*/
  padding-bottom: 0.10em;
  border-bottom: 2px #4D4D4D solid;
}
#contenu p.cvToolbar {
  padding: 0.3em; 
  margin-bottom: 1em; 
  text-align: center; 
  background: #eeeeee;
}
#contenu p.cvToolbar img {
  vertical-align: text-bottom;
}
#contenu span.anneecv {
  padding-right: 2.5em;
}
#contenu ul.cv {
  padding: 0;
  list-style-type: none;
}

/************************************************* MISE EN FORME PLAN DU SITE */
#contenu dl dd.sitemap {
  padding-left: 13.5em;
  padding-bottom: 0.5em;
  text-align: justify;
}


/************************************************* MISE EN FORME POLITIQUE ACCESSIBILITE */
#contenu ul.accessibilite {
  padding: 0 1em 1em 3em;
}
#contenu ul.accessibilite li {
  list-style-image: url(../images/bullet_orange.gif);
  padding-bottom: 0.3em;
}


/************************************************* MISE EN FORME FORMULAIRE DE CONTACT */
#contenu form p {
  padding: 0.2em;
}
#contenu form p.alignRight {
  text-align: right;
}
#contenu form fieldset {
  border: 2px #D8D7D7 solid;
  padding: 1em;
}
#contenu form legend {
  color: #4D4D4D;
  font: 1.2em arial, verdana, sans-serif;
  font-weight: bold;
  padding: 0 0.5em 0 0.5em;
}
#contenu form em {
  color: #F00;
  padding-right: 1em;
}
#contenu form label {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 0.3em;
  font-weight: bold;
}
#contenu form label:hover {
  cursor: pointer;
}
#contenu form input.width350 {
  width: 350px;
  background: #FFF url(../images/bg_input.gif) repeat-x bottom left;
  /*background: #EAF2F5;*/
  border: 1px #274F77 solid;
}
#contenu form input.width350Focus {
  width: 350px;
  background: #ECECEC;
  border: 1px #274F77 inset;
}
#contenu form textarea.width350Txt {
  width: 350px;
  height: 100px;
  background: #FFF url(../images/bg_textarea.gif) repeat-x bottom left;
  border: 1px #274F77 solid;
}
#contenu form textarea.width350TxtFocus {
  width: 350px;
  height: 100px;
  background: #ECECEC;
  border: 1px #274F77 inset;
}
#contenu form input.width50 {
  width: 50px;
  background: #FFF url(../images/bg_input.gif) repeat-x bottom left;
  /*background: #EAF2F5;*/
  border: 1px #274F77 solid;
}
#contenu form input.width50Focus {
  width: 50px;
  background: #ECECEC;
  border: 1px #274F77 inset;
}
#contenu form input.bouton {
  width: 200px;
  background: #FF7400 url(../images/bg_bouton.gif) repeat-x bottom left;
  border: 2px #D96402 solid;
  font: 1.2em arial, verdana, sans-serif;
  font-weight: bold;
  color: #FFF;
}
#contenu p.erreur {
  text-align: center;
  background: #eeeeee;
  color: #f00;
  padding: 1em;
  margin-bottom: 0.5em;
}
#contenu p.succes {
  text-align: center;
  background: #eeeeee;
  color: #4d4d4d;
  padding: 1em;
  margin-bottom: 0.5em;
}
#contenu p.erreur img,
#contenu p.succes img {
  vertical-align: text-bottom;
}


/************************************************* MISE EN FORME MES COMPETENCES */
#contenu dl dt.comp {
  width: 85%;
}
#contenu dl dt.comp img {
  vertical-align: middle;
}


/************************************************* MISE EN FORME REALISATIONS */
#contenu img.floatLeft {
  float: left;
  margin-right: 0.5em;
}
#contenu img.floatRight {
  float: right;
  margin-left: 0.5em;
}
#contenu div.separateur {
  clear: both;
	background: transparent url(../images/separateur.gif) no-repeat center center;
	height: 2em;
}
#contenu div.separateur hr {
	display:none;
}


/******* Bidouille pour empecher le footer de masquer le texte de la div contenu */
#spacer {
  clear:both; 
  height:5.5em;
}

/******* Bas */
#bas {
	position: absolute;
	bottom: 0; 
  left: 0;
  width:100%;
  height: 4.5em;
  background: #274F79 url(../images/bg_header_footer.gif) repeat-x;
}
#bas ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
}
#bas ul li {
  display: inline;
  list-style: none;
  color: #C3D9FF;
  font-weight: bold;
}
#bas ul li a {
  float: left;
  padding: 0 1em;
  font: 1em arial, verdana, sans-serif;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #C3D9FF;
  border-right: 1px solid #C3D9FF;
  font-weight: bold;
}
#bas ul li a.dernier {
  padding-right: 0;
  border-right: 0;
}
#bas ul li a:hover {
  color: #FFF;
}
