@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
color:#000000;
font-family:"Century Gothic";
font-size:14px;
}

.conteneur {
position:relative;
width:820px;
height:570px;
margin:auto;
}
.entete {
position: relative;
width:800px;
height:76px;
background-image: url(../img/entete-boutique-2.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
}
.menu {
position: relative;
background-image:url(../img/fond-menu-2.jpg);
height:400px;
width:220px;
padding-left: 5px;
padding-right:5px;
padding-top:10px;
border-left: #000 dotted 1px;
border-right:#000 dotted 1px;
margin-left:60px;
background-position: bottom center;
background-repeat:no-repeat;
font-weight:bold;
}
.contenu {
position: relative;
background-attachment:scroll;
width: 459px;
height: 390px;
padding-bottom:10px;
padding-top:10px;
padding-left:5px;
padding-right:5px;
border-right:#000 dotted 1px;
margin-top:-410px;
margin-left:290px;
/*margin-bottom:10px;*/
}
.skroll {
position:relative;
overflow: auto;
width:444px;
height:390px;
padding-right:10px;
padding-left:5px;
text-align:justify;
}
/*.droit {
position:relative;
margin-left:1281px;
margin-top:-661px;
width:75px;
height:661px;
}*/
.footers {
width:710px;
height:35px;
background-image:url(../img/img-footer.jpg);
margin-left:auto;
margin-right:auto;
color:#fff;
text-align: center;
margin-top: 5px;
margin-bottom:20px;
}

.cadretittle {
font-size:14px;
font-weight:600;
color:#fa9006;
text-align: right;
}
.cadrearticle {
/*3boite : 1grande "article" qui conteient à gauche "photo" et à droite texte"*/

position:relative;
height:auto;
margin-bottom:5px;
margin-top:5px;
}
.cadrephoto {
position:relative;
width:200px;
text-align:left;
height:auto;
}
.cadretexte {
position:absolute;
left:200px;
text-align:justify;
height:auto;
top:0px;
padding-left:5px;
}
.nom {
font-weight:600;
}
.prix {
color:#fa9006;
font-weight:600;
}
.important {
color:#fa9006;
text-decoration:blink;
}
.li {
margin-left:20px;
}
.lienfooter/*elle comprends les liens du footers*/ {
margin-left:auto;
margin-right:auto;
height:20px;
width:340px;
}
.footer1/*chaque lien-footer*/ {
height:20px;
width:auto;
margin-right:1Opx;
margin-left:20px;
}
.footer2 {
height:20px;
width:auto;
margin-top:-20px;
float:right;
} 

a.lien1 /*menu*/{
text-decoration:none;
color:#000;
}
a.lien1:hover {
color:#fa9006;
}
a.lien2 /*article*/{
color:#000;
text-decoration:none;
}
a.lien2:hover {
text-decoration:line-through;
}
a.lien3 {/*liens dans le texte*/
color:#000000;
text-decoration: underline;
}
a.lien3:hover {
color:#fa9006;
text-decoration:underline;
}

a.lien4 /*footer*/{
text-decoration:none;
color:#FFF;
}
a.lien4:hover {
	text-decoration:line-through;
}
