/* ----------------- MAIN.CSS  Boxers-dimourrenegro.com ----------------------- */

/* ---------------- */
/* Classes Globales */
/* ---------------- */
html,body {
}
html {
	width:100%;
}
body {
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
}

img {
	border:none;
	vertical-align:middle;
}
a {
	color:#0000FF;
	text-decoration: underline;
	font-weight: Bold;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
	font-weight: Bold;
}
td { 
	vertical-align:middle;
}

/* ------------------------------------------------------- */
/* Classes propriétaires relatvie à l'architecture globale */
/* ------------------------------------------------------- */
/* Menu */
#menu {
	text-align:center;
	background:#960018;
}
#menu_filler {
	position:absolute;
	top: 0; left:0;
	width: 100%; height:150Px;
	background: #960018;
}
#menu_container {
	margin: 0Px;
	padding: 0Px;
	width: 800px;
	text-align:left;
	height: 150Px;
}
#menu_layer {
	position:absolute;
	background:#960018;
	height: 150Px
}

#img_title{
	position:absolute;
	left:150Px;
	top:0Px;
}
#img_logo {
	position: absolute;
	left:0Px;
	top:0Px;
	width: 122Px;
	height:150Px;
}
/* Page */
#global {
	width: 750Px;
	margin: 0 auto;
}
#content {
	width: 100%;
	text-align:center;
}


/* Footer */
#footer {
	font-size: 0.8em;
	width: 750Px;
	text-align:center;
	border-top: 1px #000000 solid;
}
/* Pubs */
#pub {
	width: 750Px;
	background: transparent;
	text-align:center;
}
/* Apparence du bouton changer contigu aux listes */
.change_button {
	border:#000000 solid 1Px;
	display:inline;
}
.lettrine {
	font-size: 2.5em;
}
/* Pages Chiots, Boxers --> Arbre Généalogique */
.arbgen {
	vertical-align: middle;	
}
.male {
	background: #CCCCFF;
}
.fem {
	background: #FFCCCC;
}
/* Pages Galerie */
.galerie_table {
	margin: 2px;
	background: #000000;
	display:inline;

}
.galerie_name {
	color: #FFFFFF;
	font-weight: bold;
}
.galerie_photo {
	
}
.galerie_descr{
	color: #CC6633;
}

/* ------------------ */
/* Classes génériques */
/* ------------------ */

.hidden {
	width: 0Px;
	height: 0Px;
	visibility: hidden;
}

