/* Feuille de style CSS pour le site web VA2BCA */
/* (c) Club radio-amateur VA2BCA, Club radio-amateur baieriverain */

/* Format page */

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:"Arial";
	margin:0;
	padding:0;
	}

a {
	text-decoration:none;
	font-weight:bold;
	}

a:link {
	color: #0000FF;
	}

a:visited {
	color: #FF0000;
	}

a:hover {text-decoration:underline;}

/* Format pour page kili2005 */

table.structure {
	height:100%;
	width:100%;
	border:0;
	border-width:0;
	border-spacing:0;
	padding:0;
	margin:0;
	}

td.menu {
	height:100%;
	width:120px;
	background-color: #000000;
	vertical-align:top;
	}

img.partenaire {
	border:0px solid #FFFFFF;
	padding:5px;
	}

/* Lien pour une répétitrice */

a.repetitrice {
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	font-size:24px;
	}

a.repetitrice:link {
	color: #0000FF;
	}

a.repetitrice:visited {
	color: #FF0000;
	}

a.repetitrice:hover {text-decoration:underline;}

/* Menu principal */

.menu {
	/*margin-top: 0; margin-right: 0;
	margin-bottom:0; margin-left: 0;*/
	margin:0;
	padding:4px;
	
	/*border-top: 5px solid #0033FF; border-right: 5px solid #0033FF;
	border-bottom: 5px solid #0033FF; border-left: 5px solid #0033FF;*/
	}

.menu ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type: none;
	}
	
.menu ul#navtop {
	width:116px;
	}

.menu ul li {
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	border-right:0px solid #000000;
	margin-left:0px;
	}

.menu ul li a {
	width:110px;
	height:36px;
	
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	
	padding:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:5px;
	margin-left:0;
	
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	text-align:center;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	background-color: #000000;
	line-height: 3em;
	}

.menu ul li a:visited {	
	text-decoration: none;
	color:#FFFFFF;
	}

.menu ul li a:hover {
	text-decoration: none;
	background-color: #6B6B6B;
	color: #00FF40;
	}


/* ajouter à l'élément 'a' class="twolines" quand
sont texte doit s'écrire sur deux lignes */
.menu ul li a.twoline {
	line-height: 2.25em;
	}

/* ajouter à l'élément 'a' class="threelines" quand
sont texte doit s'écrire sur trois lignes */
.menu ul li a.threeline {
	line-height: 1.5em;
	}

.menu #banner {
	/*border-top: 0; border-right:0;
	border-bottom: 0; border-left: 0;*/
	
	width:911px;
	height:200px;
	position:relative;
	overflow:hidden; /* Regle un bug dans IE */
	}

/* Formats du texte */

div.texte {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	padding:0;
	}

p.titreSection {
	font-style:italic;
	font-size:x-large;
	font-weight:bold;
	text-align:center;}

p.titreSousSection {
	font-style:normal;
	font-size:medium;
	font-weight:bold;
	text-align:left;}
