@charset "utf-8";
/* CSS Document */

#main {
	background-image:url(../media/images/fr/background.jpg);
}

#pirate {
	background-image:url(../media/images/fr/pirate.jpg);
}

#recherche, #recherche2, #recherche3 {
	background-image:url(../media/images/fr/background_recherche.png);
}

#content {
	background-image:url(../media/images/fr/background_content.png);
}

#footer {
	background-image:url(../media/images/fr/background_footer.png);
}

.loginBox{
	background-image:url(../media/images/fr/parchemin-bg.png);
}

#themasList {
	background-image:url(../media/images/fr/background_themas.jpg);
}

#themasList a, #chooseThemasList #list a{
	background-image:url(../media/images/fr/checkbox-off.gif);
}

#themasList a.selected, #chooseThemasList  #list a.selected{
	background-image:url(../media/images/fr/checkbox-on.gif);
}

.homePromoBox{
	background-image:url(../media/images/fr/promo-empty.gif);
}

#connexionBloc .required {
	background:url(/media/images/fr/form-requis.png) right top no-repeat;
}

#connexionBloc .connexionForm { 
	background:url(/media/images/fr/form-requis.png) right top no-repeat;
}

#connexionBloc .formNumeroClient { 
	background: right top no-repeat #efefef;
}

#inscriptionBloc .required { 
	background:url(/media/images/fr/form-requis.png) right top no-repeat;
}

#inscriptionBloc .inscriptionForm { 
	background:url(/media/images/fr/form-requis.png) right top no-repeat;
}

#inscriptionBloc .formNumeroClient { 
	background: right top no-repeat #efefef;
}

#sendToFriend .required { 
	background:url(/media/images/fr/form-requis.png) right top no-repeat;
}

#sendToFriend .formSendToFriend { 
	background:url(/media/images/fr/form-requis.png) right top no-repeat;
}

#sendToFriend .formNumeroClient { 
	background:url(/media/images/fr/form-bckgrd-client.png) right top no-repeat #efefef;
}

.formError { 
	background:url(/media/images/fr/form-requis-h.png) right top no-repeat !important;
}

.formError2 { 
	background:url(/media/images/fr/form-requis-h.png) right top no-repeat !important;
}

.formSendToMe { 
	background:url(/media/images/fr/form-requis.png) right top no-repeat;
}




