/* Change la mise en page du div en g?n?ral  */body {	background-color: #EFE1D3 ;}div#page {	background: none;	position : absolute;	top : 0px;	left : 0px;	width : 1024px;	height : 768px;	overflow : none;}div#doggies_01 {	background: url(images_index/doggies_01.jpg);	position : absolute;	top : 45px;	left : 58px;	width : 244px;	height : 213px;	overflow : none;}div#doggies_02 {	background: url(images_index/doggies_02.jpg);	position : absolute;	top : 132px;	left : 302px;	width : 215px;	height : 42px;	overflow : none;}div#doggies_03 {	background: url(images_index/doggies_03.jpg);	position : absolute;	top : 45px;	left : 517px;	width : 443px;	height : 87px;	overflow : none;}div#doggies_04 {	background: url(images_index/doggies_04.jpg);	position : absolute;	top : 132px;	left : 517px;	width : 443px;	height : 575px;	overflow : auto;}div#doggies_05 {	background : url(images_index/doggies_05.jpg);	position : absolute;	top : 312px;	left : 27px;	width : 490px;	height : 92px;	overflow : none;}div#doggies_06 {	background-color: #EFE1D3;	position : absolute;	top : 404px;	left : 47px;	width : 300px;	height : 400px;	overflow : none;}div#doggies_07 {	background: url(images_index/doggies_07.jpg);	position : absolute;	top : 404px;	left : 302px;	width : 215px;	height : 303px;	overflow : none;}div#doggies_entrez {	background: url(images_index/entrez.jpg);	position : absolute;	top : 210px;	left : 337px;	width : 139px;	height : 72px;	overflow : none;}p#TexteIndex {	font-family: Trebuchet MS;	font-size: 14px;	color: #6e4224;	text-decoration: normal;	text-align: justify;		margin-left : 10px;	margin-top : 10px;	margin-right : 10px;	margin-bottom : 5px;}p#TexteTitres {	font-family: Trebuchet MS;	font-size: 16px;	color: #6e4224;	text-decoration: normal;	text-align: center;		margin-left : 10px;	margin-top : 10px;	margin-right : 10px;	margin-bottom : 5px;}a.entrez { /* définition de la classe "image" de la balise <a> */     display: block; /* la balise a doit être en bloc */     width: 139px; /* largeur de l'image réactive */     height: 72px; /* hauteur de l'image réactive */     background-image: url(images_index/entrez.jpg); /* source de l'image de départ */     background-repeat: no-repeat;     }	 a.entrez:hover { /* définition de la classe "image" de la balise <a> au survol */     background-image: url(images_index/entrez_2.jpg); /* source de l'image d'arrivée */     } a#monLien:link {	font-family: Trebuchet MS;	font-size: 12px;	color: #6e4224;	text-decoration: underline;}a#monLien:visited {	font-family: Trebuchet MS;	font-size: 12px;	color: #6e4224;	text-decoration: none;}a#monLien:hover {	font-family: Trebuchet MS;	font-size: 12px;	color: #6e4224;	text-decoration: none;}a#monLien:active {	font-family: Trebuchet MS;	font-size: 12px;	color: #6e4224;	text-decoration: none;	}a#monLien:focus {	font-family: Trebuchet MS;	font-size: 12px;	color: #6e4224;	text-decoration: none;}
