/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */

@import url(imports/Invision-board_cs.css);


/****************************************************************/
/*
 2. TEXT SETTINGS */
/****************************************************************/

/* 

2.1 This sets the default Font Group */



.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


.pun {FONT-SIZE: 11px; LINE-HEIGHT: normal}

/*
IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
*
HTML .pun {FONT-SIZE: 11px}
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */

.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 11px}

/* 

2.2 Set the font-size for preformatted text i.e in code boxes */



.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 


2.3 Font size for headers */



.pun H2, .pun H4 {FONT-SIZE: 12px; font-weight:bold;}

.pun H3 {FONT-SIZE: 1.1em}

#brdtitle H1 {FONT-SIZE: 12px}

/* 


2.4 Larger text for particular items */



DIV.postmsg P {LINE-HEIGHT: 1.4; FONT-SIZE: 12px;}

DIV.postleft DT {FONT-SIZE: 12px}

.pun PRE {FONT-SIZE: 12px}

/* 


2.5 Bold text */



DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, 
DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, #brdtitle H1, 
.pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

.blockmenu LI{FONT-WEIGHT: bold; FONT-SIZE: 12px;}

/****************************************************************/
/*


P.postlink {    display:inline;}
P.pagelink {    display:inline;}

 3. LINKS */
/****************************************************************/



.pun A:link, .pun A:visited {
text-decoration: none}

.pun A:hover {
text-decoration: none;}

/* 


#brdmenu A:link, #brdmenu A:visited {   



   text-decoration:none;

   color:#FFF;

   font:bold 11px Verdana,Arial, Helvetica, sans-serif;

   margin: 0;
padding:0;


   width:auto;



#brdmenu A:hover{ 

   color:#fff;

   background:#f73d3d;}


3.1 Remove underlining for main menu, post header links, post links and vertical menus */



.blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {text-decoration: none;}

/* 


3.2 Underline on hover for links in headers and main menu */



.blockpost H2 A:hover {
text-decoration: underline;}

/****************************************************************/
/* 


4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 


4.1 By default borders are 1px solid */



DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/* 

4.2 Special settings for the board header. */

/* 


4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}



.pun TH {BORDER-TOP: none; BORDER-LEFT: none }


.pun .tcl {BORDER-LEFT: none}

/* 


4.4 Special setting for fieldsets to preserve IE defaults */


DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/****************************************************************/
/* 


5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 


5.1 Page margins */
/*


HTML, BODY { MARGIN: 0; PADDING: 0;}
*/

/* 

  



5.2 Creates vertical space between main board elements (Margins) */



DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 10px}

#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 8px}

DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 



5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */



DIV.linkst, DIV.linksb {MARGIN-TOP: -5px}

DIV.postlinksb {MARGIN-TOP: -6px}

/* 


5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */



#brdstats {MARGIN-TOP: 12px}

#brdfooter{MARGIN-BOTTOM: 0px}

/****************************************************************/
/* 


6. SPACING AROUND CONTENT */
/****************************************************************/

/* 


6.1 Default padding for main items */




DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 5px 8px}



.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 2px 0}
/*

.pun H2 {PADDING: 3px 6px}
*/
/* 


6.2 Special spacing for various elements */



.pun H1 {PADDING: 3px 0px 0px 0}


#brdtitle P {PADDING-TOP: 5px}

DIV.linkst {PADDING: 8px 6px 3px 6px}

DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px}

#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em}

#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}

/* 


6.4 Create some horizontal spacing for various elements */


DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 12px}

/****************************************************************/
/*


7. SPACING FOR TABLES */
/****************************************************************/



.pun TH, .pun TD {PADDING: 6px 6px}

.pun TD {PADDING: 0px 0px}

.pun TD P {PADDING: 5px 0 0 0}

/****************************************************************/
/* 


8. SPACING FOR POSTS */
/****************************************************************/

/* 


8.1 Padding around left and right columns in viewtopic */



DIV.postleft DL, DIV.postright {PADDING: 6px}

/* 


8.2 Extra spacing for poster contact details and avatar */



