input.menu { 
	color: #000000; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #000000; 
	border-top-color: #000000; 
	font-family: 'verdana', 'arial', 'helvetical', 'geneva', sans-serif; 
	font-size: 11px; 
	background: #D0DDEA; 
	text-align: center; 	
}
input.menu:hover, input.menu:focus { 
	color: #000000; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #000000; 
	border-top-color: #000000; 
	font-family: 'verdana', 'arial', 'helvetical', 'geneva', sans-serif; 
	font-size: 11px; 
	background: #E0E6F0; 
	text-align: center; 	
}

input.page, textarea.page, select.page { 
	color: #000000; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #000000; 
	border-top-color: #000000; 
	font-family: 'verdana', 'arial', 'helvetical', 'geneva', sans-serif; 
	font-size: 11px; 
	background: #F4F4F4; 
	text-align: center; 	
}
input.page:hover, input.page:focus, textarea.page:hover, textarea.page:focus, select.page:hover, select.page:focus { 
	color: #000000; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #000000; 
	border-top-color: #000000; 
	font-family: 'verdana', 'arial', 'helvetical', 'geneva', sans-serif; 
	font-size: 11px; 
	background: #FFFFFF; 
	text-align: center; 	
}

a.page:active, a.page:link, a.page:visited { 
	color: #000000; 
	text-decoration: underline; 
}
a.page:hover {  
	color: #000000;
	font-variant: small-caps;
	text-decoration: underline;
}

a.page2:active, a.page2:link, a.page2:visited { 
	color: #000000; 
	text-decoration: none;
}
a.page2:hover {  
	color: #000000;
	font-variant: small-caps;
	text-decoration: underline;
}

a.htitle:active, a.htitle:link, a.htitle:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}
a.htitle:hover {  
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: none;
}

#milieu table.page {
	font-size: 9pt;
}
#milieu td.pgauche {	
	background-color: #EBDDBE;
	color: #000000;
	font-size: 9pt;
}
#milieu td.pdroite {
	background-color: #F8F1C8;
	color: #000000;
	font-size: 9pt;
}
#milieu td.phaut {
	background-color: #DEC996;
	color: #000000;
	font-size: 9pt;
}
#f3DisplayThumb img {
	width: 102px;
	height: 102px;
	padding-top: 3px; 
	margin-left: 0px; 
	border: 0px;
}
#f3DisplayTitle {
	padding-top: 90px; 
	margin-left: 5px; 
	margin-right: 5px; 
}

#ajax_in_progress
{
	background: #FFFF00;
	color: #06144B;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
table.milieu {
  border: 1px #006699 solid; 
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
table.milieu tr.menu td {
  background-color: #6685A8;
  text-align: center; 
  color: #FFFFFF;
}
table.milieu tr.pair td {
  background-color:#B7C1D2;
  text-align: center;
}
table.milieu tr.impair td {
  background-color:#9FAEC4;
  text-align: center;
}
.lien_ajax {
  color: #000000; 
	text-decoration: underline; 
	cursor: pointer;
}
.lien_ajax:hover {
	color: #000000;
	font-variant: small-caps;
	text-decoration: none;
	cursor: pointer;
}

#feedback div.title {
	margin: auto auto auto auto;
	width: 250px;
	height: 27px;
	background-image: url(images/barre-sous-sous-menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10pt;
	color: white;
	padding-top: 8px;
}
div.onglet {
  border: 1px solid #000000; 
  background-color: #C4C4C4; 
  padding: 5px 10px 5px 10px; 
  width: 100px; 
  display: inline;
  cursor: pointer;
} 

div.onglet a:active, div.onglet a:link, div.onglet a:visited, div.onglet a:hover {
  color: #000000;
  text-decoration: none; 
} 
#popup1 {
    position: absolute;
    top: 100px;
    bottom: 100px;
    padding : 10px;
    width: 800px;
    height: 600px;
  	text-align : center; 
  	background-color: #6E80BC;
  	border: 3px solid #000000;
  } 
  
  .image {
    float: left;
    padding : 5px;
    border : 1px solid #000000;
    margin : 5px; 
  } 

  .text {
    padding : 5px 10px 5px 20px;
    display: block;
  } 

	#feedback {
    position : fixed;
    top: 100px;
    left: 100px;
    bottom: 100px;
    padding : 10px;
    width: 340px;
    height: 450px;
  	text-align : center; 
  	background-color: #6E80BC;
  	border : 3px solid #000000;
  } 

