/*----------------------------------------------------------------------------//
// Feuille de styles du client -----------------------------------------------//
//----------------------------------------------------------------------------//
// Client : -
// Note   : Les font-size doivent ëtres en em, même les styles provenant de 
			editeur.css.
// Date   : 00 mois 0000
//----------------------------------------------------------------------------*/
@import url(reset.css);/* Mise a zéro de tous les padding / margin par défaut */
@import url(translations.css);/* Redéfinitions des images traduites */

/*- Général -------------------------------------------------------------------*/
body {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 62.6%; /* 10px par défaut */
	color: #000;
	background: url(/images/Bg_Page.gif);
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #007DC5;
	margin: 0 0 3px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #007dc5;
	text-transform: uppercase;
	margin: 8px 0 12px;
}
h4, h5, h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: ;
}
a, a:hover {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #096fbd;
}
sup {
	font-size: 80%;
	line-height: 100%;
	vertical-align: text-top;
	padding-bottom: 5px;
}

/*- Styles communs a toutes les pages -----------------------------------------*/
.AlignLeft { float: left; }
.AlignRight { float: right; }
.Clearer { clear: both; }
.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#Wrapper {
	width: 768px;
	background: #fff;
	border-left: 1px solid #383d4d;
	border-right: 1px solid #383d4d;
	margin: 0 auto;
}

/*-- Page Header --*/
#Header {
	position: relative;
	height: 98px;
	color: #fff;
	background: url(/images/Bg_Header.jpg) no-repeat;
}
#Header .Logo {
	position: absolute;
	left: 30px; top: 34px;
}
#Header .Slogan {
	position: absolute;
	left: 205px; top: 60px;
	width: 258px; height: 20px;
	background: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#Header .Phone {
	position: absolute;
	right: 8px; bottom: 4px;
	font-size: 1.4em;
	font-weight: bold;
}
#Header .NavFixe {
	position: absolute;
	right: 8px; top: 6px;
}
#Header .NavFixe li {
	float: left;
	background: url(/images/Bg_Header_NavFixe_Separ.gif) no-repeat 5px 50%;
	padding-left: 11px;
}
#Header .NavFixe li.FirstItem {
	background-image: none;
}
#Header .NavFixe a {
	color: #fff;
	text-transform: uppercase;
}
#Header .NavFixe a:hover {
	color: #9cb8c2;
}

/*-- News Ticker (marquee) --*/
#Ticker {
	/*position: relative;*/
	width: 100%;
	height: 16px;
	background: #007dc5;
	border-top: 1px solid #383d4d;
	border-bottom: 1px solid #383d4d;
	overflow: hidden;
}
#Ticker div {
	/*position: absolute;*/
	font-size: 1.2em;
	color: #fff;
	line-height: 16px;
	white-space: nowrap;
}

/*-- Main Page Area --*/
#Body {
	padding: 6px 14px 18px;
}

/*-- Page header with breadcrumb --*/
#PageTop {
	line-height: 30px;
	border-bottom: 1px solid #000;
	margin: 0 0 18px;
}
#PageTop .Print {
	font-size: 1.2em;
	float: right;
}
#PageTop .Print a {
	font-weight: bold;
	background: url(/images/Picto_Print.gif) no-repeat 0% 50%;
	padding-left: 22px;
}
#PageTop .BreadCrumb li {
	float: left;
	font-size: 1.1em;
	background: url(/images/Bg_BreadCrumb_Separ.gif) no-repeat 100% 54%;
	padding-right: 13px;
}
#PageTop .BreadCrumb li.LastItem {
	background-image: none;
	padding-right: 0;
}

/*-- Content Area --*/
#Contenu {
	padding: 12px 0 6px;
}
#Contenu h2 {
	margin: 0 0 12px;
}
#Contenu p {
	font-size: 1.2em;
	margin: 0 0 12px;
}

/*-- Page Footer --*/
#Footer .NavFixe {
	border-bottom: 4px solid #1f272a;
}
#Footer .NavFixe ul {
	display: table;
	margin: 0 auto;
}
#Footer .NavFixe ul li {
	display: table-cell;
	background: url(/images/Bg_Footer_NavFixe_Separ.gif) no-repeat 7px 50%;
	padding-left: 15px;
}
#Footer .NavFixe ul li.FirstItem {
	background-image: none;
	padding-left: 0;
}
#Footer .NavFixe a {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 25px;
}
#Footer .Copyright {
	color: #fff;
	line-height: 16px;
	text-align: center;
	background: #007dc5;
	border-top: 3px solid #fff;
}
#Footer .Summary {
	text-align: center;
	padding: 8px 0;
}