DD.usercontacts, DD.postavatar {MARGIN-TOP: 15px; MARGIN-bottom: 15px}

.usercontacts a {
	color : #5DA6F4;
	text-decoration: underline;
}
.usercontacts a:hover {
	color : #f73d3d;
}

DD.postavatar {MARGIN-BOTTOM: 5px; MARGIN-top: 5px}

/* 


8.3 Extra top spacing for signatures and edited by */



DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}

/* 


8.4 Spacing for code and quote boxes */



DIV.postmsg H4 {MARGIN-BOTTOM: 10px}

.pun BLOCKQUOTE, DIV.codebox {MARGIN: 5px 15px 15px 15px; PADDING: 8px; background-color: #fff; border: 1px solid #6595D6;}

/* 


8.5 Padding for the action links and online indicator in viewtopic */



DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}

/* 


8.6 This is the input on moderators multi-delete view */



DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px;
	DISPLAY: inline
}


P.multidelete {
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 5px
}

/* 


8.7 Make sure paragraphs in posts don't get any padding */



DIV.postmsg P {PADDING: 0}

/****************************************************************/
/* 


9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 


9.1 Padding around fieldsets */



DIV.blockform FORM, DIV.fakeform {PADDING: 20px 20px 15px 20px}

DIV.inform {PADDING-BOTTOM: 12px}

/*


9.2 Padding inside fieldsets */


.pun FIELDSET {PADDING: 0px 12px 0px 12px}

DIV.infldset {PADDING: 9px 0px 12px 0}

.pun LEGEND {PADDING: 0px 6px}

/* 


9.3 The information box at the top of the registration form and elsewhere */


DIV.forminfo {
	MARGIN-BOTTOM: 12px;
	PADDING: 3px 5px
}

/* 


9.4 BBCode help links in post forms */


UL.bblinks LI {PADDING-RIGHT: 0px}


UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}

/* 


9.5 Horizontal positioning for the submit button on forms */



DIV.blockform P INPUT {MARGIN-LEFT: 12px}

/****************************************************************/
/* 


10. POST STATUS INDICATORS */
/****************************************************************/

/* 

10.1 These are the post status indicators which appear at the left of some tables. 


.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/
/*

DIV.icon {
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid
}
*/


div.icon {
    float: left;
    display: block;
    width:19px;
    height:15px; margin-top:5px;
}


DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 

DIV.iconindex {
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid
}
*/


div.iconindex {
    float: left;
    display: block;
    width:30px;
    height:30px; margin-right:10px; margin-top:5px;
}


DIV.searchposts DIV.iconindex {MARGIN-LEFT: 0}

