body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url("images/fondbody_01.jpg");
    background-repeat: repeat;
}
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#conteneur {
    width: 974px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;   
}
#contenu {
    width: 974px;
    margin-top: 0px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
    background-image: url("images/fondpage_1.jpg");
    background-repeat: repeat-y;
}
#entete {
    width: 974px;
    height: 80px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    background-image: url("images/english/header_01.jpg");
    background-repeat: no-repeat;
}
#menuhautcss {
    width: 974px;
    height: 20px;
    background-image: url("images/fondmenu_1.jpg");
    background-repeat: repeat;
}
#menuhautfond {
    width: 969px;
    height: 20px;
margin-left: 2px;
}
#stylemenu {
    position: relative;
    display: block;
    height: 20px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    background: transparent url("images/bgoff_1.gif");
    background-repeat: repeat-x;
    background-position: top left;
}
#stylemenu ul {
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    list-style-type: none;
    width: auto;
}
#stylemenu ul li {
    display: block;
    float: left;
    margin: 0px;
}
#stylemenu ul li a {
    display: block;
    float: left;
    color: white;
    text-decoration: none;
    padding: 1px 30px 0px 30px;
    height: 20px;
}
#stylemenu ul li a:hover {
    color: #fff;
    background: transparent url("images/bgon_1.gif");
    background-repeat: repeat-x;
    background-position: top left;
}
#stylemenu ul li a.current {
    color: #fff;
    background: transparent url("images/bgon_1.gif");
    background-repeat: repeat-x;
    background-position: top left;
}
#temps {
    width: 200px;
	height: 30px;
	float: left;
    margin-left: 20px;
	margin-right: 0px;
	font-family: Times New Roman;
    font-size: 10pt;
    color: #000000;
}
#switcher {
    width: 600px;
	height: 30px;
	float: right;
    margin-left: 0px;
	margin-right: 20px;
	text-align: right;
	font-family: Times New Roman;
    font-size: 12pt;
    color: #000000;
}
#switcher select {
	width: 120px;
	border: 1px solid #000000;
}
#switcher select, option {
	font-family: Times New Roman;
    font-size: 10pt;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menubas {
    width: 965px;
    height: 20px;
    margin-left: 4px;
}
#decobas {
    width: 965px;
    height: 30px;
    margin-left: 4px;
	background-image: url("images/decobas.jpg");
    background-repeat: no-repeat;
}
#footer {
    width: 975px;
    height: 30px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    background-image: url("images/english/footer_1.jpg");
    background-repeat: no-repeat;
}
.voir {
    display: none;
}
h1 {
    font-family: Times New Roman;
    font-size: 14pt;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.philo {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #D8465E;
    text-align: center;
}
.boite {
   	width: 928px;
   	border: 2px outset #C0C0C0;
	background-image: url(images/fondboite_01.jpg);
	background-repeat: repeat-y;
   	margin-left: 20px;
	margin-right: 0px;
}
.boite1 {
   	width: 928px;
   	border: 2px outset #C0C0C0;
	background-image: url(images/fondboite_01a.jpg);
	background-repeat: repeat-y;
   	margin-left: 20px;
	margin-right: 0px;
}
.boite_texte {
   	width: 700px;
	float: left;
}
.boite_image {
   	width: 220px;
	float: right;
	text-align: left;
}
.boite_boutons {
    clear: both;
    width: 904px;
    font-family: Times New Roman;
    font-size: 12pt;
    color: #000000;
    margin: 0px;
    text-indent: 0;
    line-height: 100%;
    text-align: right;
}
.blabla {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
    text-indent: 0;
    line-height: 100%;
    text-align: justify;
}
.liensfp:link {
    font-family: Times New Roman;
    font-size: 12pt;
    text-decoration: underline;
    color: #0000FF;
    font-weight: normal;
}
.liensfp:visited {
    font-family: Times New Roman;
    font-size: 12pt;
    text-decoration: underline;
    color: #0000FF;
    font-weight: normal;
}
.liensfp:hover {
    font-family: Times New Roman;
    font-size: 12pt;
    text-decoration: underline;
    color: red;
    font-weight: normal;
}
.liensfp:active {
    font-family: Times New Roman;
    font-size: 12pt;
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
}