body{
	margin:0px;
	padding:0px;
	/*background: #37768e;*/
	background: #fff;
}
h1, h2, h3 , h4{
	margin:0;
	padding:0;
}
p{
	margin:1em 0;
	padding:0;
}
h1{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
h2{
	font-size:14px;
	color:#75B739;
}
h3{
	font-size:12px;
	color:#78B639;
}
table, td, select, input, textarea{
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid B1B1B1;	
}
img{border:0;}
/* ---------------------------------- container ---------------------------------- */
#container{
	width:760px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	margin-right:auto;
	margin-left:auto;
	background:#FFF;
}
/* ---------------------------------- logotip ---------------------------------- */
#header {
	width:100%;
	background:url(../images/header_images.gif) repeat-x;
	height:87px;
}
/* ---------------------------------- logotip ---------------------------------- */
div#logotip{
	display: block;
	width:423px;
}
#logo{
	margin-right:100px;
	margin-left:50px;
	display:block;
	background:url(../images/ixia_log.png) no-repeat;
}
#logo a{
	display:block;
	height:40px;
}
/* ---------------------------------- menu ---------------------------------- */
div#menu_top{
	width:337px;
	padding-top:30px;
	background:url(../images/menu_back.jpg) no-repeat right top;
	height:47px;
	color: #747472;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div#menu_top a{
	margin-left:10px;
	margin-right:10px;
	background:url(../images/menu_toch.gif) no-repeat center left;
	color: #747472;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}
div#menu_top a:hover{
	text-decoration:underline;
}


#menum, #menum ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 20px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menum /* Ensemble du menu */
{
        /*font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: 0;
		position: absolute;

}

#menum a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #1e5164; /* couleur de fond */        
        color : #E0E3E3; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 126px; /* largeur */
}

#menum li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body menum li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menum li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 200px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menum li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top: 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menum li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menum li ul ul 
{
        margin    : -10px 0 0 200px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */     
				
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menum li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menum a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #1e5164; /* On passe le texte en noir... */
        background: #fff; /* ... et au contraire, le fond en blanc */
		border: 1px solid #1e5164;
		width: 124px;
		height:18px;
}

#menum li:hover ul ul, #menum li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menum li:hover ul, #menum li li:hover ul, #menum li.sfhover ul, #menum li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}


/* ---------------------------------- menu ---------------------------------- */
div#menu{
	background:#fff;
	margin-bottom:20px;
	padding-top:9px;
	padding-bottom:9px;
}


/* ---------------------------------- navigation ---------------------------------- */
div#navlist{
	border-width: 0px;
	border-top-width:1px;
	border-color: #B1B1B1;
	border-style: solid;
}
div#navlist a {
	border-width: 1px;
	border-top-width:0px;
	border-color: #B1B1B1 #B1B1B1 #B1B1B1 #B1B1B1;
	border-style: solid;
	padding-left:30px;
	padding-top:10px;
	display: block;
	color:#737373;
	height:22px;
	text-align:left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background:url(../images/menu_link.gif) no-repeat left;
}
div#navlist a:hover {
	border-width: 1px;
	border-top-width:3px;
	border-color: #1e5164 #B1B1B1 #B1B1B1 #B1B1B1;
	border-style: solid;
	padding-left:50px;
	height: 19px;
	color:#1e5164;
	background:url(../images/menu_hover.png) no-repeat left;
}
/* ---------------------------------- main ---------------------------------- */
#main {
	padding: 0px;
	margin: 0px;
	text-align:left;
}
.main_nav {
	border-width:1px;
	border-top-width:3px;
	border-bottom-width:3px;
	border-color: #B1B1B1 #B1B1B1 #B1B1B1 #B1B1B1;
	border-style: solid;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7A7A7A;
	padding:15px;
	padding-left:25px;
}
.main_nav_2 {
	vertical-align: top;
	background:url(../images/nav_back.gif);
	width:180px;
}.main_nav_3 {
	width:10px;
}
#main_text {
	padding: 10px;
	padding-left:20px;
}
#heading2 {
	background:url(../images/heading_text_1.gif) no-repeat left;
	height:15px;
	margin-left:5px;
}
#heading3 {
	background:url(../images/heading_text_2.gif) no-repeat left;
	height:15px;
	margin-left:20px;
}
#head_main {
	display: block;
	background:url(../images/menu_back.gif);
	height:23px;
	padding-top:7px;
	padding-left:30px;
}
#head_main_text {
	color:#76A700;
	font-size: 11px;
	padding-left: 40px;
}
/* ---------------------------------- main_url ---------------------------------- */
p#link a{
	color:#A60202;
	font-weight:normal;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p#link a:hover{
	color:#FFAE00;
}
/* ---------------------------------- main_block ---------------------------------- */
#back_line{
	border-width: 1px;
	border-color: #FFF #FFF #730000 #FFF;
	border-style: solid;	
}
#block_heading_text {
	background:url(../images/block_heading_text.gif) no-repeat;
	height:20px;
	margin-left:20px;
}
#main_text_block {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#606060;
}
/* ---------------------------------- box ---------------------------------- */
#box{
	margin:10px;
	padding-left:90px;
	padding-right:30px;
	font-size:11px;
	background:url(../images/images.jpg) no-repeat;
	height:79px;
}
/* ---------------------------------- footer ---------------------------------- */
#footer{
	margin-bottom:10px;
	margin-top:20px;
	margin-left:190px;
	font-weight:bold;
	color:#78B639;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
/* ---------------------------------- text_decor ---------------------------------- */
.underline {
	text-decoration: underline;	
}
.white {
	color:#FFF;
}
.blue {
	color:#1749A9;
}
.red {
	color:#8F0101;
}
.yellow {
	color:#FDA11C;
}
.px11{
	font-size:11px;
}
.green {
	color:#78B639;
}
.black {
	color:#353535;
}


.brd {border: 1px solid #CCCCCC;background-color: #FFFFFF;}
.mg {margin: 5px;}
#returned_value{text-align:center;font-size:12px;color:#000000}
#go, input{border:1px solid #CCCCCC;background:#FFF}

table#test
{
border: 1px solid #B1B1B1;
}
