/* blocks */

/*--------------Focus-------------*/

/*Focus layout*/

.focus{width:201px; margin-bottom:10px;}
.focus .bloc-top { height:17px; width:201px; background:url(../images/bloc1top.gif) no-repeat left top;}
.focus .bloc-content { background-color:#f7f7f7; padding:10px 10px 0px 10px;}
.focus .bloc-bottom { height:10px; background:url(../images/bloc1bottom.gif) no-repeat left top;}
.focus H1 {color:#8e8e8e; font-size:18px; font-weight:bold; margin : 5px 0px}

/*-----Focus colors-----*/

/*color 1*/
.focus-style1 .focus .bloc-top {}
.focus-style1 .focus .bloc-content {}
.focus-style1 .focus .bloc-bottom {}

/*color 2*/
.focus-style2 .focus .bloc-top {}
.focus-style2 .focus .bloc-content {}
.focus-style2 .focus .bloc-bottom {}

/*color 3*/
.focus-style3 .focus .bloc-top {}
.focus-style3 .focus .bloc-content {}
.focus-style3 .focus .bloc-bottom {}

/*--------------Zoom-------------*/

.zoom {width:201px; margin-bottom:10px; border-bottom:1px solid #BFBFBF;}
.zoom H1 {background:url(../images/focustop.gif) no-repeat left top; margin:0px; font-size:14px; padding:3px 10px 3px 10px; color:#ffffff}
.zoom .zoom-content {background:url(../images/bloc1content.gif) repeat-y left top; border-top:1px solid #AFB48F; padding:10px;}

/*-----Zoom colors-----*/

/*color1*/
.zoom-style1 .zoom H1 {}
.zoom-style1 .zoom .zoom-content {}
.zoom-style1 .zoom {}

/*color2*/
.zoom-style2 .zoom H1 {}
.zoom-style2 .zoom .zoom-content {}
.zoom-style2 .zoom {}

/*color3*/
.zoom-style3 .zoom H1 {}
.zoom-style3 .zoom .zoom-content {}
.zoom-style3 .zoom {}

/*--------------Auto width block-------------*/
.auto-width {border-top:1px solid #445b0e; border-bottom:1px solid #445b0e; padding:10px 0px 10px 0px; margin:10px 0px 10px 0px; font-size:13px;}
.auto-style1 .auto-width {}
.auto-style2 .auto-width {}

/*--------------styled list-------------*/
.styled-list {margin:0px; padding:3px 0px 5px 0px;}
.styled-list ul {margin:0px 0px 0px 0px; padding:0px;}
.styled-list li{background-repeat:no-repeat; list-style:none; margin:0px; padding:0px;}
.list-style1 .styled-list li {background-image:url(../images/bullet_list_blue.gif); background-position:0px 5px; padding-left:10px;}
.list-style2 .styled-list li {background-image:url(../images/bullet_list_orange.gif); background-position:0px 5px; padding-left:10px;}
.list-style3 .styled-list li {background-image:url(../images/bullet_arrow_red.gif); background-position:0px 3px; line-height:18px; padding-left:18px; }