/*
Feuille de style
Site : www.vol-libre-geneve.ch

Création : le 11 décembre 2007
Sur Mesure Concept Sàrl / Anne-Christine Robert / www.sur-mesure.ch

Dernières modifications : 18 janvier 2008
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #0C3E87;
	margin: 0;
	text-align: center;
	list-style-type: square;
	list-style-position: outside;
}
/* ELEMENTS TEXTUELS */
p  {
	font-size: 10pt;
}
p.centre {
	text-align: center;
}
.centre {
	text-align: center;
}
p.droite {
	text-align: right;
}
.italique
	{font-style: italic;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.rubrique {
	font-size: medium;
	color: #0C3E87;
	font-weight: bold;
}
	
.soustitre {
	font-size: 10pt;
	color: #0C3E87;
	font-weight: bold;}
	
.gras {
	font-weight: bold;}
	
.ssmenu {
	font-size: 10pt;
	font-style: normal;
	color: #DEE4EF;
	background-color: #CC0000;
}
	
.maj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;}
	
.note {
	font-size: 8pt;}

/* LIENS */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3F94CD;
	text-decoration: underline;}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0C3E87;
	text-decoration: underline;}
a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;}
a:visited.menu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0C3E87;
	text-decoration: underline;
}
a:hover.menu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
}

a.web {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited.web {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0099CC;
	text-decoration: underline;
}
a:hover.web  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336699;
	text-decoration: none;}	
	
/* TABLEAUX & MONTAGE */

table.bandeau {
	width: 955;
	border-top:solid thin #FFFFFF;
	border-bottom:solid thin #FFFFFF;
	border-spacing:0;
}

table.fd {
	width: 955;
	border: 0;
	border-spacing:0;
	padding:0;
}

table.fdclair {
	width: 90%;
	border: 0;
	background-color:#B6C5DA;
	border-spacing:0;
	padding:0;
}

td.nav {
	width:250; 
}

table.contenu {
	width:90%;
	border:solid thin #CC0000;
	background-color:#E6EBF2;
	border-spacing:5px;
}

table.contenuForum {
	width: 90%;
	border:solid thin #CC0000;
	background-color:#E6EBF2;
	border-spacing:0px;
	height: 450px;
}

td.tdtop{
	vertical-align: top;}
	
.petit {
	font-size: x-small;
}
