﻿/* general styling */
*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: auto;
	background: #c9ef91;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3
{
	font-style: normal;
	font-family: Arial, Sans-Serif;
	font-variant:small-caps;
	font-size: 1.8em;
	color: #7FA262;
}
h4
{
	font-style: normal;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	color: #7FA262;
}
h5
{
	font-style: normal;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	color: #ff6633;
}
/* the hyperlinks */
a
{
	color: #42438F;
	text-decoration: underline;
}
a:hover
{
	color: #265b00;
}

/* the container centers the page */
#topcontainer
{
	width: 854px;
	height: auto;
	margin: 0 auto 0 auto;
}
#container
{
	display: block;
	float:left;
	width: 850px;
	height: auto;
	margin: 0 auto 0 auto;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

/* the navigationbar in the header (top banner) */
#navbarStrip
{
	display: block;
	float: left;
	width: 850px;
	background: #fff url(Images/TopBanner.jpg) top left no-repeat;
	height: 140px;
}
#navbar
{
	display: block;
	float: right;
	width: 580px;
	margin-top: 50px;
}

/* the core contains all the site contents */
#core
{
	display: block;
	float: left;
	width: 850px;
	height: auto;
	background-color: #fff;
}

/*   PAGE FOOTER */

#page_footer
{
	width: 850px;
	display: block;
	float: left;
	background: #fff url(Images/FondBottom.jpg) top left repeat;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#page_footer A:link
{
	color: #0066cc;
	text-decoration: underline;
}
#page_footer A:visited
{
	color: #505050;
	text-decoration: underline;
}
#page_footer A:active
{
	color: #0066cc;
	text-decoration: none;
}
#page_footer A:hover
{
	color: #f00;
	text-decoration: underline;
}

#page_footer p
{
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #303030;
}

#page_inner_footer_top
{
	width: 800px;
	display: block;
	float: left;
	margin-top: 10px;
}
#page_inner_footer_middle
{
	width: 800px;
	display: block;
	float: left;
	margin-top: 10px;
}
#page_inner_footer_bottom
{
	width: 800px;
	display: block;
	float: left;
	padding: 10px 0px 10px 10px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
}
#page_inner_footer_bottom A:link
{
	color: #0066cc;
	text-decoration: underline;
}
#page_inner_footer_bottom A:visited
{
	color: #0066cc;
	text-decoration: underline;
}
#page_inner_footer_bottom A:active
{
	color: #0066cc;
	text-decoration: underline;
}
#page_inner_footer_bottom A:hover
{
	color: #f00;
	text-decoration: underline;
}

/*  MAIN CONTENT  */


#adv_message
{
	display: block;
	float: right;
	height: auto;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #f00;
}
#adv_message A:link
{
	color: #fff;
	text-decoration: none;
}
#adv_message A:visited
{
	color: #fff;
	text-decoration: none;
}
#adv_message A:active
{
	color: #fff;
	text-decoration: none;
}
#adv_message A:hover
{
	color: #ff0;
	text-decoration: underline;
}

#defaultpagecontent
{
	display: block;
	float: left;
	width: 850px;
	min-height: 400px;
	background: #fff url(Images/UnderBanner.jpg) top left no-repeat;
}

#ContactContent
{
	display: block;
	float: left;
	width: 850px;
	min-height: 400px;
	background: #fff url(Images/BannerContact.jpg) top left no-repeat;
}

.ContentTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #303030;
}

.ContentSubPageTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #909090;
	background-color: #000;
	padding: 8px 25px 8px 0px;
	text-align: right;
	margin-bottom: 16px;
}

.ContentSubTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.ContentText
{
	padding-top: 12px;
	text-align: justify;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #303030;
}
.ContentText ul
{
}
.ContentText li
{
	list-style-type: circle;
	list-style-position: inside;
}

.thepanels
{
	display: block;
	float: left;
	width: 850px;
}

/* SEARCH BOX */

#searchcar_outer
{
	display: block;
	float: left;
	width: 254px;
	margin-left: 7px;
	background-color: Transparent;
}

#searchcar_inner
{
	display: block;
	float: left;
	margin-left: -7px;
}

#searchcar_bottom
{
	display: block;
	float: left;
	height: 54px;
	margin-top: 20px;
	background-color: #81a161;
}

#behind_searchcar
{
	display: block;
	float: left;
	width: 254px;
	height: auto;
	background-color: #fff;
	margin-top: 30px;
}

#searchcar_close
{
	display: block;
	float: left;
	width: 254px;
	height: auto;
	background-color: #fff;
	margin-top: 50px;
}

#searchcar_text
{
	display: block;
	float: left;
	width: 120px;
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	margin-left: 3px;
	margin-top: 7px;
}
#searchcar_button
{
	display: block;
	float: right;
	background-color: #81a161;
}

.SearchTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ef6e36;
}

.clsTestimony
{
	background-color: #ffe4b5;
	padding: 18px 6px 18px 6px;
}

/* PARTIE DROITE PAGE ACCUEIL ET SELECTION */

.homeptrnright
{
	width: 500px;
	display: block;
	float: left;
	padding-left: 12px;
	margin-top: 250px;
}

