/*h1 à h5 pour les titres et paragraphes*/
h1 {
font-family:times new roman, serif;
font-size:14pt;
color:navy;
background-color:transparent;
text-align:left;
}
h2 {
font-family:times new roman, serif;
font-size:12pt;
color:navy;
background-color:transparent;
text-align:left;
}
h3 {
font-family:times new roman, serif;
font-size:12pt;
color:navy;
background-color:transparent;
text-align:justify;
}
h4 {
font-family:times new roman, serif;
font-size:12pt;
color:navy;
background-color:transparent;
text-align:center;
}
h5 {
font-family:times new roman, serif;
font-size:15pt;
color:navy;
background-color:transparent;
text-align:left;
}
/*paragraphes*/
p {
font-family:times new roman, serif;
font-size:12pt;
color:navy;
background-color:transparent;
text-align:justify;
margin-left:15px;
margin-right:10px;
}
/*utilisés dans les <div class="">*/
.style0{
text-align: center;
color:"#000080";
font-weight: bold;
font-family: Times New Roman;
font-size: 24pt;
}
.style01{
text-align: center;
color:"#000080";
font-weight: bold;
font-family: Times New Roman;
font-size: 16pt;
}
.style1{
padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:2px;
text-align: justify; 
color:"#000080";
font-family: Times New Roman;
font-size: 12pt;
font-weight: bold;
border-color:"#0000F0"
}
.style2{
text-align: center;
color:"#000080";
font-weight: bold;
font-family: Times New Roman;
font-size: 13pt;
}
.style21{
text-align: left;<
color:"#000080";
font-family: Times New Roman;
font-size: 12pt;
}
.style3{
text-align: left;
color:"#0000F0";
font-weight: bold;
font-family: Times New Roman;
font-size: 13pt;
}
.style4{
text-align: left;
color:"#000080";
font-weight: bold;
font-family: Times New Roman;
font-size: 12pt;
}
/*a: intérieur de la page; menu: menu vertical et menum maxliens.com*/
a:link{text-decoration:none;color:"#0000f0";}
a:visited{text-decoration:none;color:"#0000ff";}
a:hover{text-decoration:none;font-weight:bold;color:"#660099";}
a.menu:link{text-decoration:none;font-size:12pt;color:"#ffffff";width: 161px;height: 25px;background: url(images/menu-vert.gif);}
a.menu:visited{text-decoration:none;font-size:11pt;width: 161px;height: 25px;color:"#F7E5FF";}
a.menu:hover{text-decoration:none;font-weight:bold;font-size:12pt;width: 161px;height: 25px;background: url(images/menu-cor.gif);color:"navy";}
a.menum:link{text-decoration:none;background:url;color:"#F5B800";}
a.menum:visited{text-decoration:none;font-size:11pt;background:url;color:"#FFD042";}
a.menum:hover{text-decoration:none;font-weight:bold;font-size:13pt;color:"#FFE38F";}
/*menu: listing de sous-menus dans les pages*/
dl, dt, dd {
margin: 0px;
padding: 0px;
/*list-style-type: none;*/
}
ul, li{
margin: 1px;
padding: 1px;
}
dl#menuc {
width: 161px;
vertical-align:top;
}
dl#menuc dt {
cursor: pointer;
margin: 0px 0;
height: 25px;
line-height: 18px;
text-align: center;
font-weight: bold;
border: 0px ;
background: url(images/menu-vert.gif);
}
dl#menuc dd {
border: 0px;
}
dl#menuc li {
text-align: center;
background: url(images/menu-blr.gif);
}
dl#menuc li a, dl#menuc dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
p {
font-family:times new roman, serif;
font-size:12pt;
color:navy;
background-color:transparent;
text-align:justify;
margin-left:15px;
margin-right:10px;
}
dl#menuc li a:hover, dl#menuc dt a:hover {
background: url(images/menu-do.gif);color:navy;
}
/*menuh horizontal*/
#menuh {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
}
#menuh dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menuh dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menuh dd {
border: 1px solid gray;
}
#menuh li {
text-align: center;
background: #fff;
}
#menuh li a, #menuh dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menuh li a:hover, #menuh dt a:hover {
background: #eee;
}
/*site??*/
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: black;
color: #222;
}