﻿fieldset.groupbox {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.groupbox {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

img {
	display: block;
}

body {
	margin: 0; padding: 0;
	/*font-family: 'Spinnaker', Verdana, Arial, sans-serif;*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
    color:#505050;
}

a {
	color: #7C0041;
}

input {
    border: 1px solid #7c0041;
}

input:invalid {
    border: 1px solid #7c0041;
    }

select {
    border: 1px solid #7c0041;
}

fieldset {
    border: none;
}

em.validation {
    color:#ee2020;
    font-size:9px;
    display:block;
}

/********** DEFINITIONS **********/
.gris {
	/*color: #aaa;*/
	color: #333;
}
.rouge {
	color: #7c0041;
}
.blanc {
	color: #fff;
}
.margin20 {
	margin: 20px;
}
.margin12 {
	margin: 12px;
}
.uc {
	text-transform: uppercase;
}
.lc {
	text-transform: lowercase;
}
.bggris {
	background-color: #e3e3e3;
	min-height: 300px;
}
.bgblanc {
	background-color: #fff;
	min-height: 300px;
}
h1 {
	font-size: 24px;
	color: #999;
	text-transform: uppercase;
	margin: 8px 0 8px 0;
}

h2 {
    font-size: 21px;
	color: #808080;
	text-transform: uppercase;
	margin: 8px 0 8px 0;
}

h3 {
    font-size: 18px;
	color: #808080;
	text-transform: uppercase;
	margin: 8px 0 8px 0;
}

div.hr {
	width: 100%;
	height: 4px;
	background-image: url(http://www.485marketing.com/clients/smvcanada/images/ligne.png);
	background-repeat: repeat-x;
	margin: 13px 0 13px 0;
}
div.txt {
	font-size: 13px;
	/*color: #999;*/
	color: #444;
}
div.instruction {
    font-size: 13px;
	color: #7c0041;
}

div.prod_minifiche {
    float:left;
    position:relative;
    margin:8px;
    width:175px;
    height:100px;
    border:1px solid #B4B4B4;
    background-color:#ffffff;
    padding:3px;
}

span.help {
    padding: 0px;
    background-image: url('../Content/themes/smv/images/ui-icons_ffffff_256x240.png');
    background-position: -48px -144px;
    background-color: #428bca;
    width: 16px;
    height: 16px;
    position:relative;
    top:3px;
    display: inline-block;
}
/********** FIN DÃ‰FINITIONS **********/

/********** COLONNES **********/
div#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 900px;
}
div.ligne {
	clear: both;
    position: relative;
}
div.col1 {
	float: left;
	width: 300px;
}
div.col2 {
	float: left;
	width: 300px;
}
div.col3 {
	float: right;
	width: 300px;
}
div.doublecol1 {
	float: left;
	width: 600px;
}
div.doublecol3 {
	float: right;
	width: 600px;
}
div#footer {
	clear: both;
	background: #c8c8c8;
    height:140px;
}
/********** FIN COLONNES **********/

.menu {
	position: relative;
}
.menu ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
.menu ul li {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
}
.menu a.current {
	color: #7C0041;
}
.menu a {
	display: block;
	text-decoration: none;
	/*color: #aaa;*/
	color: #999;
}
.menu a:hover, .menu a.hover, .langues a:hover {
	color: #7c0041;
}
.menu .sousmenu {
	background-color: #fff;
	position: absolute;
	padding: 0 10px;
	z-index: 200;
	display: table;
	left: 180px;
	top: 0;
	width: 300px;
}
.langues {
	background-image: url(http://www.485marketing.com/clients/smvcanada/images/bg_langues.jpg);
}
.langues a {
	text-decoration: none;
	color: #fff;
}
.langues a.hover {
	color: #aaa;
}

.submenu {
	text-transform: uppercase;
	color: #7c0041;
}
.submenu a {
	text-decoration: none;
	color: #7c0041;
}
.submenu a:hover, .submenu a.hover {
	/*color: #fff;*/
	color: #aaa;
}

div.CenterBox {
    margin:auto;
    padding-top:50px;
    padding-bottom:100px;
}

div.TwoLineBox {
    border-top:1px solid #949494; 
    border-bottom:1px solid #949494; 
    padding-top:30px; 
    padding-bottom:30px; position:relative;
}

.ajaxBusy {
   display: none;
   margin:0;
   padding:0;
}