html, body {
	display: table;
	font-family: 'Arial', helvetica, trebuchet, Sans;
	font-size: 15px;
	background-color: #252525;
	width: 100%;
	height: 100%;
	color: #222;
}

body {
	display: table;
	position: static;
}

a, a:visited {
	text-decoration: none;
	color: #00adef;
}

a:hover, a.on {
	color: #0076a3;
}


/* BLOC CONTACT */
#conteneur_contact1 {
	display: table;
	position: fixed;
	left: 0;
	top: 0;
	width: 22%;
	height: 100%;
}

#conteneur_contact2 {
	position: relative;
	display: table-cell; 
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #00adef;
	background: rgba(0,173,239,.8);  
}

#conteneur_contact2:after{
	content: url('squelettes/img/diagonale.png');;
	position: fixed;
	left:22%; top: 0;
	opacity: .8;
}

#contact {
	position: relative;
	top: -1em;
	float: right;
	margin-left: 1em;
	line-height: 1.5em;
	text-align: right;
}

#contact h3{
	font-size: 2.2em;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.4);
}

#contact i{
	display: block;
	font-size: 1.1em;
	color: #fff;
	font-style: normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,.4);
	margin-bottom: 1.2em;
}

/* IMAGES */
#conteneur_general {
	display: table-cell; 
	vertical-align: middle;
	padding-left: 5em;
}

#conteneur_articles {
	width: 1000%;
	height: 500px;
	margin: 0 0 0 25%;
}

#conteneur_articles:before{
	content: url('squelettes/img/fleche2.png');
	margin: 140px 1em 0 0;
	opacity: .15;
	float: left;
}

.entre{
	display: block;
	width: 8em;
	float: left;
}

.conteneur_texte {
	display: block;
	float: left;
	width: 250px;
	height: 100%;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.texte {
	margin: 2em;
	color: #cecece;
}

.texte p{
	margin-bottom: 1em;
}

.texte h1{
	color: #777777;
	font-size: 1.5em;
	margin: 0 0 1.5em;
}

#conteneur_articles img{
	float: left;
	padding: 0; margin: 0;
	border: 0;
}

.ombre_portee{
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
}