body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	
}

#container {
	width: 90%;
	min-width: 780px;
	height: auto;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	overflow: hidden;
	
	background-color: yellow;
	
} 


#header {
	height: 70px;
	margin-top: 16px;
	border: 2px solid black;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	
	
	
} 
#header h1 {
	
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header #logo {
			height: 74%;
			width: 40%;
			color: #00827c;
			padding-top: 2px;
			padding-bottom: 0px;
			text-align: center;
			margin-right: auto;
			margin-left: auto;
			margin-top: 4px;
			margin-bottom: 0px;
			background-color: white;
			font-family: "Comic Sans MS", cursive;
			border: 2px solid black;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
			
}

#headerGauche  {
	width: 18%;
	height:  70px;
	text-align: center;
	float: left;
	
	

}

#headerDroite  {
	width: 82%;
	height:  70px;
	float: left;
	background-color: blue;

}

#headerDroite img {
	margin: 0px;
	padding: 0px;
}

#menu {
	
	font-size: 95%;
	height: 40px;
	width: 74%;
	margin-top: 8px;
	margin-left: 20%;
	
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 28px;

}

#colonnegauche {
	font-size: 90%;
	float:left;
	width: 17%;
	height: auto;
	background-color: #00827c;
	margin-top: 8px;
	padding-top: 4px;
	border: solid black 2px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	
}

#colonnegauche a { /* Les liens qui ne sont pas sous le curseur. */
	color: black; 
	text-decoration: none; /*  pas de soulignement*/
	
}
#colonnegauche a:visited { /* Les liens lorsque le curseur est dessus. */
	color: black;
	text-decoration: none;
	
}

#colonnegauche a:hoover { /* Les liens visités. */
	color: black;
	text-decoration: none;
	
}
#colonnegauche img {

	max-width: 100%;
	min-width: 100%;
	
}

#colonnegauche table {
	
	border-collapse: separate;
	border-spacing: 5px 15px;
	
}
	

#colonnegauche table td {

	background-color: #c3f5c6;
	text-align: center;
	font-size: 110%;
	border: solid 2px black;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc); 
}

#PlusUnGoogle  {
	width: 80%;
	text-align: right;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
}

#presentation {

	max-width: 92%;
	min-width: 92%;
	text-align: center;
	height: 86px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid black;	
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc); 
	
	border-right: 2px solid black;	
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	
	border-left: 2px solid black;	
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
}


#presentation #photogauche  {
	float: left;
	
	max-width: 25%;
	min-width: 25%;
}
#presentation #bienvenue  {
	float: left;
	height: 83px;
	width: 50%;
	padding-bottom: 3px;
	background-color: #c3f5c6;
	font-family: "Comic Sans MS", cursive;
	
	
}

#presentation #photodroite  {
	float: left;
	max-width: 25%;
	min-width: 25%;
	
}

#presentation  img {

	
	max-width: 100%;
	min-width: 100%;
}


#texte {
	float: left;
	width: 78%;
	margin-left: 3%;
	
	text-align: center;
	padding-top: 8px;
	border-right: 2px solid #00827c;
	background-color: silver;
	
}

#texte p   {
	font-weight: bold;
}

#texte table tr td{
	background-color: #b1eef6;
	}
#texte img  {
	
	margin-right: 20px;
	}
	

#imagegauche {
	float: left;
	width: 20%;
	height: 100px;
	
	
	border: solid blue 2px;
}

#centre {
	float: left;
	width: 50%;
	height: 100px;
	
	border: solid blue 2px;
}
	
#imagedroite {
	float: right;
	width: 20%;
	height: 100px;
	border: solid blue 2px;
	
}
#description {
		font-family: "Arial Black", Gadget, sans-serif;
		text-align:justify;
		width: 98%;
		padding-left: 14px;
		padding-right: 14px;
		margin-left: auto;
		margin-right: auto;
}

#container #texte #news   {
	
	width: 94%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #c3f5c6;
	font-size: 90%;
}



#footer {
		
	height: auto;
	width: 90%;
	
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc);
	
}
#footer #googleHorizontal     {
	width: 728px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #00827c;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(/PIE.htc); 
	

}
#footer #googleHorizontal  img   {
	max-width: 85%;
	}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	margin-left: 4px;
	
	
}

.profile {
	font-size: 94%;
	width: 90%;
	clear: right;
	overflow: auto;
	padding-left: 12px;
	padding-right: 12px;
	text-align: justify;
	
	margin-left: auto;
	margin-right: auto;
}
.small  {
	font-size: 95%;
	}
.assurance101  {
		
		
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-bottom: 3px;
	color: #00827c;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	background-color: white;
	-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px; 
		behavior: url(/PIE.htc); 
	
	}	
		
		
	}
.plusgros  {
		font-size: 110%;
	}
	
.titre   {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #00827c;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	background-color: #c3f5c6;
	-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px; 
		behavior: url(/PIE.htc); 
	
	}	
	
.petit101{
		font-size: 85%;
		background-color: #b1eef6;
		text-align: center;
		
		}
.blanc {
	
	background-color: white;
	padding: 10px;
	}