/* CSS Document */
.body
{
	/*margin-top: 10px;
	margin-bottom: 6px;*/
	z-index: 1;
	font-family: "Gill Sans MT";
	font-size: 10pt;
  background-color: #AEA137;
  background-image: url(../images/fd_haut.jpg);
	background-position: top center;
	background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 0px;
  padding-top: 0px;

}
a{
	color: #004E61;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
 .titre
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0E566E;
	/*color:#ee7900;*/
	text-decoration: none;
	text-transform: none;
	font-variant: small-caps;
	font-weight: 700;
	padding-left: 5px;
	padding-bottom: 5px;
}
.titre_membre{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ffffff;
	background-color: #004E61;
	font-variant: small-caps;


}
.result{
	background-color: #ECEDED;
}
.page2{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666600;
	/*color:#ee7900;*/
	text-decoration: none;
	text-transform: none;
	font-variant: small-caps;
	font-weight: 700;
}
.ss_titre
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0E566E;
	/*color:#ee7900;*/
	text-decoration: none;
	text-transform: none;
	font-variant: small-caps;
	font-weight: 700;
	padding-left: 5px;
	padding-bottom: 5px;
}
.tab_principal
{
	border: none;
	background-color: White;
	font-family: "Gill Sans MT";
	font-size: 10pt;
	
	
}
.rouge
{
	border: none;
	color: #FF0000;
	font-family: "Gill Sans MT";
	font-size: 10pt;
	font-weight: bold;
}
#global {
	width: 850px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;

}
/* En-tête */
#entete {
	background-image: url(../images/entete.jpg);
	background-repeat: no-repeat;
	background-position:  top left;
	height: 118px;
	font-family: "Gill Sans MT";
	font-size: 10pt;
	width: 850px;
	color: #ffffff;
	padding-right: 25px;
	text-align: right;

	
}
#gauche{
	float: left;
	width: 150px;
	margin-left: 26px;
	padding-left: 10px;
	padding-right: 5px;
	background-image: url(../images/fd_gauche.jpg);
	background-repeat: repeat;
	margin-bottom: 0px;
} 
#droite { 
    float: right; 
    width: 150px; 
    background: #ffffff; 
	 margin-right: 6px;
	 background-position: right;
	 background-repeat: repeat-y;
	 padding-right: 15px;
	 padding-left: 5px;
	 
	 
} 
#milieu {
	margin-right: 6px;
	margin-left: 25px;
	overflow: visible; 
   background: #ffffff; 
	padding-left: 5px;
 padding-right: 5px;
 

}
#milieu2{
	width:808px;
	margin-left: 26px;
   overflow: hidden; 
	background: #ffffff;
  padding-left: 5px;
 padding-right: 5px;

}
#centre2{
clear:both;
}
#picto{
	width:19%;
	background: #ffffff;
	border: 1px solid #0E566E;
  display: inline-block;

}
#pied {

	width : 850px;
	margin-top: 2px;
	font-size: .85em;
	text-align: left;
	color: #ffffff;
}
#pied a{
	color: #ffffff;
	text-decoration: none;
}
#pied a:hover a:focus{
	color: #ffffff;
	text-decoration: underline;
	
}
#entete a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: underline ;
	font-variant: small-caps;
	font-size: 1.1em;
}
#entete a:hover, a:focus {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: underline;
	font-variant: small-caps
	font-size: 1.1em;
		}
#partie_user2
{
	float:left;
	background-color: White;
	font-size: 9pt;
	font-family: "Arial";
	width: 48%;
	padding-left:10px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: thick;
	padding-top: 10px;
}
#partie_user3
{
	float:right;
	background-color: White;
	font-size:10pt;
	font-family: "Arial";
	text-align: left;
	width: 48%;
	padding-left:10px;
	border-left-color: #004e61;
	border-left-style: dotted;
	padding-top: 10px;
}
.titre2
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/flch_titre2.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-bottom: 5px;
}

.sous_titre
{
	color: #81C230;
	font-weight: bolder;
	text-decoration: underline;

}
.bout_ok
{
border:none;
background-image: url(../images/bout_ok.jpg);
background-repeat: no-repeat;
height: 30px;
width: 100px;
}

/************ popup info   **********/
.popup {
    position: absolute;
    margin-left: 50px;
    margin-top: -5px;
    background-color : #f0f9fd;
    width : 400px;
   color: #3f89c3;
	border: solid 1px #3f89c3 ;
	display: none; /* keeps the popup hidden if no JS available */
	padding: 5px;
	text-align: center;
}
.trigger {
            position: relative;           
}

        
.bubbleInfo {
    position: relative;
}

/* menu abc*/

#menu_nav{
display:inline;
vertical-align:top; 
}
#menu_nav_liens{
overflow:visible;
display:inline;
vertical-align:top;
 
}
#partie_admin1
{
  float:left;
	background-color: White;
	font-size: 9pt;
	font-family: "Arial";
	text-align: left;
	width: 20%;
	padding-left:10px;
}
#partie_admin2
{
	float:right;
	background-color: White;
	font-size: 9pt;
	font-family: "Arial";
	width: 78%;
}

			#nav {
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				margin-left: 150px;
				font-weight: bold;
				text-transform: uppercase;
				}
			#nav li {
				display: inline ;
				margin-right: 1px ;
				color: #fff ;
				background: #0E576C ;
				font-weight: bold;
				text-transform: uppercase;
				}
			#nav li a {
				background: #0E576C ;
				font-weight: bold;
				color: #fff ;
				border: 2px solid #cccccc ;
				padding: 4px 20px ;
				text-align: center ;
				text-decoration: none ;
				text-transform: uppercase;
				}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
				background: #666600;
				text-decoration: underline ;
				border: 2px solid #cccccc ;
				font-weight: bold;
				text-transform: uppercase;
				}
/* bouton retour */
				#nav1 {
				display:inline;
				list-style: none ;
				margin: 0 ;
				padding: 0;
				margin-left:450px;
				padding-top:20px;
				text-align:right;
				font-weight: bold;
				text-transform: uppercase;
				
				}
				#nav1 li {
				display: inline ;
				font-weight: bold;
				margin-right: 1px ;
				color: #fff ;
				background: #333333 ;
				text-transform: uppercase;
				}
				#nav1 li a {
				background: #333333 ;
				font-weight: bold;
				color: #fff ;
				border: 2px solid #cccccc ;
				line-height: 1em ;
				padding: 4px 20px ;
				text-align: center ;
				text-decoration: none ;
				text-transform: uppercase;
				}
				#nav1 li a:hover, #nav li a:focus, #nav li a:active {
				background: #333333;
				font-weight: bold;
				text-decoration: underline ;
				border: 2px solid #cccccc ;
				text-transform: uppercase;
				

/* fin menu */


