@charset "UTF-8";
/* CSS Document */

/* Home */
a.home_link {
	position: relative;
	display: block;
	float: left;

	width: 175px;
	padding-left: 50px;

	height: 66px;
	padding-top: 4px;
	margin-top: 12px;

	background-color: #FFFFFD;
	border-top: solid 2px #4A4646;
	border-bottom: solid 2px #4A4646;

	text-decoration: none;
	color: #7A7474;
	line-height: 12px;

	background-position: 4px 3px;
	background-repeat: no-repeat;


}

a.home_link:hover {
	background-color: #E7E6E0;
	color: #605858;
}

a.home_link:active {
	background-color: #CFCDC1;
}

.home_link_info {
	font-style: italic;
	color: #B7B4B4;


}

.home_aller {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.home_guide_web {
	background-image: url('img/i_guide_web.png');
}

.home_annonces {
	background-image: url('img/i_petites_annonces.png');
}

.home_agenda {
	background-image: url('img/i_agenda.png');
}

.home_annuaire {
	background-image: url('img/i_annuaire.png');
}

.home_clubs {
	background-image: url('img/i_clubs.png');
}

.home_tshirts {
	background-image: url('img/i_tish.png');
}

/* Encart news home */

.special_news {
	position: relative;
	background-color: #23221C;
}

.special_news_text {
	margin-top: 10px;
	padding-bottom: 16px;
	padding-left: 30px;
	line-height: 14px;

	background-image: url('img/actu.png');
	background-position: 9px 3px;
	background-repeat: no-repeat;

}

h3.news_title {
	display: inline;
	color: #CACAC7;
	font-size : 13px;

}

a.b_all_news {
	position: relative;
	top: 2px;
	margin-left: 195px;

}


/* Petites annonces */

.annonce {

	margin-top: 12px;

	border-top: solid 2px #7F7D75;
	border-bottom: solid 2px #7F7D75;

	text-decoration: none;
	color: #7A7474;
	line-height: 12px;
	font-size: 10px;

}

.annonce_photo {
	float: left;
	background-color: #383732;
	width: 80px;
	height: 125px;
	padding: 5px;
	text-align: center;


}

a.annonce_photo_link {
	font-size: 9px;
	font-style: italic;
	color: #B3B09F;
	text-decoration: none;
	line-height: 20px;
}

.annonce_text {
	float: left;
	width: 220px;
	padding-left: 5px;
	padding-right: 5px;

	padding-top: 4px;
	padding-bottom: 4px;

	line-height: 13px;

}

.annonce_contact {
	float: left;
	width: 138px;
	padding-left: 5px;
	padding-right: 5px;

	height: 125px;

	padding-top: 4px;
	padding-bottom: 4px;

	line-height: 15px;

	background-color: #FFFFFD;

}

h3.h3_annonce {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: normal;

}

.annonce_type {
	color: #004D68;
	letter-spacing: 1px;
	font-weight: bold;
}

.annonce_product {
	color: #4A4A41;

}

.annonce_lieu {
	color: #4A4A41;
	font-weight: bold;

}

.annonce_price {
	position: relative;
	background-color: #004D68;
	padding : 2px;
	top: 8px;
	
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;

}


.annonce_contact_pic {
	margin-bottom: 5px;

}
.annonce_name {
	color: #4A4A41;
	font-weight: bold;
}

.annonce_mobile {
	background-image: url('img/mini_mobile.png');
	background-repeat: no-repeat;
	background-position: 2px 0px;

	padding-left: 14px;
}

.annonce_fixe {
	background-image: url('img/mini_fixe.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;

	padding-left: 14px;
}


.annonce_mail {
	background-image: url('img/mini_mail.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;

	padding-left: 14px;
}

.annonce_infos {
	font-size: 9px;
	text-align: right;
	color: #9B9797;
	margin-top: 3px;
}

.annonce_type_selec {
	background-color: #393131;
	color: #F5F4EF;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 1px;

}

.annonce_type_selec:hover {
	color: #F5F4EF;
}

/* Agenda Liste */


a.event{

	position: relative;
	display: block;

	padding: 4px;
	padding-bottom: 20px;
	margin-top: 12px;

	background-color: #FFFFFD;
	border-top: solid 2px #7F7D75;
	border-bottom: solid 2px #7F7D75;

	text-decoration: none;
	color: #7A7474;
	line-height: 14px;

}

a.event:hover {
	background-color: #E7E6E0;
	color: #605858;
}

a.event:active {
	background-color: #CFCDC1;
}

.event_date {
	font-size: 10px;
}

.event_title {
	font-size: 12px;
	font-weight: bold;
	color: #5F7930;
}

.event_place {
	font-size: 10px;
	font-weight: bold;
	color: #A39F9F;
}

.event_b_infos {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* Agenda details */
h2.event_detail_title {

	color: #5F7930;
	font-size: 18px;
	font-weight: bold;

}

.event_detail_infos {

	position: relative;
	display: block;

	padding: 4px;
	padding-bottom: 8px;
	margin-top: 12px;
	margin-bottom: 20px;

	border-top: solid 2px #7F7D75;
	border-bottom: solid 2px #7F7D75;

	text-decoration: none;
	color: #7A7474;
	line-height: 14px;

	line-height: 15px;
}

.event_detail_infos_col1 {
	width: 50%;
	float: left;
}

.event_detail_infos_col2 {
	width: 50%;
	float: left;
}

.event_name {
	color: #4A4A41;
	font-weight: bold;
}

.event_mail {
	background-image: url('img/mini_mail.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;

	padding-left: 14px;
}


.event_tel {
	background-image: url('img/mini_fixe.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;

	padding-left: 14px;
}

.event_link {
	background-image: url('img/mini_link.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;

	padding-left: 14px;
}

.event_detail_text {
	line-height: 14px;

}


/* Guide web */

.guide_search_form {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 317px;
	top: 150px;
}

.guide_search_input {
	background-color: #F5F4EF;
	height: 12px;
	width: 150px;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	float: left;
	padding: 3px;
	border-right: 0;
	border-left: solid 1px #827D6B;
	border-top: solid 1px #827D6B;
	border-bottom: solid 1px #827D6B;


}

.guide_search_input:focus {
	border-color: #827D6B;
	background-color: #FFFFFF;
	border-right: none;

}

.guide_search_button {
	width: 23px;
	height: 20px;
	background-image: url('img/b_search.png');
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;

}

.guide_search_button:focus {
	margin: 0px;
	padding: 0px;
	border: none;
}

.guide_search_button:hover {
	background-image: url('img/b_search_over.png');
}

a.guide_button_rub {
	position: relative;
	display: block;
	float: left;

	width: 217px;

	height: 66px;
	padding: 4px;
	margin-top: 12px;

	background-color: #FFFFFD;
	border-top: solid 2px #4A4646;
	border-bottom: solid 2px #4A4646;

	text-decoration: none;
	color: #7A7474;
	line-height: 12px;

	background-position: 4px 3px;
	background-repeat: no-repeat;


}


a.guide_button_rub:hover {
	background-color: #E7E6E0;
	color: #605858;
}

a.guide_button_rub:active {
	background-color: #CFCDC1;
}

.guide_top {
	width: 200px;
	padding-top: 30px;
	padding-left: 25px;
	float: left;

	margin-bottom: 15px;
	margin-top: 25px;
	background-repeat: no-repeat;

}

.top_votes {
	background-image: url('img/fond_top_votes.png');
}

.top_clics {
	background-image: url('img/fond_top_clics.png');
}

a.guide_top_cell {
	display: block;
	padding: 4px;
	margin-bottom: 4px;
	color: #574750;
	text-decoration: none;
}

.guide_top_cell:hover {
	background-color: #CF99A3;
}

.pos1 {
	background-color: #D8ACB4;
}

.pos2 {
	background-color: #E8D0D4;
}

.pos3 {
	background-color: #F1E2E4;
}

.guide_top_position {
	color: #8F1129;
	font-weight: bold;
}

a.guide_site{

	position: relative;
	display: block;

	padding: 4px;
	margin-top: 18px;
	margin-bottom: 2px;

	background-color: #FFFFFD;
	border-top: solid 2px #7F7D75;
	border-bottom: solid 2px #7F7D75;

	text-decoration: none;
	color: #7A7474;
}

a.guide_site:hover {
	background-color: #E7E6E0;
	color: #605858;
}

a.guide_site:active {
	background-color: #CFCDC1;
}

.guide_site_title {

	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #8F1129;
}

.guide_site_b_visiter {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.guide_site_b_voter{
	display: block;
	float: left;
	width: 98px;
}



.guide_site_description {

	display: block;
	font-size: 10px;


}

.guide_site_note {

	display: block;
	position: absolute;
	right: 4px;
	top: 4px;

}

.guide_site_votes {

	background-image: url('img/mini_star.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;

	padding-left: 12px;

	margin-right: 15px;

	font-size: 10px;
	font-weight: bold;
	color: #A6A2A2;
}

.guide_site_clics {

	background-image: url('img/mini_cursor.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;

	padding-left: 12px;

	font-size: 10px;
	font-weight: bold;
	color: #A6A2A2;
}

.guide_site_infos {
	display: block;
	width: 466px;
	font-size: 9px;
	text-align: right;
	color: #9B9797;
	margin-top: 3px;

}

.guide_menu_haut {
	width:220px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;

	line-height: 15px;
}

.guide_menu_item {
	padding-left: 9px;
	background-image: url('img/puce.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;

}


/* Annuaire */
a.annuaire_membre{

	position: relative;
	display: block;
	
	height: 40px;

	padding: 4px;
	margin-top: 12px;
	margin-bottom: 2px;

	background-color: #FFFFFD;
	border-top: solid 2px #7F7D75;
	border-bottom: solid 2px #7F7D75;

	text-decoration: none;
	color: #7A7474;

	line-height: 15px;
}

a.annuaire_membre:hover {
	background-color: #E7E6E0;
	color: #605858;
}

a.annuaire_membre:active {
	background-color: #CFCDC1;
}

.annuaire_pseudo {

	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #453A6C;
}

.annuaire_place {

	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #9C9898;
}

.annuaire_2cvtype {

	background-image: url('img/mini_2cv.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;

	padding-left: 20px;

	margin-right: 15px;

}

.annuaire_b_contacter {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.annuaire_photo {

	position: absolute;
	right: 4px;
	top: 3px;
}

.annuaire_membre_info {
	display: block;
	width: 466px;
	font-size: 9px;
	text-align: right;
	color: #9B9797;
	margin-top: 3px;

}

.annuaire_fiche_tete {
	width: 100px;
	float: left;
}

.annuaire_fiche_content{
	width: 356px;
	float: left;
	padding-left: 12px;

}

.annuaire_fiche_pseudo{

	font-size: 20px;
	font-weight: bold;
	color: #453A6C;
}



.annuaire_fiche_place {
	font-size: 11px;
	font-weight: bold;
	color: #9C9898;
}

.annuaire_fiche_description {
	display: block;
	margin-top: 10px;
	line-height: 13px;
	font-size: 10px;


}

.annuaire_fiche_link {
	background-image: url('img/mini_link.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;

	padding-left: 14px;
}

.annuaire_fiche_strong {
	color: #453A6C;
	font-weight: bold;


}

img.clubs_map {
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}

.clubs_menu_haut {
	width:150px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;

	line-height: 15px;
}

.club_elem{

	position: relative;
	display: block;
	
	

	padding: 4px;
	margin-top: 12px;
	margin-bottom: 2px;

	background-color: #FFFFFD;
	border-top: solid 2px #7F7D75;
	border-bottom: solid 2px #7F7D75;

	text-decoration: none;
	color: #7A7474;

	line-height: 15px;
}

.club_address{

	width:250px;
	float:left;

}

.club_name {
	font-size: 12px;
	font-weight: bold;
	color: #CC862B;
}

.club_contact {
	float:left;
	width: 210px;

	padding-top: 17px;
	background-image: url('img/contact.png');
	background-repeat: no-repeat;

}

.club_tel{
	background-image: url('img/mini_mobile.png');
	background-repeat: no-repeat;
	background-position: 2px 0px;

	padding-left: 14px;
}

.club_mail{
	background-image: url('img/mini_mail.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;

	padding-left: 14px;
}

.club_link{
	background-image: url('img/mini_link.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;

	padding-left: 14px;
}

/* Histoire */

.histoire_img{
	float: left;
	font-style: italic;
	font-size: 10px;

	margin-right: 15px;
	margin-bottom: 5px;
}

/* Page news */

.news_item {
	position: relative;
	display: block;

	padding-top: 4px;
	padding-bottom: 0px;
	margin-top: 35px;
	margin-bottom: 2px;

border-top: solid 1px #7F7D75;

	border-bottom: solid 1px #7F7D75;

	text-decoration: none;
	color: #7A7474;

	line-height: 15px;
}

.news_item_text {


}

h3.news_item_title {
	display: inline;
	color: #322727;
	font-size : 13px;

}


.news_item_info {
	display: block;
	width: 466px;
	font-size: 9px;
	text-align: right;
	color: #9B9797;
	margin-top: 3px;

}

.news_item_pic {
	margin-bottom: 5px;
}

.newsletter {
	background-color: #11100A;
	padding: 10px;

}

.newsletter_border {
	position: relative;
	border: solid 1px #41473C;
	padding: 6px;
	padding-top: 17px;
}

.newsletter_title {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -6px;
	left: 5px;
}


