#side-navigation {
	width: 220px;
	padding: 10px;
	
	background-color: #262626;
	
	border-color: #777;
	border-style: solid;
	border-width: thin;
}

.col-600 {
	width: 500px;
}

input {
	vertical-align: middle;
}

/** Rounded **/
.conteneur div.rounded div {
  height: 1px;
  overflow: hidden;
}

#conteneur-i #stayInformed {
	background-color:#2C2C2C;
	margin:15px;
	width:390px
}

#conteneur-i #stayInformed form {
	margin:10px 20px;
}

#conteneur-i #stayInformed .specialLink {
	left:16px;
	position:relative;
	width: 210px;
}

#subscriptionRespons {
	position:relative;
	//display: none;
	margin:15px;
	background-color:transparent;
	text-align:left;
	color:#fff;
}

.linkForUns {
	cursor: pointer;
	color:#579FF2;
}

.linkForUns:hover {
	color:#cc6600;
}

.unsubscription {		
	position:relative;
	margin-top: 10px;
}

.unsubscription textarea {
	width: 300px;
	height: 240px;
}

#unsubscription {
	display: none;
}

#alert {
	color:white;
	margin-left: 20px;
	
	padding:10px;
	background-color: #2C2C2C;
	border-color: #bbb;
	border-style: solid;
	border-width: thin;
}

#alert p {
	padding: 0px;
	margin: 1px;;
}