/* 

10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD 

DIV.tclcon {MARGIN-LEFT: 30px; padding-top:5px; padding-bottom:5px;}

DIV.intd {background-color:#fff; padding:7px; margin:0px; border-top: 0px solid #A7C3E9;}


h2 {horizontal-align:middle}
DIV.inbox H3 A:link, DIV.inbox h3 A:visited{COLOR: #f73d3d}

DIV.inbox h3 A:hover {COLOR: #818181}




td.tcr {margin-left:5px; padding:5px;}

td.tc2 {background-color: #F1F1F1; border-top: 0px solid #A7C3E9;}

td.tc3 {background-color: #F1F1F1; border-top: 0px solid #A7C3E9;}
td.tcr {background-color: #fff; border-top: 0px solid #A7C3E9;}
td.tcl {background-color: #fff}
DIV.inbox {background-color: #F1F1F1}



DIV.linkst {background-color: #fff}




* HTML .inbox2 {HEIGHT: 1px}
DIV.inbox2 {PADDING-BOTTOM: 1px}
DIV.inbox2 {background-color: #fff}



DIV.inbox2 h1 {display:inline;}

DIV.linkst h1 {FONT-WEIGHT: bold; FONT-SIZE: 11px; PADDING: 8px 6px 3px 3px; display:inline;}

div#mp_bar_ext {
	border: 1px solid #336699;
	width: 100px;
	height: 10px;
	text-align: left;
}
div#mp_bar_int {
	background-color: #336699;
	height: 10px;
}

.forumelectro1 {
background-color: #FFFFFF;
width: 822px;
overflow: hidden;
padding: 0;
float:left;
margin:0px;
margin-right:12px;
}


.forumelectro2 {
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
float:left;
padding: 0px;
margin:0px;
}

.forumelectro2 p {
	color : #272727;
    margin-top : 8px;
	margin-bottom : 10px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 13px;
	line-height:15px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:normal;
	
}
.forumelectro2 p a {
	color : #084DDA;
    text-decoration: none;
}
.forumelectro2 p a:hover {
	color : #EA3232;
	text-decoration: none;
}

H3 {
color: #f73d3d;
font-size : 16px;
font-family : verdana,arial,tahoma;
font-weight : bold;
width: 480px;
margin-left : 15px;
margin-top : 40px;
margin-bottom : 15px;
text-decoration:none;
display:inline;
}


body { background-color: #ffffff ; 
       margin: 0;
       width= 980px;
       padding: 5px;
       font-family: Verdana, Arial, Lucida, Geneva, Helvetica, sans-serif;
       margin-left: 0px;
  
}

#page
	{
margin-left:10px;
width: 980px;
background-color: #FFFFFF;
border: 0px  #FA8322 ;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
	}

.header {
background-color: #ffffff;
width: 980px;
height: 140px;
border:0px solid #EA3232;
margin-bottom:0px;
margin:0px;
padding:0px;
border-bottom: 2px solid #3399ff
} 

.logo {
float: left;
margin-left: 5px;
margin-top: 20px;
margin-right:25px;
margin-bottom:0px;
border: 0;
padding: 0;
}

.banniere {
float: left;
margin: 0px;
padding:0px;
margin-top: 10px;
margin-bottom: 18px;
border: 0;
height:90px;
}


body {behavior: url(http://www.electrochoix.com/csshover.htc);} 
div#menu  { padding:0px;margin-top:0px; margin-left:20px;margin-bottom:0px;}
div#menu a {color:#3b3a3a;
text-decoration: none ;
text-align: center ;}
div#menu ul {padding:0; margin:0;}



div#menu li.sousmenu {
margin-right:15px;
margin-bottom:0px;
margin-top:0px;
}

div#menu  li {
font-weight: bold; 
margin:0px;
padding:0px;
width:105px; 
height:22px;
background:url(http://www.electrochoix.com/images/onglet.gif)  0 0 ;
text-decoration: none ;
}


div#menu li.sousmenu a { 
font-family : Arial;
padding-top:4px;
font-size : 12px; 
display: block ; 
}

div#menu li.sousmenu:hover { 
background:url(http://www.electrochoix.com/images/onglethover.gif)  0 0 ;
}




/* une petite bordure en top*/
div#menu ul li {list-style: none; float:left;}

div#menu ul ul {position: absolute;display:none;}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2,
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}
div#menu ul.niveau3 {margin-top:-2px;} 

/* rajout de couleures de fond et de survol */

div#menu li.souslien {
padding:0;
margin-top:-1px;
text-align:left;
text-indent: 0px ;
font:bold 11px Verdana,Arial, Helvetica, sans-serif;
width:150px; 
height:25px;
background:#ffffff;
border-bottom:2px solid #ffffff;
border-right:1px solid #0091c8;

}

div#menu li.souslien a {
padding:0px;
margin:0px;
text-align:left;
height:25px;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#727272;
padding-left: 22px;
list-style-type: none;
background-image: url(http://www.electrochoix.com/images/fleche.gif);
background-repeat: no-repeat;
background-position: 5% 50%;

}

div#menu li.souslien a:hover {
padding:0px;
margin:0px;
text-align:left;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#ffffff;
background: #02a8e8;
padding-left: 22px;
list-style-type: none;
background-image: url(http://www.electrochoix.com/images/fleche2.gif);
background-repeat: no-repeat;
background-position: 5% 50%;
}



div#menu ul.niveau2 {  
margin:0px; 
padding:0px;  
margin-top:3px; 
float:left; 
font: 5px Verdana,Arial, Helvetica, sans-serif; 
width:150px; 
border-left:1px solid #0091c8;  
border-bottom:1px solid #0091c8;
}

