/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

body {
	background-color: #767676;
}

.Style1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0033CC;
	font-weight: bold;
}

.Style1b{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #767676;
	font-weight: bold;
}

.Style2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #AEAEAE; 
font-weight: bold; 
}

.Style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #767676;
}

.Style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000; 
	font-weight: bold; 
}

.Style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.Style6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Style7 {
    font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
}

.Style8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    color: #FF0000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.bloc 
{  
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; 
font-style: normal; 
font-weight: normal;font-variant: normal;text-transform: none;text-decoration: none;
background-color: #EFEFEF; 
background-image: url();
border: 1px solid;
border-color: #767676;
width: 99%; 
}

.boutton 
{  
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; 
font-style: normal; 
font-weight: normal;font-variant: normal;text-transform: none;text-decoration: none;
background-color: #EFEFEF; 
background-image: url();
border: 1px solid;
border-color: #767676;
width: 25%;
cursor:pointer; 
}


