﻿/*CSS document*/

#interieur {
	width:978px;
	margin: 0px auto;
	color: #666;
	text-align: center;
}

body {
	background-color: #FFF;
	margin : 0px auto;
	text-align:left;
}

titre1 {
	color:#717171;
	font-size: 40px;
	position:relative;
	}
	
texte {
	color: #666;
	text-align: justify;
}

#texte1 {
	color: #666;
	text-align: center;
	font-size: 36px;
}
