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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: transparent;
}
.lien-eshop {
	font-size: 12px;
	color: #F00;
}

.liste {
	font-size: 11px;
	line-height: 20px;
}
.liste-2 {
	font-size: 9px;
	line-height: normal;
}
.liste-2 a:hover {
	font-weight: bold;
}



a {
	text-decoration: none;
	color: #309;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu-haut {
	font-size: 14px;
}

.image {
	color: #FFF;
}
.image a {
	color:#FFF
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
.en-tete {
	font-size: 10px;
}
.titre {
	font-size: 14px;
	font-weight: normal;
}

.image a:visited {
	color:#FFF
}
.pages {
	font-size: 12px;
	line-height: 1.4;
	text-align: justify;
	background-color: transparent;
	
}
.pied {
	font-size: 9px;
}
#page {
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin-left:auto;
	margin-right:auto;
}

#page a img {
	color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

/* attribut du bandeau de titre */

#header {
	height:75px;
	text-align:left;
	font-size: 9px;
}

#header p{
	position:absolute;
	top:35px;
}

#header img {
	float:right;
}

/* menu du haut */
#menu {
	clear:both
	text-align:center;
	height:35px;
}

/* contenu de la page */

#contenu {
	clear:both;
	height:420px;
}

/* menu de gauche présentant les marques */
#menu_marques {
	float:left;
	width:150px;
	height:410px;
	padding:5px;
}

/* nom de la marque ou son logo */
#entete_marque {
	margin-left:150px;
	width:650px;
	height:70px;
	padding-top:10px;
	font-size: 14px;
	font-weight: normal;
}

#entete_marque a{
	float:right;
}

/* texte description de la marque */

#texte_marque {
	width:650px;
	height:330px;
	margin-left:150px;
	padding-top:10px;
}

/* footer */
#footer {
	clear:both;
}

