body
{
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container
{	
	width: 660px;
	margin: auto;
	text-align: center;
}

/* ////////////////////////// left column ////////////////////// */

#left {
	background: #fff;
	float: left;
	width: 160px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

/* /////////////////////////// right column ////////////////////// */

#right {
	background: #fff;
	height: 500px;
	margin-top: 0;
	margin-left: 160px;
	padding: 0 0 15px 10px;
	text-align: left;
	font-size: 11px;
}

/* //////////////////// menu ////////////////////////// */

#menu                                                                  
{
	font-family: "Courier New", Courier, mono;
	color: #000000;
}

#menu span
{
  	font-size: 18px;
	font-weight: bold;
}

ul#taglist 
{
	margin: 0;
	padding: 0;
	list-style: none inside; 
}
ul#taglist li
{
/*	margin-left: -50%;
	padding-left: -50%;
*/
}
ul#taglist li a:hover
{
	color: #ff0000;
}
#submenu
{
	font-family: "Courier New", Courier, mono;
	color: #333;
	padding-top: 10px;
}
#submenu span
{
	font-size: 15px;
	font-weight: normal;
}
#search
{
	padding-top: 30px;
}		
.textfield
{
	padding: 2px;
	border: 1px solid #666;
	color: #666;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10px;
	background: #eee;
	margin-right: 30px;
	margin-bottom: 0px;
}
.submit 
{
	margin-top: 0px;
	border: 1px solid #666;
	background: #ff0000;
	padding: 1px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10px;
}
/* ///////////////// rubriques /////////////// */

#rub_img
{	
	margin-bottom: 5px;
}
#rub_img a 
{
	border: 0px;
}
#text
{
	font-size: 10px;
	color: #000;
	font-family: "Verdana", "Arial", sans-serif;
}
#text p a
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}
#text p span 
{
	font-weight: bold;
}
#text p span.title
{	
	font-size: 12px;
}
#text p span.date 
{
	color: #666;
	font-weight: normal;
}
/* ///////////////////// article page ///////////////// */

#content
{
	font-size: 10px;
	color: #000;
	font-family: "Verdana", "Arial", sans-serif;
}
#content p a
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}
#content p.caption 
{
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 0;
}
#content p.title
{
	margin-top: 2px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}
#content p.date
{
	color: #666;
}
#content p.subtitle
{
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin-top: 2px;
}	
#content p.lead
{
	color: #ff0000;
}	
#content p.ps
{
	color: #666;
}
/* ////////////////// links //////////////////// */

a:link 
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}
a:visited 
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}
a:hover, a:active 
{
	color: #333;
	text-decoration: none;
	background: #ff0000;
	border-bottom: 1px dotted #ff0000;
}
a.link:link
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}
a.link:visited
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}
a.link:hover, a:active
{
	color: #333;
	text-decoration: none;
	background: #ff0000;
	border-bottom: 1px dotted #ff0000;
}
#menu a:link
{
	border: 0;
}
#menu a:visited 
{
	border: 0;
}
#menu a:hover, a:active 
{
	border: 0;
	background: #fff;
}
