/* CSS Document */
/* Commun */
table {border-width:0px; padding:0px}

.Etoile {color: #FF0000; font-weight:bold}

.tableau_fond {
border:0px 0px 0px 0px;
	width:1024px ; 
	height:702px; 
	background:#ccc;
	}
.tableau_fond2 { width:1022px ; background:url(http://www.netop.fr/images/fond1000.png)}
.tableau_fond3 { width:1022px ; height:620px}
.tableaucentre {background:url(http://www.netop.fr/images/fond800.png)}
.Gras {font-weight: bold}
.Gras11 { font-size:11px; font-weight: bold}
.Police_11 {font-size: 11px;}

.Gras_Bleu {color: #000000; font-weight: bold;}

/* Page Bleu */
.Titre_Bleu {color: #0066FF;  font-size: 28px;font-weight: bold;}
.Gras_Bleu {color: #0066FF;font-weight: bold;}
a:hover {COLOR: #ff0000}

/* Page vert */
.Titre_Vert {color: #5D870B;  font-size: 28px;font-weight: bold;}
.Gras_Vert {color: #5D870B;font-weight: bold;}
.lien_vert a:link { COLOR: #5D870B; TEXT-DECORATION: none; font-weight:bold}
.lien_vert a:active {COLOR: #00CC66; TEXT-DECORATION: none}
.lien_vert a:visited {COLOR: #00CC66; TEXT-DECORATION: none}
.lien_vert a:hover {COLOR: #ff0000}

/* page rouge */
.Titre_Rouge {color: #AE0001;  font-size: 28px;font-weight: bold;}
.Gras_Rouge {color: #AE0001;font-weight: bold;}
.lien_rouge a:link { COLOR: #AE0001; TEXT-DECORATION: none; font-weight:bold}
.lien_rouge a:active {COLOR: #FF6600; TEXT-DECORATION: none}
.lien_rouge a:visited {COLOR: #FF6600; TEXT-DECORATION: none}
.lien_rouge a:hover {COLOR: #ff0000}

/* page orange */
.Titre_Orange {color: #FF9900;  font-size: 28px;font-weight: bold;}
.Gras_Orange {color: #FF9900;font-weight: bold;}
.lien_orange a:link { COLOR: #FF9900; TEXT-DECORATION: none; font-weight:bold}
.lien_orange a:active {COLOR: #FF6600; TEXT-DECORATION: none}
.lien_orange a:visited {COLOR: #FF6600; TEXT-DECORATION: none}
.lien_orange a:hover {COLOR: #ff0000}

/* page Or */
.Titre_Or {color: #CC9900;  font-size: 28px;font-weight: bold;}
.Gras_Or {color: #CC9900; font-weight:bold}
.lien_or a:link { COLOR: #CC9900; TEXT-DECORATION: none; font-weight:bold}
.lien_or a:active {COLOR: #C68704; TEXT-DECORATION: none}
.lien_or a:visited {COLOR: #C68704; TEXT-DECORATION: none}
.lien_or a:hover {COLOR: #ff0000}

/* menu */
#ddblueblockmenu{
	border: 0px solid black;
	border-bottom-width: 0;
	width: 175px;
}
			
#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 90% Arial, sans-serif;
}
			
#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 159px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: black;
	/*background-color: #B1EBFE #2175bc; */
	/* border-bottom: 0px solid #90bade;*/
	/*border-left: 7px solid #1958b7;*/
}
			
* html #ddblueblockmenu li a{ /*IE only */
	width: 177px; /*IE 5*/
	/* width: 169px; /*185px minus all left/right paddings and margins*/
}
			
#ddblueblockmenu li a:hover {
	background-color: #9AC0FA;
	border-left-color: #1c64d1;
}
	
#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 0px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #1958b7;
	font: bold 90% Arial, sans-serif;
}

#ddblueblockmenu div.menutitle a{
	color: white;
	border-bottom: 0px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #1958b7;
	font: bold Arial, sans-serif;
}

#ddblueblockmenu div.menutitle a:hover{
	color: #00FFFF;
	border-bottom: 0px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #1958b7;
	font: bold Arial, sans-serif;
}

ul,ol,blockquote{ margin-top:0px}
