*{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
}
#social{
	background-image: url('images/social.jpg');
	height: 33px;
	border-radius: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#social div.imgSocial{
	float: right;
	margin: 1px 1px 1px 5px;
	height: 30px;
	width: 30px;
	background-image: url('images/social_icons.png');
}
#logo {
	text-align:center;
}
div#facebook{
	background-position: 0 0;
}
div#twitter{
	background-position: -34px 0;
}
div#blog{
	background-position: -68px 0;
}
div#linkedin{
	background-position: -100px 0;
}
div#facebook:hover{
	background-position: 0 -30px;
}
div#twitter:hover{
	background-position: -34px -30px;
}
div#blog:hover{
	background-position: -68px -30px;
}
div#linkedin:hover{
	background-position: -100px -30px;
}
h1{
	text-align: center;
	color: #00C6C0;
	font-size:20px;
	margin: 30px 0 25px;
}
#logo {
	text-align: center;
}
#imgAside{
	float: right;
}
#content{
	overflow: hidden;
}
article{
	width: 430px;
	float: left;
	padding-right: 20px;
}
article,#us{
	font-size: 13px;
	text-align: justify;
}
#us p{
	width: 650px;
	float: left;
}
section:last-child{
	width: 350px;
	margin: 0 auto;
	margin-top: 25px;
}
section:last-child p{
	font-style: italic;
}
section:last-child p:last-child{
	color: #A5A89A;
	text-align: right;
	font-size: 10px;
	margin-top: 15px;
}
section:last-child p:first-child{
	color: #00BFB7;
	font-weight: bold;
	text-align: center;
}
aside{
	float: right;
	width: 390px;
	margin-top: 20px;
	z-index: 10000;
}
h2{
	color: #00C6C0;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size:17px;
	font-weight:normal;
}
h3{
	text-align: center;
	color:#7F8274;
	margin-bottom: 5px;
}
label{
	color: #00C9C4;
	margin-bottom: 10px;
	font-size:14px;
}
p{
	color: #7F8274;
}
aside img{
	margin-left: 20px;
}
p span{
	color:#00C9C3;
	padding-left: 40px;
}
#divForm{
	padding-left: 20px;
	padding-top: 10px;
	border-left: 1px solid #CCCCCC;
}

form{
	background-color: #EAF0EE;
	padding: 20px;
	border-radius: 3px;

}
input.txt, textarea.txt {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 4px #CCCCCC;
    color: #7A7C73;
    padding: 5px;
    margin: 5px 0 5px 0;
    width: 300px;
    display: block;
}
textarea{
	resize: none;
	height: 100px;
}
input.b {
    background-color: #009CA1;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 30px;
}
ul{
	list-style: none;
}
#content ul{
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	color: #7F8274;
	padding-left: 2px;
}
aside ul{
	color: #7A7C73;
	font-size: 14px;
	padding-top: 10px;
}
aside ul.left{
	width: 250px;
	float: left;
	margin-left: 23px;
}
aside ul.right{
	width: 185px;
	float: right;
}
div.bar{
	background-color: #00BBB6;
	height: 5px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.wrapper{
	width: 860px;
	margin: 0 auto;
}
footer{
	font-size: 12px;
	background-color: #CED3D6;
	padding-top: 20px;
	overflow: hidden;
	color: #7F8A74;
	padding-bottom: 100px;
}
footer ul{
	float: left;
	width: 160px;
	margin: 0 210px;
}
footer p{
	float: left;
	width: 150px;
	margin-left: 20px;
}
footer p:last-child{
	width: 100px;
}
footer img{
	float: left;
	margin-top: -9px;
}


.ok_ko{
	margin: 20px auto;
	text-align: center;
}
.contentok_ko{
	text-align: center;
}
label.error {
	color:red;
	display: block;
	font-size: 9px;
	position: absolute;
	bottom: 5px;
	right: 15px;
	margin: 0;
	padding: 0;
}
input.error { border: 1px solid red; }
.formField{
	position: relative;
	padding-bottom: 15px;
}
a{
	text-decoration: none;
	color: #7F8A74;
}
