/*----------------------------------------------------------------------------//
// Feuille de styles du client -----------------------------------------------//
//----------------------------------------------------------------------------//
// Client 	: Diffusion Jardin Maison
// Créé par : Lavalnaute
// Note   	: Les font-size doivent êtres en em.
// Date   	: 26 avril 2010
//----------------------------------------------------------------------------*/
@import url(../css/reset.css);/* Mise à zéro de tous les padding / margin par défaut */
/*--------- Clients -------------*/


body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 62.6%; /* 10px par défaut */
	color: #000000;
	margin: 0 0 0 0;
	background-color: #cbe5a6;
	background-image: url(/images/bg_green1.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
p {
	font-size: 1.6em;
	margin: 0 0 12px 0;
	text-align: left;
	color: #6F9D2F;
	font-weight: bold;
}
.bureau {
	font-size: 1.6em;
	margin: 0 0 12px 0;
	text-align: left;
	color: #6F9D2F;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	color: #FFF;
	margin: 0 0 12px 0;
}
h2 {
	/*font-family: Gabriola;*/
	font-size: 1.2em;
	/*font-weight: bold;*/
	color: #FFF;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 3px 0;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 2px 0;
}
h5 {
	font-size: 2em;
	color: #6F9D2F;
	margin: 0 0 12px 0;
}

a, a:hover {
	color: #6F9D2F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	text-align: left;
	color: #666;
}
sup {
	font-size: 80%;
	line-height: 100%;
	vertical-align: text-top;
	padding-bottom: 5px;
}
hr {
	color: #b2b2b2;
	background-color: #b2b2b2;
	border: 0px solid #b2b2b2;
	height: 1px;
	clear: both;
	margin: 16px 0;
}

/*- Général -------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 62.6%; /* 10px par défaut */
	color: #000000;
	margin: 0 0 0 0;
	background-color: #cbe5a6;
	background-image: url(../images/bg_green1.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

#wrapper {
	width: 814px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*--- Entête du site --------------------------------------------------*/
#Entete {
	position: relative;
	height: auto;
}
#wrapper.Acc #Entete {
	height: auto;
}
#Entete .HautPage {
	height: 63px;
	background-repeat: no-repeat;
	margin-left: 40px;
	top: 20px;
	position: relative;
	/*background-position: 0% 0%;
	margin-top: 20px;*/
}
#Entete .Logo {
	position: absolute;
}
#logoPng {
	background-image: url(../images/logop220.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 220px;
}
#Entete .NavFixe {
	position: absolute;
	right: 155px;
	top: 31px;
}
#Entete .NavFixe li {
	float: left;
	background: url(/images/Bg_Entete_NavFixe_Separ_blanc.gif) no-repeat 100% 50%;
	padding-right: 16px;
}
#Entete .NavFixe li.DernierItem, 
#MenuPrincipal li.DernierItem, #FilAriane li.DernierItem, 
#MenuSecondaire ul li.DernierItem, #BasPage .NavFixe li.DernierItem {
	background: none;
	padding-right: 0px;
}
#Entete .NavFixe a {
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
}
#Entete .NavFixe a:hover,  #Entete .NavFixe a.Actif {
	color: #666;
}
#EnteteFlashAcc {
	height:300px;
	top: -40px;
	position: static;
	background-image: url(../images/Bg_Int_Entete.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#EnteteFlashTitle {
	position: relative;
	top: 300px;
	left: 40px;
	color: #666;
}
#EnteteFlashTitleEng {
	position: relative;
	top: 290px;
	left: 40px;
	background-image: url(../images/welcom1.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 384px;
}
#EnteteFlashTitleFr {
	position: relative;
	top: 290px;
	left: 40px;
	background-image: url(../images/bienvenue1.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 414px;
}


#EnteteFlashTitle2 {
	position: relative;
	top: 286px;
	left: 40px;
}

/*ul.bullet li.last {
	background-color: #fff;
	background-image: url(../images/icon/lastnode.png);
	background-repeat: no-repeat;
}*/
#instructionEng {
	position: absolute;
	height: 35px;
	width: 250px;
	left: 43px;
	top: 327px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}
