html {
	font-size: 100%; 
}

body {
margin : 0;
padding : 0;
color : #212121;
font-family : verdana, arial, sans-serif;
font-size : 10pt;
text-align : center;
background-image : url("images/fond4.jpg");
background-repeat: repeat-y;
background-position : center;
background-color:#76AADA;
}

td {
font-family : verdana;
font-size : 8pt;
color : #212121;
}

h2,h3,h4 ,h5 { 
		color:#3A74B6;
		margin: 0 0 .5em 0;
	}
	
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5 {font-size: 10pt;}

#parche {
	background-color:#ffffff;
	padding:10px;
	border: 1px solid #c8c8c8;
}
img {
border-color: #212121;
}
.compterendu {
background-image : url("images/fond1.gif");
}

.descriptif td {
text-align:left; 
vertical-align:top; 
font-size: 10px;
}

a:link {
text-decoration : none;
color : #052a47;
font-weight : normal;
}
a:visited {
color : #052a47;
font-weight : normal;
text-decoration : none;
}
a:hover {
color : #052a47;
font-weight : normal;
text-decoration : none;
}


.lien:link {text-decoration : none;
color : #ffffff;
font-weight : bold;
}
.lien:visited {text-decoration : none;
color : #ffffff;
font-weight : bold;
}
.lien:hover {text-decoration : underline;
color : #ffffff;
font-weight : bold;
}


.acces:link {
text-decoration : underline;
color : #212121;
font-weight : normal;
}
.acces:visited {
text-decoration : underline;
color : #212121;
font-weight : normal;
}
.acces:hover {
text-decoration : none;
color : #212121;
font-weight : normal;
}


.fiche:link {
text-decoration : underline;
color : #3A74B6;
font-weight : normal;
}
.fiche:visited {
text-decoration : underline;
color : #3A74B6;
font-weight : normal;
}
.fiche:hover {
text-decoration : none;
color : #90B2D7;
font-weight : normal;
}
 
.menu:link {
text-decoration : none;
color :#3A74B6;
font-weight : bold;
}
.menu:visited {
text-decoration : none;
color : #3A74B6;
font-weight : bold;
}
.menu:hover {
color :  #3A74B6;
font-weight : bold;
text-decoration : underline;
}

ul {
margin: 0;
padding: 0;
font-weight: bold;
width:188px;
text-align:left;
}

ul li {
display:inline;
font-family : verdana;
font-size : 8pt;
color : #212121;
margin: 0;
padding: 0;

}

ul li a {
display: block;
font-family : verdana;
font-size : 8pt;
color : #212121;
background-color :#DAE3EC;
padding: 0;
padding-top: 3px;
padding-bottom: 3px;
margin:0;
border:solid 1px #ffffff;
}

ul li a:hover {
font-family : verdana;
font-size : 8pt;
color : #111111;
background-color :#ffffff;
border:solid 1px #ffffff;
}

* html  ul{
margin-bottom: 0;
}