/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0 auto;
    padding: 0; /* Remettre à zéro si nécessaire. */
	font-family:Arial, Helvetica, sans-serif;
    /*font-size: .78em;  À adapter pour la police choisie. (3) */
	font-size:12px;
    line-height:normal; /* À adapter au design. (4) */
    color: #000;
	width:895px;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0; /* Rapproche le titre du texte. (5) */
	margin-bottom:0.5em;
	padding:0;
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
	color:#a10d59;
}
h1 {
    font-size: 1em;
	text-indent:-9999px;
	background:url(../images/interface/h1.jpg) no-repeat;
	height:490px;
	margin-top:20px;
}
h2 {
    font-size: 1.2em;
	font-weight:normal;
}
h3 {
    font-size: 1.25em;
}

.col2 h3 {
	font-size:1.50em;
}

h4 {
    font-size: 1em;
}

.col3 h4 {
	color:#535353;
}

h5 {
	font-size:1em;
}

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

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

.col3 h5+p {
	border-bottom:#ccc 1px dashed;
	padding-bottom:5px;
}

#home_intro p {
	margin-top:30px;
}

address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: none;
	color:#000;
}
a:link {
    
}
a:visited {
   
}
a:hover, a:focus, a:active {
   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) */
}

address {
	background:black;
	font-size:10px;
	color:white;
	padding:3px;
	clear:both;
	margin-bottom:30px;
	text-align:center;
}

address span:after {
	content:' /// ';
}

address span:last-child:after {
	content:'';
}

address a {
	color:white;
}