/*- Styles spéciaux pour page d'accueil ---------------------------------------*/
#Contenu td.AccMarketServed h2 {
	font-size: 1.1em;
	color: #007dc5;
	margin: 6px 0 10px;
}
#Contenu td.AccMarketServed ul li {
	font-size: .9em;
	background-image: url(/images/Puce_Accueil.gif);
	background-position: 0% 4px;
}

/*- Styles spéciaux pour pages intérieures ------------------------------------*/

/*- Styles spéciaux pour pages produits ---------------------------------------*/
#ConfigGallery {
	background: url(/images/Bg_Produit_Modele.gif) repeat-x 0% 0%;
}
#ConfigGallery .Titre {
	line-height: 36px;
	padding: 16px 0 17px 12px;
}
#ConfigGallery .Titre h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
#ConfigGallery .Titre h2 span {
	font-size: 11px;
}
#ConfigGallery .Photo {
	height: 241px;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 27px;
}
#ConfigGallery .Description {
	width: 233px;
	height: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(/images/Bg_Produit_Modele_Descrip.gif) no-repeat 0% 0%;
	padding: 7px 48px 18px 20px;
}
#ConfigGallery .Description p,
#ConfigGallery .Description ul {
	font-size: 1em;
	margin: 0 0 8px;
}
#ConfigGallery .Description ul li {
	background-image: url(/images/Puce_Liste_Alt.gif);
}

/*-- Navigation avec fleches et liens --*/
#ConfigNav {
	background: url(/images/Bg_Produit_Modele_Nav.gif) repeat-x 0% 0%;
	margin-bottom: 18px;
}
#ConfigNav .Titre {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7d;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-bottom: 4px;
}
#ConfigNav .Nav ul {
	margin: 0;
	padding: 0 0 0 24px;
}
#ConfigNav .Nav li {
	list-style: none none;
	float: left;
	width: 238px;
	background-image: none;
	padding: 6px 0 0;
}
#ConfigNav .Nav li div {
	display: none;
}
#ConfigNav .Nav a:link, #ConfigNav .Nav a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007dc5;
	background: url(/images/Puce_Config.gif) no-repeat 0px 4px;
	padding: 0 0 0 24px;
}
#ConfigNav .Nav a:hover {
	color: #000;
}
#ConfigNav .Nav a.Actif:link, #ConfigNav .Nav a.Actif:visited, #ConfigNav .Nav a.Actif:hover {
	color: #7c7c7d;
	background-image: url(/images/Puce_Config_Actif.gif);
}
#ConfigNav .Nav a span {
	display: block;
}

/*-- Liens rapides pour le produit --*/
#ProduitActions {
	background: url(/images/Bg_Produit_Actions.gif) repeat-x 0% 0%;
	margin-bottom: 24px;
}
#ProduitActions td {
	height: 47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7c7d;
	line-height: 47px;
	background: no-repeat 0% 13px;
	padding: 13px 16px 2px 0;
}
#ProduitActions .Titre {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
#ProduitActions .GetQuote	{ padding-left: 35px; background-image: url(/images/Bg_Produit_Actions_Quote.gif); }
#ProduitActions .Brochure	{ padding-left: 60px; background-image: url(/images/Bg_Produit_Actions_Brochure.gif); }
#ProduitActions .Contact	{ padding-left: 60px; background-image: url(/images/Bg_Produit_Actions_Contact.gif); }

#ProduitActions a:link, #ProduitActions a:visited {
	font-weight: bold;
	color: #007dc5;
	text-decoration: underline;
}
#ProduitActions a:hover {
	color: #000;
}