#instructionFr {
	position: absolute;
	height: 35px;
	width: 246px;
	left: 490px;
	top: 112px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
#banners {
	height: 194px;
	width: 200px;
	position: absolute;
	left: 671px;
	top: 314px;
	z-index: 1;
	padding-left: 0px;
	background-image: url(../images/trensparent.png);
	background-repeat: no-repeat;
}

	

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*- Styles pour menu principal ---------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/
#MenuPrincipal {
	width: 774px;
	height: 32px;
	background: #e1e1e1;
	padding-left: 40px;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
}
#MenuPrincipal li {
	float: left;
	font-size: 1em;
	line-height: 32px;
	background: url(../images/MenuSep.gif) no-repeat 100% 50%;
	padding-right: 23px;
}
#MenuPrincipal a {
	font-weight: bold;
	color: #5b5b5b;
	text-decoration: none;
	text-transform: uppercase;
}
#MenuPrincipal a:hover, #MenuPrincipal a.Actif, #MenuPrincipal a.Actif:hover {
	color: #75A732;
}

/*--- Corps du site ---------------------------------------------------------*/
#Corps {
	width: 814px;
	background-repeat: repeat-y;
	position: relative;
	height: 100%;
}
#td {

}
#contactColumnContactez {
	background-color: #FFF;
	height: 380px;
	width: auto;
	position: relative;
}
#contactColumnContactUs {
	background-color: #FFF;
	height: 380px;
	width: auto;
	position: relative;
}
#ContainerTradeShows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	color: #666;
	background-color: #FFF;
	position: relative;
	padding-bottom: 30px;
	height: 300px;
}

#ContainerClients {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	color: #666;
	background-color: #FFF;
	position: relative;
	padding-bottom: 30px;
	height: 320px;
}

#ContainerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	color: #666;
	background-color: #FFF;
	position: relative;
	padding-bottom: 20px;
	height: 100%;
}
#ContainerTextHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #8ec63f;
	font-weight: bold;
	text-align: left;
}
/*--------- Clients -------------*/
.OSM {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 300px;
	background-color: #EEE;
	margin-right: 0em;
	margin-bottom: 3em;
	margin-left: 0em;
	margin-top: 0em;
}
.OSM a {
	color:#5b5b5b;
	font-weight: bold;
}
.OSMdir {
	background-color: #dddddd;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-weight: bold;
	border: 1px solid #666;
}
.OSMfile {
	background: #eee;
	text-indent: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/*--------- Trade Shows -------------*/
.OSMSHOW {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 300px;
	background-color: #EEE;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	margin-top: 0em;
}
#tableShow {

}

.OSMSHOW a {
	color:#5b5b5b;
	font-weight: bold;
}
.OSMdirSHOW {
	background-color: #dddddd;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #666;
}

.OSMfileSHOW {
	background: #eee;
	text-indent: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.OSMfileSHOWadd {
	background: #eee;
	font-size: 1em;
	font-weight: bold;
	text-indent: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}

#edge {
	background-image: url(../images/edge1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 814px;
	position: relative;
}

#Footer {
	position: relative;
	height: 300px;
	background-image: url(../images/footBg.jpg);
	background-repeat: no-repeat;
	margin-top: 12px;
}

#fullContactTitleFr {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 40px;
	width: 100%;
	text-align: center;
}
#fullContactTitleAng {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	top: 40px;
	text-align: center;
}

#fullContacAdd {
	width: 220px;
	top: 60px;
	position: relative;
	float: left;
	padding-left: 40px;
}

#fullContact {
	width: 260px;
	position: relative;
	float: right;
	top: 60px;
	padding-right: 40px;
}



#copyright {
	height: 18px;
	width: 320px;
	position: relative;
	float: right;
	padding-right: 30px;
	color: #36470E;
}


#topbar{
	position:absolute;
	/*background-color: lightyellow;*/
width: 100%;
	visibility: hidden;
	z-index: 100;
	height: 67px;
}



