/* CSS - BEGO CANADA [09/01/10] */

body { /* Aspect général [08/02/19] */
    margin:0px;
    padding:0px;
	background-image: url(../images/bg_footer2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c1c2;
	background-color: #404142;
}
#top{ /* Header [08/02/19] */
	width: 100%;
	height: 135px;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
a img{
	border:none;
}
a:hover img{
	border:none;
}

#menu{ /* Menu de navigation principal [08/02/20] */
	padding: 0 0 0 500px;
	position: relative;
	top: 13px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
#menu .premier{ /* Menu - Liens [08/02/20] */
	padding: 13px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_menu_top_borderRight.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-left:solid #656769 1px;
	border-right:solid #656769 1px;
}
#menu .principal{ /* Menu - Liens [08/02/20] */
	padding: 13px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_menu_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left:solid #c0c1c2 1px;
	border-right:solid #c0c1c2 1px;
}
#menu a{ /* Menu - Liens [08/02/20] */
	padding: 13px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_menu_top_borderRight.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-right:solid #656769 1px;
}

#menu a:hover{ /* Menu - Liens Hover [08/02/20] */
	padding: 13px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_menu_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-right:solid #c0c1c2 1px;
}
#menu .email a{ /* Menu - Liens [08/02/20] */
	margin: 0 0 0 20px;
	padding: 2px 3px 2px 3px;
	font-size:11px;
	color: #ffffff;
	text-decoration: none!important;
	background-image: none!important;
	text-decoration:none!important;
	background-color: #fdb913;
	border: 0;
}
#menu .email a:hover{ /* Menu - Liens [08/02/20] */
	padding: 2px 3px 2px 3px;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none!important;
	background-image: none!important;
	text-decoration:none!important;
	background-color: #c0c1c2;
	border: 0;
}
#langueBox{ /* Menu de navigation principal [08/02/20] */
	padding: 0 0 0 690px;
	margin: 20px 0 -50px 0;
	position: relative;
	top: 13px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#langueBox a{
	padding: 3px;
	color: #fdb913;
	text-decoration: underline;
}
#langueBox a:hover{
	color: #c0c1c2;
	text-decoration: none;
}
#searchBox{ /* Menu de navigation principal [08/02/20] */
	margin: 70px 0 0 0;
	padding: 0 0 0 690px;
	position: relative;
	top: 13px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
#searchBox textarea{ /* Menu de navigation principal [08/02/20] */
/*	background-color: #CC0000;
*/}
#menu img{ /* Menu de navigation principal [08/02/20] */
	padding: 0;
	position: relative;
}
#bottom{ /* Footer [08/02/19] */
	width: 100%;
	height: 174px;
}
#credits{ /* Footer textes [08/02/19] */
	color: #ffffff;
	font-size: 9px;
	margin: 0;
	text-align: center;
}
#header{ /* Header dans Container [08/02/19] */
	width: 100%;
	height: 196px;
	position: relative;
	left: 0px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
}
#container{ /* Contenu principal [08/02/19] */
	text-align: left;
	width: 960px;
	margin: 0 auto 0 auto !important; /* Hack IE6 */
	margin: 0 auto -15px auto;
/*	background-color: #CC0000;
*/}
#footer{ /* Séparateur Contenu/Footer [08/02/19] */
	clear:both;
	height: 0px;
}

p a{
	font-size: 12px;
	font-weight: bold;
	color: #fdb810;
	text-decoration: underline;
}
p a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #404142;
	text-decoration: none;
	background-color: #fdb810;
}
.orange{
	color: #dc3f1a;
}

