/* Pas de marges par defaut */
* {
	margin:0px;
	padding:0px;
}

/* -------------------------------------------------------------------------------------------- General */

/* Fond de page */
body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Pas de bordure sur les images */
img { 
	border:0px;
}

/* Marge sur les listes a puces */
li {
	margin-left:20px;
}

/* Contenu au centre de la page */
div#container {
	margin-right:auto;
	margin-left:auto;
}

label {
	text-align:left;
	font-size:11px;
	line-height:20px;
	height:20px;
}

table.pollstableborder_red td {
	text-align:left;
}
/* -------------------------------------------------------------------------------------------- Entete */
div#header {
	position:absolute;
	top:0px;
	height:180px;
	overflow:hidden;
	background:url(../images/header.jpg) no-repeat;
}

/* -------------------------------------------------------------------------------------------- Barre de menu horizontale */
div#tabbar {
	position:absolute;
	left:0px;
	top:180px;
	height:30px;
	/*clear: both;*/
	width:100%;
	background:url(../images/menu_tabbar.jpg) center no-repeat;
	
}

div#topnav {
	margin-left:auto;
	margin-right:auto;
	width:984px;
	color:#132f48;
}

div#topnav table {
	margin-left:auto;
	margin-right:auto;
	
}

div#topnav ul.menu {
	list-style:none;
	background-image:none;
	margin-left:auto;
	margin-right:auto;
}

div#topnav ul.menu li {
	float:left;
	margin: 0px;
	padding: 0px;
}

div#topnav ul.menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#132f48;
	padding:0px 15px 0px 15px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	line-height:30px;
}

div#topnav ul.menu li a:hover,
div#topnav ul.menu li.active a {
	background:url(../images/tabbar_button_over.png) no-repeat center center;
	color:#a10927;
}
/* -------------------------------------------------------------------------------------------- Module de recherche */

/* en haut a gauche */
div#search {
	float:left;
	margin-top:50px;
	margin-left:550px;
}

/* champ de texte */
div.search input.inputbox {
	width:171px;
	height:18px;
	border:solid 1px #e0e0e0;
	padding: 3px 5px 0px 5px;
}

/* -------------------------------------------------------------------------------------------- Breadcrumb (Pathway) */
div#breadcrumb {
	position:absolute;
	top:210px;
	height:19px;
	line-height:19px;
	padding-left:15px;
	overflow:hidden;
	background:url(../images/breadcrumb.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

/* Liens */
div#breadcrumb a:link, 
div#breadcrumb a:visited {
	color:#a0a0a0;
	text-decoration:none;
}

/* Liens survoles */
div#breadcrumb a:hover, 
div#breadcrumb a:active {
	color:#FFFFFF;
}

/* -------------------------------------------------------------------------------------------- 3 colonnes */

/* Placement vertical */
div#mainbody {
	margin-top: 240px;
}

/* L'ensemble des colonnes gauche et centre (grandleft) est aligne a gauche */
div#mainbody div#grandleft {
	float:left;
}

/* A l'interieur de l'ensemble "grandleft" la colonne de gauche 
est alignee a gauche et on defini sa largeur */
div#mainbody div#grandleft div#left {
	float:left;
	width:200px;
}

/* A l'interieur de l'ensemble "grandleft" la colonne du centre
est alignee a droite et on defini le fond, la police et les marges */

p {
	margin-bottom:12px;
}
div#mainbody div#center {
	padding-bottom:15px;
	margin-left:20px;
	margin-right:20px;
	float:right;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Liens dans la zone centrale */
div#mainbody div#center a:link,
div#mainbody div#center a:visited,
div#left a:link,
div#left a:visited,
div#right a:link,
div#right a:visited {
	text-decoration:underline;
	color:#132f48;
}

/* Liens survoles dans la zone centrale */
div#mainbody div#center a:hover,
div#mainbody div#center a:active,
div#left a:hover,
div#left a:active,
div#right a:hover,
div#right a:active {
	color:#a10927;
}

/* Liens "lire la suite..." */
div#mainbody div#center a.readon:link,
div#mainbody div#center a.readon:visited {
	float:right;
	text-decoration:none;
	height:19px;
	padding-left:23px;
	padding-top:4px;
	background:url(../images/readon.jpg) no-repeat;
}

/* Titre des articles */
.contentheading {
	padding-left:32px;
	background:url(../images/contentheading.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
	padding-top:1px;
}

.componentheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	border-bottom:solid 1px #666666;
	margin-bottom:16px;
}

