/* CSS Document */

body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
    color:#282c2d;
}


/*==================text================*/
p{
	margin-bottom:15px;
	line-height:16px;
	font-family:Tahoma !important;
	font-size:12px !important;
    color:#282c2d !important;
}
h1{
	
}
h2
{
    font-family: Univers67Condensed, Verdana, Arial, sans-serif;
    text-transform:uppercase;
	font-size:15px;
	font-weight:bolder;
	margin-bottom:5px;
}
h3{
	
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
    color:#c68b00;
	text-decoration: none;
}

ul{
    
}
ul li{
    list-style-type:none;
    background:url('../images/puce.gif') no-repeat 0px 5px;
    padding-left:12px;
}
.yellow{
    color:#e7b400;
}

.black{
    color:#000;
}