/** styles de base **/ 
body,td,p{
        font-family: Verdana, Arial, helvetica, sans-serif;
  		font-size: 12px;
		color: #465661;
}


textarea {
    overflow: auto;
}



.sous_titre {  
    color: #476983;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.sous_titre_centre {  
    color: #476983;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    text-align:center;
    margin-bottom: 12px;
    margin-top: 8px;
}

/** divs plugins **/
.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}
