/* CSS Document */

body {
color : black; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
background-color : white; 
background-image : url(images/logo-vincennes.gif); 
background-repeat : no-repeat; 
background-position : 50% 0%; 
} 
a:link {
color : blue; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
a:visited {
color : blue; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
} 
a:hover {
color : red; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
background-color : yellow; 
} 
a:active {
color : red; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
background-color : yellow; 
} 
acronym , abbr {
color : green; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
cursor : help; 
border-bottom : 1px dashed green; 
} 
p.navigation {
color : gray; 
font-size : medium; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
h1 {
color : navy; 
font-size : x-large; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
h2 {
color : maroon; 
font-size : large; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
h3 {
color : #6a5acd; 
font-size : large; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
h4 {
color : #6a5acd; 
font-size : medium; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
} 
p.texte {
color : black; 
font-size : medium; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
} 
p.textepetit {
color : black; 
font-size : small; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
} 
