/* Styles généraux */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: url('/font/font.eot');
  src: local('Droid Sans'), url('/font/font.ttf') format('truetype');
}

body { font-size: 13px; /*color: #444;*/ font-family: 'Droid Sans', arial, serif; }

h1, h2, h3, h4, h5, h6 { color: #B6512C; font-weight: normal; line-height: 1; }
h1 { font-size: 1.6em; margin-bottom: 0.75em; }
h2 { font-size: 1.4em; margin-bottom: 0.7em; }
h3 { font-size: 1.3em; margin-bottom: 0.65em;  }
h4 { font-size: 1.2em; margin-bottom: 0.6em; }
h5 { font-size: 1.1em; margin-bottom: 0.55em; }
h6 { font-size: 1em; margin-bottom: 0.5em; }

hr { background-color: #ccc; height: 1px; }

a { color: #306eb2; text-decoration: none; }
a:hover { color: #306eb2; text-decoration: underline; }
a:focus { outline: none; border: none; }

p { margin-bottom: 1.2em; text-align: justify; }

.small { font-size: 0.9em; margin-bottom: 1em; line-height: 1.75em; }



/* Styles spécifiques pour formulaires TinyMCE */
.mceContentBody h1 { font-weight: normal; font-size: 1em; color: #444; line-height: 1.5em; text-align: justify; margin: 0 0 1.2em 0; padding: 0 }
