/* LES BALISES */

body{
	background-image:url('img/bg.png');		/* image background */
	background-repeat:repeat-x;								/* répétition de l'image sur l'axe horizontal */
	background-color:#1D96FA;								/* couleur background */
	background-attachment:fixed;							/* background fixe */
	

}

input {background-color:#0083AA; border:#FFFFFF 1px solid; color:#033E97; font-weight:bold;
}
input:over {background-color:#033E97; border:#FFFFFF 1px solid; color:#0083AA font-weight:bold;
}


/* LES ID */

	#conteneur { width:900px; max-width:900px; margin:auto; overflow:hidden; position:inherit;}
	#header { width:900px; height: 83px; background-repeat:no-repeat; background-image:url("img/top.png");}
	#menu { width:900px; height: 24px; text-align: right; font-size: 11px; background-image:url("img/bandeau.png"); background-repeat:repeat-y; }
	#maintext { width:900px; min-height: 300px; text-align: left; font-size: 11px; background-image:url("img/bgmain.png"); background-repeat:repeat-y; }
	#bas { width:900px; height:13px; background-image:url("img/bottom.png"); background-repeat:no-repeat; overflow:hidden; }
	
	#fin { width:900px; height:12px;}
	
	.tdRight { border-left:dotted 2px #064FA5; padding-top:9px }
	.slash { font-size:14px; font-weight:bold; color:#064FA5; font-stretch:extra-expanded; }
	
	.divRef { border-bottom:dotted 2px #064FA5; margin:5px 8px 5px 5px; padding-bottom:5px;}
	.divPub { margin:5px;}
	
	
	.title{													/* style du texte de "caption" */
	color: #033E97;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}
	.text{													/* style du texte de "caption" */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/* LES LIENS */ 

a { color:#033E97; text-decoration:none; cursor:pointer; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold }
a:link { color:#033E97; text-decoration:none; font-weight:bold}
a:visited { color:#033E97; text-decoration:none; font-weight:bold}
a:hover { color:#FFFF00; text-decoration:underline; font-weight:bold}
a:active { color:#033E97; text-decoration:none; font-weight:bold}
a:focus { color:#0083AA; text-decoration:none; font-weight:bold}


.fin, a.fin:link, a.fin:active, a.fin:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	
}

a.fin:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;	
}
