/* input[type="text"],input[type=password],textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;color:#63615e;vertical-align:middle;font-weight:normal;background:#fff;outline:none;} */
/* input[type="text"],input[type=password],textarea{font-family:Arial, Helvetica, sans-serif;color:#63615e;font-size:1em;vertical-align:middle;font-weight:normal;padding:8px 10px 7px;margin:0;background:#fff;border:1px solid #c1c2c3;outline:none;width:347px;} */

#search input[type="text"]{vertical-align:middle;width:204px;margin:0 2px 0 0;}
#search a{vertical-align:middle;min-width:0;}

.evaluationCommentaireArea {
	color:#63615e;
	background-color:white;
	font-size: 12px;
	padding:8px 10px 7px 12px;
	margin:2px 2px 0px 10px;
	position: relative;
	width: 650px;
	height: 70px;
	border:1px solid gray;
	cursor: default;
}

.evaluationCommentaireAreaBold {
	color:black;
	background-color:white;
	font-size: 13px;
	font-weight:bold;
	padding:8px 10px 7px 12px;
	margin:2px 2px 0px 10px;
	position: relative;
	width: 650px;
	height: 70px;
	border:4px solid black;
	cursor: default;
}
.contactTextBox {
	font-family:Arial, Helvetica, sans-serif;
	color:#63615e;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	padding:8px 10px 7px;
	margin:0;
	background:#fff;
	border:1px solid #c1c2c3;
	outline:none;
	width:347px;
}

/* Formulaire d'inscription de l'accueil */
.signUpTextbox {
	font-family:Arial, Helvetica, sans-serif;
	color:#63615e;
	font-size: 12px;
	height: 16px;
	padding:8px 10px 7px 12px;
	margin:2px 10px 0px 10px;
	position: relative;
	width: 170px;
	border:1px solid #c1c2c3;
}


/* Formulaire de l'interieur */
.inscriptionTextbox {
	font-family:Arial, Helvetica, sans-serif;
	color:#63615e;
	font-size: 12px;
	height: 16px;
	padding:8px 10px 7px 12px;
	margin:2px 2px 0px 10px;
	position: relative;
	width: 220px;
	border:1px solid #c1c2c3;
}
.inscriptionFile {
	font-family:Arial, Helvetica, sans-serif;
	color:#63615e;
	font-size: 12px;
	height: 28px;
	padding:8px 10px 7px 12px;
	margin:30px 2px 0px 10px;
	position: relative;
	width: 220px;
	border:1px solid #c1c2c3;
}
.inscriptionFileSmall {
	font-family:Arial, Helvetica, sans-serif;
	color:#63615e;
	font-size: 12px;
	height: 28px;
	padding:5px 5px 5px 5px;
	margin:5px 5px 0px 5px;
	position: relative;
	width: 220px;
	border:1px solid #c1c2c3;
}
.inscriptionTextarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#63615e;
	font-size: 11px;
	height: 16px;
	padding:8px 10px 7px 12px;
	margin:2px 2px 0px 10px;
	position: relative;
	width: 220px;
	height: 65px;
	border:1px solid #c1c2c3;
}
.commentaireLibre {
	font-family:Arial, Helvetica, sans-serif;
	color:#63615e;
	font-size: 11px;
	height: 16px;
	padding:8px 10px 7px 12px;
	margin:2px 2px 0px 10px;
	position: relative;
	width: 520px;
	height: 80px;
	border:1px solid #c1c2c3;
}

a.infoBulle{
	position:relative;
	color:#000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#2F2E2E;
	font-size: 14px;
	margin-left:10px;
	margin-top:8px;
	height: 16px;
}
 
 

.inscriptionListbox select {
   background: transparent;
   width: 180px;
   padding:8px 10px 7px 12px;
   margin:2px 2px 0px 10px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
}
 
a.infoBulle span{
	display: none
}

a.infoBulle:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	background-color: #6c6868;
	color: #FFFFFF;
	text-align: middle;
	font-size: 12px;
	width: 225px;
	font-weight: none;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: 500;
}

.inputError {
	border:2px solid #FF0000 !important;
}

/****************** Switches ********************/
/*
.sampleCheck {    
	display:none;
}
.sampleCheck + label   {       
	width: 70px;
	height: 30px;
	background: url(../images/switch-bg.png) no-repeat 0 -34px;
	display:inline-block;       
	vertical-align: middle;
	cursor: pointer;
}      
.sampleCheck:checked + label   {
	background-position: 0 0px;
}	
.sampleCheck:disabled+ label   {
	background-position: 0 -68px;
}
*/

