@import url('reset.css');
body {
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
	background-repeat:repeat-x;
	font-family: 'Quattrocento', serif;
	overflow-x:hidden;
}
#conteneur{
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}
#header{
	padding-top: 20px;
	width: 1080px;
	height: 142px;
	text-align:center;
}
#div-logo{
	width: 444px;
	height: 142px;
	margin: 0 auto;
	padding: 0;
	float:left;
	display:block;
}
#div-baseline{
	width: 636px;
	height: 66px;
	background-image:url(../IMG/fond-baseline.png);
	margin: 0 auto;
	padding-top: 76px;
	display:block;
	float:left;
}
#menu{
	width: 240px;
	float:left;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 30px;
	display:block;
}
#topmenu{
  margin: 0 ;
  list-style: none ;
  text-align: center ;
  background-repeat:repeat-x;
}
#topmenu li{
  display:block;
  margin: 0;
  line-height: 40px;
  width: 240px ;
  color: #85558c ;
  text-transform:uppercase;
}
#topmenu li a{
	display: block;
	margin: 0;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #85558c;
}
#topmenu li a:hover, #topmenu li a:focus, #topmenu li a:active{
	display: block;
	color: #666;
	background-image:url(../IMG/menucurrent.gif);
	text-decoration:underline;
}
li#current{	
	color: #441f44;
	background-image:url(../IMG/menucurrent.gif);
	background-repeat:repeat-x;
}	
#bloc-blanc{
	width: 1080px;
	background-color:#FFF;
}
#bloc-ombre{
	width: 1080px;
	height: 27px;
	background-image:url(../IMG/bas_bloc.gif);
}
#bloc-separation{
	width: 1080px;
	height: 10px;
}
#bloc-titre{
	margin: 0;
	padding: 0;
	width: 1080px;
	height: 122px;
}
#bloc-blanc-diapo{
	width: 1080px;
	height: 300px;
	background-color:#FFF;
	margin-top: 20px;
}
#bloc-deuxtiers{
	width: 660px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 30px;
	float:left;
	display:block;
	text-align:center;
	background-color:#f7f6f6;
}
#bloc-untiers{
	width: 355px;
	padding: 20px;
	float:left;
	display:block;
}
#bloc-troistiers{
	width: 940px;
	padding: 20px;
	margin-left: 123px;
	float:left;
	display:block;
}
#bloc-troistiers-bis{
	width: 700px;
	padding: 40px;
	margin-left: 150px;
	float:left;
	display:block;
	text-align:center;
}
#bloc-presta{
	width: 660px;
	margin-bottom: 20px;
	float:left;
	display:block;
	border-width:1px;
	border-style:dotted;
	border-color:#814089;
	background-color:#FFF;
}
#bloc-logo-presta{
	width: 240px;
	float:left;
	display:block;
}
#bloc-footer-presta{
	width: 1080px;
	margin-top: 10px;
	padding: 0;
	text-align:center;
	background-color:#7a5179;
}
#bloclinkbottom1{
	display:block;
	float:left;
	width: 360px;
    margin: 0;
    padding: 0;
    text-align: center;
	line-height: 46px;
}
#bloc-footer{
	width: 1080px;
	margin-top: 10px;
	padding: 0;
	text-align:center;
	background-color:#bbb2b3;
}
#spacer{
	clear:both;
}
#filet-blanc{
	width: 900px;
	margin-left:96px;
	height: 1px;
	margin-top: 20px;
	background-color:#d8d7d7;
}
.hidden {
  display: none;
}
#slider1 {
	width: 1080px; /* important to be same as image width */
	height: 318px; /* important to be same as image height */
	position: relative; /* important */
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#slider1Content {
    width: 1080px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px;
	font-family: 'Quattrocento', serif;
    padding: 30px 30px;
    width: 694px;
    background-color: #FFF;
    filter: alpha(opacity=00);
    -moz-opacity: 0.0;
	-khtml-opacity: 0.0;
    opacity: 0.0;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}

.slider1Image span strong{
    font-size: 24px;
	font-weight:100;
    color: #935393;
	line-height: 28px;
}
.left {
	top: 0;
    left: 20;
	width: 90px;
	height: 90px;
}
.right {
	top: 0;
    right: 0;
	width: 90px;
	height: 90px;
}
ul { 
	list-style-type: none;
}
.texte-base{
	font-size: 14px;
	color: #877a78;
	line-height: 18px;
}
.texte-base a{
	font-size: 14px;
	color: #935393;
	text-decoration:underline;
}
.texte-base a:hover{
	font-size: 14px;
	color: #441f44;
	text-decoration:none;
}
.texte-baseline{
	font-size: 15px;
	color: #FFF;
	font-weight:200;
}
.texte-baseline a{
	font-size: 15px;
	color: #FFF;
	font-weight:200;
}
.texte-baseline a:hover{
	font-size: 15px;
	color: #FFF;
	font-weight:200;
	text-decoration:none;
}
.texte-base-blanc{
	font-size: 12px;
	color: #FFF;
}
.texte-base-titre{
	font-size: 18px;
	font-weight:100;
	color: #8a4d8a;
	line-height: 21px;
}
.texte-base-sstitre{
	font-size: 16px;
	color: #441f44;
}
.texte-base-sstitre a{
	font-size: 16px;
	color: #935393;
	text-decoration:underline;
}
.texte-base-sstitre a:hover{
	font-size: 16px;
	color: #666;
	text-decoration:none;
}
.texte-base-grostitre{
	font-size: 24px;
	line-height: 30px;
	color: #8a4d8a;
}
.titre-blanc{
	font-size: 20px;
	color: #FFF;
	font-family: 'Quattrocento', serif;
}
.texte-blanc{
	font-size: 12px;
	color: #FFF;
	font-family: 'Quattrocento', serif;
}
.texte-blanc a{
	font-size: 12px;
	color: #FFF;
	font-family: 'Quattrocento', serif;
}
.texte-blanc a:hover{
	font-size: 12px;
	color: #eae4e4;
	font-family: 'Quattrocento', serif;
}
.txterror {
	color:#B00;
	text-align: center;
	font-size:12px;
}
