/*
=====================================================================================================================
Fichier : style_print.css
Type mine : text/css
Site : www.zionetrix.net
Auteur : Bn8net
Description :  Sytle pour l'impression du site www.zionetrix.net
=====================================================================================================================


=====================================================================================================================
Style par defaut pour les balises html et la page
=====================================================================================================================
*/

body {
	font-family:					sans-serif;
	color:						#444;
	text-align:					justify;
}

#page {
	background-image:				url(../graph/fd.png);
	background-position:				center;
	background-repeat:				no-repeat;
}

h1 {
	color:						#c60;
	font-size:					2em;
	margin:						0.2em;
}

h2 {
	color:						#000;
	font-size:					1.3em;
	margin:						0.2em;
	padding-left:					1.2em;
}

h3 {
	color:						#000;
	font-size:					1.1em;
	margin:						0.2em;
	padding-left:					2.2em;
}

.class_h3 {
	margin:						0.2em;
	padding-left:					3em;
}

p {
	margin:						0.3em;
}

a {
	color:						#c60;
	text-decoration:				none;
}

a:hover {
	text-decoration:				underline;
}

div.info{
	background-color:				#7ad;
	border:						solid 1px;
	margin:						1em;
	width:						31em;
	padding-left:					20px;
	background-image:				url('../graph/info.png');
	background-repeat: 				no-repeat;
}

div.error{
	background-color:				#fe3a2c;
	border:						solid 1px;
	margin:						1em;
	width:						31em;
	padding-left:					20px;
	background-image:				url('../graph/error.png');
	background-repeat: 				no-repeat;
}

/*
=====================================================================================================================
HEARDER
=====================================================================================================================
*/
#header {
	display:					none;
}

/*
===================================================================================================================
Form
=====================================================================================================================
*/

.pwd_input, #input_user, #input_pwd {
	border:						solid 1px;
	margin:						0.5px;
	background-color:				#7ad;
	background-repeat: 				no-repeat;
	font-family:					sans-serif;
	font-size:					11px;
	color:						#246;
	padding-left:					18px;
	height:						15px;
	width:						90px;
}

#input_user {
	background-image:				url('../graph/user.png');
}

.pwd_input {
	background-image:				url('../graph/password.png');
}

/*
=====================================================================================================================
*/
hr.spacer {
	clear: 						both;
	visibility:					hidden;
	margin:						0px;
	height:						0px;
	padding:					0px;
}

.without_border {
	border:						none;
}

.text_align_center {
	text-align:					center;
}

/* 
=====================================================================================================================
Right Menu 
=====================================================================================================================
*/

#right_menu {
	display:					none;
}

/*
=====================================================================================================================
Foot
=====================================================================================================================
*/

.foot {
	display:					none;
}

/*
=====================================================================================================================
PHPSYSINFO
=====================================================================================================================
*/

div.box {
	background-color: 				white;
	width: 						74%;
	margin-left:					1%;
}

div.boxheaderleft
{
	background-image: 				url(../phpsysinfo/templates/bulix/images/left_bar.gif);
	background-position: 				left top;
	background-repeat: 				no-repeat;
	height: 					20px;
	width: 						20px;
	float: 						left;
}

div.boxheaderright
{
	background-image:				url(../phpsysinfo/templates/bulix/images/right_bar.gif);
	background-position: 				right top;
	background-repeat: 				no-repeat;
	height: 					20px;
	width: 						20px;
	float: 						right;
}

div.boxheadertext
{
	font-weight: 					bold;
	text-align: 					center;
	border-right: 					1px black solid;
	height: 					20px;
	padding-top: 					3px;
	background-image:				url(../phpsysinfo/templates/bulix/images/middle_bar.gif);
	background-position: 				left top;
	background-repeat: 				repeat-x;
}

div.boxcontent {
	padding: 					5px;
	padding-top: 					1em;
	border: 					1px #ccc solid;
	border-top: 					none;
	background: 					#efefef;
}