/*-- Zone libre pour les détails du produit --*/
#ProduitDetails {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 14px;
}
#ProduitDetails td {
	font-family: Arial, Helvetica, sans-serif;
}
#ProduitDetails h2 {
	font-size: 13px;
	color: #2e7dc5;
	text-transform: uppercase;
	margin: 0 0 24px;
}
#ProduitDetails h2.Titre {
	margin-left: -14px;
}
#ProduitDetails h2.Titre span {
	color: #fff;
	background: #1f272a;
	padding: 4px 10px;
}
#ProduitDetails h3 {
	font-size: 12px;
	color: #007dc5;
	text-transform: uppercase;
	margin: 18px 0 8px;
}
#ProduitDetails p {
	margin: 0 0 8px;
}
#ProduitDetails ul {
	margin: 0 0 18px;
	padding: 0;
}
#ProduitDetails ul li {
	list-style: none none;
	background: url(/images/Puce_Liste.gif) no-repeat 0% 6px;
	padding: 0 0 8px 12px;
}
#ProduitDetails .Note {
	font-size: 11px;
	color: #686869;
}

/*-- Zone libre pour les détails du produit --
#WebHandlingDetails {
	position: relative;
	margin: 0 -14px;
}
#WebHandlingDetails .Detail {
	position: absolute;
	width: 200px;
	height: 54px;
	background: #007dc5 no-repeat 2px 2px;
	border: 2px solid #fff;
}
#WebHandlingDetails .Detail td {
	font-weight: bold;
	color: #fff;
	padding: 0 15px 0 55px;
}*/

/*-- Lien de bas de page --*/
#ProduitDetails p.HautPage {
	text-align: right;
	margin: 24px 0 0;
}
#ProduitDetails p.HautPage a {
	background: url(/images/Puce_HautPage.gif) no-repeat 0% 50%;
	padding-left: 12px;
}

/*- Styles pour menu principal / sous-menu  -----------------------------------*/
#MainMenu {
	background: #1f272a;
	border-top: 1px solid #383d4d;
	border-bottom: 1px solid #383d4d;
}
#MainMenu ul, #MainMenu ul ul {
	float: left;
	background: #1f272a;
}
#MainMenu ul ul {
	border-top: 1px solid #000;
}
#MainMenu ul a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 28px;
}
#MainMenu ul a:hover {
	color: #fff;
	background: #007dc5;
}
#MainMenu ul li {
	float: left;
	width: 127px;
	border-right: 1px dashed #fff;
}
#MainMenu ul li.LastItem {
	border-right: 0;
}
#MainMenu ul li ul {
	position: absolute;
	left: -999em;
	width: 172px;
	height: auto;
	padding: 0;
}
#MainMenu ul li li {
	border: 0;
}
#MainMenu ul li ul a {
	width: 170px;
	color: #000;
	line-height: normal;
	text-align: center;
	text-transform: none;
	background: #fff;
	border: 1px solid #000;
	border-top: 0;
	padding: 3px 0;
}
#MainMenu ul li ul ul {
	margin: -21px 0 0 171px;
}
#MainMenu ul li:hover ul ul, #MainMenu ul li:hover ul ul ul, #MainMenu ul li.sfhover ul ul, #MainMenu ul li.sfhover ul ul ul {
	left: -999em;
}
#MainMenu ul li:hover ul, #MainMenu ul li li:hover ul, #MainMenu ul li li li:hover ul, #MainMenu ul li.sfhover ul, #MainMenu ul li li.sfhover ul, #MainMenu ul li li li.sfhover ul {
	left: auto;
}
#MainMenu ul li:hover, #MainMenu ul li.sfhover {
	background: #007dc5;
}

/*- Styles pour Plan du site --------------------------------------------------*/
#Contenu ul.PlanSite li {
	font-weight: bold;
	background-image: url(/images/Puce_Config.gif);
	background-position: 0% 5px;
	padding-left: 20px;
}
#Contenu ul.PlanSite ul {
	margin: 0 0 6px;
}
#Contenu ul.PlanSite ul li {
	font-weight: normal;
	background-image: url(/images/Puce_Liste.gif);
	background-position: 0% 12px;
	padding: 6px 0 0 12px;
}