.sondage li{
	color : #272727;
	margin-bottom : 10px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;

}


p {
padding:0px;
margin:0px;
	color : #272727;
    margin-top : 8px;
	margin-bottom : 10px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:normal;
	
}
p a {
	color : #084DDA;
    text-decoration: none;
}
p a:hover {
	color : #3b3a3a;
	text-decoration: none;
}

.verification {
font-size : 12px; 
font-family : Verdana,tahoma,Arial; 
font-weight: bold;
color : #5B5B5B;
	
}

.bloc {
width: 980px;
background-color: #ffffff;
border: 0px solid #036897;
margin:0px;
padding: 0px;
font-size : 11px;
font-family : Verdana,arial,tahoma;
text-decoration: none;
font-weight: normal;
margin-top:15px;
}

.electro1 {
background-color: #FFFFFF;
width: 507px;
overflow: hidden;
padding: 0;
float:left;
margin:0px;
margin-right:12px;
}


.electro2 {
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
float:left;
padding: 0px;
margin:0px;
margin-right:12px;
}


.electro3 {
background-color: #ffffff;
width: 300px;
float:left;
padding: 0px;
margin:0px;
}


.blocelectro1{
background-color: #FFFFFF;
width: 505px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 15px;
border: 1px solid #3588d6;
}

.blocelectrohome{
background-color: #FFFFFF;
width: 501px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 15px;
border: 3px solid #3399ff;
}


