body { background-color: #6E6D6D;  
	   margin-top: 0;  
	   margin-right: 0;  
	   margin-left: 0;  
	   margin-bottom: 0;  
	   margin: 0;
	   font-family: tahoma, verdana, helvetica, sans-serif;
	   font-size: 12px;
           font-style: normal;
	   color: #696969;
      }
		
a:visited, a:link, a:active { text-decoration: none; 
      color: #FF0000; 
		}
		
a:hover { text-decoration: underline; 
      }

.titre {
	color: #696969;
	font-weight: bold;
	font-size: 18px;
}

A.titre:link, A.titre:visited, A.titre:active {
	color: #696969; 
	text-decoration: none;
}

A.titre:hover {
	color: #696969; 
	text-decoration: underline;
}

.soustitre {
	color: #ffffff;
	font-size: 10px;
}
.td { font-family: tahoma, verdana, helvetica, sans-serif;
	   font-size: 12px;
      font-style: normal;
		color: #696969;

      }

ul{margin-top: 0px; list-style: disc;  
	}



li{
	list-style: square;	
	display: list-item;
        font-size: 11px;
}

h2 { font-weight: bold;  font-size: 15px;   }

.linkcat{ color: #696969; }


hr		{ height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px; }

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
