/*------------------------------------------------------------------CONFIG GENERAL --------------*/
body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: #e4e4e4 url(skins/img/bg_body.png) repeat-x top left;
}
#template_general_01 {
    background: url('skins/img/bg_template.jpg') no-repeat top center;
}

object, embed {
outline:none;
outline:0;
}

img { border:none;}

/*-----------------------------*/
.gauch {
	background-image: url(skins/img/bg_gauche.png);
	background-position: right top;
	background-repeat: no-repeat;
}
/*-----------------------------*/
.droit {
	background-image: url(skins/img/bg_droite.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#template_top h1, #template_top h2 {
    margin: 0; padding: 0;
    float: left;
}
#topmenu {
    clear: both;
    font-family: 'Trebuchet MS', Verdana, Georgia, sans-serif;
    overflow: hidden;
    height: 34px;
    background: url('skins/img/bg_topmenu.png') repeat-x top left;
}
#topmenu a {
    color: #fff;
    font-size: 0.8em;
    padding: 0 11px;
    text-decoration: none;
    line-height: 34px;
    float: left;
    border-right: 1px solid #478ec0;
}
#topmenu a + a {
    border-left: 1px solid #1367a2;
}
#topmenu a#lnk_home {
    background: url('skins/img/picto_home.png') no-repeat top center;
    width: 13px;
    padding: 0 15px;
}
#topmenu a:hover, #topmenu a.selected {
 background: #fff; color: #212020;   
}
#topmenu a#lnk_home:hover, #topmenu a#lnk_home.selected {
    background-position: bottom center;
}

#flash_info {
    font-size: 0.8em;
    color: #464646;
    background: #fff url('skins/img/bg_flash_info.png') no-repeat top left;
}
#flash_info td {
    padding: 2px 0 0 120px;
}
#flash_info a {
    color: #464646;
}
#slide_accueil ul {
    list-style: none;
    list-style-image: none;
    padding: 0; margin: 0;
}
#slide_accueil li {width: 836px;}

#alaune {
    padding: 0; margin: 0;
    height: 303px;
    list-style: none;
    list-style-image:none;
    text-align: left;
    border-top: 1px solid #25385e;
}
.li_toggle a {
    padding: 27px 20px;
    display: block;
    background: url('skins/img/bg_alaune.png') repeat-y top left;
    height: 46px;
    color: #c3d6f8;
    text-decoration: none;
    font-size: 0.8em;
    border-bottom: 1px solid #25385e;
}
.li_toggle a h2 {
    color: #fff;
    padding-left: 25px;
    margin: 0;
    font-size: 1.25em;
    background: url('skins/img/fleche_rouge.png') no-repeat left center;
}
.li_toggle a:hover, .li_toggle.selected a {
    background-position: top right;
}

#fleche_slide {
    width: 19px; height: 25px;
    position: absolute;
    left: -4px;
    top: 38px;
    background: url('skins/img/fleche_slide.png') no-repeat center center;
}
#bloc_alaune {position: relative;}
#bloc_alaune a {
    display: block;
    width: 639px; height: 304px;
}

