
/* ------------------------------------------------------------------- */
/*  PLUGIN CSS DECLARATION                                             */
/*                                                                     */
/*  To Include this file in a JSP:                                     */
/*  - jcmsContext.addCSSHeader("plugins/{Name}/css/plugin.css");      */
/*                                                                     */
/*  You can also use implements PortalPolicyFilter.setupHeaders()      */
/*                                                                     */
/* ------------------------------------------------------------------- */

.skinNoir .traitNoir {
    background-color: black;
    font-size: 0;
    height: 12px;
    width: 450px;
}

#abonnementForm .formCRB {
		font-family:Trebuchet MS;
		padding:20px 0 0 0;
		width:450px;
}

#abonnementForm h1{
    font-family:Georgia,"Times New Roman",Times,serif;
		font-size:1.92em;
		font-weight:normal;
		margin-bottom:10px;
}


#abonnementForm .formCRB h2 {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    background-image: url(../images/ligne_grise_degradee.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#abonnementForm .formCRB .widget br
{
    display:none;
}

#abonnementForm .formCRB .formLabel {
		color:#666666;
		font-family:Trebuchet MS;
		font-size:1.1em;
		font-weight:bold;
		position:absolute;
		white-space:normal;
		width:220px;
		background:none;
		padding:0px;
		margin:2px 0;
}

#abonnementForm .formCRB .listeAbo{
    margin-top:20px;
}

#abonnementForm .formCRB .listeAbo .formLabel {
		background-image:url(../images/puce_fleche_bleue.gif);
		background-position:10px 3px;
		background-repeat:no-repeat;
		color:#002866;
		font-size:12px;
		font-weight:bold;
		margin:0 0 15px;
		padding:0px 0 10px 28px;
}

#abonnementForm .formCRB .formTextfield {
    border:1px solid #CCCCCC;
    color:#000000;
    font-family:Trebuchet MS;
    font-size:12px;
    height:15px;
}

#abonnementForm .formCRB .adresseElectronique .formTextfield {
		width:210px;
		margin:0 0 0 210px;
}

#abonnementForm .formCRB .listeAbo .formCheckbox{
    width:10px;
    margin:0 0 5px 28px;
    float:none;
}

#abonnementForm .infoEtLibertes{
    background-color:#F9F9F9;
    margin:40px 0 0 0px;
    padding:10px;
    width:430px;
}