/* ============================  Menu Droite =========================== */
#MenuPosition{
	height:10px;
	margin-bottom:1em;
}
#navigation2 {
	border:none;
	margin: -2px 0 0 0!important; /* Hack IE6 */
	margin: -1px 0 0 -29px;
	width:208px;
	padding: 0;
	background-color: #404143;
}
#navigation2 a.head {
	cursor:pointer;
	color: #FFFFFF;
	background: #808285 url("../images/collapsed.gif") no-repeat scroll 190px 8px;
	display:block;
	font-weight:bold;
	margin:1px 0 2px 0;
	padding:5px;
	text-decoration: none;
	border-left:3px solid #fdb913;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom: 0px solid #595b5d;
}
#navigation2 a.head:hover {
	color: #535556;
	background: #808285 url("../images/menu_bg_side.gif") no-repeat right center;
}
#navigation2 a.selected {
	color: #FFFFFF;
	background: #808285 url("../images/menu_bg_side.gif") no-repeat right center;
}
#navigation2 a.current {
	color: #535556!important;
	background-color:#fdb913;
}
#navigation2 ul {
	border-width:0;
	margin:0;
	padding:0;
}
#navigation2 li {
	list-style:none outside none;
	display:inline;
}
#navigation2 li li a {
	color:#FFFFFF;
	margin:1px 0 1px 0;
	padding:2px;
	display:block;
	text-decoration: none;
	background-color:#747679;
	border-left: solid #a9aaab 1px;
}
#navigation2 #alpha a {
	background-color: #919395!important;
}
#navigation2 #alpha a:hover {
	color: #535556!important;
	background-color: #fdb913!important;
}
#navigation2 #alpha a.current {
	color: #535556!important;
	background-color: #fdb913!important;
}
#navigation2 li li a:hover {
	color: #535556!important;
	background-color:#fdb913;
	background-image: none!important;
}
/* ============================== Habillage des nouvelles ============================ */
#navigation2 li .news {
	text-align:justify;
	font-size: 11px;
	color: #FFFFFF;
	margin:0;
	padding: 8px 10px;
	background-color: #747679;
	border-left: solid #a9aaab 1px;
}
#navigation2 li .news a {
	padding:0 1px;
	border: 0;
	display:inline;
	color: #404142;
	text-decoration: none;
	background-color: #fdb810;
	background-image: none!important;
}
#navigation2 li .news a:hover {
	margin:0;
	padding:0 1px;
	border: 0;
	display:inline;
	color: #fdb810!important;
	text-decoration: none;
	background-color: #5a5b5d;
	background-image: none!important;
}

/* ================================================================ */
#menuBottom{ /* Footer - Menu de navigation principal [08/04/20] */
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
	height: 153px; /* Placement des crédits [08/04/21] */
}

#navigation{
	text-align:center;
	float:right;
	width:238px;	
	background-image: url(../images/menu_bg_news.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.nav_pacc{ /* Produits */
	background-image: url(../images/fond_colonne.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align:center;
}

.heightContenu{ height:550px; }
.p900{ height:800px; }

#navigation img{
	text-align:center;
	position:relative;
	top: 12px;
}
#navigation ul{
	padding-top:0px;
}
#navigation ul li{
	padding-top:1px !important; /* Hack IE6 */
	padding:0;
}
#navigation ul li img{ /* Image en bas de menu de navigation [08/02/23] */
	text-align:center;
	position:relative;
	top: 10px;
	right: 23px;
}
#navigation .titre{ /* titre des sections */
	height: 25px;
	position:relative;
	right:16px;
	list-style:none;
	font-size: 12px;
	color: #dc3f1a;
	text-decoration: none;
}
#navigation .titre a{ /* liens des titre des sections */
	background-image: url(../images/menu_bg_side_n.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	right:5px;	
	padding: 6px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	display:block;
	border-left: solid #fdb913 3px;
}
#navigation .titre a:hover{ /* liens(hover) des titre des sections */
	background-image: url(../images/menu_bg_side.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	right:5px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	display:block;
}
#navigation .exclusif{ /* sections exclusives */
	height: 25px;
	position:relative;
	right:16px;
	list-style:none;
}

#navigation .exclusif a{ /*  liens des sections exclusives */
	background-image: url(../images/fond_ssection.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	right:5px;	
	padding: 5px;
	font-size: 12px;
	color: #dc3f1a;
	text-decoration: none;
	display:block;
}
#navigation .exclusif a:hover{ /* liens(hover) des sections exclusives */
	background-image: url(../images/fond_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	right:5px;
	font-size: 12px;
	color: #390304;
	text-decoration: none;
	display:block;
}

#navigation .ssection{ /* sous-sections */
	background-color: #390304;
	height: 25px;
	position:relative;
	right:16px;
	list-style:none;
}

#navigation .ssection a{ /* liens des sous-sections */
	background-image: url(../images/fond_ssection.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	right:5px;	
	padding: 5px;
	font-size: 12px;
	color: #c47b44;
	text-decoration: none;
	display:block;
}
#navigation .ssection a:hover{ /* liens(hover) des sous-sections */
	background-image: url(../images/fond_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	right:5px;
	font-size: 12px;
	color: #390304;
	text-decoration: none;
	display:block;
}
#content{
	position: relative;
	top:-18px !important; /* Hack IE6 */
	top: 0px;
	width:718px !important; /* Hack IE6 */
	width:710px;
}
#contenu{
	margin: 0 55px 20px 20px!important; /* Hack IE6 */
	margin: 0 35px 0 10px;	
}
#contenu img{ /* !! */
	border-bottom:3px solid #c0c1c2;
	text-align:center;
	padding-bottom:1px;
}
#contenu .flash{ /* !! */
	border-bottom:3px solid #c0c1c2;
	text-align:center;
	padding-bottom:1px;
	margin-right: 31px;
}

