@CHARSET "ISO-8859-1";



input{
	border: 1px solid #dcdcdc;
}

input[type=password],
input[type=text]{
	height:28px;
	border: 1px solid #cfcfcf;
	font-family:RobotoRegular,arial,sans-serif;
	font-size:14px;
	color:#3e3e3e;
	padding-left: 10px;
}

input:focus{
	outline-color:#208cd6;
}

textarea{
	border: 1px solid #cfcfcf;
	font-family:RobotoRegular,arial,sans-serif;
	font-size:14px;
	color:#3e3e3e;
	padding-left: 10px;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
	margin-bottom: 50px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-family:RobotoBold,arial,sans-serif;
	font-size:12px;
	color : #1e4679;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 0px;
	width: 19px; height: 20px;
	border: 1px solid #dcdcdc;
	background: #f8f8f8;
	border-radius: 3px;
	/*box-shadow: inset 0 1px 3px rgba(0,0,0,.3)*/
}
	
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content:url(http://image.lachainemeteo.com/images/meteoconsult2014/decoupes/h_mon_compte/01_page_inscription/Img-page-inscription-check.png);
	position: absolute;
	top: 0; left: 4px;
	font-size: 14px;
	color: #09ad7e;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
[type="checkbox"]:disabled + label {
	color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: 2px solid #208cd6;
}


/*--------------------------------------------------------------------------------*/
/*-----------generique-------------------------*/

[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	left: -9999px;
	margin-bottom: 50px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-family:RobotoBold,arial,sans-serif;
	font-size:12px;
	color : #1e4679;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 0px;
	width: 14px; height: 14px;
	border: 2px solid #b5b5b5;
	background: #ffffff;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;*/
	/*border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3)*/
}


[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
	content:url(http://image.lachainemeteo.com/images/meteoconsult2014/decoupes/f_services/04_notre_offre/offre_arc_en_ciel/coches_radio_petit.png);
	position: absolute;
	top: 4px; left: 4px;
	font-size: 14px;
	color: #09ad7e;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/*-------------------------------------------------------------------------------------*/


.choix_aec[type="radio"]:not(:checked),
.choix_aec[type="radio"]:checked {
	position: absolute;
	left: -9999px;
	margin-bottom: 50px;
}

.choix_aec[type="radio"]:not(:checked) + label,
.choix_aec[type="radio"]:checked + label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-family:RobotoBold,arial,sans-serif;
	font-size:12px;
	color : #1e4679;
	padding-top: 15px;
	height: 95px;
	width: 498px;
}

.choix_aec[type="radio"]:not(:checked) + label:before,
.choix_aec[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 0px;
	width: 14px; height: 14px;
	border: 2px solid #b5b5b5;
	background: #ffffff;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	margin-left: 10px;
	margin-top: 33px;
	/*border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3)*/
}


.choix_aec[type="radio"]:not(:checked) + label:after,
.choix_aec[type="radio"]:checked + label:after {
	content:url(http://image.lachainemeteo.com/images/meteoconsult2014/decoupes/f_services/04_notre_offre/offre_arc_en_ciel/coches_radio_petit.png);
	position: absolute;
	top: 4px; left: 4px;
	font-size: 14px;
	color: #09ad7e;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	margin-left: 10px;
	margin-top: 33px;
	
}
.choix_aec[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
}
.choix_aec[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
 
.choix_aec[type="radio"]:checked +label:hover{
	background-color: #deeef9;
}


.choix_aec[type="radio"] +label:hover{
	background-color: #eaf4de;
}



select{
	border: 1px solid #cfcfcf;
	font-family:RobotoRegular,arial,sans-serif;
	font-size:14px;
	color:#3e3e3e;
	text-align: left;
	padding: 5px 10px 5px 5px;
}

option{
	padding-left: 5px;
}


div.styled {
	overflow:hidden; 
	background: white url(http://image.lachainemeteo.com/images/meteoconsult2014/decoupes/f_services/11_meteojardin/selection_gris.png)no-repeat center right;
	width:350px; 
	border: 1px solid #cfcfcf;
}
div.styled select {
	background-color:transparent;
	background-image:none;
	-webkit-appearance: none;
	border:none;
	box-shadow:none;
}
.captcha{
	border: 1px solid #000000; background-color:#cccccc; margin-top: 10px; width:200px;
	margin-left: 140px;
}



