@import url(//fonts.googleapis.com/css?family=Droid+Sans);

body {
	font-family: 'Myriad Web', 'Myriad Pro', 'Droid Sans', Arial, sans-serif;
	font-size: 16px;
}

h1,h2,h3,h4,h5 {
	font-size: 1em;
	font-weight: normal;
}

.error {
    color: red;
}

.current a , .not-current .current a {
    text-decoration:underline;
}

.not-current a {
    text-decoration:none;
}

#menu a {
    text-decoration: none;
}

#content h1 {
        padding-left: 25px;
        background-image: url('../img/h1.png');
        background-repeat: no-repeat;
        background-position: left center;
}

header h2 {
        font-size: 25px; 
        text-decoration: none;
}

img {
       border: none;
}

a {
	display: block;
	color: #000000;
}

#menu ul, #menu li {
	list-style: none;
}

#menu li a:HOVER {
	text-decoration: underline;
}

#sidebar ul, #sidebar li {
       list-style: none;
}


#content .multimedia .date {
	display: none;
    border-bottom: 1px dotted #999999;
}

.separation {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.separation.visible-separation {
    border-top: 1px dotted #999999;
    margin-bottom: 25px;
    margin-top: 25px;
}

.paragraph, .wysiwyg-paragraph, #content li {
	font-size: 14px;
}
.paragraph.important {
	font-size: 0.8em;
}

h2.subtitle {
	font-size: 0.9em;
}
h3.subtitle {
	font-size: 0.8em;
}

header .citation {
    font-size: 13px;
}

blockquote {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-style:italic;
    background:url("../img/right-quote.png") no-repeat right bottom;
     font-size: 12px;
    /*font-size: 1.1em;*/
}

blockquote:first-letter {
    background:url("../img/left-quote.png") no-repeat left top;
    padding-left:25px;
    font-size:1.4em;
}

.sign {
    font-style: normal;
    font-size: 0.9em;
}

.message {
    border-radius: 2px 2px 2px 2px;
    margin: 0 0 20px;
    padding: 10px;
    position: relative;
    background-color: #EFFEB9;
    text-align: center;
}

.message.info {
	border: 1px solid #C1D779;
}

.message.error {
 	background-color: #FAD5CF;
    border: 1px solid #E18B7C;
}

#sidebar a {
    font-size: 0.9em;
}

#sidebar .edit-basket {
    margin-top: 12px;
    background-color: #ffffff;
    border: 2px #000000 solid;
    font-size: 12px;
}

#sidebar .edit-basket h3 {
    padding-left: 40px;
    height: 26px;    
    background-image: url('../img/basket.png');
    background-repeat: no-repeat;
    font-size: 22px;
}

.step-3.shipping-message {
    display: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

#footer ul {
    font-size: 0.8em;
    margin-top: 50px;
}

#footer li {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 2px #000000 solid;
}

#footer li.first {
    border: 0 none;
}

#paypal-form a {
    width: 144px;
    height: 57px;
    background-image: url("../img/boutonpaypal.png");    
}

#paypal-form a img {
    display: none;
}