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%;
	
	height: auto;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-color: white;
	
} 


#header {
	
	height: auto;
	text-align: center;
	margin-top: 20px;
	
	background-color: #00827c;
	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: 70px;
			padding-top: 0px;
			padding-bottom: 0px;
			text-align: center;
			margin-right: auto;
			margin-left: auto;
			margin-top: 4px;
			margin-bottom: 0px;
		}

#menu {
	font-size: 95%;
	height: 40px;
	width: 77%;
	margin-top: 8px;
	margin-left: 18%;
	
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 28px;
	background-color: #c3f5c6;
	
	
	
}

#colonnegauche {
	font-size: 90%;
	float:left;
	width: 15%;
	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 10px;
}
	

#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);
	
	
}



#texte   img {

	max-width: 40%;
	min-width: 40%;
}


#texte {
	float: left;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 8px;
	
	background-color: white;
}

#texte p   {
	font-weight: bold;
}

#texte table tr td{
	background-color: #f3f5de;
	
	}
	

#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 {
		padding-top: 1px;
		text-align:justify;
		width: 95%;
		margin-left: 3%;
		background-color: #c3f5c6;
}

#description h2   {
		
		text-align: center;
		color: #00827c;
	}
#description h3   {
		
		color: #00827c;
		text-align: center;
		margin-top: 3px;
	}
	
#description p  {

		text-align:justify;
		font-size: 95%;
	}
#description img {
	margin-right: 18px;
	margin-top: 14px;
	margin-bottom: 12px;
	max-width: 30%;
	min-width: 30%;
	}	
#description #PlusUnGoogle  {
	width: 80%;
	text-align: right;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	
	height: auto;
	width: 98%;
	padding-top: 8px;
	padding-bottom: 0;
	margin-top: none;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	
	
	}
#footer #googleHorizontal     {
	
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	

}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
}

.fltlfted { 
	float: left;
	
	
}

.fltlftInvalide { 
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	width: 160px;
}
.fltlftgmaman { 
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	width: 220px;
}
.profile {
	width: 94%;
	clear: right;
	overflow: auto;
	padding-left: 24px;
	padding-right: 24px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	background-color: white;
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;	
}

.profile h2    {
	text-decoration:underline;

}

	
.profile h4   {
	font-weight: bold;
	font-size: 110%;
}

.profile h5   {

	font-weight: bold;
	text-decoration:underline;
	font-size: 110%;
	color: #00827c;
}


	
.invalideImage {
	width: 92%;
	font-family: "Times New Roman", Times, serif;
	clear: right;
	overflow: auto;
	padding-left: 14px;
	padding-right: 14px;
	text-align: justify;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	
}
.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); 
	
	}	

.petit101{
		font-size: 85%;
		background-color: #b1eef6;
		text-align: center;
		margin: auto;
		
		}
.centrer {
		text-align: center;
	}
.plusgros {
		font-size: 110%;
		}
.plusgras  {
	font-weight: bold;
	}
.titre   {
	width: 50%;
	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: white;
	-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		border-radius: 10px; 
		behavior: url(/PIE.htc); 
	
	}	
.TitreaGauche   {
	
		font-size: 150%;
		color: #00827c;
		text-align: left;
		margin-left: 20px;
	}
		