@charset "utf-8";
/* CSS Document */

#backjlp {
	/*background-color:white;
	background-image: url(img/jlp-consulting-logo-back1.jpg);
	background-repeat: no-repeat;
	background:url(img/jlp-consulting-logo-back1.jpg) no-repeat center top;*/
}

.page {
	width:940px;
	margin: 0 auto;
}

#logo {
	padding-bottom:20px;
	padding-top:20px;
	/*padding-left:565px;*/
	text-align:center;
}

#copyright {
	background-color:#165d80;
	height:60px
}

#back{
	background-color:#165d80;
	height:159px;
}

#presentation {
	/*color:#84b1c8;*/
	font-size:19px;
	padding-top:1px;
	text-align:justify;

}

.presentation{
	width:940px;
	/*padding-left:17%;*/
	color:#FFF;
	font-weight:300;
}

#dirigeant {
	width:940px;
	height:242px;
	padding-top: 24px;
}

#boutonCV {
	background-color:#317ea7;
	font-size:13px;
	height:40px;
	width:165px;
	text-align:center;
	float: right;
	margin-right:189px;
	cursor:pointer;
}

#boutonCV:hover {
	background-color: rgba(49, 126, 167, 0.8);
}

#boutonMission {
	background-color:#317ea7;
	font-size:13px;
	height:40px;
	width:252px;
	text-align:center;
	/*float: right;
	margin-right:163px;*/
	cursor:pointer;
}

#boutonMission:hover {
	background-color: rgba(49, 126, 167, 0.8);
}

#competences {
	font-size:19px;
	text-align:justify;
	width:940px;
}

#contact {
	/*height:450px;*/
	width:940px;
	font-size:19px;
	font-family: 'Lato', sans-serif;

}

#nom {
	background:url(img/jlp-consulting-formulaire-nom-icon.jpg) no-repeat 96% 50%;
}

#mail {
	background:url(img/jlp-consulting-formulaire-mail-icon.jpg) no-repeat 96% 50%;
}

#ste {
	background:url(img/jlp-consulting-formulaire-ste-icon.jpg) no-repeat 96% 50%;
}

#envoyer {
	
	width:120px;
	height:40px;
	background-color:#317ea7;
	color:#fff;
	border:0px;
	font-size:14px;
	font-weight:300;
	cursor:pointer;
}

#envoyer:hover {
	background-color: rgba(49, 126, 167, 0.8);
}

/*#usadresse {
	background:url(img/jlp-consulting-adresse-icon.jpg) no-repeat left;
	display: inline-block;
    vertical-align: top;
}

#usmail {
	background:url(img/jlp-consulting-mail-icon.jpg) no-repeat left;
	display: inline-block;
    vertical-align: top;
}

#usphone {
	background:url(img/jlp-consulting-tel-icon.jpg) no-repeat left;
	display: inline-block;
    vertical-align: top;
}
*/

.nous {
	height:65px;
	width:220px;
	display: inline-block;
    vertical-align: top;
	font-weight:400;
	color:#317ea7;

}

.contact {
	height:40px;
	/*width:33%;*/
	display: inline-block;
    vertical-align: top;
	/*padding-right:10px;*/
	padding-bottom:30px;

}

.boite_message {
	/*width:940px;*/
	padding-bottom:30px;
	
}

.imgfloat {
	float:left;
	padding-right:6px;
}

.img-jlp {
	float:left;
}

.gras-blk{
	font-weight:400;
	color:#FFF;
}

.gras{
	font-weight:400;
}

section {
	padding-bottom:40px;
}

p{
	font-family: 'Lato', sans-serif;
	color:#165d80;
	font-weight:300;
}

a:hover{
	color:#84b1c8;
	text-decoration:underline;
}

a {
	color:#FFF;
	text-decoration:none;
}

input {
	border: 1px solid #ddd;
	color:#317ea7;
	font-family: 'Lato', sans-serif;
	height:40px;
	margin-bottom:20px;
	display:inline-block;
	vertical-align: top;
	/*width:306px;
	padding-right:2px;*/
}

input[type=text] {
    width: 306px;
	font-size:13px;
}
input[type=email] {
    width: 306px;
	font-size:13px;
}

html, body {
  margin : 0;
  padding : 0;
  height : 100%;

}

html {
	background:url(img/jlp-consulting-logo-back1.jpg) no-repeat 25% 0;	
}

textarea {
	width:930px;
	margin-bottom:20px;	
}

fieldset {
	width: 940px; 
	margin: 0px; 
	padding: 0px; 
	border: none;
}

placeholder {
	padding-left:1px;
}