﻿/* CSS GENERAL */

*
{
  padding:0;
  margin:0;
}

body
{
  background-color:#000405;
  font-family:calibri, arial;
  text-align:center;
  background-attachment:fixed;
  background-color:#000;
  background-image:url(/images/background.jpg);
  background-repeat:repeat-x;
  -webkit-background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  background-size:100% 100%;
}


#MainContent
{
  border:1px solid #ffd666;
  border-top:0;
  margin:0px auto;
  width:982px;
  min-height:400px;
  border-radius:0 0 8px 8px;
  box-shadow:0px 0px 40px orange;
  background-color:#ffffff;
  padding-bottom:8px;
}

header
{
  border:0px solid #090;
  padding:0;
  margin:0;
}

nav
{
  padding:0;
  margin:0;
  position:relative;
  top:-13px;
}

footer
{
  text-align:center;
  font-size:11px;
  color:#ffd666;
  margin-top:15px;
}

/* Réglages et ajustement des paragraphe */

article
{
  text-align:left;
  padding:10px;
}

article > p:first-letter, article > div > p:first-letter
{
  font-size:24px;
  font-weight:bolder;
  color:orange;
}

article > div 
{
  margin-right:20px;
  float:left;
}

article > div > p
{
  margin-bottom:20px;
}

article > div > img
{
  float:right;
  margin-left:20px;
  border-radius:6px;
}

article.Entete
{
  background-color:#333;
  color:#ffd666;
  font-weight:bolder;
  height:30px;
  font-size:24px;
  text-transform:uppercase;
  text-align:left;
  padding:5px 0 5px 10px;
  background: linear-gradient(to top, #000000, #444444, #000000);
}

ul
{
  list-style-image:url(/images/puce.png);
  margin-left:30px;
}

/* /competences.php : illustrations */
.IllusCompetences
{
  height:200px;
}

.IllusCompetences > p
{
  border:0px solid #000;
  width:700px;
}

.IllusCompetences > img
{
  width:250px;
  float:right;
  margin:0 30px;
  border-radius:6px;
  box-shadow:2px 2px 8px #cccccc;
}

/* DIV contenant l'image sur la page contact.php */
#ImgContact
{
  height:120px;
  width:0px;
  position:relative;
  top:-180px;
  left:535px;
}

#ImgContact > img
{
  border-radius:6px;
  box-shadow:2px 2px 8px #cccccc;
}