html{
  font-family:"bitstream vera sans";
  font-size:90%;
  background:#54BCE2 url("images/fond.png") repeat-x;
}

body{
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}

p{margin:0px;}
img{border:0px;}

.header{background:url("images/header.png"); width:991px; height:171px;}

.cadrepub{no-repeat; width:250px; height:227px;}

.barre{text-align:right; background:url("images/barre.png"); width:991px; height:32px;}
.barre2{color:white; font-weight:bold; text-align:center; background:url("images/barre2.png"); width:991px; height:35px;}

.b{color:white; font-size:11px; line-height:11px; font-weight:bold; text-align:center; background:url("images/b.png"); width:80px; height:52px;}
.b a{color:white; text-decoration:none;}

.b-white{background-color:white;}
.b-black{background-color:black;}

.contenu{}

.logos{background:url("images/cb.png"); width:165px; height:35px; border:0px; cursor:pointer;}

.images{background-color:white; width:96px; text-align:center; vertical-align:top; padding:3px 0px 3px 0px;}

.footer{color:black; font-weight:bold; text-align:center; background-color:#DBDDE0; height:35px;}
.footer a{color:black; text-decoration:none;}

.tab-adherent{width:100%; border:1px dashed #A0A0A0;}

.form-I{border:1px solid #A0A0A0;}
.form-I-100{border:1px solid #A0A0A0; width:98%;}
.form-Text{border:1px solid #A0A0A0; width:98%;}

.page-gauche{width:200px; vertical-align:top;}
.page-centre{}
.page-droite{width:200px; vertical-align:top;}

.visites{float:left; color:white; font-weight:bold; padding-left:8px;}

.form-erreur{color:red; font-size:14px;}

.S-ok{background:url("images/ok.png"); width:16px; height:16px; border:0px; cursor:pointer;}
.S-suppr{background:url("images/suppr.png"); width:16px; height:16px; border:0px; cursor:pointer;}

#container {
	width:280px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:300px;
	height:250px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:239px;
	height:241px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:270px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:270px;
	height:270px;
	display:block;
	text-align:center;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:285px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

