body,td,th {
	font-family: Trebuchet MS, MS Sans Serif, sans-serif;
	font-size: 13px;
}
body {
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	min-width: 870px;
}
a, a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 15px;
}
a:hover, a:active, a:focus {
	color: #CC008C;
}

#menu {
	height: 556px;
	width: 203px;
	background-color: #cccccc;
	position: absolute;
	top: 143px;
	left: 0px;
	visibility: visible;
	z-index: auto;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu #link {
	width: 184px;
	margin-top: 80px;
}

/* Définition du menu principal */
#menu #link a {
	display: block;
}

/*----------- Accueil ----------*/
#menu #link #maccueil {
	background-image: url(../images/accueil.png);
	background-repeat: no-repeat;
}
a#maccueil #accueil, a#maccueil:link #accueil, a#maccueil:visited #accueil {
	visibility: hidden;
}
a#maccueil:hover #accueil, a#maccueil:active #accueil, a#maccueil:focus #accueil {
	visibility: visible;
}

/*------------- Elevage ----------------*/
#menu #link #melevage {
	background-image: url(../images/elevage.png);
	background-repeat: no-repeat;
}
a#melevage #elevage, a#melevage:link #elevage, a#melevage:visited #elevage {
	visibility: hidden;
}
a#melevage:hover #elevage, a#melevage:active #elevage, a#melevage:focus #elevage {
	visibility: visible;
}

/*---------Ragdoll ------------*/
#menu #link #mragdoll {
	background-image: url(../images/ragdoll.png);
	background-repeat: no-repeat;
}
a#mragdoll #ragdoll, a#mragdoll:link #ragdoll, a#mragdoll:visited #ragdoll {
	visibility: hidden;
}
a#mragdoll:hover #ragdoll, a#mragdoll:active #ragdoll, a#mragdoll:focus #ragdoll {
	visibility: visible;
}

/*---------- Males -----------*/
#menu #link #mmales {
	background-image: url(../images/males.png);
	background-repeat: no-repeat;
}
a#mmales #males, a#mmales:link #males, a#mmales:visited #males {
	visibility: hidden;
}
a#mmales:hover #males, a#mmales:active #males, a#mmales:focus #males {
	visibility: visible;
}

/*----------------- Femelles ----------*/
#menu #link #mfemelles {
	background-image: url(../images/femelles.png);
	background-repeat: no-repeat;
}
a#mfemelles #femelles, a#mfemelles:link #femelles, a#mfemelles:visited #femelles {
	visibility: hidden;
}
a#mfemelles:hover #femelles, a#mfemelles:active #femelles, a#mfemelles:focus #femelles {
	visibility: visible;
}

/*------------- Chatons -----------*/
#menu #link #mchatons {
	background-image: url(../images/chatons.png);
	background-repeat: no-repeat;
}
a#mchatons #chatons, a#mchatons:link #chatons, a#mchatons:visited #chatons {
	visibility: hidden;
}
a#mchatons:hover #chatons, a#mchatons:active #chatons, a#mchatons:focus #chatons {
	visibility: visible;
}

/*----------- Anciens chatons ----------*/
#menu #link #mancienschatons {
	background-image: url(../images/anciens_chatons.png);
	background-repeat: no-repeat;
}
a#mancienschatons #ancienschatons, a#mancienschatons:link #ancienschatons, a#mancienschatons:visited #ancienschatons {
	visibility: hidden;
}
a#mancienschatons:hover #ancienschatons, a#mancienschatons:active #ancienschatons, a#mancienschatons:focus #ancienschatons {
	visibility: visible;
}

/*------------ Liens ----------*/
#menu #link #mliens {
	background-image: url(../images/liens.png);
	background-repeat: no-repeat;
}
a#mliens #liens, a#mliens:link #liens, a#mliens:visited #liens {
	visibility: hidden;
}
a#mliens:hover #liens, a#mliens:active #liens, a#mliens:focus #liens {
	visibility: visible;
}

/*--------- Contact -----------*/
#menu #link #mcontact {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
}
a#mcontact #contact, a#mcontact:link #contact, a#mcontact:visited #contact {
	visibility: hidden;
}
a#mcontact:hover #contact, a#mcontact:active #contact, a#mcontact:focus #contact {
	visibility: visible;
}
/* Fin du menu principal */


#header #entete img {
	margin-top: 40px;
	height: 68px;
	width: 647px;
	margin-left: 200px;
}
#conteneur {
	margin-left: 203px;
}
#contenu {
	margin-left: 0px;
}
#header {
	background-image: url(../images/under_header_bg.jpg);
	background-repeat: repeat-x;
}
#logohead {
	position:absolute;
	left:22px;
	top:7px;
	width:185px;
	height:208px;
	z-index:1;
}
#entete {
	height: 143px;
	min-width: 885px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#texte {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#news dt {
	color: #CC0066;
	font-weight: bold;
}
#news dd {
	margin-left: 100px;
	margin-top: -18px;
	margin-bottom: 5px;
}

#rollimage {
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#news {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#news h2 {
	font-size: 150%;
	text-align: center;
	color: #CC0066;
	margin-top: 0px;
}

#news p {
	text-align: justify;
	margin-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
}
#texte h2 {
	font-size: 125%;
	color: #CC0066;
	text-align: center;
}
#texte p {
	text-align: justify;
}
#texte h1 {
	font-size: 125%;
	color: #CC0066;
	text-align: justify;
}
#presentation h2 {
	font-size: 120%;
	color: #CC0066;
	text-align: justify;
}
#expositions th {
	color: #CC0066;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#expositions td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}

#expositions {
	border: thin solid #000000;
}
#baniere, #baniere th, #baniere td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
#baniere h2 {
	margin: 0px;
	line-height: 30px;
}


.bordure_photos {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
.portee_photos {
	background-color: #CCCCCC;
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}

