* { 
	padding: 0;
	margin: 0; 
}

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url('../img/bg.gif');
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9CBD40;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 5px 15px;
}

.text_news{
	line-height : 1.3;
}
.text_news a{
	font-weight : bold;
	text-decoration : underline;
}

.text_news p{
	margin : 0px;
	padding : 0px;
}
.text_news img {
	margin : 5px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px;
}
img.no-border {
	border: none;
}
img.float-right {
margin: 5px 0px 5px 15px;  
}
img.float-left {
margin: 5px 15px 5px 0px;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 4px solid #4284B0; 
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;  	
	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
#main form {
	margin:10px; 
	padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
#main .form_fond {
	margin:10px; 
	padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #A9BAC3;
	color : #FAFAFA;
}
#main label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#main input {
	padding: 2px;
	border:1px solid #A9BAC3;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	width : 200px;
}
#don .image_don{
	width : 100px;
	height : 44px;
	border : 0px;
	display : block;
	margin : 0 auto;	
}
#main textarea {
	width:450px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #A9BAC3;
	height:50px;
	display:block;
	color:#777;
}
#main .txtarea_contact{
	height:100px;
}

#main .button { 
	margin: 5px 0 0 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #A9BAC3;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;
	width : 70px;	
}
.error{
	text-align : center;
	display : block;
	color : red;
}
.succes{
	text-align : center;
	display : block;
	color : green;
}
.spammy
{
	width : 0px;
	height : 0px;
	display : none;
}
.img_aleatoire_menu{
	padding : 10px;
	border : solid 2px #EFEFEF;
	background : #FAFAFA;
}
/***********************
LAYOUT
************************/
#wrap {
	width: 950px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 10px 0 0 0; 
	padding: 0;	
}

/* *************************** header *******************************/
#header {
	position: relative;
	height: 95px;	
	background: url('../img/headerbg.gif') repeat-x 0% 100%;	
}
#header h1 {
	margin: 0; 
	padding: 0;
	font: bolder 30px 'Trebuchet MS', Arial, Sans-serif;
	color : #DD561E;
}
#header h2#slogan {
	color: #666666;
	font: bold 12px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
	margin: 0; 
	padding: 0;
}
#header .logo{
	float : left;
	border : 0px;
	margin-right : 10px;
}

/* *************************** main *******************************/
#main {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 509px;	
	background: #FFF url('../img/bg_centre.gif') repeat-x;	
}
#forum {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 717px;	
	background: url('../img/bg.gif');
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; 
	margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url('../img/clock.gif') no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url('../img/comment.gif') no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url('../img/page.gif') no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
.post-footer2 {
	background-color: #fff;
	padding: 5px; 
	margin: 20px 10px 0 10px;
	border: 1px solid #A9BAC3;
	font-size: 95%;	
}
.post-footer2 .date {
	background: url('../img/clock.gif') no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
.post-footer2 .comments {
	background: url('../img/comment.gif') no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
.post-footer2 .readmore {
	background: url('../img/page.gif') no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}

#publiciteHaut{
text-align : center;
padding : 5px;
clear : both;
}

/* --- news --- */
#main .text_news{
margin : 0 10px;
text-align : justify;
}
/* --- commentaire --- */
#commentaire .commentaire_text1{
padding : 2px;
margin : 5px 10px;
background : #FAFAFA;
}
#commentaire .commentaire_text2{
padding : 2px;
background : #F2F2F2;
margin : 5px 10px;
}
#commentaire .auteur{
text-align : right;
margin : 10px 0 0 0;
}
/* --- liste galerie / evenement --- */
.evenement_Liste{
background-color : #EFEFEF;
margin : 10px;
padding : 10px;
}
.titre_evenement{
font-weight : bold;
font-size: 12px;
margin : 0 0 0 0px;
}
.titre_evenement a{
font-weight : bold;
font-size: 12px;
text-decoration : none;
}
.date_evenement{
margin-top : 2px;
}
.plusdedetail{
position : relative;
text-align : right;
}
.lieu{
background-color : #F2F2F2;
margin : 10px auto;
padding : 10px;
border : dashed 2px #DADADA;
}
.info_even{
display : block;
width : 70px;
text-align : left;
float : left;
font-weight : bold;
}
.renseignemeents_e{
margin :5px 0 0 0px;
}
.spanRenseignement{
margin :0px 0 0 70px;
}
.map{
height : 300px;
margin : 10px;
}
.acces_gallerie_img{
width : 200px;
height : 40px;
background: url('../img/gallerie.gif') no-repeat left center;
margin : 0 auto;
}
.acces_gallerie_lien{
line-height : 40px;
font-size : 15px;
font-weight : bolder;
font-family : 'Trebuchet MS',Arial,Sans-serif;
margin : 0 0 0 50px;
}

