/* CSS Document */

body {
	background-image: url(../images/bg2.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.borderleft {background-image:url(images/bord-gauche.gif); width:4px;}
.borderright {background-image:url(images/bord-droit.gif); width:4px;}

/* NavBar */

.boutonNavbar {background-image:url(images/Bouton.gif);}


/* Link Menu */

a.menu {
	font-size: 15px;
	font-weight:bold;
	color: #000000;
}
a:link.menu {
	text-decoration: none;
}
a:visited.menu {
	text-decoration: none;
	color: #000000;
}
a:hover.menu {
	text-decoration: underline;
	font-weight:bold;
	font-size: 16px;
	color: #FF0000;
}
a:active.menu {
	text-decoration: none;
	color: #000000;
}

/* footer */

.footer {background-color:#B56DAD;}

/* menu photos */

.header {background-color:#000000;}
h1 {font-size:14px; color:#000000; font-weight:bold; display:inline}
h2 { font-size:13px; color:#FFCC00; font-weight:bold; display:inline}

a.menuP {
	font-size: 15px;
	font-weight:bold;
	color: #000000;
}
a:link.menuP {
	text-decoration: none;
}
a:visited.menuP {
	text-decoration: none;
	color: #000000;
}
a:hover.menuP {
	text-decoration: underline;
	font-weight:bold;
	font-size: 16px;
	color: #FF0000;
}
a:active.menuP {
	text-decoration: none;
	color: #000000;
}

/* photos index */

.bg {background-image:url(images/bg-index.jpg);}