div#mainbody div#center h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:16px;
}
div#mainbody div#center h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:16px;
}
/* Largeur de la colonne de droite
Alignement de la colonne de droite a droite */
div#mainbody div#right {
	float:right;
	width: 160px;
}

/* -------------------------------------------------------------------------------------------- Pied de page */
div#footer {
	clear: both;
	background:url(../images/footer.jpg) no-repeat;
	height:30px;
	padding-top: 25px;
	text-align:center;
	font-size:11px; 
	font-family:Arial; 
	color:#505050;
	/*border:solid 1px red;*/
}

/* liens dans le pied de page */
div#footer a:link,
div#footer a:visited {
	color:#505050;
	text-decoration:none;
}

/* liens survoles dans le pied de page */
div#footer a:hover, 
div#footer a:active {
	color:#132f48;
}

/* -------------------------------------------------------------------------------------------- News Flash */

div.module_newsflash {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	margin-bottom:10px;
}

/* Titre */
div.module_newsflash div div div h3 {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0px 15px 0px;
}

/* Fond */
div.module_newsflash div {
	background:url(../images/newsflash_m.jpg) repeat-y;
}

/* Image du haut */
div.module_newsflash div div {
	background-position:0px 0px;
	background-image: url(../images/newsflash_t.jpg);
	background-repeat: no-repeat;
}

/* Image du bas et marges */
div.module_newsflash div div div {
	background:url(../images/newsflash_b.jpg) no-repeat;
	background-position:bottom;
	width:190px;
	padding:0px 5px 15px 5px;*/
}
/* -------------------------------------------------------------------------------------------- Menus  */

/* Titre */
div#left div.module_mainmenu div div div h3 {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-top:17px;
	height:25px;
}

/* Image du haut */
div#left div.module_mainmenu div {
	background:url(../images/menu_t.jpg) no-repeat;
	background-position:top;
}

/* Image du bas */
div#left div.module_mainmenu div div {
	background:url(../images/menu_b.jpg) no-repeat;
	background-position:bottom;
}

div#left div.module_mainmenu div div div {
	padding-bottom:24px;
}

div#left div.module_mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image:none;
}

div#left div.module_mainmenu ul li {
	margin: 0;
	padding: 0;
}

/* Element du menu */
div#left div.module_mainmenu ul li a {
	display:block;
	width:176px;
	height:25px;
	line-height:25px;
	background:url(../images/menu_button.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#132f48;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:24px;
	padding-bottom:2px;
}

/* Element survole */
div#left div.module_mainmenu ul li a:hover,
div#left div.module_mainmenu ul li.active a
{
	background-image:url(../images/menu_button_over.jpg);
	color:#a10927;
}

/* Element du sous-menu */
div#left div.module_mainmenu ul li.parent ul li a {
	display:block;
	width:166px;
	height:22px;
	line-height:22px;
	background:url(../images/menu_button_child.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#132f48;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:44px;
	padding-bottom:5px;
}

/* Element survole */
div#left div.module_mainmenu ul li ul li a:hover,
div#left div.module_mainmenu ul li ul li.active a
{
	background-image:url(../images/menu_button_child_over.jpg);
	color:#a10927;
}
/* -------------------------------------------------------------------------------------------- Module red */

div#left p,
div#right p {
	margin: 0px;
}
/* Image de fond */
div#left div.module_red {
	background:url(../images/module_m.jpg) repeat-y;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

/* Titre */
div#left div.module_red h3 {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:0px;
	padding-top:17px;
	height:25px;
}

/* Image du haut */
div#left div.module_red div {
	background:url(../images/module_t.jpg) no-repeat;
	background-position:top;
}

/* Image du bas */
div#left div.module_red div div {
	background:url(../images/module_b.jpg) no-repeat;
	background-position:bottom;
}

/* marges */
div#left div.module_red div div div {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:25px;
}

div#left div.module_red div div div div {
	margin:2px;
	padding:2px;
	background-position: -1000px -1000px;
	
}


/* Image de fond */
div#right div.module_red {
	background:url(../images/moduler_m.jpg) repeat-y;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	clear:both;
}

/* Titre */
div#right div.module_red h3 {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:17px;
	height:25px;
}

/* Image du haut */
div#right div.module_red div {
	background:url(../images/moduler_t.jpg) no-repeat;
	background-position:top;
}

