/* Votre Style */
body, html{
	margin:0;
	padding:0;
	background-color:#ebebeb;
	color:#262626;
}

a{
	color:#ffffff;
	text-decoration:none;
	border:none;
}

a:hover{
	color:#9fe252;
}

#main{
	width:90%;
	max-width:1500px;
	min-width:470px;
	margin:1% auto;
}

#bandeau_haut{
	background-color:#ffffff;
	padding:2%;
	display:none;
	overflow:hidden;
	box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
}

#quick_link{
	width:25%;
	float:left;
}

#quick_link p{
	width:120%;
	float:left;
	font-size:13pt;
	margin:0;
}

#quick_link img{
	float:left;
	width:8%;
	margin-right:12%;
}

#sous_header{
	background-color:#353535;
	color:#ffffff;
	padding:1%;
	box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
}

#sous_header h3{
	border-bottom:1px solid #ffffff;
	padding-bottom:.5%;
	margin:0 auto;
	width:60%;
	text-align:center;
}

#sous_header p{
	margin:1% auto 0 auto;
	width:60%;
	text-align:center;
	font-size:8pt;
}

#cadre_image{
	margin-top:2%;
	overflow:hidden;
	padding:.5%;
	background-color:#ffffff;
	box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
}

#logo_greenea{
	margin-top:2%;
	width:30%;
	padding:2%;
	background-color:#9fe252;
	float:left;
	color:#ffffff;
	font-weight:bold;
	margin-left:2%;
	box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
}

#text{
	float:left;
	margin-top:2%;
	width:68%;
	background-color:#ffffff;
	overflow:hidden;
	box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
}

.txt{
	padding:2%;
	font-size:10pt;	
}

.txt h4{
	margin-bottom:2%;
	color:#929292;
}

.t1{
	font-size:8pt;
	margin:0 3%;
}

.t2{
	font-size:8pt;
	margin:0 3%;
}

.t3{
	font-size:8pt;
	margin:0 3%;
}

.t4{
	font-size:8pt;
	margin:0 3%;
}

#newsletter input{
	border:none;
	width:75%;
	margin-bottom:3%;
	padding:1%;
}

#newsletter h4{
	margin-bottom:5%;
}

.done{
	background-color:#353535;
	color:#9fe252;
}

#contact_greenea{
	margin-top:2%;
	overflow:hidden;
	width:30%;
	padding:2% 2% 1% 2%;
	background-color:#353535;
	float:left;
	color:#ffffff;
	margin-left:2%;
	box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
}

#contact_greenea p{
	font-size:8pt;
	margin-bottom:1%;
}

#contact_greenea h4{
	color:#9fe252;
	margin-bottom:6%;
}

.moyen_com{
	width:30%;
	float:left;
}

.coordonnees{
	width:65%;
	margin-left:5%;
	float:left;
	font-weight:bold;
}

.button{
	float:right;
	margin-top:-5%;
	margin-right:-3%;
	width:30%;
}

#footer{
	background-color:#353535;
	clear:both;
	overflow:hidden;
	padding:1%;
	color:#ffffff;
	font-weight:bold;
	margin-top:2%;
	box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.25);
}

.col_footer{
	width:20%;
	margin:0 2.5%;
	float:left;
}

.col_footer img{
	width:60%;
	margin-top:5%;
}

.centrer_col{
	text-align:center;
}

.content{
	overflow:hidden;
}

#logo_greenea2{
	width:25%;
	float:left;
	text-align:right;
}

#logo_greenea2 img{
	width:40%;
}

#titre_greenea{
	width:50%;
	float:left;
	text-align:center;
}

#titre_greenea h3{
	margin:-1.5% 0 0 0;
	color:#353535;
	font-size:13pt;
}

.error{
	margin:0;
	font-weight:normal;
	color:#c93166;
}

.faux{
	border:1px solid #c93166 !important;
	color:#c93166 !important;
}

.vrai{
	border:1px solid #8bbf36 !important;
	color:#8bbf36 !important;
}

.result{
	display:none;
	margin-bottom:3%;
	text-align:center;
	width:75%;
}

.error2{
	margin:0;
	font-weight:normal;
	color:#c93166;
	font-size:9pt;
}

#reseaux{
	margin-top:5%;
	clear:both;
	border-top:1px solid #ffffff;
}

#reseaux img{
	width:15%;
	float:left;
	margin-right:30%;
	margin-top:5%;
}

.aligner{
	overflow:hidden;
}

#news{
	clear:both;
	width:35%;
	margin:2% auto;
	overflow:hidden;
}

.subscribe{
	font-weight:normal;
	width:80%;
	border-top:1px solid #ffffff;
	margin:5% auto 0 auto !important;
	text-align:center;
	padding-top:2%;
}

.subscribe:hover{
	color:#353535;
}

.noir{
	border-top:1px solid #353535;
	color:#353535;
}
