﻿/* CSS Document */

body { /* Corps de la page toute entière */ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0px;
padding: 0px;
background-color:#5a5b5b;
}

b {
color:white;
}

a {
text-decoration: none;
color:#FFFFFF;
font-weight:bold;
}

#conteneur /* Bloc de la page (contient le header, le centre et le bas) */ {
position: relative;
width: 1000px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
border-color:#BF3030;
border-style: solid;
border-width: 3px;
}

.header /* Bannière du haut */ {
height: 160px;
width:1000px;
background-image:url(../header/header_FR.jpg);
font-size: 20px;
font-family: Tahoma;
text-align:right;
}

#liens{
margin-right:10px;
text-align:left;
margin-top:10px;
}

.header a {
	text-decoration:none;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

#centre /* Corps (plus grosse partie remplie) de la page */ {
height: 150px;
background-color: #9E9E9E;
}

.bas {
background-color: #5a5b5b;
min-height: 275px;
max-height:inherit;
color: #FFFFFF;
font-family:"Arial", Times, serif;
font-size:17px;
margin-bottom:20px;
margin-left:5px;
margin-right:5px;
text-align:center;
font-weight:bold;
}

.bas a {
text-decoration:none;
color:#FFFFFF;
font-style:inherit;
font-weight: bold;
}

.bas a:hover {
font-weight: bold;
color:#BF3030;
}

p {
margin: 0 0 10px 0;
}
