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

/*couleur lien*/
a:link {
	color: #fb9605;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fb9605;
}
a:hover {
	text-decoration: underline;
	color: #bebebe;
}
a:active {
	text-decoration: none;
	color: #fb9605;
}

/*skin*/
.bas {
background-image: url(http://www.bporganisation.com/desingCOMPLET/bas.png);
}

.BD {
background-image: url(http://www.bporganisation.com/desingCOMPLET/BD.png);
}

.BG {
background-image: url(http://www.bporganisation.com/desingCOMPLET/BG.png);
}

.MD{
background-image: url(http://www.bporganisation.com/desingCOMPLET/MD.png);
}

.MG {
background-image: url(http://www.bporganisation.com/desingCOMPLET/MG.png);
}


/*Vierge*/

.HV {
background-image: url(http://www.bporganisation.com/desingCOMPLET/hautvierge.png);
}

.MV {
background-image: url(http://www.bporganisation.com/desingCOMPLET/milieuvierge.png);
}

.BV {
background-image: url(http://www.bporganisation.com/desingCOMPLET/basvierge.png);
}

/*centre diapo*/

.DIAPO{
background-image: url(http://www.bporganisation.com/designCOMPLET/centreDIAPO.png);
}

