A:visited { color: #006699;text-decoration: None; font-weight: bold ;}
A:link { color: #006699;text-decoration: None; font-weight: bold ;}
A:hover {color: #CC0033; background-color: none; font weight: bold ;}

.white:visited { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: none;}
.white:link { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: none ;}
.white:hover {color: #FFFF00; background-color: none; text-decoration: None; font-weight: none ;}

.bar1:visited { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.bar1:link { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.bar1:hover {color: #FFFF00; background-color: none; text-decoration: None; font-weight: bold ;}

.red:visited { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.red:link { color: #FFFFFF; background-color: none; text-decoration: None; font-weight: bold ;}
.red:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

.yellow:visited { color: #FFFF00; background-color: none; text-decoration: None; font-weight: bold ;}
.yellow:link { color: #FFFF00; background-color: none; text-decoration: None; font-weight: bold ;}
.yellow:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

.grey:visited { color: #999999; background-color: none; text-decoration: None; font-weight: bold ;}
.grey:link { color: #999999; background-color: none; text-decoration: None; font-weight: bold ;}
.grey:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

.bar2:visited { color: #999999; background-color: none; text-decoration: None; font-weight: bold ;}
.bar2:link { color: #999999; background-color: none; text-decoration: None; font-weight: bold ;}
.bar2:hover {color: #FF0000; background-color: none; text-decoration: None; font-weight: bold ;}

body {
margin: 0px;
padding: 0px;A
padding-bottom: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:black;
background-color:#FFFFFF;
background: #FFFFFF url(webdeco/background.jpg) repeat;
}

.td01 {
	background-color: #29547E;
	width: 200px;
	height: 400px;
}

.td02 {
	background-color: #FFFFFF;
	width: 595px;
}

.td03 {
	background-color: #29547E;
	width: 5px;
}

.titre {
	font-family: Arial narrow, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

.h1 {
width: 100%;
background-image: none;
background-x-position: left;
background-y-position: top;
background-repeat: no-repeat;
height: 20px;
padding-left: 10px;
	color:#336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px ;
	font-weight: bold ;
	margin:10px 0 10px 0;
	clear:both;
}

.h2 {
width: 100%;
background-image: none;
background-x-position: left;
background-y-position: top;
background-repeat: no-repeat;
height: 20px;
padding-left: 10px;
	color:#336699;
	font-family: Arial narrow, Helvetica, sans-serif;
	font-size:18px ;
	font-weight: bold ;
	margin:10px 0 10px 0;
	clear:both;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	font-size: 12px;
	text-align:justify;
	font-style: normal;
	font-weight: none;
	color: #336699;
}

/*Ici, vous pouvez jouer sur la largeur du menu*/
.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}

/*définition des liens*/
.buttonmenu li a{
/*main writing on menu button*/
color: #D9B466;
display: block;
width: 183px;
/*height and width*/
padding: 6px 8px;
text-decoration: none;
font-weight: bold;
border-right: 0px solid #006699; 
border-left: 0px solid #006699;
border-top: 1px solid #006699;
border-bottom: 1px solid #006699;
margin-right: 0px;
/*Couleur des bords clair foncé foncé clair*/
border-color: #D9B466;
/*color of button background*/
background-color: #29547E;
text-decoration:none;
}

.buttonmenu li a:visited{
color: #CC9933;
}

/*Ici, c'est pour le survol des liens*/
.buttonmenu li a:hover, .buttonmenu li a:active{
/*couleur ecriture bouton hover*/
color: #FFFFFF;
/*hover color bouton*/
background-color: #CC0033;
}

