
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #ECECEC url(../images/bg.jpg) repeat-x;
}
.clear{
	clear:both;
}
img {
	border: 4px solid #E9E9E9;
}
td img{
	border:0px none;
	}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 970px;
	margin: 0 auto; 
}
#Container { 
	width: 970px;
	/*padding-bottom: 15px;padding-top:12px;
	background: #fff url(../images/bgImage.png) repeat-y;*/
	}
#Layout {
	width: 931px;
	clear: both;
	overflow: visible;
	margin: 0px auto;
}
#Content {
	width: 669px;padding:0;
	float: right; 	
	margin: 0;
	text-align: left;
	background:#ffffff;
}
#Content .contentTop{
	background:transparent url(../images/top_content.jpg) no-repeat left top;
	height:12px;
}
#Content .contentFooter{
	clear:both;
	background:transparent url(../images/bottom_content.jpg) no-repeat -1px top;
	height:12px;
}
#Content .contentAll
{
	margin:0 15px;
}
#Content .infobox
{
	background:transparent url(../images/box-content-middle.jpg) repeat-y;
	width:190px;
	float:right;
}
#Content .infobox .infobox-top
{
	background:transparent url(../images/box-content-top.jpg) no-repeat;
	height:45px;
	font-weight:bold;color:#ffffff;
	line-height:50px;font-size:14px;
	padding-left:30px;
}

#Content .infobox .infobox-footer
{
	background:transparent url(../images/box-content-footer.jpg) no-repeat;
	height:15px;
}
#Content .infobox .infobox-content
{
	background:transparent none;
	font-weight:normal;
	padding:0 15px;
}
#Content .infobox .infobox-content img
{
	margin: 0 0 0 5px;
	border-width:1px;
}

.contentSeparator
{
	clear:both;
	height:20px;
}
/** Header **/
#Header {
 	width: 931px; height:199px;
 	margin: 0 auto;
	overflow: hidden;
	background: transparent none;
	}
 	/*#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}*/
	#HeaderLeft{
		margin:0;float:left;height:199px;
		background:transparent url(../images/bg_logo.jpg) no-repeat;
		width:261px;
	}
	#HeaderLeft #divLogo
	{
		width:auto;height:130px;
		clear:both;
		background:transparent none;	
	}
	#HeaderLeft #divTel
	{
		color:#FFFFFF;
		font-family:"Trebuchet MS";
font-size:14px;
height:69px;
margin-right:15px;
margin-top:-20px;
padding-left:15px;
text-align:left
	}
	#divTel em
	{
		font-size:14px;font-style:normal;
	}
	#divTel strong
	{
		/*font-weight:normal;
		font-size:18px;*/
		
	}
	
	#HeaderRight{
		width:670px;margin:0;float:left;height:199px;
		background:transparent url(../images/bigImg.jpg) no-repeat center top;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
	
	

/*** Main Nav ***/
#Navigation {
	width: 710px;float:right;
	margin: 0 px;
	overflow: hidden;
	background: transparent none;
}
#Navigation ul { 
 	float: left; 
	margin:0px 0 0 20px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 1px; 
		float: left;
		line-height: 2.8em;
		display: block;
		background: transparent url(../images/normalTabBck.png) repeat-x left bottom;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 30px; 
			font-size: 1.1em; 
			padding: 0 0 0 15px;
			color: #fff;
			background: transparent url(../images/normalTabLeft.png) no-repeat left bottom;
			}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			padding-right: 5px;
			height: 30px;
			background: transparent url(../images/normalTabRight.png) no-repeat right top;
 
		}
			#Navigation ul li a:hover { 
			 /*	background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left bottom;*/ 
				color: #fff;
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				/*background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right bottom;*/
				cursor: pointer;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: #fff url(../images/activeTabLeft.png) no-repeat left bottom; 
			 	color: #444;

				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				background: transparent url(../images/activeTabRight.png) no-repeat right bottom;
				color: #EFEFEF;font-weight:bold;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #333333;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 5px 261px;
	}
	#Breadcrumbs p {
		margin: 0;
	}
	#Breadcrumbs a,#Breadcrumbs a:visited {
		font-weight:700;
		color:#628ec1;
		text-decoration:none;
	}
/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
	padding: 10px 0 0 0;
	float:left;
	margin:-30px 0 0 10px;
	width:235px;
	background: #FFFFFF url(../images/top_sidebar.jpg) no-repeat;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	background: transparent none; 
	}
	#Sidebar .sidebarHeader{
		background: transparent none; 
		width:235px;height:10px;display:none;
	}
	#Sidebar ul {
		margin: 0 auto 10px auto; width: 207px;
		border: 4px solid #eae9e9;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		height:35px;
		background:transparent url(../images/sidebar-header.jpg) no-repeat;
		overflow:hidden;
		margin:0 auto;
		width:215px;
		color:white;
		font-size:12px;
		font-weight:bold;
		/*
		text-transform: lowercase;
		color: #0f396e;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: -5px 5px 10px 5px;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		border-bottom:1px solid #EFEFEF;
		*/
	}
	#Sidebar h3 span
	{
		padding:10px 0 10px 10px;
		line-height:35px;background:transparent none no-repeat;/*url(../images/ico1.png) no-repeat;*/
		
	}
	#Sidebar .sidebarForm h3 span
	{
		background-image:none;/*url(../images/ico2.png);*/
	}
	
	#Sidebar .sidebarBottom {
		height: 10px;
		display: block;
		width: 235px;
		margin: -5px 0 0 0;
		background: transparent url(../images/bottom_sidebar.jpg) no-repeat center bottom;
	}

	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 0px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
            width: autopx;padding-left:25px;
            font-size: 1.2em;
            height: 2.6em;
            line-height: 2.4em;
            color: #1f9cd7;
			background: transparent url(../images/sidebar-menu-normal.png) no-repeat left top;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            background: transparent url(../images/sidebar-menu-hover.png) no-repeat left top;
            color: #9d2427;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: normal;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 180px; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
           /* background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;*/
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
            width: 193px;
            padding: 4px 0 10px 0;
          /*  background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;*/
      }
      ul#Menu2 li ul.sub,ul#Menu2 li ul.sub ul
      {
      	border:none;margin-left:14px;
      }
      ul#Menu2 li ul li ul {
            background: #efefef;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            background: #efefef;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 175px;
      }
      ul#Menu2 li li ul .roundWhite {
           /* margin-bottom: -10px;*/
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            width: 150px;
			background: transparent;
            margin-left: 0px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            background: #BCBCBC none no-repeat right center;
            text-decoration: none;
            display: block;
            color: #fff;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            background: transparent none no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            background: transparent none no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;margin-top:2px;  
	width: 931px; 
	height: 52px; 
	background: transparent none no-repeat bottom left; 
	text-align: center; 
	}
	#Footer .footerTop {
		width: 100%;
		/*background: transparent url(../images/footerTop.gif) no-repeat top left;*/
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #7a7a7a;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	color: #7a7a7a; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #7a7a7a;
		text-decoration: underline;
	}
  
 div.protected-0{
 	background:transparent url(../images/garanties-protected.jpg) no-repeat center top;
	width:530px; height:807px;
 }
div.protected-1{
	background:transparent url(../images/blank.gif) no-repeat center top;
	width:530px;height:807px;
}