/*- Styles pour formulaires ----------------------------------------------------*/
#Contenu form {
	width: 500px;
	margin: 0 auto;
}
#Contenu form p.AlignLeft {
	width: 240px;
	margin: 0 20px 12px 0;
}
#Contenu form p.AlignLeft.LastItem {
	margin-right: 0;
}
#Contenu form p label {
	display: block;
	margin-bottom: 3px;
}
#Contenu form p label small {
	
}
input, textarea, select,
.TxtBox, .TxtArea, .SelectList, .Btn, .TxtLabel {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px; /* fixer la size pour pas que les champs défoncent si la grosseur du texte est grandie par l'utilisateur */
}
.TxtErreur {
	color: #FF0000;
}
#Contenu div.SommaireValidation {
	color: #b46f6d !important;
	background: #fdf1f1;
	border:1px solid #b46f6d;
	padding: 20px;
	margin-bottom: 12px;
}
#Contenu div.SommaireValidation ul {
	margin: 0;
}
#Contenu div.SommaireValidation ul li {
	float: left;
	list-style: none outside none;
	padding: 0;
}
.TxtBox {
	color: ;
	background:	;
	border: 1px solid #000;
	padding: 2px;
}
.TxtArea {
	color: ;
	background: ;
	border: 1px solid #000;
	padding: 2px;
	overflow: auto;
}
.SelectList {
	color: ;
	background: ;
	border: 1px solid #000;
	padding: 1px;
}
p.Checkbox {

}
p.Checkbox label {
	display: block;
	float: left;
	margin: 0 0 5px 5px;
}
p.Checkbox input {
	display: block;
	float: left;
}
p.Checkbox br {
	clear: both;
}
p.RadioBtn  {

}
p.RadioBtn label {
	display: block;
	float: left;
	margin: 0 0 5px 5px;
}
p.RadioBtn input {
	display: block;
	float: left;
}
p.RadioBtn br {
	clear: both;
}
.Btn {
	color: ;
	background: ;
	border: 1px solid #666666;
	padding: 0 0 0 0;
	overflow: visible;
}

/*- Styles de l'éditeur ----------------------------------------------------*/

/*- Classes pour les textes ----*/
.TexteSpecial {
	color: #FF9933;
}
.TextePetit {
	font-size: 0.9em;
}

/*- Classes pour les hyperliens ----*/


/*- Classes pour les images ----*/
img.ImageContour {
	border: 1px solid #000000;
}
img.ImageGauche {
	margin:	0 16px 8px 0;
	float: left;
}
img.ImageDroite {
	margin: 0  0 8px 16px;
	float: right;
}

/*- Classes pour les listes ----*/
/* 	NOTE : Il est important de garder le font-size sur les ul et ol et non de le
	mettre sur les li, plus bas se trouve une liste d'ajustements pour les EM */
#Contenu ul {
	font-size: 1.2em;
	margin: 0 0 18px;
	padding: 0;
}
#Contenu ul li {
	list-style: none none;
	background: url(/images/Puce_Liste.gif) no-repeat 0% 6px;
	padding: 0 0 8px 12px;
}

#Contenu ol {
	font-size: 1.2em;
	margin: 0 0 18px 24px;
	padding: 0;
}
#Contenu ol li {
	list-style: decimal outside;
	padding: 0 0 8px 0;
}

/*- Classes pour les tableaux ----*/
/* 	NOTE : Il est important de garder le font-size sur le tableau et non de le 
	mettre sur les td, plus bas se trouve une liste d'ajustements pour les EM */
table.Specs {
	border: solid #eae9ea;
	border-width: 3px 3px 1px;
	margin: 18px 0;
}
table.Specs td {
	font-size: 11px;
	border-bottom: 2px solid #eae9ea;
	padding: 6px 14px;
	vertical-align: top;
}
table.Specs td.TitreColonne {
	font-weight: bold;
	color: #fff;
	background: #007dc5;
	padding: 8px 14px;
}
table.Specs td.TitreRangee {
	font-weight: bold;
	color: #fff;
	background: #4b9ccb;
}
table.Specs td.Cellule, table.Specs td.CelluleAlt {
	background: #fff;
	white-space: nowrap;
}
table.Specs td.CelluleAlt {
	background: #fafafa;
}

/*--------------------------------------------------------------------------*/

/*- Styles d'ajustement pour les EM ----------------------------------------*/
div#Contenu p p,
div#Contenu ul ul, 
div#Contenu ol ol, 
div#Contenu ol ul, 
div#Contenu ul ol,
table.Tableau ul,
table.Tableau ol,
table.Tableau p {
	font-size:1em;
}
