/*

	Vert : #00A651

*/

/* @group Global */

body
{
	-x-system-font: none;
	background: #FFF url(../images/logo_out.png) no-repeat scroll center top;
	color: #353033;
	font-family: Segoe UI, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 140%;
}

#tooltip
{
	position: absolute;
	font-weight: bold;
	border: 1px solid #000;
	background: #00A651;
	padding: 5px 7px;
	color: #FFF;
	display: none;
}

#background
{
	/*width: 100%; 	background: url(../images/background_rpt.png) repeat-x scroll bottom; 	position: absolute;*/
}

input[type='text'], input[type='password']
{
	background-color: #F2F2F2;
	border: 1px solid #939192;
	color: #353033;
	font-family: Segoe UI, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 190px;
}

select
{
	background-color: #F2F2F2;
	border: 1px solid #939192;
	color: #353033;
	font-family: Segoe UI, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 190px;
}

input.champErreur
{
	border: #E4442B 1px solid;
}


a:link, a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#swf
{
	width: 960px;
	height: 270px;
	margin: 0 auto;
	position: relative;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* @end */

/* @group Validation Summary */

.validationSummary
{
	background: #F7F7F7 url(../images/error.png) no-repeat 10px 10px;
	border: 1px solid #E4442B;
	float: left;
	margin: 0 0 5px 10px;
	padding: 8px 0 10px 35px;
	width: 263px;
}

.validationSummary span
{
	color: #E4442B;
	font-weight: bold;
	font-size: 12px;
}

.validationSummary ul
{
	float: left;
}

.validationSummary li
{
	padding-left: 10px;
	background: url(../images/bullet.png) no-repeat left center;
}

/* @end */

/* @group Message Box */

.messageBox
{
	width: 903px;
	font-size: 13px;
	letter-spacing: 0.4px;
	padding: 18px 13px 18px 40px;
	margin: 10px 0 10px 0;
}

.messageBox.success
{
	border: solid 2px #00A651;
	color: #00A000;
	background: #F8F8F8 url(../images/success.png) no-repeat 10px 19px;
}

.messageBox.warning
{
	border: solid 2px #F5CD2D;
	color: #F5CD2D;
	background: #F8F8F8 url(../images/warning.png) no-repeat 10px 19px;
}

.messageBox.error
{
	border: solid 2px #C0504D;
	color: #C0504D;
	background: #F8F8F8 url(../images/error.png) no-repeat 10px 19px;
}

.messageBox.info
{
	border: solid 2px #4F81BD;
	color: #4F81BD;
	background: #F8F8F8 url(../images/information.png) no-repeat 10px 19px;
}

/* @end */

/* @group DataPager */

div.dataPager
{
	float: left;
	clear: both;
	height: 27px;
	background-color: #F2F2F2;
	border: #BBB 1px solid;
	font-size: 11px;
	padding: 2px;
	width: 596px;
}

div.dataPager .itemsPage
{
	float: left;
	width: 64px;
	border: solid 0px #ff0000;
	line-height: 27px;
}

div.dataPager .itemsPage select
{
	width: 50px;
}

div.dataPager .itemsTitle
{
	margin: 5px 0 0 0;
	width: 100px;
	float: left;
	text-align: right;
}

div.dataPager .goToPage
{
	float: left;
	margin: 3px 0 0 2px;
	width: 200px;
	border: solid 0px #ff0000;
}

div.dataPager .description
{
	float: left;
	margin: 5px 0 0 2px;
	width: 200px;
	border: solid 0px #ff0000;
	text-align: left;
	margin-right: 20px;
}

div.dataPager .buttons
{
	float: right;
	width: 90px;
	padding: 5px 0;
	border: solid 0px #ff0000;
	height: 17px;
}

div.dataPager .smaller
{
	color: #999999;
}

div.dataPager .misc
{
	float: left;
	margin: 4px 0 0 2px;
	border: solid 0px #ff0000;
}

.dataPager_goToPageButton
{
	border: 1px solid #CCC;
	font-weight: bold;
	background-color: #f7f4f6;
	cursor: pointer;
	margin: 0 5px;
}

/* @end */

/* @group Logo */

#logoContainer
{
	width: 960px;
	height: 235px;
	background: url(../images/logo_in.png) no-repeat scroll left top;
	margin: 0 auto;
	position: relative;
}

/* @end */

/* @group Menu */

#menuContainer
{
	float: right;
	height: 78px;
	margin: 60px auto 0;
	position: relative;
}

#navMenu
{
	height: 30px;
}

#navMenu ul
{
	height: 30px;
	list-style-type: none;
	margin: 0;
}

#navMenu ul li
{
	height: 30px;
	text-align: center;
	display: inline;
}

#navMenu ul li a
{
	background: url(../images/menu_rpt.png) repeat-x left top;
	float: left;
	line-height: 30px;
	text-decoration: none;
	color: #C6C6C6;
	font-weight: bold;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.4px;
}

#navMenu ul li a:hover, #navMenu ul li.active a
{
	background: url(../images/menu_hover_rpt.png) repeat-x left top;
	color: #000;
	padding: 0 20px;
	margin-top: 0;
}

#subMenu
{
	background: url(../images/sub_menu.png) no-repeat left top;
	height: 48px;
	width: 100%;
	position: absolute;
}

/* @end */

/* @group Navigation D+ Architectural */

#navDPA
{
	width: 960px;
	height: 30px;
	background-color: #000;
	margin: -82px auto 0;
	position: relative;
	color: #FFF;
}

#navDPA a
{
	color: #FFF;
	font-weight: bold;
}

#navDPA a:hover
{
	text-decoration: none;
}

.dpa
{
	background: url(../images/green_arrows.png) no-repeat scroll right center;
	margin: 5px 29px 0 0;
	float: right;
}

.dpa a
{
	padding-right: 19px;
}

/* @end */

/* @group Title */

.titleContainer
{
	width: 100%;
	height: 45px;
	background: url(../images/title_bak.png) no-repeat scroll left top;
	padding-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.titleContainer .shadow
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	color: #E7E7E7;
	margin-left: 7px;
	line-height: 23px;
}

.titleContainer .title
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 23px;
	margin-top: -13px;
	line-height: 30px;
}

