/* feuille de style développée par Romain Bergeron. info@comcecile.com*/


body {
	font-family:  Century gothic, Arial, sans-serif;
	margin:0px;
	color:#6D6D6D;
	}
	
p,li{
	text-align: justify;
	font-size: 10pt;
}

html {
	height:100%;
	}

a {
	text-decoration:none;
	color:#7cf53b;
	}

h2 {
	color:#bc2c97;
	font-size:10pt;
	}
	
h1 {
	color:#bc2c97;
	font-size:14pt;
	}

p.fiche {
	margin:0px;
	}
	
p.fiche_detail {
	margin:0px;
	font-size:8pt;
	}

p.error {
	margin:2px;
	color:red;
	}

/*---- proprietes des cadres d'affichage principaux : conteneur + footer + drapeaux + drapeaux----*/

#centreur {
	position:absolute;
	left: 50%;
	width: 900px;
	background-color:white;
	margin-left: -450px;
	height: 500px;

	}
#aff-textes {
	width:309px;
	_width:329px;
	height:352px;
	_height:417px;
	overflow:auto;
	padding:10px;
	padding-top:55px;
	
	border-bottom:1px solid #EAEAEA;

	}

/*---- proprietes des formulaires ----*/

p.form {
	font-size:8pt;
	text-valign:absmiddle;
	}
.compact {
	font-size:8pt;
	line-height: 1.1em 
}


input {
	background-color: #ECE8E3 ;
	border: 0px solid;
	border-width: 0; 
	font-family: Century Gothic, Arial, sans-serif ;
	font-size:8pt;
	margin-bottom:1px;
	}
	
input.bouton {
	cursor:pointer;
	}


/*---- proprietes du tableau de menu supérieur ----*/


table#menu td {
	background-color:white;
	color:#7cf53b;
	}
	
table#menu td a {
	font-weight:bold;
	font-size:11px ;
	text-transform:uppercase;
	letter-spacing:2;	
	text-align: center;
	text-decoration: none;
	color: #7cf53b;
  	
	display:block;
	padding:4px;
	}
	
table#menu td a:hover {
   	background-color:#7cf53b;
	text-decoration: none;
	color:white;
	}
	
table td#menu-selected {
	background-color:#7cf53b;
	}
	
table td#menu-selected a {
	color:white;
	}

