/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0em; /* Remettre à zéro si nécessaire. */
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, Tahoma, Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.2; /* À adapter au design. (4) */
    color: #424242;
    background: white;
    scrollbar-3dlight-color:#525252;
    scrollbar-arrow-color:#E5E5E5;
    scrollbar-base-color:#E5E5E5;
    scrollbar-darkshadow-color:#E5E5E5;
    scrollbar-face-color:#525252;
    scrollbar-highlight-color:#E5E5E5;
    scrollbar-shadow-color:#525252;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 2em;
    font-weight:normal;
}
h2 {
    font-size: 1em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .6em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: none;
}
a:link {
    color:#A7A0A0;
}
a:visited {
    color: #A7A0A0;
}
a:hover, a:focus, a:active {
    color: #A7A0A0;
    text-decoration: underline;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
#conteneur {
    width: 970px;
    margin: 0 auto;
    padding: 0px;
    z-index:1;
    background-color:#FFF;
    border:0;
}
#header {
    padding:0;
    margin:0;
    height:187px;
}
#colMenu {
    left:0;
    width: 180px;
    min-height : 500px;
    float: left;
}
#colCentre {
    min-height: 200px;
    clear:both;
    padding:0 30px;
    margin-top:30px;
    height:450px;
}
#footer{
    text-align: left;
    clear: both;
    padding-top: 5px;
    color:#525252;
    background:transparent url('../img/signature.gif') no-repeat bottom right;
    height:70px;
    font-size:9px;
}
#footer a{
  text-decoration: none;
  color: #525252;
  font-style:italic;
  font-size:9px;
  line-height:20px;
}
/******************************************************************************
* Colonne de Gauche "MENU"
******************************************************************************/
#menu{
  list-style-type: none;
  padding:0;
  height:25px;
  background-color:#E5E5E5;
  line-height:25px;
  width:940px;
  margin:auto;
  margin-top:30px;
}
#menu li{
  margin: 0 0 0 0;
  padding: 0 0px 0 30px;
  font-weight:bold;
  font-size: 12px;
  float:left;
}
#menu a{
  text-decoration: none;
  color: #525252;
}

.vignette{
    margin:0 5px 5px 0;
}
/******************************************************************************
* AGRANDISSEMNT IMAGES
******************************************************************************/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

/******************************************************************************
* BANNIERE FONDU
******************************************************************************/
#imageContainer {
	height:465px;
    position:relative;
    margin:0;
    padding:0;
    /*background: transparent url(../img/hp_logo.jpg) 0 no-repeat;*/
}

#imageContainer img {
	display:none;
	position:absolute;
	bottom:5px; left:5px;
}

/******************************************************************************
* STYLES DE BASE SUPPLÉMENTAIRES
******************************************************************************/

/* Met en évidence les abréviations */
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

/* Met en évidence les citations */
blockquote {
    margin: .75em 0 .75em 20px;
    padding: 0 0 0 10px;
    border-left: solid 2px #ddd;
}
q {
    font-style: italic;
    quotes: none; /* Supprime les guillemets automatiques */
}
cite {
    font-style: italic;
}
q cite, q q {
    font-style: normal
}

/* Rapproche les paragraphes dans les listes et citations */
blockquote p, li p {
    margin: .5em 0;
}

/* Styles de base pour les listes de définition */
dl {
    margin: .75em 0;
}
dt {
    margin: .75em 0 0 0;
    font-weight: bold;
}
dd {
    margin: .25em 0 .25em 32px;
}

/* Mise en forme simple pour les tableaux */
table {
    margin: 0;
    /* border: 1px solid gray; Pas de bordure = "none". */
    border-collapse: collapse; /* Valeur par défaut: "separate". */
    border-spacing: 0;
}
table td, table th {
    padding: 0px; /* Pas de retrait autour du texte = "0". */
    /* border: 1px solid #ccc; Pas de bordure = "none". */
    vertical-align: top; /* Valeur par défaut: "middle" */
    text-align: left;
    margin:0px;
}
/******************************************************************************
* NEWS DEROULANTS
******************************************************************************/
#cadreNews { width:210px; margin:0 auto; border:0; overflow:hidden;}
#news { position:relative; width:210px; height:170px; overflow:hidden;}
#defile { position:absolute; margin-top:1px; background-color:transparent;}

