/*                         */
/* elements HTML standards */
/*                         */

* /* TOUS : universal reset. */
{
  margin:0; 
  padding:0;
}

body
{
  font-family: arial;
  color: #3366FF;
  background-image: url('images/yellowtex.jpg');
  background-repeat: repeat;
}

p
{
/*  margin-bottom: 0.75em; */
}

ul
{
  padding-left: 15px;
  list-style: disc outside;
}

ol
{
  color: green;
  padding-left: 20px;
  list-style: upper-alpha;
}

li span
{
  font-weight: normal;
  color: #3366FF;
}

/*         */
/* classes */
/*         */

.entete
{
  color: #0044FF;
  font-family: "times new roman";
  text-align: center;
  margin-top:35px;
  margin-bottom: 35px;
}

.titre
{
  color: #0044FF;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Times New Roman";
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.entreprise
{
  font-family: arial;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 60px;
  margin-bottom: 10px;
}

.position
{
  font-family: arial;
  margin-left: 85px;
  font-size: smaller;
}

.date
{
  font-family: arial;
  margin-left: 85px;
  margin-bottom: 15px;
  font-size: smaller;
}

.contenu
{
  font-size: small;
  margin-left: 60px;
}

.experience
{
  margin-left: 85px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.details
{
  margin-left: 110px;
  font-size: small;
}

.hilite
{
  color : red;
  font-weight: bold;
}
