/* ------ BODY ----- */
* {
  margin:0px;
  padding:0px;
}

body {
  background-color:#003F63;
  text-align:center;
  color:#FFFFFF;
  font:normal normal normal 11px Verdana;
  margin-top:5px;
}
/* ------ INLINE ----- */
h3.titre {
	position:relative;
	top:-4px;
	font-weight:bold;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}
h3.titre_efface {
  display:none;
}
strong {
  font-weight:bold;
  font-style:italic;
}
h4 {
  font:normal normal normal 12px Verdana;
  font-weight:bold;
  margin:0 auto 0 auto;
}
h4.signature {
  font:normal normal normal 13px Verdana;
  font-weight:bold;
  margin:0 auto 0 auto;
}

/* ------ BLOCK ----- */

#centre {
  position:relative;
  width:750px;
  margin:0 auto;
}
#entete {
  position:relative;
  width:600px;
  height:300px;
  margin:0 auto;
}
#page_sans_contact {
	position:relative;
	width:750px;
  background-image:url('../images/entete.jpg');
  background-repeat:no-repeat;
  padding-top:220px;
}
#page {
	position:relative;
	width:750px;
  background-image:url('../images/entete.jpg');
  background-repeat:no-repeat;
  padding-top:100px;
}
#bouton_contact {
  padding:25px 58px 5px 0;
  text-align:right;
}
#bouton_contact img {
  border:0;
}
#bouton_catalogue {
  padding:5px 177px 25px 0;
  text-align:right;
}
#bouton_catalogue img {
  border:0;
}

div.haut_partie {
  position:relative;  
  width:660px;
  height:20px;
  margin:0 auto;
  background-image:url('../images/haut_contenu_640.gif');
  background-repeat:no-repeat;
  text-transform:uppercase;
}
div.contenu {
  position:relative;
  width:660px;
  margin:0 auto;
  background-color:#74ADCE;
  text-align:justify;
}
div.bas_partie {
  position:relative;
  width:660px;
  height:10px;
  margin:0 auto 10px;
  background-image:url('../images/bas_contenu_640.gif');
  background-repeat:no-repeat;
  clear:both;
}
p.sstitre {
  margin-bottom:10px;
  text-align:center;
}
p.texte {
  margin-bottom:10px;
  text-align:justify;
  padding-left:10px;
  padding-right:10px;
}
.lien_vignette {
  position:relative;
  float:left;
  margin-left:12px;
  text-align:center;
  width:150px;
}
.lien_vignette img {
  border:0px;
}


/* ------ LIENS ----- */
a.lien_texte {
  color: #166491;
  text-decoration:underline;
}
a.lien_texte:hover {
  color:#ffffff;
  text-decoration:none; 
}
a.lien_texte:active {
  text-decoration:none;
}

/* ----- Mise en page et separations ----- */

div.retour {
  margin:15px 0 35px;
}
div.retour a {
  position:relative;
}
div.retour a img {
  border:0;
}
.spacer {
  clear:both;
}

/* ----- Mentions legales ----- */

#mentions {
  position:relative;
  width:370px;
  margin:35px auto 30px;
}
#m1 {
  position:relative;
  padding-top:10px;
}
