/*
//------------------------------------------------------------------
// 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 {
	background:#181810 url(images/fdpresentation.jpg) bottom repeat-x;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#f1ebe8;
}



#content h2{
	height:59px;
	width:261px;
	background:url(images/titreoptions.jpg) bottom left no-repeat;
	padding-top:30px;
}

#content .soustitre{
	font-weight:bold;
	color:#b4750a;
	font-size:12px;	
}



#content .option {
	padding-right:15px;
}

#content .option p{
	margin-bottom:8px;
}

#content .option img{
	float:left;
	margin-right:2px;
}

#content .option ul li{
	margin-left:20px;
}
#content .option span{
	font-weight:bold;
	color:#b4750a;
}

#content .visuel{
	height:550px;	
	width:50%;
	background:url(fr/images/options.jpg) bottom center no-repeat;		
}
#content .visuel-en{
	height:550px;	
	width:50%;
	background:url(en/images/options.jpg) bottom center no-repeat;		
}

#content .commentaires{
	width:50%;
	float:right;
	padding-top:15px;
}

#content table {
	border:solid 1px white;
	border-collapse:collapse;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#content table th{
	font-weight:bold;
	border:solid 1px white;
	padding:2px;
	padding-right:5px;
	padding-left:5px;
}
#content table td{
	border:solid 1px white;
	padding:2px;	
	padding-right:5px;
	padding-left:5px;	
}

#content h6{
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	color:#f1ebe8;
}

#content .taille{
	padding-right:10px;
}

#content .taille p{
	padding-bottom:8px;
}