.selectptrnright
{
	width: 440px;
	display: block;
	float: right;
	padding-right: 12px;
	margin-top: 250px;
}

.ContentSepareHoriz
{
	display: block;
	float: left;
	width: 500px;
	background-color: #fff;
	height: 2px;
	margin: 18px 0px 18px 0px;
}

.avgptrnleft
{
	width: 500px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 24px;
	margin-top: 16px;
}

.avgptrnleft img
{
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 0px;
}

.ContentSubTitle
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #303030;
}

/* CONTACT PAGE */


#adv_contact
{
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #f00;
}
#adv_contact A:link
{
	color: #fff;
	text-decoration: none;
}
#adv_contact A:visited
{
	color: #fff;
	text-decoration: none;
}
#adv_contact A:active
{
	color: #fff;
	text-decoration: none;
}
#adv_contact A:hover
{
	color: #ff0;
	text-decoration: underline;
}

.ctactptrnleft
{
	width: 350px;
	display: block;
	float: left;
	margin-top: 36px;
	margin-left: 8px;
}
.ctactformleft
{
	width: 350px;
	display: block;
	float: left;
	margin-left: 8px;
	padding-right: 6px;
	border-right: dashed 2px #d0d0d0;
}

.ctactptrnleft img
{
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 0px;
}

.ctactptrnright
{
	width: 390px;
	display: block;
	float: left;
	padding-left: 12px;
}

.ctactfrmright
{
	width: 450px;
	display: block;
	float: left;
	padding-left: 12px;
}

.ctactptrnright img
{
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 0px;
}

.ctactptrnbtn
{
	width: 300px;
	display: block;
	float: left;
	padding-right: 24px;
	margin-top: 12px;
	text-align: right;
}

.ContactSepareHoriz
{
	display: block;
	float: left;
	width: 800px;
	background-color: Transparent;
	height: 2px;
}

.formTextbox
{
	margin-bottom: 9px;
}

/* LINKS */

.LinksInnerContent
{
	display: block;
	float: left;
	padding-top: 4px;
	width: 450px;
	vertical-align: top;
}
.LinksTitle
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: #909090;
	display: block;
	float: left;
	width: 360px;
}

.LinksTitle a:link
{
	color: #CEA611;
	text-decoration: none;
}
.LinksTitle a:visited
{
	color: #959565;
	text-decoration: none;
	text-decoration: underline;
}
.LinksTitle a:active
{
	color: #959565;
	text-decoration: none;
}
.LinksTitle a:hover
{
	color: #CEA611;
	text-decoration: underline;
	font-size: 14px;
}

/* MENU */

.botmenu
{
	display: block;
	float: left;
	width: 850px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	padding-left: 40px;
}
.botmenu ul
{
}
.botmenu li
{
	list-style: none;
	display: block;
	width: auto;
	float: left;
}
.botmenu a
{
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	margin: 0px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #7FA262;
	color: #000000;
}
.botmenu a:hover
{
	background: #ff99cc;
	color: #000;
}

/* TABLE VISU */

.tablepanelview
{
	display: block;
	float: left;
	width: 850px;
	text-align: center;
}
.tablepanelview .module
{
	border: 1px solid #DADADA;
	padding: 12px;
	background: #fff url(~/Images/moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
	margin-right: 3px;
}
.tablepanelview .module TD, .module A
{
	font-size: 11px;
	color: #333333;
	text-align: left;
}
.tablepanelview .EditFormHeader
{
	background-color: #ddffb5;
	color: #808080;
	padding: 3px 4px 3px 4px;
}
.tablepanelview .EditFormLabel
{
	background-color: #ddffb5;
	color: #000000;
	padding: 3px 4px 3px 4px;
}
.ThePriceClass
{
	background-color: #ddffb5;
	color: #ff0033;
	height: 22px;
	font-weight: bold;
	font-family: Arial;
	font-size: 22px;
}

/* UPLOAD MODULE */

#silhImgDocTLeft
{
	margin-top: 6px;
	width: 420px;
	display: block;
	float: left;
	font-size: 1.1em;
	color: #666699;
	font-family: Tahoma, Arial, Verdana;
	margin-left: 8px;
	margin-bottom: 8px;
}
#silhImgDocTRight
{
	margin-top: 8px;
	width: 400px;
	display: block;
	float: right;
}
#silhImgDocTRight .module
{
	border: 1px solid #DADADA;
	padding: 12px;
	background: #fff url(~/Images/moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
	margin-right: 3px;
}
#silhImgDocTRight .module TD, .module A
{
	font-size: 11px;
	color: #333333;
}

/* THE INFOS' DATALIST HOME PAGE */

.infodatalist
{
	display: block;
	float: right;
	width: 800px;
}
.infoInnerContent
{
	display: block;
	margin: 4px;
	padding: 4px;
	vertical-align: top;
}
.infoIllustratedImage
{
	display: block;
	float: left;
	margin-bottom: 8px;
}
.infoTheText
{
	vertical-align: top;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	display: block;
	float: left;
	width: 400px;
}
