/*
//------------------------------------------------------------------
// 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{
	background:url(images/visuels/carre.jpg) right top no-repeat;	
	padding-right:15px;
}

#content ul {
	height:150px;
}
#content ul li{
	list-style-type:none;
	font-size:11px;
	float:left;
	width:49%;
}

#content ul li a{
	color:#1A171B;
	text-decoration:none;
}

#content ul li a:hover{
	color:#97BE0D;
	text-decoration:underline;
}


#content h6{
	text-align:center;
	padding:2px;
	border:solid 1px #edeeee;
	background:url(images/degardeinput.jpg) left repeat-y;
	margin-right:220px;	
	font-size:11px;
	font-weight:bold;
	font-family:Century Gothic;		
}


#content h5{
	color:#97BE0D;
	font-size:12px;
	margin-bottom: 20px;
}
#content div.contour{
	padding:3px;
	background:#e0e1e2;
	margin-right:220px;		
}

#content div.questions{
	height:235px;
	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 .questions .imprimer {
	font-size:11px;
	text-align:right;
}

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

#content .lien {
	font-size:11px;
	text-decoration:underline;
	text-align:right;
	color:#53A1D4;	
}

#content .float{
	float:right;
	width:200px;	
}

#content a.contact{
	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;		
}

#content .equipe{
	width:185px;
	padding:4px;
	border:solid 1px #d9dadb;
	color:#97BE0D;
	font-size:11px;
	margin-bottom:65px;
}

#content .equipe img{
	border:none;
}
