/*------------------------- Style du body ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	text-align:left;
}

a {
	color: #CCCC00;
	text-decoration: none;
}

a:hover {
	color: #CCCC00;
	text-decoration: underline;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 3px;
	border: 0;
}

.bibli{
	color: #29568F;
	background-color: #29568F;
	height: 1px;
	border: 0;
} 

/*-------------------------Style du menu haut-----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
.menu_haut li {
	float: left;
	padding:0;
	margin:0;
	padding-right: 8px;
	list-style-type:none;
//	background-image:url(../images/puce.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}

.lien {
	color : #000000;
	text-decoration: none;
}

.lien:hover {
	color : #000000;
	text-decoration: underline;
}

.menu_haut {

	width: 652px;
	background-image: url(../images/fond-bleu-haut.gif);
	color: White;
	font-weight: bold;
	font-size: 13px;
	background-repeat: no-repeat;
}

.pos_menu_haut {
	position: absolute;
	left: 70px;
	top: 30px;
}

.logo_b {
	position: absolute;
	top: 85px;
	left: 0px;
}
.logo_c {
	position: absolute;
	top: 85px;
	left: 86px;
}

.login {
	background-image: url(../images/fond-vert-haut.gif);
	background-repeat: no-repeat;	
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;

 }

.menu_haut a {
	color: White;
	text-decoration: none;
	margin-left: 8px;
}

input.bouton {
	height: 18px;
	width: 20px; 
	font: 9px "Verdana";
	border:1px solid black;
	background-color:#2A568F;
	font-family:"trebuchet ms",sans-serif;
	color:#DDDF00;
}

input.bouton:hover {
	background-color:#DDDF00;
	color:#2A568F;
}

/*---------------------------- Style du menu gauche----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------*/

.menu_gauche {
	width: 99px;
	background-image: url(../images/fond-gauche.gif);
	font-size: 13px;
	font-weight: bold;
}

.sous_menu_chantier
{
	padding-left : 4px;
}

.menu_gauche a {
	color: White;
	text-decoration:none;
}

.menu_gauche a.hover {
	color: #666666;
}

.menu_chantier {
	font-size: 16px;
	width: 90px;
	padding-left : 4px;
}

.menu_chantier a {
	color: #CCCC00;
}

/*---------------------------- Style contenu ----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------*/

.titre {
	position: absolute;
	top: 95px;
	left: 112px;
	width: 652px;
}

.titre_span {
	font-size: 24px;
	color: #CCCC00;
	font-weight: bold;
}

.titre_bleu {
	font-size: 24px;
	color: #336699;
	font-weight: bold;
}
.titre_gros{
	font-size: 24px;
	color: #CCCC00;
	font-weight: bold;
}

.ss_titre {
	font-size: 24px;
	color: #336699;
	font-weight: bold;
}

.ss_titre_petit {
	color: #336699;
	font-weight: bold;
	text-align: justify;
}

.gras {
	color: #CCCC00;
	font-weight: bold;
	font-size: 13px;
}

.droite {
	font-size: 10px;
}

.contenu2 {
	padding-right:10px;
	font-size: 12px;
}

.titre_relatif{
	font-size: 24px;
	color: #CCCC00;
	font-weight: bold;

}

.titre_absolue_droit {
	font-size: 24px;
	color: #CCCC00;
	font-weight: bold;
	position: absolute;
	top: 95px;
	left: 768px;	
	width: 200px;
}

.footer
{
	font-size: 9px ;
	text-align:center;
	padding-top: 10px;
}

.navig {
	font-size: 12px ;
	font-weight: bold;
}

.rubrique_entete
{
	font-size: 24px;
	color: #336699;
}

.rubrique
{
	font-size: 12px;
	color: #336699;
}

.rubrique_selectionne
{
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}

img {
	max-width: 300px;
	border:0px;
}

.date {
	font-size: 11px;
	color: #000000;
}
/*---------------------------- plan du site ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/

.plan ul {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.plan li {
	list-style:none;
}

/* -------------------------- formulaires de recherche ----------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */

#bouton2 {
	width: 100px; 
	height: 20px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#bouton_ajout{
	width: 150px; 
	height: 20px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.recherche {
	position: absolute;
	top: 95px;
	left: 110px;
	font-size:12px;
	width:890px;
}

.recherche_tri {
	background-color:#DDDF00;
	width:652px;
	height:40px;
	font-size:12px;
}

.arbo
{
	text-align:left;
	font-size:12px;

	background-color: #2A568F;
	color: #FFFFFF;
	margin:0px;
	padding:0px;

}

/* --------------------------- résultat d une recherche ---------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */

.type_res_recherche {
	float:left;
}

.date_res_recherche {
	font-size : 11px;
	color:#000000;
	float: left;
}

.auteur_res_recherche {
	font-size : 11px;
	float:left;
}

.doc_res_recherche {
	color: #000000;
	font-weight: bold;
	float: right;
}

.petit{
	font-size : 11px;
}



/*----------- couleur normale cellule tableau ----------- */


.tab_ext {
	border-color:#2A568F;
	border-style:dotted;
	border-width:1px 1px 1px 1px;
	background-color:#FFF;
	width:650px;
}


.tab_entete {
	border-style:solid; 
	border-width:0px; 
	background-color:#2A568F;
	width:100%;
	color:#FFF;
	height:25px;
	font: 14px "Verdana";
	font-weight:bold;
}

.tab_entete a {
	color:#FFF;
}

.tab_entete a:hover {
	color:#DDDF00;
}

.tab_corps a{
	color : #2A568F;
}


.tab_corps {
	font: 10px "Verdana"; 
	text-align:left;
	color : #2A568F;
}

/* ----------- couleur alternée cellule tableau ----------- */
.tab_couleur {
	font: 10px "Verdana";
	text-align: left;
	color: #2A568F;
	background-color: #DDDF00;
}


.entete {
	background-color:#2A568F;
	color : white;
	height:25px;
	font: 14px "Verdana";
	font-weight:bold;
}


.button{
	border-color:#FFF;
	border-style:solid;
	border-width:0px;
	color:#FFF; 
	background-color:#2A568F;
	height:25px;
	font: 14px "Verdana";
	font-weight:bold;
}

.button:hover{
	border-color:#FFF;
	border-style:solid;
	border-width:0px;
	color:#DDDF00;
	background-color:#2A568F;
	font-weight:bold;
}

.tab_gen{
	width:980px;
}

