@font-face {
	font-family: segoeui;
	src: url("font/segoeui.ttf") format("truetype");
}
@font-face {
	font-family: segoeuib;
	src: url("font/segoeuib.ttf") format("truetype");
}

body {
	margin: 0px;
	padding: 0px;
	font-family: segoeui, Arial, Helvetica, sans-serif ;
	background-color: #E6E6E6;
}
a {
	color: #7396B9;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}
a:hover {
	color: #9A0025;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}
p {
	color: #666;
	margin: 0px;
	padding: 2px 0px 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}
h1 {
	font-family: segoeuib, Arial, Helvetica, sans-serif;
	color: #9A0025;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 2em;
	background-image: url(images/fleche.png);
	background-repeat: no-repeat;
	background-position: left 55%;
	text-shadow: 0 1px 1px #fff;
}
h2 {
	color: #666;
	font-family: segoeui, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	width: 60%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CCC;
	border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	font-weight: normal;
	text-shadow: 0 1px 1px #fff;
}
li {
	font-size:0.8em;
	list-style: url(none) none;
	color: #666;
}
ul {
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
select {
	cursor:pointer;
}
input, textarea {
	color: #666;
	border:thin solid #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFF;
	font-family: segoeui, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
input#submit {
	color: #385572;
	background-color: #99B3CC;
}
input#submit:hover, input#submit:focus {
	color: #fff;
	background-color: #385572;
	cursor:pointer;
}
input#fermer {
	color: #666;
	background-color: #FFF;
}
input#fermer:hover, input#fermer:focus {
	background-color: #CCC;
	cursor:pointer;
}
input[default="true"] {
	background-color: #4A7095;
}
input[type="radio"], input[type="checkbox"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
input[readonly="readonly"] {
	background-color: #CCC;
}
input:focus, textarea:focus, select:focus {
	border: thin solid #333;
}

label {
	cursor:pointer;
}
label:hover {
	color: #4A7095;
}
fieldset {
	border:1px solid #CCC;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
legend {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #385572;
}
th {
	padding: 3px !important;
	font-family: segoeui, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	background-color: #CCC;
	height: 30px;
}
th:hover {
	cursor: pointer;
	background-color: #00253B;
}
#conteneur {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#entete {
	height: 160px;
	background-image: url(images/fond-entete.png);
	background-repeat: no-repeat;
	width: 900px;
	background-position: bottom;
	text-align: center;
}
#entete img {
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
}
#entete img:hover {
	opacity : 0.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter : alpha(opacity=40);
	-moz-opacity : 0.40;
  transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
}
#corp {
	margin: 0px;
	width: 840px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(images/fond-corp.png);
	background-repeat: repeat;
	min-height:400px;
}
#contenu {
	padding-top: 20px;
	width: 840px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#pied {
	height: 110px;
	width: 860px;
	bottom: 0px;
	background-image: url(images/bkg-botom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-position: 0px bottom;
}
#pied li a {
	font-size: 1em;
}
#pied li a:hover {
	color:#FFF;
}
#navigation {
	width: 880px;
	height: 36px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/fond-corp.png);
	background-repeat: repeat;
}
#formulairecontact {
	margin: 0px;
	padding: 0px;
}
#inscription {
	margin: 0px;
	padding: 0px;
}
#barrenav {
	background-color: #FFF;
	text-align: center;
}
#barrenav a {
	color: #666;
}
#barrenav a:hover {
	color: #B50021;
}
#sommaire {
	float: right;
	width: 28%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 15px;
}
#histo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#histo ul {
	margin 0px;
	padding: 0px;
}
#histo li {
	margin-top: 4px;
}
#colgauche {
	width: 560px;
	margin: 0px;
	padding:0px;
}
#coldroite {
	float: right;
	width: 250px;
	margin-left: 22px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nuage {
	background-color: #99B3CC;
	border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	text-align: center;
	padding: 10px;
	opacity : 0.8;
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	border: thin solid #ccc;
}
#nuage a {
	color:#FFF;
	background-color: #99B3CC;
	text-decoration: none;
	line-height: 2em;
	padding: 4px;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
