html, body {
	height: 100%;
}

a:link {
	color: #262425;
	text-decoration: none;
}

a:visited {
	color: #262425;
}

a:hover {
	color: #262425;
	text-decoration: none;
}

img {
	-ms-interpolation-mode: bicubic;
	border: medium none;
	outline: none !important;
}

body {
	color: #262425;
	background-color: #262425;
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana,Segoe,sans-serif; 
	font-size: 1em;
	line-height: 1.25;
}

#global {
	min-height: 100%;
	width: 1124px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 350px;
	width: 1124px;
	background-image: url('../img/haut.jpg');
	background-repeat: no-repeat;
}

#nav {
	font-family: Arial;
	float: left;
	height: 335px;
	left: 0px;
	position: relative;
	top: -4px;
	margin: 0px 0px 20px 0px;
	width: 238px;
	background-image: url('../img/menu_fr.jpg');
	background-repeat: no-repeat;
	list-style-type: none;
}

.nav_item {
	display: block;
	color: none;
	left: 30px;
	position: relative;
	width: 180px;
	height: 50px; 
}

#nav_chatons { height: 55px; }

#nav_news {
	top: 300px;
	left: 70px;
	height: 45px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	min-height: 700px;
	background-image: url('../img/banderepet.jpg');
	background-repeat: repeat-y;
	padding: 30px 80px 60px 280px;
	margin-top: -4px;
}

#footer {
	text-align: center;
	position: relative;
	bottom: 0;
	width: 1124px;
	height: 271px;
	background-image: url('../img/bas.jpg');
	background-repeat: no-repeat;
	z-index: 1;
}

#copyright {
    display: block;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 800px;
	height: 130px;
	bottom: 0;
	height: 126px;
	padding-left: 88px;
}
#copyright div { 
	margin-left: -120px;
    margin-top: 7px;
}

#copyright a:link, #copyright a:hover, #copyright a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.hoverclass {
	border: 1px dashed #B3B3B3;
}

.image, .fancy-image-img, .elem_image img, .elem_image_texte img, .elem_texte_image img {
	margin: 5px;
}

.container {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
