@import "layout.css";
@import "HotNews.css";
@import "news.css";
@import "products.css";
/* Redefinition des balises */
/* -------------------------------------------------------- */
img {
	vertical-align:middle;
	border:none
}
/* input,select {
	margin: 0px;
	padding: 0px;
	border:1px;
	border-color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7E7B;
} */
table,tr,td {
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656361;
}
th {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A7A6A2;
	vertical-align: middle;
	font-weight: normal;
}
form {
	margin: 0px;
	padding: 0px;
}
input,select,textarea {
	font-family: "Lucida Grande", 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: 3px;
	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;
}
/* -------------------------------------------------------- */
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	text-decoration: none;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:active {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	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: #85837d;
}
.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(/www/www_theme/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(/www/www_theme/images/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.MiniButton a,
.MiniButton a:hover,
.MiniButton a:link,
.MiniButton a:visited,
.MiniButton a:active
{
	color:#fff;
	text-decoration:none;
}

/* -------------------------------------------------------- */
/* PEOPLE */
#DivPeople a{
	color: #C1BA9E;
	text-transform:uppercase;
}
/* -------------------------------------------------------- */







.ulViewer *
{
	margin:0;
	padding:0;
}


.ulViewer
{
	margin:0;
	padding:0;
	margin-left:10px;
}

.listViewer
{
	list-style-type:none;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.listViewer table
{
	border-collapse:collapse;
	width:198px;
	height:58px;
	border:1px solid #efefef;
	display:block;
}

.listViewer table td
{
	padding:4px;
	text-align:center;
}

.listViewer a
{
	font-size:11px;
	color:#656361;
}

.listViewer table td.textViewer
{
	padding-left:0px;
}

