/* --- STYLES DE BASE --- */
body {
    font-family : arial, helvetica, freesans, sans-serif;
    font-size   : 14px;
}
h1, h2, h3, h4, h5 {
    margin      : 0.2em 0 0em 0; /* Rapproche le titre du texte */
    line-height : 1.2;
    font-weight : bold;
    font-style  : normal;
}
h2, h3 {
    display: inline;
    /*padding-left: 17px;
    background: url("../images/carre-rouge-9.png") no-repeat left center;*/
}

/*h2.deux-lignes, h3.deux-lignes {
    padding-left: 17px;
    background: url("../images/carre-rouge-long.png") no-repeat left center;
}*/


h1 {
    font-size : 20px;
    color     : #474D4D;
}

h2 {
    margin-top : 0;
    font-family: Georgia, "Trebuchet MS",Helvetica,sans-serif;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    color     : #474D4D;
    font-weight : normal;
}

h5 {
    border-bottom: 2px solid #c70000;
    color: #000000;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 2px;
    text-transform: uppercase;
}
h3 {
    font-family: Georgia, "Trebuchet MS",Helvetica,sans-serif;
    font-size: 1.666em;
    font-weight: normal;
    margin : 0 0;
}

h1 {
margin: 0;
color: #CC0000;
font-size:28px;
font-family: "Trebuchet MS",Helvetica,sans-serif;
display:block;
}

h2 {
	display: block;
	border-bottom: 2px solid #C70000;
   	color: #000000;
   	font-family: "Trebuchet MS",Helvetica,sans-serif;
  	font-size: 1.5em;
   	font-weight: bold;
   	margin: 20px 0 20px;
   	padding: 0 0 2px;
   	text-transform: uppercase;
}

h3{
	display: block;
    font-family: Georgia,"Trebuchet MS",Helvetica,sans-serif;
    font-size: 1.666em;
    font-weight: normal;
    margin: 0;
    text-transform: none;
    margin: 0 0 10px;
    padding-left: 16px;
    background: url(../images/carre-rouge-9.png) no-repeat 0 10px;
}

ul, ol {
    margin  : .75em 0 .75em 32px;
    padding : 0;
}
p {
	font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 14px;
}
a {
    text-decoration : underline;
    color           : #474D4D;
    cursor: pointer;
}
a:hover {
    color           : #DE740A;
    text-decoration : underline;
}
a img {
    border : none;
}

a.nostyle {
    text-decoration : none;
}
a.nostyle:hover {
    text-decoration : none;
}

form {
    margin  : 0;
    padding : 0;
    border  : none;
}
input, button, select {
    vertical-align : middle;
}
table {
    border-collapse : collapse;
    border-spacing  : 0;
}

div.spacer {
    height : 30px;
}

p.error {
    color : red;
    background : pink;
    border : 2px solid #fe3827;
}

.pointer {
    cursor : pointer;
}