* {
  	padding:0;
    margin:0;
    border:0;
  }
  body {
  	background: #CCBA9B;
  	font-family:Arial, Helvetica, sans-serif;
  	color: #79684F;	
    font-size: 0.9em;
  	text-align: center; /* pour corriger le bug de centrage IE */
  }
  a {
  	color: #58A0A0;
  	text-decoration: none;
  }
  a:hover {
  	color: #F84067;
  }
  h1 {
    text-align: center;
    font-size: 1.3em;
    margin: 1em 0 0.3em 0;
  }
  h2 {
    text-align: center;
    font-size: 1.1em;
    margin: 0.5em 0 1.1em 0;
  }
  p {
    margin-top: 0.8em;
  }
  ul { /* par défaut supprime le style des listes */
    list-style:none;
  }
  #page {
    display: block;
    position: relative; /* on positionne le conteneur */
    top:6px;
    margin-left: auto;
    margin-right: auto;
    width: 796px;
    text-align: left; /* pour rétablir l'alignement par défaut */
  }
  #hautdepage {
    height: 85px;
    background-image: url(images/contour-haut.png);
    background-repeat: no-repeat;
    padding-left: 18px;
  }
  #conteneur {
    position:relative;
    width:100%; /* corrige bug IE >7 */
    background-image: url(images/contour.png);
    background-repeat: repeat-y;
  }
  #basdepage {
    height: 20px;
    background-image: url(images/contour-bas.png);
    background-repeat: no-repeat;
  }
  
  /* style menu */

  ul#menu li ul{
    display:none;
  }
  ul#menu li:hover>ul{
    display:block;
  }
  ul#menu{
    position:absolute;
    top:65px;
    left:28px;
    width:750px;
    margin:0px;
    padding:0px;
    list-style:none;
    float:left;
    /*font-size: 0.8em;*/
    z-index: 1;
  }
  ul#menu li{
    float:left;
    display:block;
    height: 20px;
    border-left: 2px #FFFFFF solid;
  }
  ul#menu li a {
    display:inline;
    padding: 0 15px 2px 5px;
    text-decoration:none;
    height: 20px; /* pour IE */
    color:#FFFFFF;
  }
  ul#menu li a:hover, ul#menu li:hover { /* ul#menu li:hover pour autre que IE */
    background-color: #DD126E; 
  }
  .Select {
    background-color: #FFFFFF;
  }
  ul#menu li a.rubSelect {
    color: #464646;
  }

  /* sytle bloc dans conteneur */
  
  #partiePrincipale {
    float: left;
    display:inline; /* corrige le bug sous IE 6 de doublement des marges */
    width: 518px;
    margin-top: 10px;
    margin-left: 33px;
    /*background: #ccc;*/
    text-align: justify;
  }
  #partiePrincipale #cartouche .spip_logos {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px; }

  #colonneDroite {
    float: right;
    display:inline; /* corrige le bug sous IE 6 de doublement des marges */
    /*margin-top: 10px;*/
    margin-right: 28px;
    /*background: #777;*/
    width: 200px;
  }
  #infolegales {
    clear: both;
    padding-top:15px;
    text-align: center;
    font-size: 0.8em;
	position: relative;
  }

  #infolegales img {
	vertical-align: bottom;
  }
  
  /* sytle dans colonneDroite */
  
  #postit {
    margin-top: 10px;
    background-image: url(images/post-it.gif);
    background-repeat: no-repeat;
    padding: 45px 27px 0px 25px;
    height: 133px;
    font-style: italic;
    font-weight: bold;
  }
  #postit a {
    color: #F84067;
  }
  #postit .infoSelect {
    color:#A8A7A7;
  }
  #postit a:hover {
  	text-decoration: underline;
  }
  #listearticles{
    margin-top: 10px;
    border-left: 1px #AFACAE solid;
    padding-left: 13px;   /* lié à .tiret */
    padding-bottom: 15px;
  }
  #listearticles span { 
    font-size:0.75em;
  }
  #player_hexalt {
    margin-top: 10px;
  }
  #infopratiques{
    margin-top: 10px;
    border-left: 1px #AFACAE solid;
    padding-left: 13px;   /* lié à .tiret */
    padding-bottom: 10px;
  }
  .infoSelect {
    color:#A8A7A7;
  }
  .tiret{
    margin-left:-13px; /* lié à la taille de "puce_colonneDroite.gif" */
  }

