/* NOTE: padding: top, right, bottom, left ; */
body{	
	height : 100%;
	
	background:#FBFBFB;
	
	margin: 0px;
	padding: 0px;
	
}
html{
	height : 100%;
}

li {
	text-align:justify;
}

img {
	border: 0px ;
}

/* ---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------Liens */

a{
	color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: underline;
	font-weight: bold;
	
	cursor:pointer;
}
a:hover {	
	color:#FF9C00;
	
	text-decoration: none;
	cursor:pointer;
}
a.no_underline_on{
	color:#FF9C00;
	
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-weight: bold;	
	
	cursor:pointer;
}
a.no_underline_off{	
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-weight: bold;	
	
	cursor:pointer;
}
a.no_underline_off:hover{
	color:#FF9C00;
	
	cursor:pointer;
}
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------POLICES */
.arial10{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.arial12{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.arial16{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 16px;
}
.arial20{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 20px;
}
.arial10b{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.arial12b {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.arial14b {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.arial16b {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.arial18b {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.arial10bi {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 10px;
}
.arial12bi {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 12px;
}
.arial14bi {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 14px;
}
.arial10i{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style:italic;
	font-size: 10px;
}
.arial12i{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style:italic;
	font-size: 12px;
}
.arial16bi {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 16px;
}
.red {
	color: #990000;
}

.white
{
	color: #FFFFFF;
}
/* ---------------------------------------------------------- */



h3.H3  { 
	border-top: 1px dotted #8CA7BD;	
	
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 10px;
	font-weight: normal;
	text-align:justify;
}


h1.intertitre  { 
	border-bottom: 1px dotted #8CA7BD;	
	
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 14px;
	font-weight: bold;
	text-align:justify;
}


/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------CADRE GENERAL */
.table_principale {
	width:880px;
	min-height:1200px;
	height:100%;
	_height:1200px;
	
	background:#FFFFFF;
	
	border-style:hidden;	
}
table[class] .table_principale {
   height:auto;
}

td.TD_gauche{
	width:230px;
	height:100%;
		
	background: #EAF6FF;
				
}
td.TD_principal {
	width:630px;
	
	background:#FFFFFF;
}

.border_left{
	background-image: url(../AGC/illustra/ombrlatgch.gif);
}
.border_right{
	background-image: url(../AGC/illustra/ombrlatdrt.gif);
}

/* ---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------ENTETE */
#bannerup
{	
	background-color: #EAF6FF;	
	border-top:1px solid #D0D0D0;
	width:auto;
	height:15px;
} 

.banner
{  	
	/*background-image: url(../AGC/illustra/bgbanner.png);
	background-repeat: repeat;
	background-position: 0px 0px;*/
	background: #F4F4F4;
	height:120px;
	border-top:1px solid #747474;
	border-bottom:1px solid #D0D0D0;
}

.TABLE_ht_entete
{
	width:860px;	
}

#banner1
{
	width:120px;	
}
#banner2
{
	width:auto;	
}


.TABLE_bs_entete {	
	width:860px;
	height:40px;	
	background: #EAF6FF;
}

td.TD_bs_entete1 {
	width:80px;
}
td.TD_bs_entete2 {
	width:50px;
}

td.TD_bs_entete3 {
	width:50px;
}

td.TD_bs_entete4 {
	width:180px;	
}

td.TD_bs_entete5 {
	width:180px;	
}

td.TD_bs_entete6 {
	width:180px;	
}

td.TD_bs_entete7 {
	width:180px;	
}
td.TD_bs_entete_accueil {
	width:630;	
}

/* ---------------------------------------------------------- */

div.DIV_cartouche_entete_MSIE {
	background: #FFFFFF;
	color: #FF9C00;
	
	margin:5px 5px 5px 5px;	
	padding: 4px 5px 4px 5px;		
	
	border:1px solid #000000;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;
	
	cursor:pointer;
}

div.DIV_cartouche_enteteoff {
	background: #F4F4F4;
	color: #000000;
	
	margin:5px 5px 5px 5px;	
	padding: 4px 5px 4px 5px;	
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
	border-left: 1px solid #D4DEE6;
	border-right: 1px solid #D4DEE6;	
	-moz-border-radius:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

div.DIV_cartouche_enteteoff:hover {	
	background: #FFFFFF;		
	color: #FF9C00;
	
	border:1px solid #000000;	
	cursor:pointer;
}

div.DIV_cartouche_entete, div.DIV_cartouche_enteteon {
	background: #FFFFFF;
	color: #FF9C00;
	
	margin:5px 5px 5px 5px;	
	padding: 4px 5px 4px 5px;		
	
	border:1px solid #000000;	
	-moz-border-radius:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;
	
}


/* ---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------MENU GAUCHE */

.DIV_secteur_MSIE {
	background: #FFFFFF;	
	background-image: url(../AGC/illustra/deplierdroite.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color:#FF9C00;
	
	margin:0px 0px 0px 5px;	
	padding:7px 0px 7px 25px;
	
	border-top:1px solid #8CA7BD;
	border-bottom: 1px solid #D4DEE6;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	cursor:pointer;		
}
.DIV_secteur, .DIV_secteuron {
	background: #FFFFFF;
	background-image: url(../AGC/illustra/deplierdroite.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FF9C00;
	
	margin:0px 0px 0px 5px;	
	padding:7px 0px 7px 25px;
	
	border-top:1px solid #8CA7BD;
	border-bottom: 1px solid #D4DEE6;	
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 11px;		
	
}
.DIV_secteuroff {
	background-image: url(../AGC/illustra/deplierhaut.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #000000;
	
	margin:0px 0px 0px 5px;	
	padding:7px 0px 7px 25px;
	
	border-top:1px solid #EAF6FF;
	border-bottom: 1px solid #EAF6FF;
	
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	
}
.DIV_secteuroff:hover {
	background: #FFFFFF;	
	background-image: url(../AGC/illustra/deplierdroite.gif);
	background-repeat: no-repeat;
	background-position: 5px center;	
	color:#FF9C00;
	
	border-top:1px solid #8CA7BD;
	border-bottom: 1px solid #D4DEE6;	
	
	cursor:pointer;	
}

.DIV_cartouche_gauche_MSIE {
	background: #FFFFFF;
	color: #FF9C00;	
	
	margin-right:10px;
	margin-bottom: 10px;
	margin-top: -1px;
	padding: 5px 3px 5px 5px;
	
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;	
	
}
.DIV_cartouche_gaucheoff {
	background: #F4F4F4;
	color: #000000;
	
	margin-right:10px;
	margin-bottom: 10px;
	margin-top: -1px;
	padding: 5px 3px 5px 5px;
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
	border-left: 1px solid #D4DEE6;
	border-right: 1px solid #D4DEE6;	
	-moz-border-radius-topright:9px;
	-moz-border-radius-bottomright:9px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 14px;
}
.DIV_cartouche_gaucheoff:hover {
	background: #FFFFFF;
	color:#FF9C00;
	
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	
	cursor:pointer;	
}
.DIV_cartouche_gaucheon, div.DIV_cartouche_gauche {
	background: #FFFFFF;
	color: #FF9C00;
	
	margin-left:10px;
	margin-bottom: 10px;
	margin-top: -1px;
	padding: 5px 3px 5px 5px;
		
	border-top:1px solid #8CA7BD;
	border-bottom: 1px solid #D4DEE6;	
	-moz-border-radius-topleft:9px;
	-moz-border-radius-bottomleft:9px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 14px;
	
}
div.DIV_cartouche_recherche {
	background: #F4F4F4;
	color: #000000;
	
	margin-right:10px;
	padding: 5px 5px 5px 5px;
		
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
	border-left: 1px solid #D4DEE6;
	border-right: 1px solid #D4DEE6;	
	-moz-border-radius-topright:9px;
	-moz-border-radius-bottomright:9px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 14px;	
}
.INPUT_recherche {
	background: #FFFFFF;
	color: #666666;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ------------------ Downloads ---------------------------- */

div.DIV_main_download {
	width:90%;
	float: right;
	
	background:#FFFFFF;
	
	padding: 3px;
	
	border-top:1px solid #8CA7BD;
	border-bottom: 1px solid #D4DEE6;
	border-left: 1px solid #D4DEE6;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
}
div.DIV_title_download { /* bandeau coul beige + icone telech*/	
	background: #F4F4F4;
	background-image: url(../AGC/illustra/boutchemin.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	
	margin-bottom: 4px;
	padding: 3px 3px 3px 50px;
	
	border-left:1px solid #F4E9C6;
	-moz-border-radius:3px;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
table.TABLE_file_download {
	padding-top:5px;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	
}

/* ------------------ Autres ---------------------------- */


div.DIV_bioinfo_team{
	width:90%;

	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;

}



/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------PARTIE DROITE */



/* ------------------Accueil/Sommaire------------------------ */


table.TABLE_accueil_main {
	width:90%;
	
	background: #EAF6FF;
	
	border: 1px solid #8CA7BD;	
	-moz-border-radius:10px;
}
div.DIV_accueil_main_cadre_MSIE {	
	width:90%;
	
	background: #FFFFFF;
	color:#FF9C00;
	
	margin: 10px 0px 10px 0px;	
	padding: 10px 0px 10px 0px;
	
	border: 1px solid #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		
	cursor:pointer;	
}
div.DIV_accueil_main_cadre {	
	width:90%;
	
	background: #F4F4F4;
	color:#000000;
	
	margin: 10px 0px 10px 0px;	
	padding: 10px 0px 10px 0px;
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
	border-left:1px solid #EAF6FF;
	border-right: 1px solid #EAF6FF;	
	-moz-border-radius: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}
div.DIV_accueil_main_cadre:hover {
	background: #FFFFFF;
	color:#FF9C00;
	
	border: 1px solid #000000;		
	
	cursor:pointer;
}
div.DIV_accueil_cadre { 
	background:  #F4F4F4;
	
	margin: 0px 10px 10px 10px;	
	padding: 10px 10px 10px 10px;	
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;	
	-moz-border-radius:9px;	
}
div.DIV_accueil_item_MSIE {
	background: #FFFFFF;	
	color:#FF9C00;
	
	margin: 0px 0px 2px 0px;	
	padding: 4px 4px 4px 4px;
	
	border: 1px solid #000000;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
		
	cursor:pointer;
}
div.DIV_accueil_item {
	background: #FBFBFB;
	color:#000000;
	
	margin: 0px 0px 2px 0px;	
	padding: 4px 4px 4px 4px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
div.DIV_accueil_item:hover {
	background: #FFFFFF;
	color:#FF9C00;
	
	border: 1px solid #000000;		
	
	cursor:pointer;
}

/* ----------------------Menus des Articles/Rubriques ---------- */

table.TABLE_menu_droite {	
	width:90%;
	
	background:#EAF6FF;
	
	padding:15px 0px 15px 0px;
	margin: 0px 0px 40px 0px;
		
	border: 1px solid #8CA7BD;	
	-moz-border-radius: 10px;
}

.cadre {	
	width:100%;	
	background:#EAF6FF;	
	padding:5px;
	margin:5px;		
	border: 1px solid #8CA7BD;	
	-moz-border-radius: 10px;
}

.DIV_menu_droite_MSIE {	
	background: #FFFFFF;	
	color: #FF9C00;
	
	margin: 5px 10px 5px 10px;
	padding: 5px 0px 5px 10px;	
	
	border:1px solid #000000;
	-moz-border-radius:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	
	cursor:pointer;	
}
.DIV_menu_droite, .DIV_menu_droiteon {	
	background: #FFFFFF;	
	color: #FF9C00;
	
	margin: 5px 10px 5px 10px;
	padding: 5px 0px 5px 10px;	
	
	border:1px solid #000000;
	-moz-border-radius:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	
	
	
}
.DIV_menu_droiteoff {
	background: #F4F4F4;	 
	color: #000000;
	
	margin: 5px 10px 5px 10px;
	padding: 5px 0px 5px 10px;	
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
	border-left: 1px solid #D4DEE6;
	border-right: 1px solid #D4DEE6;	
	-moz-border-radius:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	
}
.DIV_menu_droiteoff:hover {
	background: #FFFFFF;	
	color: #FF9C00;
	
	border:1px solid #000000;
	-moz-border-radius:5px;
	
	cursor:pointer;	
}
div.cont_demi_gch_int {
	float:left;
	width:49%;
}
div.cont_demi_drt_int {
	float:right;
	width:49%;
}


/* ----------------------Articles ----------------------------- */
table.TABLE_quote {	
	background:  #F4F4F4;
	
	padding:10px;
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;	
	-moz-border-radius: 10px;
}
div.DIV_text {
	width:90%;		
}
div.DIV_equipe_tel {
	background: #EAF6FF;	
	background-image: url(../AGC/illustra/phonjaun.gif);
	background-repeat: no-repeat;
	background-position: 10px center;	
	color:#000000;
	
	padding:5px 5px 5px 40px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
div.DIV_equipe_old{
	background:  #F4F4F4;
	
	padding:5px;
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
}
table.TABLE_outils {	
	width:90%;
		
	margin: 0px 0px 40px 0px;	
}

/* ----------------------Rendez-vous - ACCUEIL ---------------- */

table.TABLE_rdv_actu {
	width:90%;
	
	background: #EAF6FF;	
	
	margin: 20px 0px 0px 0px;
	
	border: 1px solid #8CA7BD;	
	-moz-border-radius:10px;
}
table.TABLE_rdv_past {
	width:90%;
	
	background:  #F4F4F4;
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
}
td.TD_rdv {
	width:49%;
	
	padding:10px 0px 10px 0px;
}
div.DIV_rdv_cadre { 
	background:  #F4F4F4;
	
	margin: 0px 10px 10px 10px;	
	padding: 10px 10px 10px 10px;	
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;	
	-moz-border-radius:9px;	
}
div.DIV_rdv_liste_actu_MSIE{
	background: #FFFFFF;
	color:#FF9C00;
	
	margin: 0px 0px 2px 0px;	
	padding: 4px 4px 4px 4px;
	
	border: 1px solid #000000;	
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-align:left;
	
	cursor:pointer;
}
div.DIV_rdv_liste_actu{
	background: #FBFBFB;
	color:#000000;
	
	margin: 0px 0px 2px 0px;	
	padding: 4px 4px 4px 4px;
	
	border: 1px solid #8CA7BD;	
	-moz-border-radius: 5px;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;	
	
}
div.DIV_rdv_liste_actu:hover{
	background: #FFFFFF;
	color:#FF9C00;
	
	border: 1px solid #000000;		
	
	cursor:pointer;
}
div.DIV_rdv_liste_past_MSIE{
	width:75%;
	
	background: #FFFFFF;
	color:#FF9C00;
	
	margin: 0px 0px 2px 0px;	
	padding: 4px 10px 4px 10px;
	
	border: 1px solid #000000;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
		
	cursor:pointer;
}
div.DIV_rdv_liste_past{
	width:75%;
	
	background: #FBFBFB;
	color:#000000;	
	
	margin: 0px 0px 2px 0px;	
	padding: 4px 10px 4px 10px;	
	border: 1px solid #8CA7BD;	
	-moz-border-radius: 5px;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;	
	
}
div.DIV_rdv_liste_past:hover{
	background: #FFFFFF;
	color:#FF9C00;	
	
	border: 1px solid #000000;
		
	cursor:pointer;
}
/* ---------------------- Formations - AFFICHAGE ------------ */

.width50 {
	width: 50%;
}
.width30{
	width: 30%;
}
.aligncenter{
	text-align:center;
}
.alignleft{
	text-align:left;
}
.alignright{
	text-align:right;
}
div.DIV_cadregris {
	background-color:#F8F8F8;
	margin:5px;
	padding:5px;	
	-moz-border-radius:5px;
	border: 1px solid #444444;		 
}
td.forma_table_border {	
	border-bottom: 1px dotted #000000;
	padding: 5px 0px 5px 0px;		 
}
/* ----------------------Rendez-vous - AFFICHAGE ------------ */
table.TABLE_rdv_affich {
	width:90%;
	
	background: #FFFFFF;	
	
	margin: 20px 0px 0px 0px;	
}
td.TD_rdv_affich {
	width:100%;	
}
td.TD_rdv_affich_left {
	width:50%;
	
	background: #EAF6FF;
	
	padding:5px 0px 5px 15px; 	
}
td.TD_rdv_affich_right {
	width:50%;
	
	background: #EAF6FF;
	
	padding:5px 15px 5px 0px;	
}
div.DIV_rdv_affich_titre{			
	background: #FFFFFF;
	
	margin: 5px 0px 0px 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;	
}
font.rdv_back{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	font-style:italic;	
}


/* ---------------------- Auteurs --------------------------- */

div.DIV_auteur_main {
	width:90%;		
}
div.DIV_auteur_tel {
	background: #EAF6FF;	
	background-image: url(../AGC/illustra/phonjaun.gif);
	background-repeat: no-repeat;
	background-position: 10px center;	
	color:#000000;
	
	padding:5px 0px 5px 50px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
div.DIV_auteur_mail_MSIE {	
	background: #FFFFFF;
	background-image: url(../AGC/illustra/letter.gif);
	background-repeat: no-repeat;
	background-position: 10px center;		
	color: #FF9C00;
	
	padding: 5px 0px 5px 50px;
	
	border:1px solid #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
		
	cursor:pointer;
}
div.DIV_auteur_mail {
	background: #F4F4F4;
	background-image: url(../AGC/illustra/letter.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
		
	padding: 5px 0px 5px 50px;	
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-moz-border-radius:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.DIV_auteur_mail:hover {	
	background: #FFFFFF;
	background-image: url(../AGC/illustra/letter.gif);
	background-repeat: no-repeat;
	background-position: 10px center;		
	color: #FF9C00;
	
	border:1px solid #000000;	
	cursor:pointer;
}
div.DIV_auteur_site_MSIE {	
	background: #FFFFFF;
	background-image: url(../AGC/illustra/ico_sites.gif);
	background-repeat: no-repeat;
	background-position: 10px center;		
	color: #FF9C00;
	
	padding: 5px 0px 5px 50px;
	
	border:1px solid #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
		
	cursor:pointer;
}
div.DIV_auteur_site {
	background: #F4F4F4;
	background-image: url(../AGC/illustra/ico_sites.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
		
	padding: 5px 0px 5px 50px;	
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;	
	-moz-border-radius:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.DIV_auteur_site:hover {	
	background: #FFFFFF;
	background-image: url(../AGC/illustra/ico_sites.gif);
	background-repeat: no-repeat;
	background-position: 10px center;		
	color: #FF9C00;
	
	border:1px solid #000000;	
	
	cursor:pointer;
}
/* -------------------- Recherche ---------------------------- */

div.DIV_recherche_main {
	width:90%;		
}
div.DIV_recherche_result_MSIE {
	background: #FFFFFF;
	color: #FF9C00;
	
	padding: 5px 5px 5px 5px;	
	
	border:1px solid #000000;	
	
	cursor:pointer;
}
div.DIV_recherche_result {
	background: #F4F4F4;
	color: #000000;
	
	padding: 5px 5px 5px 5px;	
	
	border-top:1px solid #747474;
	border-bottom: 1px solid #D4DEE6;
	border-left: 1px solid #D4DEE6;
	border-right: 1px solid #D4DEE6;	
	-moz-border-radius:5px;
}
div.DIV_recherche_result:hover {
	background: #FFFFFF;
	color: #FF9C00;
	
	border:1px solid #000000;	
	
	cursor:pointer;
}
div.DIV_recherche_chemin { 
	background: #EAF6FF;
	background-image: url(../AGC/illustra/boutchemin.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color:#000000;
	
	padding: 5px 5px 5px 45px;
		
	border: 1px solid #8CA7BD;	
	-moz-border-radius:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

/* -------------------- Login ---------------------------- */

div.DIV_login {
	background: #EAF6FF;
	
	margin: 10px 50px 10px 50px;
	padding: 5px 10px 5px 10px;
	
	border: 1px solid #8CA7BD;	
	-moz-border-radius:10px;
}

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------PIED */

.TABLE_ht_pied{
	width:860px;
	height:25px;
	
	background: #EAF6FF;
	
	border-style:hidden; 
}
.TABLE_bs_pied{
	width:860px;
	height:60px;
	
	background: #EAF6FF;
	
	border-bottom: 1px solid #8CA7BD; 
}
td.TD_ht_pied1 {	
	width:230px;
	
	background: #EAF6FF;	
}
td.TD_ht_pied2  { 
	width:630px;
	
	background: #EAF6FF;
	
	border-top: 1px solid #8CA7BD;	
}
td.TD_pied_inter { 
	width:10px;
}
td.TD_pied1 { 
	width:200px;
}
td.TD_pied2 { 
	width:100px;
}
td.TD_pied3 { 
	width:320px;
}
td.TD_pied4 { 
	width:100px;
}
td.TD_pied5 { 
	width:100px;
}
/* ---------------------------------------------------------- */

div.DIV_cartouche_pied {
	height:35px;
		
	background:#FFFFFF;	
	
	padding:5px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;	
}

div.DIV_cartouche_pied:hover {	
	color:#FF9C00;
	
	border: 1px solid #000000;
	
	cursor:pointer;	
}

div.DIV_cartouche_pied_genoscope {
	height:35px;
		
	background:#FFFFFF;
	background-image: url(../AGC/illustra/logo_cns.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	
	padding:5px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;	
}
div.DIV_cartouche_pied_genoscope:hover {	
	color:#FF9C00;
	
	border: 1px solid #000000;
	
	cursor:pointer;	
}

div.DIV_cartouche_pied_ig {
	height:35px;
		
	background:#FFFFFF;
	background-image: url(../AGC/illustra/logo_ig.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	
	padding:5px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;	
}
div.DIV_cartouche_pied_ig:hover {	
	color:#FF9C00;
	
	border: 1px solid #000000;
	
	cursor:pointer;	
}

div.DIV_cartouche_pied_genopole {
	height:35px;
		
	background:#FFFFFF;
	background-image: url(../AGC/illustra/genopole_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	
	padding:5px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;	
}
div.DIV_cartouche_pied_genopole:hover {	
	color:#FF9C00;
	
	border: 1px solid #000000;
	
	cursor:pointer;	
}

div.DIV_cartouche_pied_cnrs {
	height:35px;
		
	background:#FFFFFF;
	background-image: url(../AGC/illustra/cnrs_logo100.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	padding:5px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;	
}
div.DIV_cartouche_pied_cnrs:hover {	
	color:#FF9C00;
	
	border: 1px solid #000000;
	
	cursor:pointer;	
}
div.DIV_cartouche_pied_cea {
	height:35px;
		
	background:#FFFFFF;
	background-image: url(../AGC/illustra/LogoCEA.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
	padding:5px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;	
}
div.DIV_cartouche_pied_cea:hover {	
	color:#FF9C00;
	
	border: 1px solid #000000;
	
	cursor:pointer;	
}

div.DIV_cartouche_pied_spip {
	height:35px;
		
	background:#FFFFFF;
	background-image: url(../AGC/illustra/spip.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	padding:5px;
	
	border: 1px solid #8CA7BD;
	-moz-border-radius: 5px;				
}
div.DIV_cartouche_pied_spip:hover {	
	color:#FF9C00;
	
	border: 1px solid #000000;
	
	cursor:pointer;	
}

span.SPAN_texte_pied {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;	
}




/* *********************************************** */
/* FIN COULEUR et TAILLE DE LA PARTIE GAUCHE (menu)*/
/* *********************************************** */



/* ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------SPIP */


div.spip_doc_titre {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-style:italic;
}

.spip_doc_titre {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-style:italic;
}

.spip_doc_descriptif {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight:bold;
}
.spip_documents_left {
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.spip_documents_right {
	margin-left: 0.5em;
	margin-bottom: 0.5em;	
}
.spip_code { /* appel par <code> </code> "surlignage" */
	
	background: #FFF3C2; /* jaune clair */
	font-family: Century Gothic;
	font-size: 13px;
	color: #1C3956; /*  bleu foncé */
}
.spip_cadre { /* appel de <cadre></cadre> (pour du code avec ascenseur)*/
	width : 100%;
	border-left:1px solid #336699;
	border-top:1px solid #336699;
	border-right:1px solid #A5ACB3;
	border-bottom:1px solid #A5ACB3;
	background-color: #CFDFEF;
	padding: 5px;
	font-size: 95%;
}

.spip_puce {
	background-image: url(../AGC/illustra/puce.gif);
}

p.spip_note {
	width: 70%;
	margin-left : 10px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	background-color: #DCE5EE;
	padding: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-align: left;
}

.spip_encadrer {
	width : 95%;
	padding: 10px;
	border: 0px #000000 solid;
}
.spip_bouton { 
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #ff9c00;
}
.spip_surligne {
	background-color: #FFFF66;
}
table.spip {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}
table.spip tr.row_first {
	background-color: #f4f4f4;
}
table.spip tr.row_odd {
	background-color: #B1CBE4;
}
table.spip tr.row_even {
	background-color: #EAF6FF;
}
table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: center;
}
blockquote.spip { /* appel par <quote></quote> => bloc centré art */
	margin: 5px 15px 5px 15px;
	border: 1px solid #B4C0CD;
	background: #E6EBEE;
	padding-left: 30px;
	padding-right: 30px;
	-moz-border-radius: 7px;
}
b.spip { }
i.spip { }
p.spip { 
	padding-left:5px;
		
}




