
BODY {
 font: Verdana, Tahoma, arial, sans-serif; 
 /*background-color: #006699;
 background-repeat:repeat-x;*/

		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		margin:0;
		padding:0;
			background: #e5e5e5 url(../images/bg.gif) repeat-y center;
min-width:778px;
 } 


.article-title {
	font-size: 18px;
	font-weight: bold;
	color:red;
}

A:link {color: #FF0000; text-decoration: none}
A:visited {color: #ff0033; text-decoration: none}
A:active {color: #ff0033; text-decoration: none}
A:hover {background: #FFCC00; font-weight:bold; color: red;}





a.lien_1 {font-family: tahoma; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none} 

a.lien_1:hover {font-family: tahoma; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color:none} 



a.lien_2 {font-family: tahoma; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none} 

a.lien_2:hover {font-family: tahoma; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none; background-color:none}


/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: underline;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #996600; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

.categories {
	font-size: 150%;
color: #FF0000;	
}