/*------ Mise en forme --------------*/

h1
{
  font-size: x-large;
  text-align: center;
  margin: 0px 0px;
}

ul
{
  margin: 0px 0px;
  padding: 0px 10px 0px 15px;
  list-style-type:none;
}

img
{
  border:0;
}

a
{
  color: black;
}

strong
{
  font-weight: 500;
}

span strong,th strong
{
  font-weight: 700;
}

body 
{
  background: #ddd url("../img/html.png");
  color: #000099;
  height: 100%;
  margin:0;
  font-size: small;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

table
{
  border-collapse:collapse;
  text-align:left;
}

/*---------- Header ---------------*/

#banniere
{
  padding-top:1px;
  background: url("../img/header.jpg") center no-repeat;
  width: 986px;
  height: 215px;
}

/*------------- Page --------------*/

.container
{
  width: 986px;
  margin: 0 auto;
}

.cadre_top
{
  margin:0 auto;
  width:900px;
  background: url("../img/cadre_top.gif") no-repeat;
}

.contenu
{
  margin:0 auto;
  width:900px;
  background: url("../img/cadre_corps.gif") repeat-y;
  text-align: left;
} 
.cadre_bottom
{
  margin:0 auto;
  width:900px;
  background: url("../img/cadre_bottom.gif") no-repeat;
}

.icone
{
  vertical-align: middle;
}

.corps
{
  margin-left: 330px;
  width: 520px;
  text-align:justify;
}

span
{
  font-size: large;
  font-weight:bold;
}

.float
{
  float: left;
  margin-left: 50px;
  position:relative;
  display :inline;
}

.form_recherche
{
  padding: 0px 0px 0px 10px;
  margin: 0px 0px;
  width:250px;
}

.float_right
{
  float: right;
  padding: 0px 15px 0px 15px;
}

.float_left
{
  float: left;
  padding: 0px 15px 0px 10px;
}

/*------------ Article ------------------*/

.titre_article
{
  padding: 0px 0px 0px 30px;
}

.titre_article h1
{
  display: inline;
  font-size: medium;
}

.contenu_article
{
  padding: 0px 20px 0px 20px;
}

.pub_article
{
  float: right;
  position:relative;
  width: 160px;
  height: 600px;
  margin: 0px 40px;
  padding: 0px 0px 0px 0px;
}

.article_img
{
  text-align: center;
}
/*------------ Les cadres ----------------*/

.encart_top_yellow
{
  background: url("../img/encart_small_yellow_top.gif") no-repeat;
}

.encart_corps_yellow
{
  background: url("../img/encart_small_yellow_body.gif") repeat-y;
}

.encart_bottom_yellow
{
  background: url("../img/encart_small_yellow_bottom.gif") no-repeat;
}

.encart_top_brown
{
  background: url("../img/encart_small_brown_top.gif") no-repeat;
}

.encart_corps_brown
{
  background: url("../img/encart_small_brown_body.gif") repeat-y;
}

.encart_bottom_brown
{
  background: url("../img/encart_small_brown_bottom.gif") no-repeat;
}

.encart_top_green
{
  background: url("../img/encart_big_green_top.gif") no-repeat;
}

.encart_corps_green
{
  margin: 0px 0px;
  padding: 0px 10px 0px 15px;
  background: url("../img/encart_big_green_body.gif") repeat-y;
}

.encart_bottom_green
{
  background: url("../img/encart_big_green_bottom.gif") no-repeat;
}

.encart_top_grey
{
  background: url("../img/encart_big_grey_top.gif") center no-repeat;
}

.encart_corps_grey
{
  margin: 0px 0px;
  padding: 0px 10px 0px 15px;
  background: url("../img/encart_big_grey_body.gif") center repeat-y;
}

.encart_bottom_grey
{
  background: url("../img/encart_big_grey_bottom.gif") center no-repeat;
}

/*------------ Other -----------------*/

.me
{
  font-size: 70%;
  margin-left: 15px;
}

.arlette
{
  margin-left: 292px;
}

.corps_new
{
  margin-left: 30px;
}

.img_new
{
 margin-left: 100px;
}

.pub_ff
{
  margin-left: 15px;
}

.ie
{
  text-align: center;
}
