/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/

#content table {
	margin-top:15px;
}

#content table td{
	vertical-align:top;
	padding-bottom:20px;
}

#content table a{
	color:black;
}

#content table td.photo{
	width:90px;
}

#content table td.photo img{
	border:solid 1px #c4c4c4;
}


#content .titre{
	font-size:13px;
	margin-bottom:2px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}	

#content .contenu{
	margin-left:210px;
	background:url(images/separation.jpg) left bottom no-repeat;
	padding-bottom:30px;
}


#content .photos{
	width:200px;
	float:left;
}


#content .photos img{
	border:solid 1px #c4c4c4;
	margin-bottom:10px;
}

#content .descriptioncourte{
	margin-bottom:20px;
	font-style:italic;
	color:#646464;
}

#content .description{
	margin-bottom:20px;
}


#content a{
	color:#4c4c4c;
	font-weight:bold;
}
#content a.retour{
	color:#4c4c4c;
	font-size:11px;
}