@charset "utf-8";

/* CSS Document */

/**
 * global style resetting 
 */
	
html,body,div,span,

applet,object,iframe,

h1,h2,h3,h4,h5,h6,p,blockquote,pre,

a,abbr,acronym,address,big,cite,code,

del,dfn,em,font,img,ins,kbd,q,s,samp,

small,strike,strong,sub,sup,tt,var,

dd,dl,dt,li,ol,ul,

fieldset,form,label,legend,

table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: normal;
	font-family: inherit;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,

blockquote:before,blockquote:after {
	content: "";
}

* { outline: none; }

.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}
/**
 * LINKS
 */

a:link {text-decoration: none; color: #82b937;}

a:visited {text-decoration: none; color: #82b937;}

a:active {text-decoration: none; color: #82b937;}

a:hover {text-decoration: underline; color: #82b937;}



/**
 * TITRE H1H2H3H4
 */



/**
 * STRUCTURE
 */

	
html, body{}

body{
	font:12px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color:#346538;
	line-height:14px;
	background-color:#fff;
}

#wrapper{
	width:1111px;
	margin:0 auto;
}

#header{
	width:1111px;
	height:183px;
	background-image:url(../images/interface/bgHeader.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
}

#content{
	width:1111px;
	background: #FBFCFA url(../images/interface/bgContent.jpg) no-repeat;
}

#footer{
	position: relative;
	width:1004px;
	height:55px;
	margin:0 auto;
}

/**
 * HEADER
 */
#header img{
	position: absolute;
	z-index: 0;
	margin: 6px 0 0 65px;
}

/**
 * MENU
 */
ul#navigation{
	position: relative;
	z-index: 1;
	left: 350px;
	top: 22px;
	float:left;
	width:681px;
	height:42px;
	background-image:url(../images/interface/bgMenu.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
}
	ul#navigation li{
		float:left;
		height:25px;
		background-image:url(../images/interface/bgMenuLi.jpg);
		background-position:right;
		background-repeat:no-repeat;
		padding:8px 10px 0 10px;
		font-size:14px;
		font-weight:bold;
	}
		
		ul#navigation li a, ul#navigation li a:link, ul#navigation li a:visited{
			color:#d55fad;
		}
		
		ul#navigation li a:hover, ul#navigation li a:active{
			color:#fff;
			text-decoration:none;
		}
		
		ul#navigation li.active a, ul#navigation li.active a:link, ul#navigation li.active a:visited{
			color:#FFF;
		}
		
		ul#navigation li ul{
			display:none;
		}

/**
 * CONTENT TEXT
 */
#contentText_header{
	float:left;
	width:681px;
	height:10px;
	margin: 32px 0 0 348px !important;
	margin: 0 0 0 174px;
	background-image:url(../images/interface/bgContentTextHeader.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#contentText_body{
	position: relative;
	z-index: 1;
	float:left;
	margin: 0 0 0 8px;
	padding:0 20px 0 10px;
	width:651px;	
	min-height: 350px;
	_height: 350px;
	background-image:url(../images/interface/bgContentTextBody.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
}

#contentText_footer{
	position: relative;
	z-index: 0;
	float:left;
	margin:0 0 0 0;
	width: 1111px;
	height:162px;
	background: url(../images/interface/bgContentTextFooter.jpg) no-repeat;*/
}

#contentText_gauche{
	position: relative;
	z-index: 2;
	top: 150px;
	float: left;
	width: 340px;
}

#contentText_jaune{
	background: url(../images/interface/pointsNoirs.gif) repeat-y;
	margin: 0 0 0 70px;
	padding: 0 0 0 17px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #d4d600;
	text-transform: uppercase;
}

#contentText_rose{
	margin: 20px 0 0 70px;
	width: 200px;
	font-size: 26px;
	color: #97216f;
}

/**
 * FOOTER
 */
#footer_credit{
	float:left;
	width:299px;
	height:55px;
	font-size:9px;
}
	#footer_credit a, #footer_credit a:link, #footer_credit a:visited, #footer_credit a:active{
		color:#633a1e;
	}

#footer_partenaire{
	float:left;
	width:670px;
	height:55px;
	padding:10px 0 0 0;
}
	#footer_partenaire a{
		float:right;
		margin:0 0 0 10px;
	}

/**
 * INSCRIPTION
 */
#contentForm{
	width:100%;
	float:left;
}

#contentCoord{
	width:196px;
	line-height:1.5em;
	float:left;	
}

input.contact{
	width:160px;
	border:1px solid #8b7e6b;
	background-color:#fff;
	margin-left:8px;
	color:#1A1511;
}

.formCompDiv{
	width:255px;
}

input.contact250{
	width:230px;
}

textarea.contact{
	width:230px;
	height:170px;
	border:1px solid #8b7e6b;
	background-color:#fff;
	margin-left:8px;
	color:#1A1511;
}

.blocLabel, .blocInput{
	padding-bottom:4px;
	vertical-align:top;
	width:90px;
}

.blocInput{
	width:400px;
}
	.blocInput input{
		float:left;	
	}	
	
	.blocInput div.requiredError{
		float:left;
		color:#FF0000;
		margin:0 0 0 10px;
	}
	
	.blocInput span.requiredError{
		color:#FF0000;
	}

fieldset.vtform legend{
	display:none;
}

.tdButton{
	padding:0;
	height:20px;
}

a.linkPlainButton{
	display:block;
	border:1px solid #5a3312;
	background-color:#bdce2a;
	font-weight:bold;
	height:20px;
	width:75px;
	text-align:center;
	color:#fff;
	margin: 0 0 0 0;
}

a.linkPlainButton:hover{
	text-decoration:none;
}

.bloc-result{
	padding:10px 0 0 20px;
}
.formCompDiv{
	width:100%;
	margin:0 0 10px 0;
}
	.formCompDiv img{
		margin:0 10px 0 0;
	}
#bottom_global{
	width:998px;
	height:140px;
	position:absolute;
	z-index:1;
	overflow:hidden;
}
#bottom_global address{
	font-size:9px;
	float:left;
	margin:5px 30px 0 0;
}
#bottom_global a{
	display:block;
	float:left;
	margin:5px 0 0 17px;
}
#bottom_global a#vtdesign{
	font-size:9px;
	text-decoration:none;
	float:right;
	margin:5px 0 0 0;
}

#fb-link {
	height: 29px;
	width: 29px;
	bottom:0;
	left:920px;
	overflow: hidden;
	position: absolute;
}

#fb-link img {
	height: 29px;
	width: 29px;
	border:none;
	margin:0;
}

#tw-link {
	height: 29px;
	width: 29px;
	bottom:0;
	left:950px;
	overflow: hidden;
	position: absolute;
}

#tw-link img {
	height: 29px;
	width: 29px;
	border:none;
	margin:0;
}
