/* CSS Document */


div#global {
width:800px;
background-color:#ffffff;
overflow:auto;
}
 

div#bandeau {
width:800px;
height:155px;
background-image:url(../Images/Entete.jpg);
}
 

div#menu {
float:left;
width:200px;
background-color:#FFFFFF;
overflow:auto;
}
 

div#contenu {
float:left;
width:600px;
background-color:#FFFFFF;
overflow:auto;
}
 

div#piedpage {
clear:both;
width:800px;
height:173px;
background-image:url(../Images/Pied.jpg);
}
 

body {
 background-color: #FFFFFF;
 background-image: url(../Images/Tuile1.jpg);
 background-repeat: repeat;
}
 
a:link {
 font-family: "Times New Roman", Times, serif;
 font-size: 14px;
 font-style: normal;
 color: #70744F;
 text-decoration: none;
}
 

a:visited {
  font-family: "Times New Roman", Times, serif;
 font-size: 14px;
 font-style: normal;
 color: #70744F;
 text-decoration: none;
}
a:hover {
  font-family: "Times New Roman", Times, serif;
 font-size: 14px;
 font-style: normal;
 color: #d29814;
 text-decoration: underline overline;
}

a.liste2:link {
 font-family: "Times New Roman", Times, serif;
 font-size: 14px;
 font-style: normal;
 color: #d29814;
 text-decoration: none;
}

a.liste2:visited {
  font-family: "Times New Roman", Times, serif;
 font-size: 14px;
 font-style: normal;
 color: #d29814;
 text-decoration: none;
}

a.liste2:hover {
 font-family: "Times New Roman", Times, serif;
 font-size: 14px;
 font-style: normal;
 color: #70744f;
 text-decoration: underline overline;
}

h1 {
 font-family: "Times New Roman", Times, serif;
 font-size: 24px;
 font-style: normal;
 color: #70774f;
}

h2 {
 font-family: "Times New Roman", Times, serif;
 font-size: 18px;
 font-style: normal;
 color: #70774f;

}

p {
 font-family: "Times New Roman", Times, serif;
 font-size: 14px;
 font-style: normal;
 color: #70774f;

}




