body {
	background-color: #ffffff;
	text-align: left;
	font-family: verdana;	
    font-weight: normal;
	color: #003063;  	
}

/*#header
{
	height: 100px;	
	background-color: lightgreen;
}*/
#header {
	
	margin-top:5px;
	margin-left:10px;
	margin-right:auto;
}
#header h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #18722e;
	padding-top:2px;
	margin-left:10px;
	float:left;
	width:600px;
	text-align: right;
}

#header img{
float:left;
}
#menu {
	background-repeat: no-repeat;
	background-image: url(../images/fond-menu2.jpg);
	height:45px;
	clear:both;
}
#sideBar
{
	margin-left:10px;
	/*color: #666666;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width:280px;
	height:1000px;
	background-repeat: repeat-x;
	background-image: url(../images/fondgauche2.jpg);
	padding: 0px 10px 0px 10px;*/
}
#formConn
{
	/*margin-top:5px;*/
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width:280px;
	height:1000px;
	background-repeat: repeat-x;
	background-image: url(../images/fondgauche2.jpg);
	padding: 0px 10px 0px 10px;*/
}
#formConn p {
	font-size: 15px;
	color: #31659C;
}


#divCentrale
{
	position: absolute;
	left: 320px;
	top: 100px;
	padding-left: 2px;
	
}
#theme {
    width:300px;
   }
   .auto_saisie_class {
    border: 1px solid;
    background-color:white;
	font-size:12px;
	z-index: 1;
   }
   .auto_saisie_class ul  {    
    margin:0px;
    padding:0px;
    text-align: left;
   }
   .auto_saisie_class ul li.focused {
    background-color:#99FF99;
    cursor: pointer;
   }
	
	/* LIENS HYPERTEXTE */
a {
	text-decoration: none;
	/*background-color: #ffffff;*/
	font-weight:bold;	
	font-size: 14px;
}

a:visited {
	color: #31659C;
	font-weight:bold ;
}

a:hover {
	text-decoration: underline;
	color: #31659C;
	font-weight:bold;
}

a:active {
	color: #31659C;
	font-weight:bold;
}
a:link {
text-decoration: none;
	color: #31659C;
	font-weight:bold;
}
a img{
	border: 0;
	background-color: #ffffff;
}
.ligne {
	font-size:13px;
}
	
/* LISTE */

ul {
	list-style-type: none;	
	list-style-position: outside;
	/*line-height: 2.1em;*/
	vertical-align: middle;
	margin-left: 1.25em;
}

