body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #cccccc;
}

.titre_medium {
    font-size: 18px;   
}

.titre_large {
    font-size: 24px;   
}

.titre_xlarge{
    font-size: 36px;   
}

h1 
{
    font-size: 15px;   
    color: #000000;
    margin: 10px 0 5px;
    padding: 0 0 2px;
    border-bottom: solid 1px gray;
}
h2
{
    font-size: 13px;   
	padding: 8px 0 0 0;
	text-align: center;
	text-transform: uppercase;
    margin: 8px 0 5px;
}
h3 
{
    font-size: 14px;  
	padding: 8px 0 0 3px;
	margin: 0;
	line-height: 16px;
	text-align: left;
	color: #000000;
}
#contenu h3 
{
    margin: 0 0 15px;    
    padding: 0 0 2px;    
    border-bottom: solid 1px gray;
}
h4 
{
    font-size: 12px;
    color: #333333;
}
h5 
{
    font-size: 12px;   
}
h6 
{
    font-size: 10px;   
}
a
{
	color: #CC0000;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: undeline;
}
td 
{
    border: none !important;
}

#corps 
{
    background: #ffffff;
	-webkit-box-shadow:0 8px 8px 8px rgba(0,0,0,.2);
	-moz-box-shadow:0 8px 8px 8px rgba(0,0,0,.2);
    margin: 0 auto;
    overflow: visible;
    width: 1024px;
	
}
#tete{
	height: 165px;
	padding: 5px 0 0 15px;
	background: url(images/fond_tete.gif) no-repeat;
}

#tete ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tete p 
{
    clear: both;
    padding: 20px 0 0 100px;
	margin: 0;
}
#menu{
	margin: 0;
	padding: 0;
	width: 1024px;
	overflow: hidden;
	list-style-type: none;
	background: url(images/fond_menu.gif) no-repeat;
	font-size: 13px;
}

#menu li{
	margin: 0;
	padding: 0;
	height: 40px;
	float: left;
	display: block;
}

#menu li a{
	line-height: 130%;
	width: 157px;
	height: 40px;
	padding: 13px 6px;
	display: inline-block;
	border-right: solid 0px #888888;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	font-weight:normal;
	text-decoration: none;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#menu li a.dlignes{
	padding: 4px 32px;
	width: 105px;
	height: 58px;
}
#menu li a.dernier{
	border: none;
}
#menu li a:hover{
	color: #8B0B04;
}

#col_gauche{
	float: left;
	width: 200px;
	min-height: 545px;
}

#contenu{
	float: left;
	width: 590px;
	min-height: 545px;
	padding: 15px;
	color: #000000;
}

#col_droite{
	float: left;
	width: 170px;
	min-height: 545px;
	padding: 5px 15px;
	overflow: hidden;
}
#pied{
	float: left;
	width: 1024px;
	height: 40px;
	background: url(images/fond_pied.gif) no-repeat #002a5c;
	color: #a7a9ac;
}

#pied>span {
    display: inline-block;
    padding-top: 15px;
    margin: 0;
}

#pied_menu{
	width: 260px;
	text-align: left;
	padding-left: 6px;
}
#pied_copyright{
	width: 414px;
	padding-left: 37px;
	text-align: center;
}
#pied_legal{
	width: 302px;
	padding-right: 8px;
	text-align: right;
}

/* --------/// traitement de texte et boutons ///-------- */
#franchises {
	text-transform: uppercase;
}
#franchises li{
	float: left;
}
#franchises li a{
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 5px;
	color: #a8aaad;
}
#franchises li a.actif{
	color: #8b0e04;
}
#franchises li a.actif:hover{
	cursor: default;
}

ul#langue_login{
	float: left;
	margin: 0;
	padding: 0;
	width: 320px;
}
ul#langue_login a{
	margin-left: 180px;
}

#col_gauche h2{
	margin: 0 0 15px 0;
	height: 22px;	
	border: 0px solid #002a5c;
	color: #ffffff;
	font-weight:normal;
	background: url(images/fond_h2nav.gif) no-repeat #002a5c;
}

#nav_produits{
	margin: 0 0 20px 0;
	padding: 0 20px 0 15px;
	list-style-type: none;
}
#nav_produits a{
	margin: 0;
	padding: 3px 0;
	width: 100%;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	border-bottom: solid 1px #666666;
}

#ctl00_TemplatePart1_1_ProductsNavBar_hlprod5 {display:none !important;}

#nav_produits a:hover{
	color: #8b0e04;
	border-bottom: solid 1px #8b0e04;
}

#rechercheForm{
	width: 180px;
	overflow: hidden;
	margin: 0 10px;
}

#rechercheForm>input[type=text]{
	width: 168px;
	border: 1px solid black;
	margin: 0;
	padding: 0;
}
#rechercheForm>input[type=text].defval{
    color: #888888;
}
#rechercheForm>a{
	float: right;
	margin: 10px 0;
	padding: 0;
	color: #000000;
	background: none;
	border: none;
	border-bottom: 1px solid black;
}

a.nousjoindre{
	display: block;
	margin:0 0 0 22px;
    padding: 5px 25px 15px;
	width: 105px;	
    height: 86px;
    line-height: 18px;
	background: url(images/canada.gif) bottom no-repeat;
	text-decoration: undeline;
	color: #000000;
	text-transform: uppercase;
}


#col_droite p{
	padding: 0 0 10px 0;
	margin: 0;
	overflow: auto;
}

.lirePlus{
	color: #8c0c04;
	float: right;
	text-decoration: none;
}

#pied a{
	color: #ffffff;
	text-decoration: none;
}
#pied a:hover{
	color: #a7a9ac;
}

/* ------------------------------------------------------------------------------------- */

.HeaderCaption
{
	font-weight: bold;
	color: #CC0000;
}
.blueHeaderCaption
{
	font-weight: bold;
}
.HeaderLine
{
	background-color: #666666;
}

.BoldHyperlink
{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.BoldHyperlink:Hover
{
	font-weight: bold;
	text-decoration: none;
}
.standardButton
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	color: #CC0000;
	border-bottom: #666666 1px solid;
	background-color: #ffffff;
	text-decoration: none;
}
.Error
{
	color: #FF0000;
}
.standardLabel
{
	font-weight: bold;
}
Normal
{
	text-decoration: none;
}
.DataGridAlternatingItem
{
	text-decoration: none;
	background-color: #E0E0E0;
}
.DataGridHeader
{
	font-weight: bold;
	background-color: palegoldenrod;
	text-decoration: none;
}
table.MainContainer
{
	border-right: #336699 1px solid;
	padding-right: 0px;
	border-top: #336699 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #336699 1px solid;
	padding-top: 0px;
	border-bottom: #336699 1px solid;
}
.footer
{
	color: #cccccc;
	text-decoration: none;
}
.CompanyName
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.BigTitle
{
	font-weight: bold;
	text-decoration: none;
}


div.btmore 
{
    text-align: right;
    padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;    
}
.products_category 
{
    padding: 20px;
}

#product_list 
{
    padding: 20px;
}
#product_list>a 
{
    display: inline-block;
    width: 250px;
    min-height: 30px;
    text-align: left;
    margin: 2px 10px 3px;
}
#product_list>br
{
    clear: both;
}
