/*
//------------------------------------------------------------------
// 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 .visuel{
	padding-right:0px;
}

#content a.presse{
	display:block;
	width:190px;
	height:29px;	
	background:white url(images/boutonvert.jpg) no-repeat;
	text-align:center;	
	color:white;
	text-decoration:none;
	line-height:26px;
	text-transform:uppercase;
	border:none;
	font-size:11px;
	font-weight:bold;		
	float:right;
	margin-top:400px;	
	margin-right:30px;
}

/*------------------------------------------------*/
#content div.contour{
	padding:3px;
	background:#e0e1e2;		
	margin-right:257px;	
}

#content div.interview{
	height:425px;
	overflow-y: scroll;
	border:solid 1px #4c4a4d;
	background:white;
	padding:4px;
	
    scrollbar-face-color: #97BE0D;
    scrollbar-shadow-color: white;
    scrollbar-highlight-color: #ececec;
    scrollbar-3dlight-color: #dbdcdd;
    scrollbar-darkshadow-color: #dbdcdd;
    scrollbar-track-color: white;
    scrollbar-arrow-color: white;	
}

#content h2{
	margin-bottom:5px;
}

#content span.question{
	font-family:Myriad,Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#96bf0d;
	margin-bottom:5px;
	display:block;
}

#content p{
	font-family:Myriad,Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:13px;
	margin-bottom:15px;
	margin-right:0px;
	text-align:justify;
}

#content strong{
	color:#96bf0d;
}

#content .interview .imprimer {
	font-size:11px;
	text-align:right;
}

#content .interview .imprimer a{
	color:#53A1D4;
}


