/* CSS Document */
html {
	background-color: #E1E8E4;
}

body {
	font:normal 80% Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0px auto;
	padding:0;
	color: #0000CC;
	background-color: white; 
//	background: url(../images/body_bg_top_left_logo.png) top left no-repeat;
	width: 1100px;
	/*background-attachment:fixed;*/
}

form {
  margin: 0;
  padding: 0
}

img,table {
	border:none
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #0000CC
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000
}
p {
  text-align:justify
}

/* Autocompletion */
.update{
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

ul.contacts  {
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
}
ul.contacts li.selected { background-color: #ffb; cursor: pointer; }
li.contact {
	list-style-type: none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
}
li.contact div.image {
	float:left;
	width:32px;
	height:32px;
	margin-right:8px;
}
li.contact div.nom {
	font-weight:bold;
	font-size:10px;
	line-height:1.2em;
}

#tabEtab{
	text-align: left;
	font-size: 12px;
	margin-top: 1%;
	border: 1px solid #3C9BBD;
	border-collapse : collapse;
	width: 50%;
}

#tabForm{
	text-align: left;
	font-size: 12px;
	margin-top: 0%;
	margin-bottom: 5%;
	border: 1px solid #3C9BBD;
	border-collapse : collapse;
	width: 100%;
	background-color : #DEEDEB;
}

#tabForm th{
	width: 40%;
	vertical-align: top;
}


#tabForm hr{
	color: #3C9BBD;
	background-color: #3C9BBD;
	height: 1px;
	width: 70%;
	border: 0;

}

#tabDonnees{
text-align: left;
font-size: 15px;
border: 0px solid #3C9BBD;
margin-top: 1%;
border-collapse : collapse;
width: 100%;
}

#tabDonnees th{
	width: 40%;
	vertical-align: top;
}


#tabDonnees tr,th,td {
  padding: 5px;
}

#conteneur {
	width: 1050px;
//	margin-left:15px;
//	margin-right:15px;
	margin: 0px auto;
	background: url(../images/body_bg_top_left_logo.png) top left no-repeat;
	}


#left {
	position: relative;
	float: left;
	width: 25%;
	min-height: 700px;
//	min-width: 50px;	
	margin:0px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right:2px;
	padding-top: 50px;
	overflow: hidden;
	}
#right {
	position: relative;
	float: right;
	width:73%;
//	width: 83%;
	height: 100%;
	margin:0px;
	padding: 0px;
	overflow: hidden; 
	}
	#header {
		position: relative;
		width: 100%;
		height: 100px;
		margin: 0px;
		
		}	
			#header_titre {
			position: relative;
			float: left;
			width: 50%;
			margin: 0px;
			height:100%;
			background: url(../images/header_bg_top_left.png) left top no-repeat;
			}
				#header_titre h1 {
				padding-left: 90px;
				padding-top: 10px;
				font-size: 14px;
				}
			#header_menu {
			position: relative;
			float: right;
			width: 50%;
			height:100%;
			margin:0px;
			text-align: right;
		
			}	
	#maincorp {
		clear: both ;
		position: relative;
		margin: 0px;
		padding: 10px;
		height: 100%;
		}
#footer {
	clear: both ;
	position: relative;
	width : 100%;
	height: 30px;

background-color: bleu;
	}

.contentpaneopen  h1 {
	font-size: 16px;
	line-height:30px; 
	margin-left: 30px;
	padding-left: 30px;
	background: url(../images/puce_bleu_h1.gif) top left  no-repeat;
}
.contentpaneopen  h2 {
	font-size: 15px;
	line-height:26px; 
	margin-left: 60px;
	padding-left: 30px;
	background: url(../images/puce_bleu_h2.gif) top left  no-repeat;
}
.contentpaneopen  h3 {
	font-size: 14px;
	line-height:22px; 
	margin-left: 90px;
	padding-left: 30px;
	background: url(../images/puce_bleu_h1.gif) top left  no-repeat;
}
.contentheading {
	font-size: 16px;
	font-weight:bold;
	line-height:30px; 
	padding-left: 30px;
	background: url(../images/puce_rouge.gif) top left  no-repeat;
}
	
.contentheading span {
    padding: 0 4px;
    background: #FFF;
}		

