/* CMS en globale styles */



body {
  font-family: "museo-sans-condensed", sans-serif;
  font-style:normal;
  font-size:15px;
  line-height:22px;
  padding:20px;
  margin:0;
  background-color:#ffffff;
  color:#000;
}

img {
  border:0;
  box-shadow: #000 0em 0em 0em; /* To trigger right rendering of scaled images with effects in FF */
}

a {
  text-decoration:none;
  color:#b60414;
}

/* Reset */
ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,pre {
  margin:0;
}

li {
  margin:0 0 0 -24px;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family:'century', arial;
  font-weight:normal;
	color:#b60414;
}
h1, .h1 {
	line-height:25px;
	font-size:24px;
	margin-bottom:10px;
}
h2, .h2 {
	font-size:24px;
	letter-spacing: 0.05em;
	margin-bottom:15px;
}

h3, .h3 {
  font-weight:bold;
  font-size:18px;
  line-height:29px;
}
.clear {
  clear:both;
}

.import_iframe {
  width:100%;
  height:500px;
}