﻿/*

Design de la toute premiere page du site : liens vers "ACR immo" et "ACR assurances"

*/


/* Taille de la fenetre generale et image de fond */
#conteneur_index_immo
{
	/* Bidouille pour centrer le site car IE n'est pas aux normes du CSS */
	position:fixed !important;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-350px;
	/*width:1050px;*/
	/*height:700px;*/
	background:url("index.jpg") no-repeat scroll top center;
 }
 
 .body
 {	
     margin: 0; /* pour viter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
 }
 
 
 /* Positionnement du tableau des immo */
 .drapeau_immo
 {
	/*
	margin-top:160px;
	margin-left:30px;
*/
	margin-top:140px;
	margin-left:10px;
	
	text-align: center;
	vertical-align: top;
	/*width: 144;*/
		
 }
 
 /* Design du tableau */
 .drapeau_immo td img
 {
	height: 36px;
	border: 1px;
	width: 55px;
	border-color: #b08e00;  /* dore ACR*/
	border-style:solid;
 }
 
  /* Positionnement du tableau assu */
 .drapeau_assu
 {
	
	margin-top:340px;
	margin-left:700px;

	text-align: center;
	vertical-align: top;
	/*width: 144;*/
		
 }
 
 /* Design du tableau */
 .drapeau_assu td img
 {
	height: 36px;
	border: 1px;
	width: 55px;
	border-color: #212f8c;  /* bleu ACR*/
	border-style:solid;
 }



