body {
	background: #ffffff;
	text-align: center;
	position:relative;
	font-family:"Lucida Sans Unicode",Verdana,Arial;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color: #000;
}
#page {
	width: 700px;
	max-width: 700px;
	margin-top: 1.5em;
/*	border: 1px solid #336699;*/
	text-align: center;
}
.spacer {
	width: 0;
	height: 0;
}
ul#menu-vertical {
	padding:0 0 0 10px;
}
ul#menu-vertical li {
	background: transparent url('/images/accueil/menu/pointille.gif') no-repeat bottom;
	list-style-type: none;
	padding: 8px 0 4px 0;
}
ul#menu-vertical li.selected a, ul#menu-vertical li.selected span {
	font-weight: bold;
	color: black;
}
ul#menu {
	text-align: left;
	margin: 0 0 0; /* margin-top doit ?tre au minimum de 1px */
	font: bold .9em "Lucida Sans Unicode",Verdana,Arial;
	border-style: solid;
	border-color:  #336699;
	border-width: 0 0 1px 1px;
	list-style-type: none;
	padding: 3px 0 3px 0; /* le padding-bottom correspond au padding-top -1px qui est plus bas */
}

ul#menu li {
 display: inline;
 margin: 0;
 font-size: 12px;
}

ul#menu li.selected {
 border-bottom: 1px solid #fff;
 background-color: #fff;
}

ul#menu li.selected a, ul#menu li.selected span {
 background-color: #fff;
 color: #000;
 position: relative;
 top: 1px;
 padding-top: 5px; /* le padding-top correspond au padding-bottom +1px qui est plus haut */
 border-top: 1px solid #336699;
 font-weight:bold;
}

ul#menu li a, ul#menu li span {
 padding: 3px 4px; /* le padding-bottom correspond au padding-top -1px qui est plus haut, le padding-top peut ?tre plus petit ou plus grand si on veut des onglets de tailles diff?rentes */
 border-style: solid;
 border-color: #336699;
 border-width: 1px 1px 0 0;
/* background-color: #ccf;*/
 color: #666;
 margin-right: 0px;
 text-decoration: none;
 background-color: #DECEB4;
}

ul#menu a:hover {
 background: #fff;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
div#contenu {
	position:relative;
	padding: 0.5em 2%;
	background: #fff;
	text-align: left;
}
h1, h2, h3, h4 {
	text-align: center;
}
div#contenu .center {
	text-align: center;
}
.copyright {
	background: transparent url(../images/Logo-GFI-32x32.png) no-repeat scroll 92% 50%;
	text-align: right;
	padding: 1.5em 5em 1.5em 1.5em;
	width: 0;
	margin-top: -50px;
	float: right;
	cursor: pointer;
}
.copyright #gfi {
	display: none;
}
.copyright a {
	text-decoration: none;
	color: black;
}
pre {
	background: #fcc;
	border: 1px dotted;
	margin: 1em;
	padding: 0.5em;
	text-align: left;
}
a.pdf {
	background: transparent url('../images/pdf.gif') no-repeat scroll left center;
	padding-left: 16px;
	padding-top:1px;
	padding-bottom:1px;
}
.cadre_bas a {
	color:black;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:-1px;
	text-align:center;
}
.adresse {
	font-size: 0.8em;
	margin-left: 2em;
}
