ul {
padding: 0;	
}
li {
display: list-item;
padding-left: 3%;
list-style-position: inside;
background: none;
}
.list {
list-style-type: disc;	
}
.list1 li {
list-style-type: square;
}
.list2 li {
list-style-position: inside;
list-style-image: url(puces/list2.gif);
}
.list3 li {
list-style-position: inside;
list-style-image: url(puces/list3.gif);
}
.list4 li {
list-style-position: inside;
list-style-image: url(puces/list4.gif);
}

.sep {border: 1px solid black;}
.sep1 {border: 2px solid black;}
.sep2 {border: 2px solid blue;}
.sep3 {border: 2px solid red;}
.sep4 {border: 2px solid orange;}
.sep5 {height: 8px; border: none; border-top: 1px solid black; border-bottom: 1px solid black;}
.sep6 {height: 8px; border: none; border-top: 1px solid blue; border-bottom: 1px solid blue;}
.sep7 {height: 8px; border: none; border-top: 1px solid red; border-bottom: 1px solid red;}
.sep8 {height: 8px; border: none; border-top: 1px solid orange; border-bottom: 1px solid orange;}

.sep9 {height: 16px;border: none;background-image: url(img/deco4.png);background-repeat: no-repeat;background-position: 50% 0;}
.sep10 {height: 16px;border: none;background-image: url(img/deco3.png);background-repeat: no-repeat;background-position: 50% 0;}
.sep11 {height: 16px;border: none;background-image: url(img/deco2.png);background-repeat: no-repeat;background-position: 50% 0;}
.sep12 {height: 16px;border: none;background-image: url(img/deco1.png);background-repeat: no-repeat;background-position: 50% 0;}
.sep13 {height: 16px;border: none;background-image: url(img/deco4.png);background-repeat: repeat;background-position: 50% 0;}
.sep14 {height: 16px;border: none;background-image: url(img/deco3.png);background-repeat: repeat;background-position: 50% 0;}
.sep15 {height: 16px;border: none;background-image: url(img/deco2.png);background-repeat: repeat;background-position: 50% 0;}
.sep16 {height: 16px;border: none;background-image: url(img/deco1.png);background-repeat: repeat;background-position: 50% 0;}

.sepvidep {border: none;height: 10px;}
.sepvidem {border: none;height: 20px;}
.sepvideg {border: none;height: 40px;}

.passcript {
z-index: 1;
background-color: red;
color: yellow;
font-size: 20px;
padding: 1px;
}