/* --- galerie --- */
.description_galerie{
margin : 10px;
}
.img_gallerie{
margin : 5px 6px;
padding : 10px;
border : solid 2px #EFEFEF;
background : #FAFAFA;
}
.illu_gallerie{
float : left;
padding : 7px;
background : #FFFFFF;
border : solid 1px #EFEFEF;
margin : 0 10px 0 0;
}
.photoGallerie{
float : left;
}
/* *************************** left bar *******************************/
#sidebar {
	float: left;
	width: 220px;
	margin: 0 0 10px 0;	
	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:5px 8px 5px 8px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #555;	
	text-decoration:none;	
	padding:2px 5px 2px 7px;
	background: #f2f2f2;
	min-height:18px;
}
* html body #sidebar ul.sidemenu a {
	height: 18px; 
}
#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 7px;
	background: #A9BAC3;
	color: #fff;
}
#pub_droite{
	text-align : center;
}
.champ_newsletter{
	width : 185px;
	color : #535353;
	margin : 8px 0px 0px 13px;
}
#sidebar .button { 
	margin: 5px 0px 0px 12px; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
#sidebar .haut_menu{
	width : 220px;
	height : 56px;
	background : url('../img/hautmenu2.jpg');
	line-height : 56px;
	font-size : 16px;
	text-align : center;
}
#sidebar .bloc_menu{
	background : #fff;
	margin : 0px 0 10px 0 ;
	padding: 5px;
}
#sidebar .titre_bloc{
	display : block;
	border-bottom : solid 2px #6297BC;
	color : #6297BC;
	font-size : 14px;
	font-weight : bold;
	font-family :'Trebuchet MS',Arial,Sans-serif;
	margin : 0 0 5px 0;
}

/* *************************** right bar *******************************/
#rightbar {
	float: right;
	width: 200px;
	padding: 0px; 
	margin:0px 0 10px 0;	
}
#rightbar .bloc_menu{
	background : #fff;
	margin : 0px 0 10px 0 ;
	padding: 5px;
}
#rightbar .haut_menu{
	width : 198px;
	height : 56px;
	background : url('../img/hautmenu.jpg');
	line-height : 56px;
	font-size : 16px;
	text-align : center;
}
#rightbar .titre_bloc{
	display : block;
	border-bottom : solid 2px #6297BC;
	color : #6297BC;
	font-size : 14px;
	font-weight : bold;
	font-family :'Trebuchet MS',Arial,Sans-serif;
	margin : 0 0 5px 0;
}
#rightbar li{
list-style-type : none;
margin : 0px;
padding: 0px;
}
#rightbar ul{
list-style-type : none;
margin : 0px;
padding: 0px;
}
#rightbar .button { 
	margin: 5px 0px 0px 111px; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* Footer */
#footer { 
clear: both; 
color: #7F7857; 
background: url('../img/bg.gif');
border-top: 5px solid #A0C241;
margin: 0 0 10px 0; 
padding: 0; 
height: 50px;	  
font-size: 95%;
}
#footer a { 
text-decoration: none; 
font-weight: bold;	
color : #DD561E;
}
#footer .footer-left{
float: left;
width: 45%;
}
#footer .footer-right{
float: right;
width: 45%;
}

