#slidemenubar2{
position:absolute;
left:0px;
top:120px;
}
body {
   background: url('images/textures/fondecran03.jpg');
/*   background-color: #FFFFCC; */
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 14px;
   color: #0033CC;
   text-align: justify;
   margin: 5px;
}
.center {
   text-align: center;
}
.gras {
	font-weight: bolder}
.center_gd {
   text-align: center;
	font-size: 26px;
}
p {
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 14px;
   text-align: justify;
}
table {
border-color:transparent;
border-style:transparent;
border-width:0px;
}
td {
font-family:Verdana, Arial, Tahoma, sans-serif;
font-size:100%;
color:black;
text-align:left;
background-color:transparent;
border-style:transparent;
border-width:0px;
}
tr {
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 14px;
}
H1 { /* Style titre */
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #0033CC;
}
H2 {
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 14px;
   font-weight: bold;
}
H3 { /* Style titre */
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 12px;
   font-weight: bold;
}
H4 { /* Style titre */
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 12px;
   font-weight: normal;
}
H6 { /* Style titre */
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
	color: #0033CC;
}
/* Les liens */
a:link {
	color:#333399; 
	font-weight:bolder; 
    font-color: blue;
	text-decoration:underline; 
}
a:hover { 
	color:#9900CC; 
	font-weight:bold;
    font-color: blue;
	text-decoration:underline overline; 
}
a:visited { 
	color:#6600FF; 
	text-decoration:none; 
	font-weight:normal;
	font-color: purple; 
}
a:active { 
	color:#FF0000; 
	font-size:11pt; 
	font-color: red; 
	text-decoration:none; 
	font-weight:bold; 
}
