@charset "utf-8";
/* CSS Document */

body{
	background:#330033;
	margin: 0;
	padding:0;
}
img{
	margin:0;
	padding:0;
	text-decoration:0;
}
#conteneur-ft{
	width:985px;
	height:100%;
	margin:0 auto;
	background: #491649;
}
p, span, div, table, a, ul{
	font: 13px Century Gothic;
	text-align:left;
	line-height:18px;
	margin: 0 0 5px 0;
	color:#fff;
}
a{
text-decoration:underline;
color:#c6b0d2;
}
.encart-global{
	width:95%;
	margin: 10px auto;
	border: 1px solid #fff;
	padding:10px 10px 0px 10px;
}
h1{
	font: bold 18px Century Gothic;
	text-align:left;
	margin: 0 0 10px 0;
}
h2{
	font: bold 16px Century Gothic;
	text-align:left;
	margin: 0 0 10px 0;
}
h3{
	font: bold 14px Century Gothic;
	text-align:left;
	margin: 0;
}
h3.test-formule{
	font: bold 14px Century Gothic;
	text-align:left;
	margin: 5px 0;
}
.fleche-matiere{
	width:70px;
	float:left;
	padding-top:20px;
}
.recherche-matiere{
 padding: 5px;
 border: 1px solid #977397;
 height:105px;
 text-align:center;
 margin: 0 5px;
 color:#330033;
}
.txtpink, span.txtpink{color:#CC0066;}
.italic, #conteneur-ft span.italic{font-style:italic;}
.bold, #conteneur-ft span.bold{font-weight:bold;}
.souligne, #conteneur-ft span.souligne{text-decoration:underline;}
.pas-souligne, #conteneur-ft span.pas-souligne{text-decoration:none;}
.center, #conteneur-ft span.center{text-align:center;}
.left{float: left;}
.right{float: right;}
#conteneur-ft p.gros-txt, #conteneur-ft a.gros-txt, #conteneur-ft span.gros-txt{font-size:13px;font-family: Century Gothic, sans-serif ;}

.encart-test-validation{
	border: 1px solid #fff;
	padding:0px 10px;
	clear:both;
	display:block;
}

ol{margin: 5px 0 20px 0 ;}
ul {margin: -3px 0 5px 0 ;}
ul li {margin: 0px 0 0px 0 ;}
ol li{
	margin: 0 0 2px 0 ;
}


#conteneur-ft .pied-page p, #conteneur-ft .pied-page a{
	text-align: center;
}
.clearer1{
	clear:both;
	width:100%;
	height:1px;
}
.clearer2{
	clear:both;
	width:100%;
	height:15px;
	background:#330033;
}
* html .clearer{
	height:0px;
}