.notification_error
{
	height: auto;
	width: 90%;
	text-align: left;
	-moz-border-radius: 5px;
	position: relative;
	bottom: 6px;
	left: 110px;
	font-size: 12px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
.notification_ok
{
	height: auto;
	width: 90% padding: 8px;
	text-align: center;
	-moz-border-radius: 5px;
	color: #63c837;
	font-size: 12px;
	position: relative;
	width: 450px;
	left: 0px;
	bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.notificationFr_ok {
	height: auto;
	width: 90% padding: 8px;
	text-align: center;
	-moz-border-radius: 5px;
	color: #63c837;
	font-size: 12px;
	position: relative;
	width: 450px;
	bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}


#ajax-contact-form .form-row {
	float: left;
	clear: both;
	width: 460px;
	margin: 0 0 8px 0;
}

#ajax-contact-form .form-row *{
	vertical-align: middle;
	font-size: 1em;
}

.ajax-contact .response {
	color: #3395af;
	font-size: 24px;
	margin-bottom: 10px;
}

#ajax-contact-form .form-row img.loader {
	float: left;
	width: 12px;
}

#ajax-contact-form input {
	float: left;
	border: solid 1px #e4e4e4;
	width: 333px;
	padding: 3px;
	font-size: 12px;
	color: #2a2e2c;
	font-family: Arial, Helvetica, sans-serif;
}

#ajax-contact-form textarea {
	float: left;
	border: solid 1px #e4e4e4;
	width: 333px;
	height: 74px;
	padding: 3px;
	font-size: 12px;
	color: #666;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
}

#ajax-contact-form label {
	float: left;
	width: 70px;
	font-size: 12px;
	display: block;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#ajax-contact-form input#verification {
	width: 100px;
}

#ajax-contact-form #submit {
	display: inline-block;
	float: right;
	width: 84px;
	height: 28px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	padding-right: 48px;
}
#ajax-contact-form #submit fr {
	display: inline-block;
	float: right;
	width: 84px;
	height: 28px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

#note {

}
#noteAng {

}
#noteFr {
	margin-left: 18px;
}
#SoonEng {
	background-image: url(../images/soon_eng.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 630px;
}
#SoonFr {
	background-image: url(../images/soon_fr.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 630px;
}
#creation {
	float: left;
	position: relative;
	padding-left: 40px;
}
#keywords_fr {
	position: absolute;
	height: 54px;
	width: 708px;
	left: 140px;
	top: 721px;
	font-size: 1em;
	color: #6F9D2F;
	font-weight: bold;
	text-align: justify;
	/* [disabled]overflow: hidden; */
	z-index: 1;
}
/*Cloud Tag Container*/
#cloud_tag {
	width:200px;
	margin:10px 0 0 0;
	padding:5px;
	display: none;
}
 #cloud_tag ul { margin: 0; padding:0; }
#cloud_tag li { width:100%; display: inline; list-style:none; padding:0; margin:0; line-height:23px;}
 #cloud_tag a { text-decoration:none; color:#0066cc; padding-left:10px }
 #cloud_tag a:hover {text-decoration:underline; color:#0066cc; }
 #cloud_tag a.tag1 { font-size: 1.2em;font-weight: 200;}
 #cloud_tag a.tag2 { font-size: 0.9em; font-weight: 500;}
 #cloud_tag a.tag3 {	font-size: 0.8em; font-weight: 300;}
 #cloud_tag a.tag4 {	font-size: 1em;	font-weight: 500;}
 #cloud_tag a.tag5 {	font-size: 0.7em; font-weight: 500;}
 #cloud_tag a.tag6 {	font-size: 1em;	font-weight: 600;}
 #cloud_tag a.tag7 {	font-size: 1.2em; font-weight: 400;}
 #cloud_tag a.tag8 {	font-size: 0.8em; font-weight: 800;}
 #cloud_tag a.tag9 {	font-size: 1.4em; font-weight: 700;}
 #cloud_tag a.tag10 { font-size: 1.5em; font-weight: 900;}
