/* CSS Document */

#chrono {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color : #000000;
		text-decoration : none;
		font-weight : bold;
		font-style:italic;
		}
		
#desc {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color : #444444;
		text-decoration : none;
		font-weight : bold;
		}
				
#prixvente {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color : #e00c00;
		text-decoration : none;
		font-weight : bold;
		}
		
#prefixe {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color : #333333;
		text-decoration : none;
		font-weight : bold;
		}		
		
#reduction {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 19px;
		color : #ffe400;
		background-color: #e00c00;
		line-height: 30px;
		text-decoration : none;
		font-weight : bold;
		}				
	
#prixdereference {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color : #222222;
		/*text-decoration: line-through;*/
		font-weight : regular;
		}						
		
	
#spacer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color : #FFFFFF;
		text-decoration : none;
		}						


#desc a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color : #444444;
		text-decoration : none;
		font-weight : bold;
		}
		
#desc a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color : #444444;
		text-decoration : none;
		font-weight : bold;
		}

#desc a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color : #000000;
		text-decoration : underline;
		font-weight : bold;
		cursor: pointer;
		}	

#prixvente a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color : #e00c00;
		text-decoration : none;
		font-weight : bold;
		}
		
#prixvente a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color : #e00c00;
		text-decoration : none;
		font-weight : bold;
		}

#prixvente a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color : #e00c00;
		text-decoration : none;
		font-weight : bold;
		cursor: pointer;
		}
		
#visuel {
		/*width:145px;:*/
		height: 248px;
		cursor: pointer;
		}

.administration
{
    font-family:Verdana;
    font-size:11px;
    color:Black;
}

.Titre
{
    color:Red;
    font-weight:bold;
    font-size:15px;
    }

li a
{
    color:Black;
    text-decoration:none;
    }

li a:hover
{
    color:red;
    text-decoration:underline;
    }

.MessageErreur
{
    color:Red;
    font-family:Verdana;
    font-size:11px;
    }

input,select,textarea
{
    font-family:Verdana;
    font-size:11px;
    color:Black;
    }
	
.SousTitre
{
    border-bottom:1px solid black;
    font-size:15px;
    font-weight:bold;
    line-height:30px;
    color:Black;
    }

.EnteteTableau
{
    font-size:12px;
    font-weight:bold;
    line-height:25px;
    color:Black;
    background-color:#e5e5e5;
    }




