/* CSS Document */

body 
{
	height:100%;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px !important;
    margin:0 auto;
}


/*==================text================*/
p{
	font-size:12px;
	color:#000;
	line-height:17px;
}
#dlst-details p{
    margin-bottom:20px;
    color:#7a7a7a;
}
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	color:#d2452b;
    text-transform:uppercase;
    font-size:11px;
    display:inline-block;
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
    color:#6d6e71;
    font-size:12px;
	text-decoration: none;
}
a:hover{
    color:#c9cbcd;
}
p.grayzone{
    background:#bcbec0;
    color:#FFF;
    font-size:14px;
    line-height:21px;
    padding:10px 43px;
    margin:0 -43px 0 -43px;
}
.lnk-consultation, .orange-text{
    color:#d2452b;
    text-transform:uppercase;
}

.size10 {
	  font-size:10px !important;
}
.size11{
    font-size:11px !important;
}
.size14{
    font-size:14px !important;
}
.lnk-consultation{
    font-size:11px;
}
.lnk-consultation:hover{
    color:#bbbbbd;
}
.std-lnk-arrow{  
     background:url('../images/puce.png') no-repeat 0 5px;
     padding-left:10px;
     color:#d2452b;
     text-transform:uppercase;
}
.lnk-orange-arrow{
    background:url('../images/puce.png') no-repeat 0 6px;
    padding-left:10px;
    color:#d2452b;
    text-transform:uppercase;
    font-size:14px;
    margin-left:20px;
}
a.lnk-orange-arrow:hover{
    color:#d2452b;
}

.toupper {
	text-transform: uppercase;	
}