/* menu tabs */
#header ul {
/*z-index: 999999;*/
position: absolute;
margin:0; padding: 0;
list-style:none;
right: 0; 
bottom: 6px !important; bottom: 5px;
font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#onglet li {
display:inline;
margin:0; padding:0;
}
#onglet a {
float:left;
background: url('../img/tableft.gif') no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#onglet a span {
float:left;
display:block;
background: url('../img/tabright.gif') no-repeat right top;
padding:6px 15px 3px 8px;
color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#onglet a span {float:none;}
/* End IE5-Mac hack */
#onglet a:hover span {
color:#FFF;
}
#onglet a:hover {
background-position:0% -42px;
}
#onglet a:hover span {
background-position:100% -42px;
}
#onglet #current a {
background-position:0% -42px;
color: #FFF;
}
#onglet #current a span {
background-position:100% -42px;
color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear{
	background:transparent none repeat scroll 0% 50%;
	clear:both;
	font-size:0px;
	height:1px;
	margin-bottom:-1px;
}
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

/* --- Calendar CSS --- */
#calendrier{
width : 95%;
/*border : solid 2px red;*/
margin : 5px auto 5px auto;
}
#calendrier .fleches{
background-color : #A9BAC3;
vertical-align :center;
text-align : center;
font-weight : bolder;
color : #fff;
}
#calendrier .nom_mois{
vertical-align :center;
text-align : center;
font-weight : bolder;
} 
#calendrier .noms_jours{
background-color : #A3C643;
text-align : center;
height : 15px;
color : #fff;
}
#calendrier .aujourdhui{
text-align : center;
background-color : #F2F2F2;
}
#calendrier .jours{
text-align : center;
}
#calendrier .evenement{
font-weight : bold;
background-color : #A9BAC3;
text-align : center;
}
#calendrier a{
color : #fff;
}
/* --- Meteo --- */
.ville_meteo{
	font-weight : bolder;
	text-align : center;
	display : block;
}
.infos_meteo{
	text-align : center;
	display : block;
	width : 122px;
}
/* --- Dons --- */
.sys_don{
	margin : 0 auto;
	text-align : center;
}
/* --- Sondage --- */
.question_sondage{
 	text-align : center;
 	font-weight : bold;
}
.reponse_sondage{
	margin : 0px 0px 3px 4px; 
	padding : 0px:
}
.pourcentage_sondage{
	font-weight : bolder;
	color : #9EC630;
}


/* ########################################### */
/* ################### photo ################## */
/* ########################################### */
/**
* @file: highslide.css
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
        background: none repeat scroll 0 0 #FAFAFA;
	border: 2px solid #EFEFEF;
        margin: 5px 6px;
        padding: 8px;
}
.highslide:hover img {
	border-color: #C1C1C1;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(../js/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../js/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../js/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../js/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(../js/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../js/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../js/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(../js/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../js/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(../js/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(../js/highslide/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(../js/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(../js/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../js/highslide/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../js/highslide/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../js/highslide/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../js/highslide/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

/*EDITEUR*/

#main .text_news h1,
#main .text_news h2,
#main .text_news h3,
#main .text_news h4,
#main .text_news h5,
#main .text_news h6{
    background: none;
    text-transform: none;
    border: none;
    color: #666666;
    padding: 0 ;
    margin: 0;
}

#main .text_news ul, ol {
    color: #666666;
}

/*PAGE CONTACT*/

.lstMembre{
    margin: 0 10px;
}

.membre{
    width: 45%;
    height: 90px;
    float: left;
    margin-left: 5px;
}

.membre p{
    margin: 0 0 5px 0;
}

.membre p span{
    font-size: 14px;
    color: #6297BC;
}.googlesearchchamp{
   color: #535353;
   width: 120px;
   margin: 8px 0 0 13px;
}.googlesearchchamp{
   color: #535353;
   width: 120px;
   margin: 8px 0 0 13px;
}