.iOS {
	width: 450px;
	padding: 10px 9px 0;
	margin: auto;
	font-size: 16px;
	line-height: 20px;
	font-family: Helvetica, arial, sans-serif;
}
.iOS ul {
	padding: 10px 10px 0;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: bold;
	background: #fff;
	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	-o-border-radius:		10px;
	border-radius:			10px;
	border: solid 1px #ababab;
}
.iOS ul+ul {
	margin-top: 20px;
}
.iOS li {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.iOS input {
	margin-right: 4px;
}
.iOS input[type="radio"]:checked,
.iOS input[type="radio"]:not(:checked) {
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	clip: rect(0 0 0 0);
	clip: rect(0,0,0,0);
	-webkit-appearance:	none;
	-moz-appearance:	none;
	-o-appearance:		none;
	appearance:			none;
}
#foo:checked:before,
.iOS input[type="radio"]+label {
	display: block;
	padding-right: 80px;
	position: relative;
	cursor: pointer;
	text-align: left;
}
#foo:checked,
.iOS input[type="radio"]+label:before {
	content: 'I\0000a0\0000a0\0000a0\0000a0\0000a0\0000a0O';
	position: absolute;
	right: 0;
	bottom: 50%;
	margin-bottom: -10px;
	width: 66px;
	height: 20px;
	padding-left: 4px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	color: rgb(132,132,132);
	text-shadow: none;
	background-color: rgb(53,126,247);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(255,255,255,.2)), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,.1))), -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgb(53,126,247)), to(rgb(247,247,247)), color-stop(0.5, rgb(53,126,247)), color-stop(0.5, rgb(247,247,247)));
	background: -webkit-linear-gradient(top, transparent 50%, rgba(255,255,255,.1) 50%, rgba(255,255,255,.2) 100%), -webkit-linear-gradient(left, rgb(53,126,247) 50%, rgb(247,247,247) 50%);
	background:    -moz-linear-gradient(top, transparent 50%, rgba(255,255,255,.1) 50%, rgba(255,255,255,.2) 100%),    -moz-linear-gradient(left, rgb(53,126,247) 50%, rgb(247,247,247) 50%);
	background:      -o-linear-gradient(top, transparent 50%, rgba(255,255,255,.1) 50%, rgba(255,255,255,.2) 100%),      -o-linear-gradient(left, rgb(53,126,247) 50%, rgb(247,247,247) 50%);
	background:         linear-gradient(top, transparent 50%, rgba(255,255,255,.1) 50%, rgba(255,255,255,.2) 100%),         linear-gradient(left, rgb(53,126,247) 50%, rgb(247,247,247) 50%);
	-webkit-background-size:120% 100%;
	-moz-background-size:	120% 100%;
	-o-background-size:		120% 100%;
	background-size:		120% 100%;
	background-position: 0 0, -14px 0;
	background-repeat: no-repeat;
	-webkit-box-shadow:	inset 0 2px 4px rgba(0,0,0,.6), 0 0 0 1px rgba(0,0,0,.3);
	-moz-box-shadow:	inset 0 2px 4px rgba(0,0,0,.6), 0 0 0 1px rgba(0,0,0,.3);
	-o-box-shadow:		inset 0 2px 4px rgba(0,0,0,.6), 0 0 0 1px rgba(0,0,0,.3);
	box-shadow:			inset 0 2px 4px rgba(0,0,0,.6), 0 0 0 1px rgba(0,0,0,.3);
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-o-border-radius:		3px;
	border-radius:			3px;
	-webkit-transition:	color 0.2s ease-in-out, background-position 0.2s ease-in-out;
	-moz-transition:	color 0.2s ease-in-out, background-position 0.2s ease-in-out;
	-o-transition:		color 0.2s ease-in-out, background-position 0.2s ease-in-out;
	transition:			color 0.2s ease-in-out, background-position 0.2s ease-in-out;
}
.iOS input[type="radio"]:checked+label:before {
	color: #fff;
	background-position: 0 0, 0 0;
}
.iOS input[type="radio"]:focus+label:before {
	-webkit-box-shadow:	inset 0 2px 4px rgba(0,0,0,.6), 0 0 0 4px rgba(0,0,0,.6);
	-moz-box-shadow:	inset 0 2px 4px rgba(0,0,0,.6), 0 0 0 4px rgba(0,0,0,.6);
	-o-box-shadow:		inset 0 2px 4px rgba(0,0,0,.6), 0 0 0 4px rgba(0,0,0,.6);
	box-shadow:			inset 0 2px 4px rgba(0,0,0,.6), 0 0 0 4px rgba(0,0,0,.6);
}
#foo:checked,
.iOS input[type="radio"]+label:after {
	content: '';
	position: absolute;
	right: 40px;
	bottom: 50%;
	margin-bottom: -10px;
	width: 30px;
	height: 20px;
	background-color: rgb(205,205,205);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(205,205,205)), to(rgb(254,254,254)));
	background: -webkit-linear-gradient(top, rgb(205,205,205), rgb(254,254,254));
	background:    -moz-linear-gradient(top, rgb(205,205,205), rgb(254,254,254));
	background:      -o-linear-gradient(top, rgb(205,205,205), rgb(254,254,254));
	background:         linear-gradient(top, rgb(205,205,205), rgb(254,254,254));
	-webkit-box-shadow:	inset 0 1px 1px rgba(255,255,255,.7), 1px 0 2px rgba(0,0,0,.6), -1px 0 1px rgba(0,0,0,.6);
	-moz-box-shadow:	inset 0 1px 1px rgba(255,255,255,.7), 1px 0 2px rgba(0,0,0,.6), -1px 0 1px rgba(0,0,0,.6);
	-o-box-shadow:		inset 0 1px 1px rgba(255,255,255,.7), 1px 0 2px rgba(0,0,0,.6), -1px 0 1px rgba(0,0,0,.6);
	box-shadow:			inset 0 1px 1px rgba(255,255,255,.7), 1px 0 2px rgba(0,0,0,.6), -1px 0 1px rgba(0,0,0,.6);
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-o-border-radius:		3px;
	border-radius:			3px;
	-webkit-transition:	right 0.2s ease-in-out;
	-moz-transition:	right 0.2s ease-in-out;
	-o-transition:		right 0.2s ease-in-out;
	transition:			right 0.2s ease-in-out;
}
.iOS input[type="radio"]:checked+label:after {
	right: 0;
	-webkit-box-shadow:	inset 0 1px 1px rgba(255,255,255,.7), 1px 0 1px rgba(0,0,0,.6), -1px 0 2px rgba(0,0,0,.6);
	-moz-box-shadow:	inset 0 1px 1px rgba(255,255,255,.7), 1px 0 1px rgba(0,0,0,.6), -1px 0 2px rgba(0,0,0,.6);
	-o-box-shadow:		inset 0 1px 1px rgba(255,255,255,.7), 1px 0 1px rgba(0,0,0,.6), -1px 0 2px rgba(0,0,0,.6);
	box-shadow:			inset 0 1px 1px rgba(255,255,255,.7), 1px 0 1px rgba(0,0,0,.6), -1px 0 2px rgba(0,0,0,.6);
}


