* {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.7; }

body {	background-color:#1F0F0A; }

h1 {	margin-top: 50px;
	background-image: url(images/fond-titre.gif); 
  	background-repeat: no-repeat;
	background-position: left bottom; 
  	padding-bottom: 10px;
  	text-indent: 16px ; 
	text-transform: uppercase ; 
	color:#FF6600;
	font-size: 18px;
	font-weight: bold; }

h2 {	margin-top: 10px;
	margin-bottom: 4px;
	background-image: url(images/fond-titre.gif); 
  	background-repeat: no-repeat;
	background-position: left bottom; 
  	padding-bottom: 10px;
  	text-indent: 16px ; 
	text-transform: uppercase ; 
	color:#FF6600;
	font-size: 14px;
	font-weight: bold; }

.projecteur {
	background-image: url(main/images/poursuite.jpg); 
  	background-repeat: no-repeat;
	background-position: center center;
	text-align: center; 
	padding-top: 20px;
	padding-bottom: 20px;	
}

div#spacer {
	clear: both;
}

.contenu {
	width: 100%;
	margin-top: 30px;
	
	}

.flottant {
	float: left;
	width: 30%;
	margin: 8px;
}

.flottant-droit {
	float: right;
	margin: 8px;
	text-align:center;
}
.flottant-gauche {
	float: left;
	margin: 8px;
	text-align:center;
}

.flottantimage-droit {
	float: right;
	background-image: url(images/fond_image-bottom-droit.gif); 
  	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	padding-right: 17px;
	padding-left: 10px;
}

.flottantimage-gauche {
	float: left;
	background-image: url(images/fond_image-bottom-gauche.gif); 
  	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-left: 17px;
	padding-right: 10px;
}



a:link {
	color: #FF6600;
	text-decoration: underline;
}

a:visited {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.texte14 {
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}
.citation {
	color:#FF6600;
}

.colorA {
	background-color: #311008;
}

.colorB {
	background-color: #823400;
}