/*
 * CSS principale du site Fidélité et Liberté
 * v1.0		20/03/07	Création
 *
 */

body {
	background: url(../images/blutextb.gif);
	margin: 5px;
	font: 12pt "Century Gothic", Arial, Helvetica;
	color: #003399;
}

a { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3366FF;
}

a:hover {
	color: #003399;
}


table#cadre {
	width: 100%;
}

#cadre tr {
	text-align: center;
	vertical-align: middle;
}
	
#cadre img {
	display: inline;
}

.separateurCadre {
	height: 42px;
	background-color: red;
}


.bandeauTitre {
	background-color: red;
}


#containerMenu {
	width: 150px;
	background-color: red;
	vertical-align: top;
}


#containerContenu {
	background-color: white;
	padding: 20px;
	vertical-align: top;
}

#titreContenu {
	font-size: 32px;
	font-weight: bold;
}

#texteContenu {
	text-align: center;
}


#piedDeCadre {
	height: 21px;
	background-color: red;
}


#piedDePage {
	background-color: transparent;
}
	

#referencement img {
	display: inline;
}
	
#referencement a {
	font: normal; 
	color: #003399; 
	text-decoration: none; 
}

table#referencement {
	width: 100%;
	font: 9pt normal;
	color: #003399; 
}

table#referencement tr {
	height: auto;
	text-align: right;
}


table#legendePlancheDesTravaux td {
	text-align: left;
}

table#plancheDesTravaux td {
	padding: 2px;
	text-align: center;
}