/* @end */

/* @group Side block */

#block
{
	width: 100%;
	margin: 0 0 3px;
	position: relative;
}

#block table
{
	margin: 8px 8px 0 8px;
}

#block table td
{
	padding: 3px;
}

#block .blockHeader
{
	height: 46px;
	background: url(../images/box_title_rpt.png) repeat scroll center top;
	position: relative;
}

#block .blockInfo
{
	padding: 10px;
}

#block .blockHeader p
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: -1px;
	margin-left: 11px;
}

#block .blockFooter
{
	height: 50px;
	position: relative;
	padding: 3px 11px 0 11px;
}

#block .remember
{
	float: left;
	position: absolute;
	bottom: 18px;
}

#block .remember span
{
	float: left;
	position: absolute;
	width: 150px;
}

div.boutonsActions a
{
	float: right;
	border: 1px solid #CCC;
	font-weight: bold;
	background-color: #f7f7f7;
	padding: 10px 0 10px 10px;
	margin: 0 10px 0 10px;
	position: relative;
	display: block;
	color: #353033;
}

div.boutonsActions a span
{
	width: 16px;
	border-left: none;
	height: 16px;
	padding: 10px 10px 10px 20px;
}

div.boutonsActions .btnAcceder:hover
{
	border: 1px solid #00a651;
	color: #00a651;
	text-decoration: none;
}

div.boutonsActions .btnAcceder span
{
	background: url(../images/btnAcceder.png) no-repeat center center;
}

/* @end */

/* @group Content */

#content
{
	margin: 5px auto 0;
	display: block;
	min-height: 200px;
}

#main
{
	float: left;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	min-height: 438px;
}

#oneCol
{
	width: 960px;
	float: left;
	position: relative;
}

.oneContent
{
	padding: 0 27px 0 27px;
}

#leftCol
{
	width: 630px;
	float: left;
	position: relative;
}

.leftContent
{
	padding-left: 27px;
}

