@charset "utf-8";
/* CSS Document */

BODY {
	background:#fff url(img/fond2.png) fixed bottom left no-repeat;
	margin: 10px 0 50px 10px;
}

.menu {
  font-size: 10pt;
  line-height: 15pt;
  letter-spacing: 0pt;
  font-weight: bold;
  font-family: Trebuchet MS,Verdana,Sans-Serif;
  color: #356BA2;
}

a.menu:link, a.menu:visited {
	text-decoration: underline #356BA2;
	color: #000;
}
a.menu:hover {
	text-decoration: none;
	background-color: #356BA2;
	color: #fff;
}

.conteneur_menu {
  text-align: left;
  top: 30px;
  left: 810px;
  position: fixed;
}

.typo {
	font-size: 9pt;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	color:#777;
}
a:link, a:visited {
	text-decoration: underline #356BA2;
	color: #fff;
}
a:hover {
	text-decoration: none;
	background-color: #356BA2;
	color: #fff;
}

.titre {
font-family:Trebuchet MS,Verdana,Sans-Serif;
/*background-color :#356BA2;*/
border-bottom: #356BA2 2px solid;
color:#ffffff;
text-transform:uppercase;
font-size:13pt;
font-weight:bold;
text-align:center;
letter-spacing: 10pt;
line-height: 80pt;
margin: 0 0 25px 0;
width: 85%;
}


.sous_titre {
	font-size: 11pt;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	color:#fff;
	font-weight:bold;
	line-height:20pt;	
}

.tab {
	border: 2px solid #333;
	width: 90%;
	border-collapse: collapse;
	color:#f3eff2;
	padding:2px;
}

.tab th {
	border: 1px solid #333;
	width: 20%;
	font-size: 8pt;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	color:#777;
	font-weight: bold;
	text-align: center;
}

.tab td {
	border: 1px solid #333;
	width: 20%;
	font-size: 8pt;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	color:#777;
	text-align: center;
}

.red {
	color:red;
}

.distro_titre {
	font-size: 9.5pt;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	color:#fff;
	font-weight:bold;
	line-height:20pt;
	text-transform:uppercase;
}

.distro {
	font-size: 9pt;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	color:#777;
}
