@import "www_colors.css";
@import "www_layout.css";
@import "www_toolbox.css";
/* Redefinition des balises */
/* -------------------------------------------------------- */
img {
	vertical-align:middle;
	border:none
}
table,tr,td {
	margin: 0px;
	padding: 0px;
	border:0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input,textarea {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7E7B;
	margin: 1px;
	padding: 3px;
	color:#fff;
	background-color: #222;
	border-top:1px solid #000;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #CCCCCC;
	*/
}
select {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7E7B;
	margin: 1px;
	padding: 3px;
	color:#fff;
	background-color: #222;
	border-top:1px solid #333;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #333;
}
/* -------------------------------------------------------- */
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* -------------------------------------------------------- */

.line {
	background-image: url(/box/box_theme/images/line.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width:5px;
}
.lineHr {
	background-image: url(/box/box_theme/images/line_hr.gif);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	height:10px;
}
.FormClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7E7B;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #CCCCCC;
}
/*
.TextMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0BEB9;
}
.DivButtonContainer {
	height: 35px;
}
.DivButtonLeft,
.DivButton {
	height: 24px;
	padding: 5px;
}
.DivButton {
	margin: 0px;
	float:right;
}
.DivButtonLeft {
	margin: 0px;
	margin-left: 10px;
	float:left;
}
.DivButtonLeft a,
.DivButton a{
	text-transform: uppercase;
	padding-right: 13px;
	padding-bottom: 4px;
	line-height: 24px;
	background-image: url(../images/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
.MiniButton {
	margin:10px 0px 10px 0px;
	padding:3px;
	padding-left: 13px;
	width:100px;
	text-transform: uppercase;
	background-image: url(../images/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
*/