#rightCol
{
	width: 320px;
	margin-left: 10px;
	float: right;
	position: relative;
	background-color: #F2F2F2;
	padding-bottom: 10px;
	height: inherit;
}

/* @end */

/* @group Accueil */

.homeContainer
{
	float: left;
	margin-bottom: 23px;
	width: 600px;
}

/* @end */

/* @group Fabricant */

#search
{
	float: right;
	margin: 0 20px 0 0;
	padding-bottom: 8px;
}

#search input[type='submit']
{
	border: 1px solid #939192;
	font-weight: bold;
	font-family: Segoe UI, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	background-color: #F2F2F2;
	padding: 2px 5px;
}

#search input[type='text']
{
	background-color: #FFF;
}

.manufacturerContainer .fabricant
{
	float: left;
	margin-bottom: 23px;
}

.manufacturerContainer .fabricant .nom
{
	width: 602px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00A651;
	float: left;
	border-bottom: 1px solid #C1C1C1;
	padding: 8px 0 8px 0;
}

.manufacturerContainer .fabricant .nom .bullet
{
	width: 5px;
	height: 5px;
	background-color: #00A651;
	margin: 8px 5px 0 -12px;
	float: left;
}

.manufacturerContainer #desc
{
	float: left;
	width: 447px;
	margin-left: 10px;
}

.manufacturerContainer #links
{
	float: left;
	width: 450px;
	margin-top: 5px;
}

.manufacturerContainer #links .url
{
	background: url(../images/plus_small.png) no-repeat left 2px;
	float: left;
	height: 16px;
	font-weight: bold;
	margin-top: 3px;
	width: 100%;
}

.manufacturerContainer #links .newProduct
{
	background: url(../images/star_small.png) no-repeat left 2px;
	float: left;
	height: 16px;
	font-weight: bold;
	margin-top: 3px;
	width: 100%;
}

.manufacturerContainer #links .galerie
{
	background: url(../images/image_small.png) no-repeat left 2px;
	float: left;
	height: 16px;
	font-weight: bold;
	margin-top: 3px;
	width: 100%;
}

.manufacturerContainer #links span a:link, .manufacturerContainer #links span a:visited
{
	color: #000;
	text-decoration: none;
	padding-left: 18px;
}

.manufacturerContainer #links span a:hover
{
	color: #00A651;
	text-decoration: none;
}

.manufacturerContainer #logo
{
	background-color: #FFF;
	border: 1px dotted #00A651;
	padding: 7px;
	float: left;
}

.manufacturerContainer #nologo
{
	padding: 7px;
	float: left;
	width: 127px;
}

/* @end */

/* @group Galerie */

#style
{
	float: right;
	margin: 0 20px 0 0;
	padding-bottom: 8px;
}

.gallerieContainer .gallerie
{
	float: left;
	margin-bottom: 23px;
}

.gallerieContainer .gallerie .accroche
{
	width: 602px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00A651;
	float: left;
	border-bottom: 1px solid #C1C1C1;
	padding: 8px 0 8px 0;
}

.gallerieContainer .gallerie .accroche .bullet
{
	width: 5px;
	height: 5px;
	background-color: #00A651;
	margin: 8px 5px 0 -12px;
	float: left;
}

.gallerieContainer #desc
{
	float: left;
	width: 447px;
	margin-left: 10px;
}

.gallerieContainer #links
{
	float: left;
	width: 450px;
	margin-top: 5px;
}

.gallerieContainer #links .url
{
	background: url(../images/plus_small.png) no-repeat left 2px;
	float: left;
	height: 16px;
	font-weight: bold;
	margin-top: 3px;
	width: 100%;
}

.gallerieContainer #links span a:link, .gallerieContainer #links span a:visited
{
	color: #000;
	text-decoration: none;
	padding-left: 18px;
}

.gallerieContainer #links span a:hover
{
	color: #00A651;
	text-decoration: none;
}

.gallerieContainer #picture
{
	background-color: #FFF;
	border: 1px dotted #00A651;
	padding: 7px;
	float: left;
}

.gallerieContainer #nopicture
{
	padding: 7px;
	float: left;
	width: 127px;
}

