
table.report
{
	color: #000000;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
}
table.report td
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px;
}
table.report tr.report-project td
{
	color: #FFFFFF;
	background-color: #000000;
}
table.report tr.report-researchers td
{
	background-color: #CCCCCC;
}

.container
{
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

.container_internet
{
	margin: 0 auto;
	text-align: left;
}

.center
{
	position: relative;
}

.content
{
	padding: 0 0 450px 170px;
}

.btn
{
	border-color:#D4D0C8 #75736E #75736E #D4D0C8;
	border-style:solid;
	border-width:2px;
	
}


.formElement .searchField
{
	border-color:#75736E #D4D0C8 #D4D0C8 #75736E;
	border-style:solid;
	border-width:2px;
	height:14px;
	margin-left: 1px;
}

.formElement .fieldLabel
{
	float:left;
	padding-left: 3px;
}	

.country_code
{
	border-color:#75736E #D4D0C8 #D4D0C8 #75736E;
	border-style:solid;
	border-width:2px;
	height: 20px;
}

.formElement .input 
{
	border: none;
	height:12px;
	padding: 0;
	margin: 0;
	width:75px;
}

.formElement .clear
{
	border: none;
	height: 10px;
	background-color: transparent;
	/*margin:1px 1px -2px;*/
	padding-right: 2px;
}

.formElement .clearTrans
{
	border: none;
	height: 10px;
	background-color: transparent;
	/*margin:1px 1px -2px;*/
	opacity:0.3;
	filter:alpha(opacity=30);
	padding-right: 2px;
}

.formElement.borderField
{
	border-left-style:solid;
	border-width:1px;
        padding-left: 2px;
	margin-left: 2px;
}

.formElement
{
	float: left;	
	clear: none;
}
	
.menu
{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
}

li
{
	margin: 0.5em;
}

#bandeau_ul th, td {
	border: medium none;
	padding: 0pt;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color:#000070;
	text-decoration:none;
}

p.error-messages {
	color:red;
	font-size: 15px;
	font-weight:bold;
}

p.warning-messages {
	color:orange;
	font-weight:bold;
}

p.success-messages {
	color:green;
	font-weight:bold;
}

.est-membre th {
	border:0px;
}

/*************** Forms CSS **************/
/* 
	//@@@@ � R�VISER
	http://jeffhowden.com/code/css/forms/
*/

/* form.css */

form {
  margin: 0;
  padding: 0;
  font-size: 93%;
  
  /*font-size: 100%;*/
  /*min-width: 560px;*/
  /*max-width: 620px;*/
  /*width: 590px;*/
}

fieldset {
  clear: both;
  font-size: 100%;
  border-color: #9A9A9A;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

fieldset legend {
  /*font-size: 150%;*/
  /*font-weight: normal;*/
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  /*width: 354px;*/
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  /*width: 197px;*/
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 115px;
  padding: 1px 1px;
  margin: 0 2px 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div input, form div select, form div textarea {
  /*width: 200px;*/
  padding: 1px 1px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  /*width: 214px;*/
  padding: 0 0 0 146px;
  
}

form div.submitCenter {
  text-align: center;
}

form div.submit div {
  display: inline;
  /*float: left;*/
  /*text-align: left;*/
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  /*float: right;*/
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}

/* form.import.css */

label img {
  behavior: url(/behaviors/label_img.htc);
}

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  height: expression('1%');
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0px 0px 0px 0px;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0px 0px 0px 5px;
  margin: expression('0px 0px 0px -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0px 0px;
  text-indent: 0px;
  margin: 0px 0px 0px 0px;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0px;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0px 0px 5px 0px;
}

#titreProjet {
	text-align: center;
	font-weight:bold;
	font-family: Tahoma, Arial, sans-serif;
    font-size: 150%;
}
#abstract{
	text-align: center;
	font-weight:bold;
	font-family: Tahoma, Arial, sans-serif;
	color:#000070;

}

input[type=text], input[type=password], .formElement .searchField, textarea, select {
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
}

input[type=submit], input[type=button] {
    color: #666666;
    background-color: #EEEEEE;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 1px 5px;
}

input[type=submit]
{
    font-weight: bold;
}

input[name=left], input[name=right] {
    margin: 0 3px;
    width: 35px;
}

/*************** Actions se trouvant g�n�ralement au dessus des tables **************/
/*
p.actions {
	clear:both;
	font-size:11px;
	padding:5px;
	margin-bottom:10px;
}

p.actions a {
	background-color:#FAFAFA;
	border:1px solid #DDDDDD;
	color:#000070;
	padding:5px;
	text-decoration:none;
}


p.actions a img {
	margin-right:4px;
	vertical-align:bottom;
	margin-top:4px;
}

p.actions a:hover, 
p.actions strong {
	background-color:#B3D4FF;
	border:1px solid #000070;
	padding:5px;
}

*/

