.bordure {
	border: 2px solid #999999;
}
.titres {
	font-size:16px;
	font-weight:bold;
	color:#CC6699;
	margin:10 10 2 10;
}
.titre2 {
	font-size:14px;
	font-weight:bold;
	color:#999999;
	margin:10 300 2 10;
	border-bottom:1px dotted #999999;
}
.texte {
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}
.texte_mauve {
	color:#CC6699;
}
.link01 {
	color:#CC6699;
}
.link01:hover {
	color:#999999;
}
.link02 {
	color:#666666;
}
.link02:hover {
	color:#999999;
}
h2 {
	font-size:25px;
	color:#000000;
	border-bottom:1px solid #000000;
	margin-left:10px;
}
.important {
	font:bold 13px Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
}
.fond {
	background-image: url(../img/fond.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* div IDs */
#flash_accueil01 {
	height:50px; 
	width:500px;
	margin-left:80px;
}
#flash_accueil02 {
	height:300px; 
}
#encart01 {
	width:400px;
	margin-left:120px;
	text-align:center;
	border:2px dotted #999999;
	padding:5px;
}
.flottant-droit{
	width:300px;
	height:350px;
	float:left;
}
.clear{
clear:both;}