/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

.pied_page{ font-family: Verdana;
	font-size:10px;
	color:White
	}
.entete
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:White;
}
.headernico
{
	background-image : URL("fond1.jpg");
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT:bolder;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    
}

.pagernico
{
	background-image : URL("fond1.jpg");
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT:bolder;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.footernico
{
	background:#D4D5D8;
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bolder;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.itemnico
{
	background:#2F2F2D;
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:White;
}

.alternatingitemnico
{
	background:#383836;
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:White;
}

.texte
{
	font-family:Verdana;	
	font-size:10px;
	color:White;
	}

.titre_page_jb
{
	font-family:Verdana;
	font-size:12px;
	color:White;
	}

.titre_td_beige
{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:Black;
	}
	
.titre_td_noir
{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:White;
	}
	
	
.texte_accessoires
{
	font-family:Verdana;	
	font-size:10px;
	color:White;
	}	


.texte1
{
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:White;
}

.texte2
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:white;
}

.texte3
{
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#FF1721;
}

.texte4
{
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#FF1721;
}
.texte5
{
	font-family: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:Black;
}

.titre_page_jb
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:White;
	}
	.titre_td_beige
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:white;
	}
	
.titre_td_noir
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:White;
	
	}


.menupdt 
{
	/*border-top:2px solid #bbb;*/
	margin:0;padding:0;
	background-image:url(images/testfond.jpg);
	background-repeat:no-repeat;
	background-position:0px 25px;	
}

.menupdt ul 
{
	margin:0;padding:0;
	list-style-type:none;
	width:100%;
	clear:both;
	
}

.menupdt li 

{
	margin-left:2px;
	float:left;
	
}

.menupdt li a, .menupdt li a:visited 
{
	margin:0;padding:0;
	padding:5px;
	background-color:White;
	filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8;
	font-family:Verdana,arial;
	font-size:12px;
	color:black;
	height:20px;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;	
}

.menupdt img 
{

	height:25px;
	margin:-4px;
}

.menupdt li a:hover 
{
background-color:White;
filter:alpha(opacity=100); opacity:1; -moz-opacity:1;
}

.menuAA * 
{
	height:auto;
	width:auto;
	background:none;
	margin:0;
	padding:0;
	filter:alpha(opacity=100); opacity:1; -moz-opacity:1;
}

.menuAA img 
{
	height:auto;
	margin:0;
}

.menuAA 
{
	margin:0;padding:0;
	list-style-type:none;
	width:620px;
	margin-bottom:3px;
	background-color:#024593;
}

.menuAA li 
{
	float:left;
}

.menupdt .menuAA li a, .menupdt .menuAA li a:visited 
{
	
	background-color:#024593;
	font-family:Verdana,arial;
	font-size:10px;
	padding:5px;
	color:White;
	height:20px;
	width:auto;
	text-decoration:none;
	white-space:nowrap;	
	filter:alpha(opacity=100); opacity:1; -moz-opacity:1;
}

.menupdt .menuAA li a:hover 
{
	height:20px;
	padding:5px;
	color:Black;
	background-color:white;
	filter:alpha(opacity=100); opacity:1; -moz-opacity:1;
}


