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

a {
color: #fff;
text-decoration: none;

}
a:hover {
color:#B5B7BA;
}

#conteneur {
position: absolute;
width: 100%;
}

#gauche, #bas {
	position: absolute;
	top:123px;
	left:38px;
	width: 250px;
	font-size:24px;
	text-align:left;	
}

.menugauche, .menugauchebas{
	list-style-type: none;
	margin: 0 0 0 13px;
	padding-left:20px;
	line-height:40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menugauche li, .menugauchebas li {
margin-bottom: 5px;
line-height: 20px;
}
.menugauche a, .menugauchebas a {
display:block;
margin: 0;
color: #B5B7BA;
text-decoration: none;

}
.menugauche a:hover, .menugauchebas a:hover {
color:#fff;
}

/**************************** réalisateurs-pigistes ********************************/

.menugauchebas {margin:0;}

#bas {
	position:relative;
	top:455px;
	left:38px;
	width: 250px;
	font-size:24px;
	text-align:left;}
	
.titre{
	font-size:24px;
	margin:15px 0 5px 21px;
	font-weight:500;
	color:#fff;
	text-decoration:none;
	list-style-type: none;
}


/**************************** contact **********************************/
.blanc {color:#FFF;}


#droite {
color:#B5B7BA;
margin-top:77px;
margin-left: 341px;
font-size:24px;
}

.courriel a {
color:#D7D4D4;
text-decoration:none;
}

.courriel a:hover {color:#fff;}