/* @end */

/* @group PhotoGalerie */

.pictureGallerieContainer .info
{
	float: left;
	margin-bottom: 15px;
}

.pictureGallerieContainer .info .accroche
{
	width: 602px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00A651;
	float: left;
	border-bottom: 1px solid #C1C1C1;
	padding: 8px 0 8px 0;
}

.pictureGallerieContainer .info .accroche .bullet
{
	width: 5px;
	height: 5px;
	background-color: #00A651;
	margin: 8px 5px 0 -12px;
	float: left;
}

.pictureGallerieContainer #desc
{
	float: left;
	width: 602px;
}

.pictureGallerieContainer #extraManufacturer
{
	float: right;
	margin-right: 20px;
}

.pictureGallerieContainer #extraManufacturer .slideShow
{
	background: url(../images/diaporama.png) no-repeat scroll right center;
	margin: 18px 20px 0 0;
	float: left;
	font-weight: bold;
}

.pictureGallerieContainer #extra
{
	float: right;
}

.pictureGallerieContainer .slideShow
{
	background: url(../images/diaporama.png) no-repeat scroll right center;
	margin: 0 20px 0 0;
	float: left;
	font-weight: bold;
}

.pictureGallerieContainer .slideShow a
{
	padding-right: 25px;
}

.pictureGallerieContainer .slideShow a:hover
{
	color: #00A651;
	text-decoration: none;
}

.pictureGallerieContainer #pictureList
{
	width: 602px;
	float: left;
}

.pictureGallerieContainer #picture
{
	background-color: #FFF;
	border: 1px dotted #00A651;
	padding: 7px;
	float: left;
	margin: 0 10px 10px 0;
	width: 124px;
	height: 70px;
}

.pictureGallerieContainer #picture img
{
	float: left;
}

.pictureGallerieContainer #picture span
{
	background: #FFFFFF url(../images/plus.png) no-repeat scroll right bottom;
	float: right;
	height: 16px;
	margin: -18px 0 0;
	padding: 2px 0 0 2px;
	width: 16px;
}

.pictureGallerieContainer p
{
	border: 1px solid #C1C1C1;
	float: left;
	padding: 5px 5px 5px 28px;
	background: url(../images/plus.png) no-repeat scroll 5px center;
	margin-top: 10px;
}

/* @end */

/* @group Nouveauté */

.newProductContainer .logo
{
	float: right;
	margin-right: 20px;
}

.newProductContainer .nouveaute
{
	float: left;
	margin-bottom: 23px;
}

.newProductContainer .nouveaute .nomFabricant
{
	width: 602px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00A651;
	float: left;
	border-bottom: 1px solid #C1C1C1;
	padding: 8px 0 8px 0;
}

.newProductContainer .nouveaute .nomFabricant .bullet
{
	width: 5px;
	height: 5px;
	background-color: #00A651;
	margin: 8px 5px 0 -12px;
	float: left;
}

.newProductContainer #desc
{
	float: left;
	width: 447px;
	margin-left: 10px;
}

.newProductContainer #links
{
	float: left;
	width: 450px;
	margin-top: 5px;
}

.newProductContainer #links .url
{
	background: url(../images/plus_small.png) no-repeat left 2px;
	float: left;
	height: 16px;
	font-weight: bold;
	margin-top: 3px;
	width: 100%;
}

.newProductContainer #links .galerie
{
	background: url(../images/image_small.png) no-repeat left 2px;
	float: left;
	height: 16px;
	font-weight: bold;
	margin-top: 3px;
	width: 100%;
}

.newProductContainer #links span a:link, .newProductContainer #links span a:visited
{
	color: #000;
	text-decoration: none;
	padding-left: 18px;
}

.newProductContainer #links span a:hover
{
	color: #00A651;
	text-decoration: none;
}

.newProductContainer #picture
{
	background-color: #FFF;
	border: 1px dotted #00A651;
	padding: 7px;
	float: left;
}

.newProductContainer #nopicture
{
	padding: 7px;
	float: left;
	width: 127px;
}

/* @end */

/* @group Recherche */

#categorie
{
	float: right;
	padding-bottom: 8px;
}

