 @charset "UTF-8";

 body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
body {
	margin: 0px;
	margin-bottom: 0px;
	background:  #ffffff url(../images/fond.jpg);
	width: 100%;
}
a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:hover {
	color: #FF00FF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#page {
	background: #FF02E4;
	border-right: 1px solid #fc9999;
	border-left: 1px solid #fc9999;
	width: 1024px;
	text-align: left;
}
#header {
	background: url(/templates/default/images/header_background.jpg) repeat-x;
	height: 250px;
	width: 1024px;
	border-bottom: 1px solid #fc9999;
}
#logo {
	display: inline;
	float: left;
}
#header_ads {
	display: inline;
	float: right;
	margin-top: 50px;
	margin-right: 10px;
}
#header_sep {
	width: 765px;
	border-bottom: 1px solid #3366ff
	clear: both;
}
#content {
	float: right;
	width: 610px;
	display: inline;
	position: relative;
	visibility: inherit;
}
#col {
	float: left;
	width: 250px;
	display: inline;
}
.col_item_content {
	margin-top: 10px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
}
.col_title {
	margin-top: 10px;
	margin-right: 7px;
	margin-left: 7px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
	text-transform: uppercase;
}
.plug {
	background: url(../images/fond2.jpg);
	float: right;
	width: 700px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
}
.plug_details {
	background: #ffffff;
	float: right;
	width: 700px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	color:grey;
	font-size:8pt;
	font-weight:normal;
	text-align:right;
}
.plug_content {
	text-align: left;
	vertical-align: text-top;
	display: inline;
}
.plug_content img {
	margin: 5px;
	float: left;
	display: inline;
}
.footer {
	line-height: 30px;
	text-align: center;
	height: 30px;
	border-top: 1px solid #666666;
	margin-top: 10px;
}
h2
{ 
  color:#336699;
  font-size:9pt;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0px;
  font-variant:small-caps;}

h3
{ 
  color:#000000;
  font-size:10pt;
  font-weight:normal;
  margin-top:0;
  margin-bottom:2;}
  
.messageStackWarning{
        background-color:#ffffff;
        font-weight: bold;
        border: 1px solid #FF0000;
        color: red;
}

