/* Theme Name:   enfant_Bravada */
/* Theme URI:    http://www.cryoutcreations.eu/wordpress-themes/bravada */
/* Description:  Description de mon thème enfant */
/* Author:       jd */
/* Author URI:   http://www.cryoutcreations.eu */
/* Template:     bravada */
/* Version:	   1.0.6.1 */



/*Nav menu*/
#access{
    border: solid white 1px;
    font-family: 'Times New Roman', Times, serif;
}
#access a :hover{
    text-decoration:  underline white;
}


/* parti blog*/
#lp-boxes-1{
background-color: #96837E;
font-family: 'Times New Roman', Times, serif;
}
/* Les 2 titre de la boite des blogs*/
.lp-section-title{
    color: black;
    font-family: 'Times New Roman', Times, serif;
}
.lp-section-desc{
    color: black;
    font-family: 'Times New Roman', Times, serif;
}
/*Le carré jaune indésirable*/
.lp-boxes .lp-boxes-inside::before{
    display: none;
}

/*les balise a des blogs*/
.lp-box-text .lp-box-title a{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #FFA789;
    text-decoration: underline double 2px;
    background-color: white;
    opacity: 0.8;
}

