html, body {height: 100%}
body {
	padding:0;
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	background-color: #cbcbcb;
}
#frame {
	width:786px;
	height: 100%;
	min-height: 100%;
	padding-left:8px;
	padding-right:6px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
html>body #frame{height:auto;}
	#frameCenter{
		width:782px;
		height:91%;
		min-height:91%;
		text-align:left;
		float:left;
		background-image: url(../images/bg2.gif);
		background-repeat: repeat-y;			
	}
		#header{
				width:782px;
				height:230px;
				float:left;
				background-image: url(../images/header.gif);
				background-repeat: no-repeat;
				border-bottom:1px solid #e1e1e1;
		}
		#options{width:762px; padding:10px; background-color:#ffffff; float:left; border-bottom:1px solid #e1e1e1;}
		/*bfe0ec*/
			#recherche{
				width:240px;
				float:left;
				background-color:#bfe0ec;
				color:#ffffff;
				font-weight:10pt;
				font-weight:bold;
				padding:10px 5px 10px 5px;
				height:30px;
			}
				
			#table{
				width:502px;
				padding:10px 5px 10px 5px;
				float:left;		
				background-color:#bfe0ec; 
				text-align:right;
				height:30px;
			}
	
			
			
			
		#content1{
			width:239px;
			float:left;
			padding-left:16px;
			padding-right:6px;
		}
			#contentTitle1{
				width:239px;
				height:120px;
				min-height:120px;
				border-bottom:1px solid #979797;
				padding-bottom:5px;
			}
			html>body #contentTitle1{height:auto;}/*moz height*/
		#content2{
			width:239px;
			float:left;
			padding-left:8px;
			padding-right:8px;
		}
			#contentTitle2{
				width:239px;
				height:120px;
				min-height:120px;
				border-bottom:1px solid #979797;				
				padding-bottom:5px;
			}
			html>body #contentTitle2{height:auto;}/*moz height*/
		#content3{
			width:239px;
			float:left;
			padding-left:5px;
			padding-right:10px;
		}
			#contentTitle3{
				width:239px;
				height:120px;
				min-height:120px;
				border-bottom:1px solid #979797;			
				padding-bottom:5px;					
			}
			html>body #contentTitle3{height:auto;}/*moz height*/
			#content_border{
				padding-left:7px;
				padding-right:7px;
				padding-top:5px;
			}


	#note{
		clear:both;
		padding:25px;
		text-align:left;
	}
	#clearer{
		clear:both;
		height:72px;
	}
	#footer{
		width:760px;
		height:38px;
		position:absolute;
		bottom:0px;
		left:18px;
		text-align: center;	
		background-color:#c7e5ec;
		padding-top:18px;
		color:#ffffff;
	}
/* ************************************ */
img{border:0;}
#titre{font-weight:bold;}
#bleu{color:#009d80; }
#titreBleu{
	color:#009d80; 
	font-size:11px;
	font-weight:bold;
}
#ou{
	text-align:center;
	font-weight:bold
}
#fakeList{
	padding-left:15px;
}
#underline{
	text-decoration: underline;	
}
#noteBasdepage{
	font-weight:bold;
	float:left;
	color:#FF9933;
}

form{float:left; padding:0; margin:0;}


a{color:#009d80; text-decoration:underline; font-weight:bold;}
a:hover{color:#009d80; text-decoration:none;  font-weight:bold;}