/* CSS Document */
/*FOND GENERAL*/
body{
	background-color: #254399;
}
/*IDENTIFIANTS UNIQUES (IMAGES EN FOND DE PAGE)*/
#contenu{
	width: 800px;
	height: 469px;	
	background-image: url(fond_accueil.png);
	background-repeat: no-repeat;
}
#contenu_page_husky{
	background-image:  url(fond_husky.png);
	background-repeat: no-repeat;
}
#contenu_page_shepherd{
	background-image:  url(fond_shepherd.png);
	background-repeat: no-repeat;
}
#table_accueil{
	width: 800px;
	height: 600px;
	background-color: #ffffff;
	
}
/*CLASSES APPLIQUEES DANS LES DIFFERENTES PAGES*/

.table{
	width: 800px;
	height: 600px;
	background-color: #ffffff;
}
.header{
	background-image: url(header.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 111px;
	margin: 0;
	padding: 0;	
}
.menu{
	width: auto;
	height: 50px;
	margin: 0 0 0 250px;
	padding: 0px;	
}
.histo_connex{
	background-color: #dedede;
}
.histo_pages{	
}
.histo_pages a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.histo_pages a:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
}
.connexion{
	color: #FFFFFF;
	padding-right: 10px;
}
.connexion a:hover{
	color: #000000;
}
.contenu{
	
	font-size: 11px;
	font-family: arial;
}
.footer{
	background-image: url(footer.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}


