/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/


#menu{
	margin-bottom:5px;
}

#content .colonnedroite{
	float:right;
	width:299px;
}

#content h4{
	font-family:Arial Narrow;
	font-size:16px;
	background:#ddddb7;
	color:#061a2e;
	padding:2px;
}

#content img.photo{
	border:none;
}

#content .rubriques{
	border:solid 1px #ddddb7;
	margin-bottom:10px;
	padding-bottom:5px;
}

#content .publicite{
	margin-top:10px;
}	

#content .rubriques ul{
	margin:2px;
	margin-left:5px;
	padding-top:5px;	
}

#content .rubriques ul li{
	list-style-type:none;
	float:left;
	width:33%;
	font-size:10px;
	margin-bottom:6px;
	line-height:10px;
}


#content .rubriques ul li a{
	color:black;
	text-decoration:none;
}

#content .rubriques ul li a:hover{
	text-decoration:underline;
}



/*------------------------------------------------------------------*/
#content .annuaire{
	width:672px;
}

#content .rubrique{
	border:solid 1px #ddddb7;
	border-top:none;
	height:90px;
	text-align:center;
	background:#bac22f;
	margin-bottom:5px;
}
#content .rubrique p{
	font-size:12px;
	padding-top:20px;
}

#content .rubrique h2{
	font-size:14px;
	font-weight:bold;
	color:white;
}

#content .rubrique img{
	float:left;
	margin:1px;
}


/*------------------------------------------------------------------*/
#content .navigation{
	text-align:center;
	background:#ddddb7;
	font-size:10px;
	color:#676767;
}

#content .navigation a{
	color:#676767;
}

#content .navigation a:hover{
	color:black;
	text-decoration:underline;
}
/*------------------------------------------------------------------*/


#content .vide{
	font-size:10px;
	padding:20px;
	text-align:center;
	color:#6f6f6f;
	width:632px;
	border:solid 1px #ddddb7;	
}

#content table.liste{
	font-size:10px;
	color:#6f6f6f;
	width:672px;
	border:solid 1px #ddddb7;	
}



#content .liste a{
	font-weight:bold;
	text-decoration:none;
	color:#061a2e;
}	

#content table.liste td{
	vertical-align:top;
	padding-bottom:5px;	
	padding-top:5px;	
}

#content table.liste td.avatar{
	padding-left:5px;
	width:65px;
}


#content table.liste td.avatar img{
	border:none;
}

