@charset "UTF-8";
/* STYLES DE TEXTE */

a {
	text-decoration:none;
	cursor:pointer;
}

/* TAILLES & VARIANTES*/
.ten {
	font-size:10px;
}

input.ten  {
	/*width:95%;*/	
}

.twelve {
	font-size:12px;
}

.fourteen {
	font-size:14px;
}

.sixteen {
	font-size:16px;
}

.eighteen {
	font-size:18px;
}

.twenty {
	font-size:20px;
}

.twentyfour {
	font-size:24px;
}

.thirty {
	font-size:30px;
}

.small {
	font-size:10px;
}

.fat {
	font-weight:bold;
}

.caps {
	text-transform:uppercase;
}

.nocaps {
	text-transform:lowercase;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.just {
	text-align:justify;
}

.condensed {
	letter-spacing:-1px;
}

.interline {
	line-height:20px;
}

/* COULEURS */

.white {
	color:#FFF;
	text-decoration:none;
}

.white a {
	color:#FFF;
	text-decoration:none;
}

.white a:hover {
	color:#D1FDFF;
	text-decoration:underline;
}

.green {
	color:#52b076;
}

.red {
	color:#c34343;
}

.red2 {
	color: #CC0033;
}

#boutonLN {
    background-image: url("../images/boutonLN.jpg");
    background-repeat: no-repeat;
    float: right;
    height: 25px;
    /*margin-right: 30px;*/
    margin-top: 8px;
    padding-left: 15px;
    padding-top: 9px;
    text-align: center;
    width: 133px;
}

.red a{
	color:#c34343;
	text-decoration:underline;
}

.lightgrey {
	color:#989898;
}

.lightgrey a {
	color:#989898;
	text-decoration:none;
}

.lightgrey a:hover {
	color:#4977b6;
	text-decoration:none;
	background-color:#c7f4ff;
}

.grey {
	color:#505050;
}

.grey a {
	color:#505050;
	text-decoration:none;
}

.grey a:hover {
	color:#4977b6;
	text-decoration:none;
	background-color:#c7f4ff;
}

.purple {
	color:#8562b3;
}

.purple a {
	color:#8562b3;
	text-decoration:none;
}

.purple a:hover {
	color:#40295a;
	text-decoration:underline;
}

.purpledark {
	color:#40295a;
}

.blu {
	color:#00558d;
}

.blu a {
	color:#00558d;
	text-decoration:none;
}

.blu a:hover {
	color:#00558d;
	text-decoration:underline;
}

.lightblu {
	color:#90c3ef;
}

.centre {
	text-align:center;
}

/* AUTRES */

.puce-b {
	background-image:url(../images/puce-b.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:7px;
}

.puce-c {
	background-image:url(../images/puce-c.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:7px;
}

.puce-d {
	background-image:url(../images/puce-d.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:7px;
}

.bartop {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.bartop a{
	text-decoration:none;
	color:#000;
}

.bartop a:hover{
	text-decoration:underline;
	color:#FFF;
}

.bartop input {
	font-size:10px;
	color:#000;
}

.bartop a {
	color:#000;
	text-decoration:none;
}

.mdp a {
	color:#666;
	text-decoration:underline;
}

.oldprice {
	background-image:url(../images/bg-oldprice.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#6c6c6c;
}

.oldprice2 {
	background-image:url(../images/bg-oldprice2.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#89b0d4;
}

.linetable {
	background-color:#e4f0fa;
}

.linetabledark {
	background-color:#bbd8ef;
}

.linetableblank {
}

.abo_ok {
	background-color:#d5f59d;
}

.abo_down {
	background-color:#f59d9d;
}

/* PROMOS */
.promored {
	color:#C00;
	text-align:center;
	padding-top:17px;
}

.promoyellow {
	color:#ffff00;
}