#actus_accueil {
    text-align: left;
    padding: 35px 45px 22px;
    font-size: 0.8em;
    background: url('skins/img/ombre_actus_acc.png') no-repeat top center;
}
#actus_accueil > a {
    float: right;
    padding: 5px 0;
}
#actus_accueil h2 {margin: 0 0 10px;}
#actus_accueil a {
    text-decoration: none;
    color: #5c8bb7;
}
#actus_accueil ul {
    list-style: none;
    list-style-image: none;
    padding: 0; margin: 0;
}
#actus_accueil li a {
    display: block;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    padding: 10px;
    height: 98px;
}
#actus_accueil li a:hover {background: #fafafa;}
#actus_accueil h3 {
    margin: 0;
}
.categ {
    text-transform: uppercase;
    font-weight: bold;
    color: #cc532e;
}
.la_date {color: #9a9b9b;}
.img_actu_acc {
    float: left;
    width: 98px; height: 98px;
    background: url('') no-repeat center center;
    background-size: 100%;
    margin: 0 10px 0 0;
}

#bloc_membre {
    height: 38px;
    padding: 77px 0 0 109px;
    background: url('skins/img/bloc_membre.png') no-repeat top left;
}
#bloc_membre a {
    color: #fff;
    text-align: left;
    font-size: 0.8em;
    text-decoration: none;
    float: left;
    width: 100px;
}
#bloc_membre a:hover {text-decoration: underline;}
#bloc_calendrier {
    color: #5c8bb7;
    height: 100px;
    font-size: 0.8em;
    text-align: left;
    padding: 62px 100px 0 30px;
    background: url('skins/img/bloc_calendrier.jpg') no-repeat top left;
}
#bloc_voyages {
    height: 114px;
    text-align: right;
    padding: 65px 25px 0 80px;
    font-size: 0.8em;
    margin-bottom: -20px;
    color: #fff;
    background: url('skins/img/bloc_voyages.jpg') no-repeat top left;
}
#bloc_calendrier a, #bloc_voyages a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    margin-top: 8px;
    letter-spacing: -0.05em;
    text-decoration: none;
    background: #2472aa;
    border: 1px solid #699ec4;
    border-top: 1px solid #1b5781;
}
#bloc_calendrier a:hover, #bloc_voyages a:hover {
    background: #fff;
    color: #2472aa;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #c3d6f8;
}
/*-----------------------------*/
#template_bottom_02 table td + td {
    border-left: 1px solid #ebeaea;
}
.bas_01 {
    color: #8c8c8c !important;
    font-size: 0.8em !important;
}
.menubas {
	font-size: 11px;
	color: #7f94a7;
	text-align:left;
    padding: 25px 15px;
    list-style: none;
    list-style-image: none;
    line-height: 1.3em;
}
.menubas a {
	color: #7f94a7;
    text-decoration: none;
}
.menubas a:hover {
	color: #7f94a7;
}
.menubas > li {padding-bottom: 10px;}
.menubas > li > a {font-weight: bold;}
.menubas ul {
    list-style: none;
    list-style-image: none;
    padding: 0 0 0 15px;
    margin: 0;
}
#bottom_newsletter {
    background: url('skins/img/bg_bottom_news.png') no-repeat top center;
    padding: 5px 25px 20px;
    color: #464646;
    font-size: 0.8em;
    text-align: left;
    overflow: hidden;
}
#bottom_newsletter input {
    border: none;
    text-align: left;
    float: left;
    color: #000;
    margin-right: 12px;
    width: 150px;
}
#submit_bottom {
    float: left;
    width: 24px; height: 23px;
    text-decoration: none;
    background: url('skins/img/btn_ok_bottom.png') no-repeat top center;
}
#facebook, #rss {
    text-decoration: none;
    float: left;
    width: 50px; height: 60px;
    margin: 15px 15px 0 0;
}
#facebook {
    background: url('skins/img/facebook.png') no-repeat top center;
    margin-left: 50px;
}
#rss {
    background: url('skins/img/rss.png') no-repeat top center;
}
#submit_bottom:hover, #facebook:hover, #rss:hover {background-position: bottom center;}
/*------------------------------------------------------------------ CONFIG TEXTE GENERAL --------------*/
.text_general{
	font-size: 12px;
	color:#333333;
	text-align:justify;
}
.text_general a {
	color: #188bc2;
}
.text_general a:hover {
	color: #333333;
}

.text_general li{
/*list-style-image:url(skins/img/fleche01.gif);*/
}
/*-----------------------------*/
.menu-gauch{
	font-size: 12px;
	color:#FFFFFF;
	text-align:justify;
	font-weight: bold;
	text-decoration:none;
}
.menu-gauch a {
	color: #FFFFFF;
}
.menu-gauch a:hover {
	color: #FFFFFF;
}
/*-----------------------------*/
.text-gauch{
	font-size: 12px;
	color:#FFFFFF;
	text-align:left;
}
.text-gauch a {
	color: #FFFFFF;
}
.text-gauch a:hover {
	color: #FFFFFF;
}
/*-----------------------------*/
.champ01{
	font-size: 11px;
	color:#000000;
	text-align:Center;
}
/*--------- ACCUEIL AGENDA --------------------*/
.agenda01{
	font-size: 12px;
	color:#5c8bb7;
	text-align:justify;
}
.agenda01 a {
	color: #5c8bb7;
}
.agenda01 a:hover {
	color: #5c8bb7;
}
/*-----------------------------*/
.agenda-date{
	font-size: 12px;
	color:#9a9b9b;
	text-align:justify;
}
/*------------- ACTUS / AGENDA ----------------*/
.actus-onmouseover {
	background-color:#EFEFEF;
	cursor: pointer;
}
.actus-onmouseout {
	background: #FFFFFF;
	cursor: default;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

.titreGeneral {
	color:#ce4920;
	font-size: 16px;
	font-weight:bold;
	text-align:left;	
}
.sstitreGeneral {
	font-size: 14px;
	color:#eba00d;
	font-weight:bold;
	text-align:left;
}	

.menuGauche a{
	display:block;
	text-decoration:none;
	text-align:left;
	padding-left:15px;
}

.menuGauche a:hover{
	text-align:left;
	padding-left:15px;
	display:block;
	background-color:#188bc2;
	cursor: pointer;
	text-decoration:none;
}

.menuSelected a{
	display:block;
	text-decoration:none;
	background-color:#188bc2;
	text-align:left;
	padding-left:15px;
}

#menu_clubs a:hover, .menuSelected#menu_clubs a{
background:url(skins/img/arrplan_club.jpg);
}