.blocelectro1sim{
background: url(http://www.electrochoix.com/images/abasrose.gif) bottom left no-repeat;
padding-bottom: 130px;
}

.blocelectro1product{
background: url(http://www.electrochoix.com/images/abasrose.gif) bottom left no-repeat;
padding-bottom: 350px;
}


.blocelectro2{
background-color: #ededed;
width: 143px;
overflow: hidden;
padding: 0;
margin:0px;
margin-right:0px;
margin-bottom : 15px;
border: 1px solid #acadae;
}

.blocelectro3{
background-color: #FFFFFF;
width: 300px;
overflow: hidden;
padding: 0;
margin:0px;
margin-top:0px;
margin-right:0px;
margin-bottom : 15px;
border: 1px solid #acadae;
}

.blocelectro2r{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 15px;
padding-top: 5px;
background: url(http://www.electrochoix.com/images/hautrose2.gif) top left no-repeat;
}

.blocelectro1a{
background-color: #FFFFFF;
width: 505px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 15px;
padding-top: 10px;
background: url(http://www.electrochoix.com/images/ahautrose.gif) top left no-repeat;
}

.blocelectro1aa{
background: url(http://www.electrochoix.com/images/abasrose.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.blocelectro2r{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 15px;
padding-top: 5px;
background: url(http://www.electrochoix.com/images/ahaut2r.gif) top left no-repeat;
}

.blocelectro2rr{
background: url(http://www.electrochoix.com/images/abas2r.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.blocelectro2g{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 15px;
padding-top: 5px;
background: url(http://www.electrochoix.com/images/ahaut2g.gif) top left no-repeat;
}

.blocelectro2gg{
background: url(http://www.electrochoix.com/images/abas2g.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.blocelectro3r{
background-color: #FFFFFF;
width: 300px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 10px;
padding-top: 5px;
float:left;
}

.blocelectro3rr{
background: url(http://www.electrochoix.com/images/abas3r.gif) bottom left no-repeat;
padding-bottom:15px;
}

.blocelectro3vert{
background-color: #FFFFFF;
width: 300px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 10px;
padding-top: 5px;
float:left;
}

.blocelectro3forum{
background-color: #FFFFFF;
width: 300px;
overflow: hidden;
padding: 0px;
margin:0px;
margin-left:0px;
margin-bottom : 15px;
padding-top: 47px;
background: url(http://www.electrochoix.com/images/ahaut3forum.gif) top left no-repeat;
}

.blocelectro3actu{
background-color: #FFFFFF;
width: 300px;
overflow: hidden;
padding: 0px;
margin:0px;
margin-left:0px;
margin-bottom : 15px;
padding-top: 47px;
background: url(http://www.electrochoix.com/images/ahaut3actu.gif) top left no-repeat;
}

.blocelectrolarge{
background-color: #FFFFFF;
width: 770px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:10px;
margin-top:20px;
margin-bottom : 20px;
border: 1px solid #acadae;
}


.blocelectrob{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:10px;
margin-right:10px;
margin-bottom : 0px;
padding-top: 5px;
background: url(http://www.electrochoix.com/images/ahaut2.gif) top left no-repeat;
float:left;
}

.blocelectrobb{
background: url(http://www.electrochoix.com/images/abas2.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.titreelectrob {
	color : #f73d3d;
	margin-top : 8px;
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:bold;
	text-align:center;
}

.rayonelectrob{
	margin-bottom : 10px;
	height:310px;
}

.titreelectro {
background-color: #ededed;
color: #0099ff;
font-size : 11px;
font-family : verdana,arial,tahoma;
font-weight : bold;
width: 480px;
height:14px;
padding: 0;
margin:0px;
padding:2px 10px 2px 10px;
margin-bottom : 10px;
}

.imageelectro {
margin:0px;
padding:0px;
margin-right : 10px;
margin-left : 10px;
margin-bottom : 10px;
margin-top : 5px;
float:left;
}

.imageelectro2 {
margin:0px;
padding:0px;
margin-right : 10px;
margin-left : 5px;
margin-bottom : 10px;
margin-top : 5px;
float:left;
width:200px;
border:0;
}


.footer {
width:980px;
background-color: #FFFFFF ;
padding:0px;
margin:0px;
color : #5D5959;
font-size : 11px;
font-family : tahoma,Verdana,Arial;
line-height:22px;
text-align: center;
}
.footer a {
color : #5D5959;
text-decoration: none;
}
.footer a:hover {
color : #f73d3d;
text-decoration: none;
}

.barre {
margin:0px;
padding:0px;

}

       ul.rss
		{
			color: #f73d3d;
			padding: 0px;
			margin:0px;
			margin-left: 20px ;
			margin-bottom: 0px ;
			list-style-type: square ;

		}
		
		ul.rss li
		{
			color : #f73d3d;
			padding:0px;
			margin:0px;
            margin-top : 0px;
			margin-bottom : 5px;
			margin-left : 15px;
			margin-right : 15px;
			font-size : 13px;
			line-height:15px;
			font-family : arial,verdana,tahoma,Verdana,Arial;
			font-weight:normal;
		}
		
		ul.rss li a
		{
			line-height: 15px ;
			text-indent: 7px ;
			color : #084DDA;
			text-decoration: none;
		}
		
		ul.rss li a:hover
		{
			color : #f73d3d;
			text-decoration: none;
		}

 ul.electroboutique
		{
			color: #f73d3d;
			padding: 0px;
			margin:0px;
			margin-left: 20px ;
			margin-bottom: 0px ;
			list-style-type: square ;

		}
		
		ul.electroboutique li
		{
			color : #f73d3d;
			padding:0px;
			margin:0px;
            margin-top : 0px;
			margin-bottom : 5px;
			margin-left : 5px;
			margin-right : 15px;
			font-size : 13px;
			line-height:15px;
			font-family : arial,verdana,tahoma,Verdana,Arial;
			font-weight:normal;
		}
		
		ul.electroboutique li a
		{
			line-height: 15px ;
			text-indent: 7px ;
			color : #084DDA;
			text-decoration: none;
		}
		
		ul.electroboutique li a:hover
		{
			color : #f73d3d;
			text-decoration: none;
		}



.navigation {
  width: 500px;
  text-align: center;
  margin: 20px 0 20px 0;
}

#brdwelcome form, #brdwelcome label {
	display : inline;
}

#brdwelcome {

	padding-top:10px;
	padding-bottom:10px;
}

.searchform {
margin:0px;
padding:0px;
background-image:url(http://www.electrochoix.com/images/barre2.gif);
background-repeat: no-repeat;
height:34px;
}

.textt {
padding:0px;
margin:0px;
font-family:arial,verdana,arial;
color:#1378d7;
font-size: 12px; 
margin-left:55px;
margin-top:8px;
margin-bottom:0px;
font-weight: bold;
}

.textt2 {
padding:0px;
margin:0px;
font-family:arial,verdana,arial;
color:#ffffff;
margin-left:5px;
font-size: 12px;
margin-top:8px;
font-weight: bold;
}

.texta {
padding:0px;
margin:0px;
width:200px;
height:14px;
font-family:verdana,arial;
font-size: 11px; 
margin-left:7px;
margin-top:8px;
}

.texta2 {
padding:0px;
margin:0px;
font-family:verdana,arial;
font-size: 11px;
width:100px;
margin-left:10px;
margin-top:8px;
}

.texta3 {
padding:0px;
margin:0px;
margin-top:8px;
color:#f73d3d;
font-family:verdana,arial;
font-size: 11px;
margin-left:5px; 
margin-bottom:0px;
width:40px;
font-weight:bold;
}


.blocelectro2rouge{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 10px;
padding-top: 5px;

float:left;
}

.blocelectro2rrouge{
background: url(http://www.electrochoix.com/images/abas2rouge.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.blocelectro2gris{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 10px;
padding-top: 5px;

float:left;
}

.blocelectro2ggris{
background: url(http://www.electrochoix.com/images/abas2gris.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.blocelectro2bleu{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 10px;
padding-top: 5px;

float:left;
}

.blocelectro2bbleu{
background: url(http://www.electrochoix.com/images/abas2bleu.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.blocelectro2orange{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 10px;
padding-top: 5px;

float:left;
}

.blocelectro2oorange{
background: url(http://www.electrochoix.com/images/abas2orange.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.titreelectromaxrouge {
	color : #ffffff;
	margin-top : 0px;
	margin-bottom : 15px;
	margin-left : 0px;
	margin-right : 0px;
	padding-top:2px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:bold;
	text-align:center;
	background: url(http://www.electrochoix.com/images/ahaut2rouge.gif) no-repeat;
	height:20px;
}

.titreelectromaxbleu {
	color : #ffffff;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	padding-top:2px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:bold;
	text-align:center;
	background: url(http://www.electrochoix.com/images/ahaut2bleu.gif) no-repeat;
	height:20px;
}

.titreelectromaxgris {
	color : #ffffff;
	margin-top : 0px;
	margin-bottom : 15px;
	margin-left : 0px;
	margin-right : 0px;
	padding-top:2px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:bold;
	text-align:center;
	background: url(http://www.electrochoix.com/images/ahaut2gris.gif) no-repeat;
	height:20px;
}

.titreelectromaxorange {
	color : #ffffff;
	margin-top : 0px;
	margin-bottom : 15px;
	margin-left : 0px;
	margin-right : 0px;
	padding-top:2px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:bold;
	text-align:center;
	background: url(http://www.electrochoix.com/images/ahaut2orange.gif) no-repeat;
	height:20px;
}

.blocelectro2vert{
background-color: #FFFFFF;
width: 145px;
overflow: hidden;
padding: 0;
margin:0px;
margin-left:0px;
margin-bottom : 10px;
padding-top: 5px;

float:left;
}

.blocelectro2vvert{
background: url(http://www.electrochoix.com/images/abas2vert.gif) bottom left no-repeat;
padding-bottom: 15px;
}

.titreelectromaxvert {
	color : #ffffff;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	padding-top:2px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:bold;
	text-align:center;
	background: url(http://www.electrochoix.com/images/ahaut2vert.gif) no-repeat;
	height:20px;
}

.titreelectromaxbleu {
	color : #000000
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	padding-top:2px;
	font-size : 13px;
	font-family : arial,verdana,tahoma,Verdana,Arial;
	font-weight:bold;
	text-align:center;
	background: url(http://www.electrochoix.com/images/ahaut2g.gif) no-repeat;
	height:20px;
}

.blocelectro2gg{
background: url(http://www.electrochoix.com/images/abas2g.gif) bottom left no-repeat;
padding-bottom: 15px;
}