#contenu .imgLeft{ /* !! */
	border-top:3px solid #eea635;
	padding-top:1px;
	padding-bottom:30px;
	text-align:center;
	background-image: url(../images/img_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contenu_txt{ /* Contenu des pages */
	padding-top: 30px;
}

/* ============================================================================================== */

.boite{ /* contenu des pages */
	font-size:11px;
	font-weight:bold;
	background-color: #747679;
	border: solid #a9aaab 1px;
	margin: 8px;
	padding: 10px 10px 10px 20px;
	float: left;
	width: 600px;
	background-image: url(../images/bg_window.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.boite ul{
	list-style-image: url(../images/arrow_grey.gif);
	float: left;
	padding: 0 10px;
	margin: 10px 0 !important; /* Hack IE6 */
	margin: 0;
}
.boite ul li{
	padding: 3px 2px 2px 0;
}
.boite a{
	font-size: 12px;
	font-weight: bold;
	color: #fdb810;
	text-decoration: underline;
}
.boite a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #404142;
	text-decoration: none;
	background-color: #fdb810;
}
.boite h2{ /* Titre dans les fiches produits */
	font-size:18px;
	position:relative;
	top:0;
	margin-right: 8px;
	padding-left: 6px;
	color:#fdb913!important;
	border-top: 1px solid #c0c1c2;
	border-bottom: 1px solid #c0c1c2;
	background-color: #808285;
}
.boite .contenuFiche{ /* contenu des fiches de produits */
	padding: 0 0 0 20px;
}
.boite .contenuFiche ul{ /* liste des telechargeables */
	padding: 0;
}
.boite .contenuFiche p{ /* Texte de description */
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal!important;
	width: 570px;
}
.boite ul li{
	list-style:none;
	list-style-image:none!important;
	padding: 5px!important;
	border-top: 1px solid #8c8e92;
	border-bottom: 1px solid #8c8e92;
	margin: -1px 0 0 0;
}
/*.boite .limite{  ligne de séparation entre la fiche technique et les téléchargeables
	list-style:none;
	list-style-image:none!important;
	margin-bottom: 5px!important;
	border-bottom: 1px #a9aaab solid!important;
	width: 540px;
}*/
/* ============================================================================================== */
#boiteNavigation{
	position:relative;
}
#boiteNavigation a{
	font-size:11px;
}
#boiteNavigation a:hover{
	font-size:11px;
}

.inputBox{
	background-color:#535556;
	border: solid 1px #666869;
	color: #919395;

}


#contenu h2{ /* Titres des sections [08/02/21] */
	font-size:18px;
	position:relative;
	top:0;
	color:#c0c1c2;
}
#contenu h3{ /* Sous-titres des sections [08/02/21] */
	font-size:20px;
	position:relative;
	top:-20px;
	color:#b2703a;
}
#contenu .exclusif h3{ /* Sous-titres des sections [08/02/21] */
	font-size:20px;
	position:relative;
	top:-20px;
	color:#dc3f1a;
}
#contenu h2 img{ /* Motif devant les titres [08/02/21] */
position:relative;
top:8px;
left: 4px;
}
#contenu .noimg{ /* Motif devant les titres [08/02/21] */
border:0;
padding:0px;
}
#contenu .fintxt{ /* Motif devant les titres [08/02/21] */
border:0;
padding:0px;
text-align:center;
position:relative;
left: 270px;
}
#contenu h5{ /* Fil d'ariane [08/02/21] */
	float:right;
	font-weight:normal;
	text-align:right;
	font-size:11px;
	color:#9b9c9f;
}
#contenu h5 a{ /* Fil d'ariane [08/02/21] */
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#9b9c9f;
}
#contenu h5 a:hover{ /* Fil d'ariane [08/02/21] */
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#9b9c9f;
}
.haut a{ /* Fil d'ariane [08/02/21] */
	float:right;
	margin: 20px;
	text-align:right;
	font-size:9px;
	color:#9b9c9f;
	font-weight:bold;
}
#content_bottom{ /* Motif au bas des pages de contenu [08/02/21] */
	float:right;
}
.noimg {
	border:0px;
}
#colonne_sep{ /* Séparateur [08/02/21] */
}
