body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 14px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gt {
	width: 100%;
	height: 100%;
	table-layout:fixed
}
a {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	background-color:#CECEFF;
	font-weight: bold;
}

#nav, #nav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 11em;
}
	
#nav li { /* tous les items de liste */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
}

#nav li ul { /* listes de deuxième niveau */
	position : absolute;
	left: -999em;
	margin-left : 11em;
	margin-top : -1.35em;
}

#nav li ul ul { /* listes de troisième niveau et plus */
	position : absolute;
	left: -999em;
}

#nav li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	color:#0033CC ;
	text-decoration: none;
	font-weight: bold;
	background-color : #FFFFFF;
	padding : 0 0.5em;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

#nav li a:hover {
	color: #FF6600;
	background-color: #CECEFF;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	padding : 0 0.5em;
}

#nav li ul a {
	width: 11em;
	w\idth : 10em;
	display : block;
	color:#0033CC ;
	text-decoration: none;
	font-weight: bold;
	background-color : #CECEFF;
	padding : 0 0.5em;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	border:dashed 1px;
}

#nav li ul a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	padding : 0 0.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}

.titre {
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000099;
	text-decoration: underline;
	text-align: center;
}

.stitre {
	background-color:#0033CC;
	color:#FFFFFF; 
	font-weight:bold; 
	width:11em; 
	text-align:center;
}

input,select,textarea {
		color: #0033CC;
		font-size: 13px;
		background: #FFFFFF;
		border: 1px solid #003399; 
}

.new {
		font-weight:bold;
}
.date {
		font-style:italic;
		color:#999999;
		font-size:10px;
}
.menu {
	position:fixed;
	top:20px;
	left:20px;
}
.header {
	background:#FFFFFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	position:fixed;
	top:0;
	left:200px;
	margin-bottom:100px;
	text-align:center;
	height:100px;
	border-bottom:1px dashed #000066
}
.bdie {
	position:fixed;
	left:0;
	top:131px;
	height:100%;
	border-right:1px dashed #000066;
	width:200px
}
.bdff {
	position:fixed;
	left:0;
	top:120px;
	height:100%;
	border-right:1px dashed #000066;
	width:200px
}