#categorie select
{
	width: 100px;
}

.searchContainer
{
	float: left;
}

.searchContainer .categorie
{
	width: 905px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #00A651;
	float: left;
	border-bottom: 1px solid #C1C1C1;
	padding: 8px 0 8px 0;
}

.searchContainer .categorie .bullet
{
	width: 5px;
	height: 5px;
	background-color: #00A651;
	margin: 8px 5px 0 -12px;
	float: left;
}

.searchContainer p
{
	border: 1px solid #C1C1C1;
	float: right;
	padding: 5px 5px 5px 28px;
	background: url(../images/plus.png) no-repeat scroll 5px center;
}

#searchTable
{
	margin-bottom: 20px;
}

.searchContainer #searchTable td, .searchContainer #searchTable th
{
	border: solid #C1C1C1;
	border-style: double;
	background-color: #F2F2F2;
	padding: 5px;
}

.searchContainer #searchTable .corner
{
	border-top: none;
	border-left: none;
	background-color: Transparent;
}

.searchContainer #searchTable .nomFabricant
{
	width: 100px;
	font-weight: bold;
	text-align: right;
}

.searchContainer #searchTable .plus
{
	vertical-align: middle;
	text-align: center;
}

/* @end */

/* @group Nous joindre */

#address
{
	float: left;
}
.addressContainer
{
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.addressContainer span
{
	font-weight: bold;
	font-size: 10px;
}

#direction
{
	float: left;
	margin-right: 30px;
	padding-top: 3px;
}

#direction ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 104px;
	height: 71px;
	position: relative;
}

#direction ul a
{
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#direction ul a:hover
{
	background-position: left bottom;
}

#direction ul .google
{
	width: 104px;
	height: 17px;
	background: url(../images/google.png) no-repeat;
}

#direction ul .mapquest
{
	width: 104px;
	height: 17px;
	background: url(../images/mapquest.png) no-repeat;
	top: 27px;
}

#direction ul .yahoo
{
	width: 104px;
	height: 17px;
	background: url(../images/yahoo.png) no-repeat;
	top: 54px;
}


.staffContainer .fonction
{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00A651;
	float: left;
	border-bottom: 1px dotted #00A651;
	padding-bottom: 5px;
}

.staffContainer .fonction .bullet
{
	width: 5px;
	height: 5px;
	background-color: #00A651;
	margin: 8px 5px 0 -12px;
	float: left;
}

#staffList
{
	float: left;
	margin-bottom: 10px;
}

#staffList .staff span
{
	font-weight: bold;
	font-size: 10px;
}

#staffList .staff a
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#staffList .staff a:hover
{
	text-decoration: underline;
}

.staff
{
	width: 200px !important;
	float: left;
	margin-bottom: 10px;
}

/* @end */

/* @group Header */

#header
{
	width: 960px;
	height: 36px;
	background: url(../images/header_rpt.png) repeat scroll center top;
	margin: 0 auto;
	position: relative;
}

#header a:link, a:visited
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

/*.rss
{
	background: url(../images/rss_ico.png) no-repeat scroll left center;
	margin: 3px 0 0 29px;
	float: left;
}

.rss a
{
	padding-left: 43px;
}*/

.lang
{
	margin: 3px 29px 0 0;
	float: right;
}

/* @end */

/* @group Footer */

#footer
{
	height: 89px;
	background: url(../images/footer.png) no-repeat scroll center top;
	font-size: 11px;
	float: left;
	width: 960px;
	margin-top: 3px;
}

#navFooter
{
	float: right;
	margin: 11px 25px 0 0;
	width: 935px;
}

#navFooter ul
{
	float: right;
}

#navFooter ul li a
{
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	padding: 5px;
	text-decoration: none;
}

#navFooter ul li a:hover
{
	text-decoration: underline;
}

#navFooter ul li
{
	color: #FFF;
	float: left;
}

#navFooter div
{
	float: left;
	margin-top: 4px;
}

.copyright
{
	float: right;
	color: #FFF;
	line-height: 14px;
	text-align: right;
	margin: 0 29px 0 0;
}

/* @end */