#menu_archives a:hover, .menuSelected#menu_archives a{
background:url(skins/img/arrplan_archives.jpg);
}

#menu_ffaccc a:hover, .menuSelected#menu_ffaccc a{
background:url(skins/img/arrplan_ffaccc.jpg);
}

.lien_menu_bas {
color: #444444;
font-weight:bold;
font-size:10px;
text-align:center;
}
/*------------------------------------------------------------------ CONFIG CLUBS --------------*/

#club-sel  {
	float:left;
	padding:0px; 
	margin-left:15px;
	margin-bottom:5px; 
	margin-top:5px;
	
	font-size:13px;
}

#club-sel select {
	font-size:12px;
}

.club-titre{
	font-size: 13px;
	color:#5c8bb7;
	text-align:justify;
	font-weight:bold;
}

#club-bloc {
	background-color:#f7f7f7;
	padding-bottom:5px;
	padding-top:20px;
	padding-right:20px;
	padding-left:2px;
}

#club-bloc table{
	margin-right:10px;
}

#club-bloc p{
	margin:5px;
	padding:0;

}
.club-nom {
	padding-top:10px;
	color:#ce4920;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
}

.clubs-item, .clubs-onmouseout {
	background: #f7f7f7;
	cursor: default;
}

.clubs-onmouseover {
	background-color:#EFEFEF;
	cursor: pointer;
}


/* ---------------------------------  STATIQUE ------------------------------*/

.comite-bloc {
background: transparent url(skins/img/fede_comite_bloc_bas.jpg) bottom left no-repeat;
}

.comite-mail a{
float:right;
/*margin: 0 15px 0 2px;*/
display:block;
width:33px;
height:31px;
background: transparent url(skins/img/fede_comite_mail_off.gif) top left no-repeat;
}

.comite-mail a:hover{
float:right;
/*margin: 0 15px 0 2px;*/
float:right;
display:block;
width:33px;
height:31px;
background: transparent url(skins/img/fede_comite_mail_on.gif) top left no-repeat;
}

.plan_site {
list-style: none;
}

.commission-sstitre {
padding:0;
margin:0;
padding-top:14px;
text-align:center;
}
.commission-bloc {
padding-left:20px;
padding-right:20px;
margin:0;
}


/* ---------------------------------  ACTUALITES / AGENDA ------------------------------*/
#actualites {
	margin-top:10px;
	font-size:12px;
}
#actualites p {
	padding:0px;
	margin:0px;
	margin-top:9px;
} 
#actualites .date {
	color: #7D7D7D;
}
#actualites .titre {
	font-size:16px;
	font-weight:bold;
	color: #3C6587;
}

#actualites .postby {
	color: #7D7D7D;
	font-size:11px;
}

#actualites .texte {
	color: #305A7B;
	letter-spacing: 1px;
}
.actualites-moteur {
	margin-top:13px;
}
.actualites-moteur span, select{
	font-size : 13px;
}
.actualites-moteur a {
	color: #305A7B;
	font-size : 13px;
	text-decoration: none;
}

/* -------------------------------------- NEWSLETTER -------------------------------------- */


#newsletter {
	width:250px;
	height:125px;
	background:transparent url(skins/img/news_alerte.gif) center top no-repeat;
	position:absolute;
	top:250px;
	margin-left: 358px;
	z-index:100;
	text-align:center;
}

#newsletter p {
	padding:15px 15px 10px 15px;
	color:#FFFFFF;
}

.partStyle p {
margin:0;
padding:0;
	
}

.lienclick {
cursor:pointer;	
}