body{
	font: 11px/22px  Verdana;
    background-color:#FFFFFF;
	background-image: url("images/backgroundfini2.jpg" );
	text-align: -moz-center;
}
h5 {
	background-image:url("images/pres.jpg");
	background-repeat:no-repeat;
	color:white;
}
#header{
    text-align: center;
	padding: 111px 0px 0px 0px;
}

#menu {
    font-size: 0.83em;
    margin: 0 0 1.2em; 
	padding: 0;
}
#onglet {
	width: 1015px;
	position:absolute;
	background-image: url("images/onglet1.jpg");
	background-repeat: no-repeat;
}

#onglet a{
	float: left;
	width: 120px;
	height: 30px;
	margin: 0 1px 0 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-align: center;
}

#onglet a:hover{
	float: left;
	width: 120px;
	height: 30px;
	background-image: url("images/tab4.gif");
	margin: 0 1px 0 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-align: center;
}

#onglet p{
	float: left;
	width: 143px;
	height: 30px;
	margin: 0 1px 0 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-align: center;
}

#corps {
	width: 997px;
	height: 150px;
}

#contenu {
	padding: 19px 0 0 0;
	width: 1012px;
	background: url("images/bord.png");
}

#contenu h2{
	color: white;
	background-image: url("images/contenu.gif");
	background-repeat: no-repeat;
	font: bold 12px/24px  Verdana;
	font-variant: small-caps;
	text-indent: 5em;
	/*border-top: 1px solid #333333;*/
	text-align: left;
}

#contenu p{
	
	padding-left: 50px;
	margin: 0 0 0 ;
	color: black;
	font: 12px/24px  Verdana;
	text-indent: 1em;
}

#connexion  {
    float:left;
	width: 172px;	
	color: #707070;
}

#right_menu {
	background-image: url("images/test.png");
	background-repeat: no-repeat;
	height: 365px;
	width: 277px;
	float: right;
	margin: 50px 1px 0 0;
}

#right_menu h1{
	color: #6B6D82;
	font: bold 15px Verdana;
	margin: 45px 23px 0 0;
}
	
#leftview {
	width: 240px;
	top: 176px
}
	
#bigview {
	width: 550px;
	height: 400px;
	position: absolute;
	top: 450px;
	left: 460px;
}

#pied{
	color: black;
	font-weight: bold;
	text-align: left;
	background-image: url("images/bas.png");
	background-repeat: no-repeat;	
	padding: 138px 25px 0px 0px;
	margin: 0 0 0 0;
	width: 1015px;
}

#cadre {
	/*background-image: url("images/right_menu.png");*/
	height: 20px;
	width: 110px;
	float: left;
	margin: -2px 0px 0 0;
}

#test {

	padding: 31px 0px 0px 0px;
	background-image: url("images/onglet1.jpg");
}

fieldset {
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}



#nav, #nav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 23px;
	background-image: url("images/onglet-int.png");
	background-repeat: no-repeat;	
}

#nav a {
	display: block;
	width: 11em;
}

#nav li { /* tous les items de liste */
	float: left;
	width: 11em; /* largeur obligatoire, sinon opera devient fou */
}


#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	width: 12em;
	height: 9em;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
	margin: 30px 0 0 0;
}

#nav li ul ul { /* listes de troisième niveau et plus */
	margin: 0 0 0 11em;
	height: 7em;
	line-height: 3em;
	background-image: url("images/onglet-int2.png");
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}

#upload {
	padding-left: 50px;
	margin: 0 0 0 ;
	color: black;

}
.bordth {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	width: 68px;
}
