body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #7FD6F4;
	margin:0px;
}
.bg {
	background-image: url(images/bg.gif);
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #042F7E;
}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #05307F;
}

.lien2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05307F;
}
.bgtxt {
	background-image: url(images/bgtxt.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	font-weight: normal;
}
.intro {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #042F7E;
}
.rouge {
	color:#c20101;
	font-weight:bold;
}

.img-hover {
	border: 1px solid #333333;
	
	
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}
.img-hover:hover {
filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}
/* ************************* Class Plan API GOOGLE ************************* */

.titreplan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;	
}
.txtplan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #9a379b;
}
.plan {
	width: 500px;
	height: 350px;
	border:1px #140411 solid;
}

/* ************************* Fin Class Plan API GOOGLE ************************* */
