/* CSS Document */

BODY {
	font-family: Tahoma, Arial;
	font-size: 13px;
   background :  () fixes ;
background-color: #00245B;
background-image:url(images/architecture/fond.gif);
margin: 0;
padding:0; 
text-align:justify;
}

A {
	color:#003399;
	text-decoration:underline;
	font: Verdana;
	font-weight: bold;
}
A:hover {
	color:#003399;
	font: Verdana;
	font-weight: bold;
	text-decoration:underline;
}
A:visited {
	color:#003399;
	text-decoration:underline;
	font: Verdana;
	font-weight: bold;
}
.text {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #000000;
}
.textjustify {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #000000;
	text-align:justify;
}
.titre {
	font-family: Tahoma;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.titrenews {
	font-family: Arial;
	font-size: 13px;
	color: #CC3300;
	font-weight: bold;
}
.titrenews:hover {
	font-family: Arial;
	font-size: 13px;
	color: #CC3300;
	font-weight: bold;
}
.titrenews:visited {
	font-family: Arial;
	font-size: 13px;
	color: #CC3300;
	font-weight: bold;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#FFFFFF;
    font-size:12px;
    font-family:sans-serif;
	font-weight: bold;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}
	
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}
	
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
	}

.transMenu .item img {
	margin-left:12px;
	}