/* ******************************************************** PARTIE COMMUNE ********************************** */
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	overflow-y: scroll;
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
/* ******************************************************** GESTION DES LIENS ********************************** */
a {
	color: #B2CEF6;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/* ******************************************************** GESTION DES TEXTES ********************************** */
.t1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 28px;
	}
.t2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #797979;
	line-height: 28px;
}
.t3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #495F84;
	line-height: 20px;
	margin:0;
}
.m {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #4E4E4E;
}
.m_blanc {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff; 
}
.copyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #797979; 
}
/* ****************************************************** GESTION DES IMAGES ********************************** */
img {
	border: 0;
}
/* ******************************************************** GESTION DES POSITION ********************************** */
.txt_align_justify {
	text-align: justify;
}
/* ******************************************************** GESTION BACKGROUND  ********************************** */
.bg_photo_contact {
	background: #536C91 url('contact.jpg') no-repeat right bottom;
}