/* Image du bas */
div#right div.module_red div div {
	background:url(../images/moduler_b.jpg) no-repeat;
	background-position:bottom;
}

/* marges */
div#right div.module_red div div div {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:25px;
}

div#right div.module_red div div div div {
	margin:2px;
	padding:2px;
	background-position: -1000px -1000px;
}

div.vmCartModule {
	font-size:9px;
}

/* -------------------------------------------------------------------------------------------- Module login */
/*
div#header div#login form#form-login  {
	width:350px;
	height:95px;
	border:0px;
	position:absolute;
	top:45px;
	left:585px;
}
p#form-login-username,
p#form-login-password,
p#form-login-remember {
	font-family:Verdana;
	font-size:11px;
	color:#d8b6bc;
}

p#form-login-username,
p#form-login-password {
	width:335px;
	line-height:25px;
	height:25px;
}

p#forgot_pass,
p#form-login-remember {
	line-height:23px;
	height:23px;
}

input#modlgn_username.inputbox,
input#modlgn_passwd.inputbox {
	background:url(../images/inputbox.jpg);
	width:171px;
	height:18px;
	border:none;
	float:right;
	padding: 3px 5px 0px 5px;
}

p#forgot_pass a:link,
p#forgot_pass a:visited {
	font-family:Verdana;
	font-size:11px;
	color:#d8b6bc;
	text-decoration:none;
}

p#forgot_pass a:hover,
p#forgot_pass a:active {
	color:#FFFFFF;
}

div#login_button input.button {
	background:url(../images/login_button.png) no-repeat;
	color:#d8b6bc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	height:19px;
	padding-left:30px;
	margin-top:15px;
	text-align:left;
	width:auto;
	position:absolute;
	left:230px;
	cursor:hand;
}

div#login_button input.button:hover {
	color:#FFFFFF;
	background-position:4px center;
}

div#connection_mes {
	width:335px;
	text-align:left;
	font-family:Arial;
	font-size:11px;
	color:#d8b6bc;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:20px;
}

div#logout_button input.button {
	background:url(../images/login_button.png) no-repeat;
	color:#d8b6bc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	height:19px;
	padding-left:30px;
	margin-top:20px;
	text-align:left;
	cursor:hand;
}

div#logout_button input.button:hover {
	color:#FFFFFF;
	background-position:4px center;
}

*/
/* -------------------------------------------------------------------------------------------- */

div#fisheye {
	margin-left:492px;
	margin-top:-60px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}


/* ------------------------------------Contacts-------------------------------------------------------- */
div.contentpane form {
font:Arial;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
margin:5px 0px 0px 30px;
}


.sectiontableheader{
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#3399FF;
}


div.contentdescription{
color:#e0e0e0;
background-color: transparent;
background:url(../images/contentheading.jpg) no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
text-transform:uppercase;
padding-top:1px;
background-attachment: scroll;
height:20px;
}

/* -------------------------------------------------------------------------------------------- */

tr.sectiontableentry1 td {
	vertical-align:top;
	/*text-align:left;
	padding:4px;
	border-bottom:solid 1px #999999;*/
}

tr.sectiontableentry1 img {
	vertical-align:middle;
}

span.article_separator {
	display:block;
	border-top:dashed 1px #a10927;
}

table.contentpaneopen {
	margin-right : 10px;
	margin-left : 10px;
}

div#right div.module table.contentpaneopen {
	position:relative;
	left:-2px;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------- Virtuemart --------------------------------------------- */

.quantity_box_button_up {
	width:12px;
	height:12px;
	background:url(../images/vm_plus.jpg) no-repeat;
	border:none;
	margin:0px;
	padding:0px;
	cursor:hand;
}

.quantity_box_button_down {
	width:12px;
	height:12px;
	background:url(../images/vm_moins.jpg) no-repeat;
	border:none;
	margin:0px;
	padding:0px;
	cursor:hand;
}

.addtocart_button {
	width:150px;
	height:29px;
	background:url(../images/vm_ajouter.jpg) no-repeat;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	padding-right:10px;
	cursor:hand;
	float:none;
}

.addtocart_button:hover {
	background:url(../images/vm_ajouter_over.jpg) no-repeat;
}


div.vmCartContainer {
	background:url(../images/vm_cartcontainer.jpg) no-repeat;
	width:356px;
}

div.vmCartAttributes {
	width:350px;
}