/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.madeinfrance {
    background: transparent url(../images/drapeau-francais.gif) no-repeat center left;
    width: 100%;
    height: 40px;
    padding-left: 30px;
}

#header {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    background: #2A7FFF url(../images/fd_entete_2.png) repeat-x top left;
}

.dauphins_signature {
    width: 100%;
    height: 57px;
    background: #eee url(../images/dauphins_signature.png) center no-repeat;
}