/*****************************************************************************/
/* LLR - BaBar Collaboration Meeting 2007                                    */
/* Feuille de style Site                                                     */
/*                                                                           */
/* W3C CSS2                                                                  */
/*****************************************************************************/


/*****************************************************************************/
/* Redefinitions des balises HTML                                            */
/*****************************************************************************/
/* Le corps de la page HTML*/ 
body
{
	background-color : #FFFFFF;
	margin-left      : 50px;
	margin-right     : 50px;
	margin-top       : 50px;
	margin-bottom    : 50px;
}


/*****************************************************************************/
/* Definitions des ID                                                        */
/*****************************************************************************/
/* Barre de navigation : cellule */
#navigation td
{
}
/* Barre de navigation : lien */
#navigation a
{
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : 12px;
	font-weight     : bold;
	color           : #003366;
	line-height     : 10px;
	text-decoration : none;
	display         : block;
	padding         : 8px 6px 10px 26px;
	background      : url(../images/fleche_fix_d.gif) 14px 45% no-repeat;
}
/* Barre de navigation : survol */	
#navigation a:hover
{
	background : #CCFFFF url(../images/fleche_ani_d.gif) 14px 45% no-repeat;
	color      : #FF6600;
}


/*****************************************************************************/
/* Definitions des CLASS                                                     */
/*****************************************************************************/
/* Texte normal */
.body_text
{
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : 12px;
}

/* Petit texte */
.smalltext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 10px;
	color       : #666666;
	font-style  : italic;
	font-weight : bold;
}

/* Adresse mail */
.mail
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 10px;
	font-weight : bold;
}

/* Logo */
.logo
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 26px;
	font-weight : bold;
	color       : #003366;
	line-height : 16px;
}

/* Navigation laterale */
.navText
{
}
.with_border
{
	border : 1px solid #0033CC;
}
.no_border
{
	border : 0px;
}

/* Navigation haute */
.navig_up
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 10px;
	font-weight : bold;
}

/* Couleurs */
.color_black
{
	color : #000000;
}
.color_white
{
	color : #FFFFFF;
}
.color_red
{
	color : #FF0000;
}
.color_green
{
	color : #00FF00;
}
.color_blue
{
	color : #0000FF;
}
.color_title
{
	color : #00CC00;
}
.color_queue
{
	color : #FF6633;
}
.color_max
{
	color : #FF0000;
}

/* Titres : 4 niveaux ! */
.titre0
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 24px;
	font-weight : bold;
}

.titre1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 18px;
	font-weight : bold;
}

.titre2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 14px;
	font-weight : bold;
}

.titre3
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px;
	font-weight : bold;
}

input.red_btn
{
	background-color : #FF0000;
	font-weight : bold;
}

input.green_btn
{
	background-color : #00FF00;
	font-weight      : bold;
}

