.inheritAll {
	azimuth:inherit;
	background:inherit;
	border:inherit;
	bottom:inherit;
	caption-side:inherit;
	clear:inherit;
	clip:inherit;
	color:inherit;
	content:inherit;
	counter-increment:inherit;
	counter-reset:inherit;
	cue:inherit;
	cursor:inherit;
	direction:inherit;
	display:inherit;
	elevation:inherit;
	empty-cells:inherit;
	float:inherit;
	font:inherit;
	height:inherit;
	left:inherit;
	letter-spacing:inherit;
	line-height:inherit;
	list-style:inherit;
	margin:inherit;
	marker-offset:inherit;
	max-height:inherit;
	max-width:inherit;
	min-height:inherit;
	min-width:inherit;
	orphans:inherit;
	outline:inherit;
	overflow:inherit;
	padding:inherit;
	page-break-after:inherit;
	page-break-before:inherit;
	page-break-inside:inherit;
	pause:inherit;
	pitch:inherit;
	play-during:inherit;
	position:inherit;
	quotes:inherit;
	richness:inherit;
	right:inherit;
	speak:inherit;
	stress:inherit;
	table-layout:inherit;
	text-align:inherit;
	text-decoration:inherit;
	text-indent:inherit;
	text-transform:inherit;
	top:inherit;
	unicode-bidi:inherit;
	vertical-align:inherit;
	visibility:inherit;
	voice-family:inherit;
	volume:inherit;
	white-space:inherit;
	widows:inherit;
	width:inherit;
	word-spacing:inherit;
	z-index:inherit;
}
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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;font-family: 'Lucida Grande', Arial, Helvetica,Verdana sans-serif;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a{text-decoration:none;display: inline-block;}
p{text-align:justify}
strong{font-weight:bold;}
hr {
	margin: 0;
	height: 10px;
	border: 0 none;
}
i{font-style:italic;}
input{border:1px solid #9f9f9f;}
/*FIN RESET
  DEBUT CLASSES GENERIQUES*/
/*
@media only screen and (orientation:landscape){
body{width:1024px;}
}
@media only screen and (orientation:portrait){
body{width:1024px;}
}
*/
body.gradient{background: rgb(252,255,244); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(252,255,244,1) 40%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%,rgba(252,255,244,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(252,255,244,1) 40%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(252,255,244,1) 40%,rgba(234,234,234,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(252,255,244,1) 40%,rgba(234,234,234,1) 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover, rgba(252,255,244,1) 40%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.semifont{font-size:1.5em;}
.font2{font-size:2em;}
.font1{font-size:1em;}
.floatL{float:left;}
.floatR{float:right;}
.ovH{overflow:hidden;}
.clear{clear:both;}
.darkG{background:#353535}
.darkGradient{background:url("/img/web2.0/menu/barre-grise.gif") 0 0 repeat-x;}
.midG{background:#d5d5d5}
.darkGFont{color:#888!important;}
.whiteFont{color:#fff;}
.lightG{background:#f0f0f0;}
.blue{background:#168dbd;}
.blueFont{color:#168dbd!important;}
.blueGradient{background:url("/img/web2.0/menu/barre-bleu.gif") 0 0 repeat-x;}
.greyBorder{border:1px solid #aaa}
.blackBorder{border:1px solid #000;}
.upper{text-transform:uppercase;}
.inlineb{display:inline-block;}
.size1of3{width: 33%;}
.size2of3{width:63%;}
.block{display:block;}
.relative{position:relative;}
.knock{font-family:YanoneKaffeesatzRegularRg,Arial, Helvetica, sans-serif;font-size: 1.4em;}
a.knock{text-transform:uppercase; color:#fff;}
.semifont{font-size:1em;}
.font2{font-size:2em;}
.font1{font-size:1em;}
.lower{text-transform: none!important;}
#fancybox-wrap {
	display: none;
}
.valid-result, .error-result{
	font-family:YanoneKaffeesatzRegularRg;
	font-size: 21px;
	border : 1px solid #000;
	text-align:center;
	padding : 15px 65px;
	width : 700px;
	margin: 0 auto 10px auto;

}

.valid-result{
	color : #7dbe00;
}

.error-result{
	color : red;
}