input[type=radio] {     
	bottom: 2px;   
} 

#textareaSource{
	width: 900px;
	height: 160px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}


#textareaModeration {
	width: 600px;
	height: 90px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#textareaWidgetIntegrer {
	width: 910px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#textareaWidgetSuperposer {
	width: 910px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#textareaWidgetGoogleRate {
	width: 910px;
	height: 60px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

fieldset{border:none;padding:0;margin:0;}
/* Contact form */
#contact-form{position:relative;vertical-align:top;width:auto;}
#contact-form .success{position:absolute;bottom:100%;left:0;display:none;font-weight:bold;}
		#contact-form label{padding:0 0 7px;display:block;position:relative;margin:0;}
			#contact-form .message{padding-bottom:15px}
			#contact-form textarea{height:235px;overflow:auto;resize:none;width:474px;}
			#contact-form .error,#contact-form .empty{color:#f00;display:none;position:absolute;top:4px;left:370px;width:200px;font-size:12px;line-height:1.2em;}
			#contact-form .message .error,#contact-form .message .empty{left:0;top:254px;}
			#contact-form .btns{text-align:right;}
		#contact-form .btns a{margin-left:9px;}
		
/* Newsletter-form */
#newsletter-alt-form{position:relative;}
#newsletter-alt-form fieldset{border:none}
#newsletter-alt-form label,#newsletter-form label{display:inline-block;vertical-align:middle;position:relative;}
#newsletter-alt-form .success,#newsletter-form .success{position:absolute;bottom:100%;left:0;display:none;font-weight:bold;}
#newsletter-alt-form input[type=text]{width:215px;margin-right:12px;}
#newsletter-alt-form .error,#newsletter-alt-form .empty,#newsletter-form .error,#newsletter-form .empty{color:#f00;display:none;position:absolute;top:100%;left:0;font-size:12px;line-height:1.2em;}
#newsletter-alt-form a{vertical-align:middle;}