#nuage a.tag1 {
	font-size: 0.7em;
	font-weight: 100;
	font-variant: small-caps;
}
#nuage a.tag2 {
	font-size: 0.7em;
	font-weight: 200;
}
#nuage a.tag3 {
	font-size: 0.8em;
	font-weight: 300;
	letter-spacing: 0.1em;
}
#nuage a.tag4 {
	font-size: 0.8em;
	font-weight: 400;
}
#nuage a.tag5 {
	font-variant: small-caps;
	font-size: 0.9em;
	font-weight: 500;
}
#nuage a.tag6 {
	font-size: 0.9em;
	font-weight: 600;
}
#nuage a.tag7 {
	font-size: 1em;
	font-weight: 700;
	font-style: oblique;
}
#nuage a.tag8 {
	font-size: 1.3em;
	font-weight: 800;
	font-style: oblique;
}
#nuage a.tag9 {
	font-size: 1.5em;
	font-weight: 900;
}
#nuage a:hover {
	color:#3C5977;
	background-color: #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
#nuage li {
	display: inline;
	line-height: 2.5em;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1em;
}
#nuage ul {
	padding: 0px;
	margin: 0px;
}
#adherent td, #annonces td {
	height:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95AFC8;
	font-size: 0.85em;
}
#adherent tr:hover, #annonces tr:hover, #tablephp tr:hover {
	background-color: #CBD8E4;
}
#tablephp tr:hover {
	background-color: #CBD8E4;
	cursor:pointer;
}
#tablephp td {
	height:28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95AFC8;
	font-size: 0.85em;
}
#tablephp a {
	font-size:1em;
}
.pagination {
	margin-top: 10px;
	margin-bottom: 10px;
}

.gras {
	font-weight: bold;
}
.rouge {
	color: #B50021;
}
.datemanifestation {
	color: #00253B;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	clear: left;
	background-color: #99B3CC;
	width: 28%;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.up {
	font-size: 1em;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: #FFF;
	border:thin solid #CCC;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
.up:hover {
	background-color: #CCC;
	cursor:pointer;
}
.coldroite {
	float: right;
	width: 25%;
	background: url(images/fond-histo.png) repeat-y;
	padding: 10px;
	clear: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
}
.titrecol {
	background-color: #CBD8E4;
	font-weight: bold;
	padding: 5px;
}
.titrecol p {
	color: #666;
}
#pied li {
	font-size:0.8em;
	color: #999;
}
#annonce {
	word-spacing: 0.2em;
	border: thin solid #CBD8E4;
	background-color: #FFF;
	padding: 0px;
	marging: 0px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
#annonce p, #annonce a {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#annonce h2 {
	color: #385572;
	font-size: 0.80em;
	clear: left;
	background-color:#99B3CC;
	width: 80%;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
	border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-bottom-right-radius:12px;
	border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	padding-right: 5px;
	padding-left: 5px;
}

.cols {
	-moz-column-width: 400px;
	-webkit-column-width: 400px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-rule: 1px solid #CCC;
	-webkit-column-rule: 1px solid #CCC;
}
.gris {
	color: #00253B;
}
.voir {
	float: right;
	clear: both;
	padding: 0px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photo {
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	border: 1px solid #DFDFDF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
   box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.floatleft {
	float:left;
}
<!------------------ roller css ---------------->

.roller {
	position:			relative;
}
.roller-viewport {
	width:				180px;
	height:				180px;
	margin-bottom:		10px;
	text-align:center;
}

.roller-nav {
	position:			absolute;
	bottom:				30px;
	padding:			0;
	margin:				0;
	list-style:			none;
	z-index:			9999;
}

ul.roller-nav {
	text-align:center;
	padding-left:28%;
}
.roller-nav li {
	display:			inline;
	list-style:			none;
}
	
.roller-nav li a {
	display:			block;
	float:				left;
	color: #fff;
	background-image: url(images/roller-a-hover.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-position: center center;
}
.roller-nav li a:hover {
	color: #333;
	background-image: url(images/roller-a.png);
	background-repeat: no-repeat;
}
	
.roller-nav li.roller-current a {
	background-attachment: scroll;
	background-image: url(images/roller-a.png);
	background-repeat: no-repeat;
	color: #333;
}
.interactive {
	position:			absolute;
	right:				0;
	bottom:				0;
	background:			rgba(0,0,0,.5);
	font-size:			16px;
	font-style:			normal;
	padding:			10px;
	line-height:		1em;
}

.commentaires {
	font-size:60%;
	color:#999;
	line-height:1em;
	width:60%;
	margin-left:20px;
}
