/* MAJ DES STYLES POUR SITE */



body {
    background-color:#FFF;
	background-image:url(background_lma.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	
    color: #000;
    padding: 0px;
    margin: 0px;
    font-family: "Myriad Pro", Verdana;
    font-weight: normal;
    font-style: normal;
	
    
    position: relative;
    cursor: default;
	text-align:center;
	line-height:1,5;
}

.row {

}

.titre_site {
	text-align:center;
	color:#E6AC2C;
}

#contenu_texte {

	width:200px;

}
	
.texte_site {
	display:block;
	margin: 0 auto;
	text-align:justify;
	color:#FFF;
	

}

.pied_site {
	display:block;
	height:100px;

}

.slide {
	display:block;
	position:relative;
	z-index:0;

}

.logo_lma {
	display:block;
	position:relative;

	
	font-family: 'Droid Serif', serif;
	
	text-align:center;
	line-height:1,5;

}

.espace {

	margin-top:100px;
}

#presentation {
text-align : justify;

}

.contenu {

opacity: 0.5;
background-color:#FFF;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}