article .line{
	background-color:#000000;
	border-bottom-color:#878787;
	margin:1.3em 0;
}

footer .line{
	margin:2em 0;
}

.line{
	height:1px;
	background-color:#000000;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#page{
	width:700px;
	margin:20px auto;
	position:relative;
}

.message {
	font-size:16px;
	background-color: rgb(58,57,57);
	background-color: rgba(57,57,57,0.6);
	color:#FFFFFF;
	display:none;
	width:620px;
	padding:10px;
	margin:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.message li{
	list-style-type: circle;
	font-size:12px;
	font-style: italic;
	font-weight:bold;
	color: #1BA1E2;
	clear: both;
	}
.contact {
	text-align:right;
	margin-bottom:10px;
}
.contact ul {
	list-style-type:none;
	width:600px;
	padding-bottom:10px;}
.contact li {
	list-style-type:none;
	font-size:12px;
	padding-top:10px;
	clear: both;}
.contact li.special {display:none;}
.contact input {
	float:right;
	display:inline;
	background-color: rgb(20,20,20);
	background-color: rgba(20,20,20,0.5);
	font-size:12px;
	padding:3px;
	border:1px solid #878787;
	width:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 10px 0;
	color: #FFFFFF;
}
.contact input.bouton{
	font-size:14px;
	float:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor: pointer;
	margin: 0;
}
.contact textarea {
	float:right;
	background-color: rgb(20,20,20);
	background-color: rgba(20,20,20,0.5);
	font-size:12px;
	padding:3px;
	border:1px solid #878787;
	display:inline;
	width:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 10px 0;
	color: #FFFFFF;
}
.contact label{
	padding-right:5px;
	text-align: left;
	display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 0.3em;
}
