@charset "UTF-8";
/* CSS Document */

/*------------------------------ Global ------------------------------*/

* {
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #3d2113;
	font-size: 12px;
}

/*html {
	overflow-y: scroll;
}*/

#contentbox a {
 text-decoration: underline;
}

body {
	/*background-color: #FFF;*/
	background-image: url(../../images/bg_global_natur.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	/*background-position: center 178px;*/
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	border: 0px;
}
h3
{
	font-size:12px;
	font-weight:bold;
	color:#3D2113;
}
/*  Pour le contenu qui ne peux être du texte.  */
.txt_indent {
	text-indent: -9999999px;
}

.clear {
	clear: both;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	width: 980px;
	height: auto;

}
h1 {
	font-size: 16px;
	padding-bottom: 16px;
}

h2 {
	font-size: 14px;

}

p {
	font-size: 12px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:0px;
}

#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0px;
}

.separator {
	border-bottom:1px solid #c2d8e3;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}



/*------------------------------ Header ------------------------------*/

#header_container {
	height: 178px;
	width: 100%;
	background-color: #FFF;
}

#header {
	height: 178px;
    width: 980px;
	background-color: #FFF;
	background-image: url(../../images/px_bg_header.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin:auto;
}

#header img {
	float:left;
}

#header .choix_langue {
	margin-left:927px;
}
#header .choix_langue 
{
 width: 150px;	
}

#header .choix_langue ul li {
	list-style-type: none;
	display:inline-block;
	padding-left: 10px;
	font-size: 12px;
	color: #91837a;
	font-weight: bold;
}
#header .choix_langue ul li a{
	color: #91837a;
	font-weight: bold;
}

#header .choix_langue ul li a:hover {
	color:#492e1d
}

#header .little_top_navi {
	width: 700px;
	float:right;
	text-align:right;
	margin-top:80px;
}
#header .little_top_navi ul li {
	list-style-type: none;
	font-size: 12px;
	color: #492e1d;
	font-weight: normal;
}
#header .little_top_navi ul li a{
	list-style-type: none;
	font-size: 12px;
	color: #492e1d;
	font-weight: normal;
}

#header .little_top_navi ul li a:hover {
	text-decoration: underline;
}

/*------------------------------ Content Box ------------------------------*/

html body #container #content_box {
	position: relative;
	width: 914px;
	top: 51px;
	left: 66px;
	margin-bottom: 0px;
}

/*------------------------------ Search Box ------------------------------*/

html body #container .search_box {
	position: relative;
	left: 809px;
	top: 178px;
	width: 171px;
	height: 22px;
	background-color: #FFF;
	clear:both;
}

html body #container .text_field_search {
	position: relative;
	width: 116px;
	top: 0px;
	text-align: right;
	margin-left: 0px;
	border: none;
	color: #a1928d;
	z-index: 9;
	margin-left: 10px;
}

html body #container .text_field_email {
	position: relative;
	width: 106px;
	top: 0px;
	text-align: left;
	margin-left: 0px;
	border: none;
	color: #a1928d;
	z-index: 9;
	margin-left: 10px;
}

html body #container .text_field_email_border {
	position: relative;
	width: 116px;
	height: 50px;
	top: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #a1928d;
	color: #a1928d;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 10;
}

html body #container .text_search {
	position: relative;
	top: 3px;
	margin-right: 0px;
	margin-left: 10px;
}

/*------------------------------ Left Box ------------------------------*/

html body #container #left_box {
	position: relative;
	float: left;
	width: 140px;
	overflow: hidden;
	left: 10px;
}

html body #container #left_box ul li.elementMenu {
	list-style-type: none;
}

html body #container #left_box ul li.elementMenu a {
	font-size: 12px;
	background-color: #3d2113;
	width: 140px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

html body #container #left_box ul li.elementMenu a:hover {
	background-color: #FFF;
	color: #6d98a9;
}
html body #container #left_box ul li.elementMenuSelected a{
	font-size: 12px;
	background-color: #FFF;
	width: 140px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #6d98a9;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}
/*------------------------------ Container Page Content ------------------------------*/

html body #container #container_page_content {
	position: relative;
	width: 562px;
	background-color: #FFF;
	left: 26px;
	float: left;
	padding-bottom: 50px;
	min-height: 680px;

}

html body #container #container_page_content #content{
	padding-left: 20px;
    padding-right: 20px;
}
	
		
	
html body #container #container_page_content ul.navi_level_2 {
	position: relative;
	width: 562px;
	background-color: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

html body #container #container_page_content ul.navi_level_2 li.secondElementMenu {
	height: 23px;
	line-height: 23px;
	padding-left: 20px;
	border-bottom:1px solid #C2D8E3;
	color: #887a71;
	font-weight: bold;
	font-size: 12px;
}

html body #container #container_page_content ul.navi_level_2 li.secondElementMenu a:hover {
	color: #3d2113;
}
html body #container #container_page_content ul.navi_level_2 li.secondElementMenuSelected{
	height: 23px;
	line-height: 23px;
	padding-left: 20px;
	border-bottom:1px solid #C2D8E3;
	color: #3d2113;
	font-weight: bold;
	font-size: 12px;
}
html body #container #container_page_content ul {
	list-style-type: none;
}

html body #container #container_page_content ul.ul_content_text {
	padding: 10px;
	list-style-type: disc;
	margin: 0 0 0 50px;
}

html body #container #container_page_content ul.ul_content_text li {
	padding: 5px 0px 5px 5px;
	color: #3d2113;
}

html body #container #container_page_content ul li h2 {

}

html body #container #container_page_content ul li p {
	margin-bottom:5px;
	padding-bottom:5px;
}

html body #container #container_page_content .spotlight {
	width: 535px;
	height: auto;
	margin: 0px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

html body #container #container_page_content .spotlight ul {
	position: relative;
	top: 26px;
	left: 319px;
	list-style-type: none;
	margin: 30px;
	width: 176px;
}

html body #container #container_page_content .spotlight ul li {
	margin-left: 0px;
	font-size: 16px;
	background-color: #3d2113;
	line-height: 25px;
	height: 25px;
	width: 176px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

html body #container #container_page_content .spotlight .mehr_plus a {
	position: relative;
	font-size: 11px;
	background-color: #3d2113;
	line-height: 15px;
	height: 15px;
	width: 80px;
	left: 455px;
	top: 25px;
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
}

html body #container #container_page_content .spotlight .mehr_plus a:hover {
	background-color: #FFF;
	color: #6d98a9;
}
html body #container #container_page_content ul .publie_par p {
	padding-bottom: 5px;
	margin-bottom:5px;
}

html body #container #container_page_content ul .publie_par h2 {
	padding-top: 0px;
}
html body #container #container_page_content ul li .news {
	margin-top: 15px;
	margin-bottom: 10px;	
}
html body #container #container_page_content ul li.publie_par .news img {
	float: left;	
	padding-left: 0px; 
	margin-bottom:5px;
	width:110px;
}

html body #container #container_page_content ul li.publie_par .news .texte_news {
	margin-left:120px;
	width: auto;
}

html body #container #container_page_content ul li.publie_par .news .texte_news p {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top:0px;
	padding-top:0px;
}

html body #container #container_page_content ul li.publie_par .news .texte_news .en_savoir_plus a {
	font-size: 11px;
	background-color: #3d2113;
	width: 80px;
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top:5px;
}

html body #container #container_page_content ul li.publie_par .news .texte_news .en_savoir_plus a:hover {
	background-color: #FFF;
	color: #6d98a9;
}
html body #container #container_page_content ul li.publie_par h2 a{
	color:#3D2113;
	font-size:14px;
	margin-bottom:20px;
}
html body #container #container_page_content ul li.publie_par h2 a:hover{
	color:#3D2113;
	font-size:14px;
	margin-bottom:20px;
	text-decoration:underline;
}

/*------------------------------ Calendar -------------------------------*/
div#content div#calendars{
	float:left;
	width:600px;
	margin-bottom:50px;
}


/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

div#content div#calendars #eventCalendar{
	width:165px;
	margin-top:10px;
	margin-bottom:5px;
	padding-right:15px;
	float:left;
}

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
div#content div#calendars table.calendar_main {
	font-family: Arial, Times, serif;
	font-size: 10px;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
div#content div#calendars .calendar_title {
	color: #000000;
	text-align: center;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
div#content div#calendars .calendar_title_month {
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
div#content div#calendars .calendar_title_month_clickable {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
div#content div#calendars .calendar_title_left_arrow {
	text-align: left;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
div#content div#calendars .calendar_title_right_arrow {
	text-align: right;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
div#content div#calendars .calendar_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
div#content div#calendars .calendar_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
div#content div#calendars .calendar_table {
	border:none;
	border-collapse: collapse;
	font-size: 11px;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
div#content div#calendars .calendar_table td {
	border: 1px solid #FFF;
	text-align: center;
	width: 25px;
	height:18px;
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
div#content div#calendars .calendar_table th {
	border: none;
	border-bottom-color:#FFF;
	/*background-color: #CCC;*/
	font-weight:normal;
	text-align: center;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
div#content div#calendars .calendar_weekend {
	background-color: #E9E9E9;
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
div#content div#calendars .calendar_other_month {
	color: #999999;
}

/* Style for the links of days not part of the month currently displayed */
/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
div#content div#calendars .calendar_other_month_clickable {
	color: #999999;
	text-decoration: none;
}

/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
div#content div#calendars .calendar_today {
	color: #B5BD0F;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
div#content div#calendars .calendar_today_clickable {
	color: #B5BD0F;
	text-decoration: none;
}

/* Style for the links of days part of the month currently displayed     */
/* Style des liens des jours faisant partie du mois en cours d'affichage */
div#content div#calendars .calendar_day_clickable {
	color: #000000;
	text-decoration: none;
}

div#content div#calendars .calendar_day_clickable_selected{
	color:#8FBACA;
	text-decoration: none;
	font-weight:bold;
	
}
/*DONATION*/
select#select_project
{
	width:170px;	
}



/*------------------------------ Right box ------------------------------*/

html body #container #right_box {
	position: relative;
	float: left;
	left: 41px;
	padding-top: 15px;
	padding-bottom: 15px;
	top: 0px;
	background-color: #FFF;
	width: 171px;
	background-image:url(../../images/bg_right_box.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

html body #container #right_box .ul_inscription_newsletter {
	list-style-type: none;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

html body #container #right_box .ul_inscription_newsletter li {
	margin-bottom: 5px;
}

html body #container #right_box .ul_inscription_newsletter li .radio_button {
	margin-left: 10px;
	margin-right: 10px;
}

html body #container #content_box #right_box .links_don_membre {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	list-style-type: none;
	width: 104px;
	height:auto;
}

html body #container #content_box #right_box .links_don_membre li {
	list-style-type: none;
	width: 104px;
	height: auto;
	margin-top: 5px;
	display:block;
}

html body #container #content_box #right_box .links_don_membre li a {
	font-size: 11px;
	background-color: #3d2113;
	line-height: 14px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}
html body #container #content_box #right_box .links_don_membre li a:hover {
	background-color: #FFF;
	color: #6d98a9;
}

/*------------------------------ Formulaire ------------------------------*/
input[type=text]
{
	border:1px solid #C2D8E3;	
}
input.error_form
{
	border:1px solid red;	
}

select
{
	border:1px solid #C2D8E3;	
}
/*------------------------------ Footer ------------------------------*/

/*html body #footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	width: 650px;
	height: 50px;
	padding-left: 0px;
	left: 0px;
}

html body #footer ul {
	padding-left: 0px;
	margin-left: 68px;
}

html body #footer ul li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
}

html body #footer h2 {
	padding-top: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-left: 76px;
}

html body #footer_container {
	position: absolute;
	height: 50px;
	width: 100%;
	background-color: #FFF;
}*/

/*------------------------------ Internet Explorer ------------------------------*/

*+html body #container #breadcrump {
}

/*------------------------------ Hacks Opera ------------------------------*/

/*@media screen and (min-width: -10px) {

}

@media screen and (min-width: -10px) {

}

/*------------------------------ Hacks Webkit ------------------------------*/
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {

}
*/

#container #container_page_content #content2  ul {
	list-style: disc;
	padding-left: 20px;
} 

#container #container_page_content #content2 ol {
	padding-left: 20px;
} 

#container #container_page_content .texte_news ul {
	list-style: disc;
	padding-left: 30px;
} 


#container #container_page_content .texte_news ol {
	padding-left: 30px;
} 




#container #container_page_content .texte_news ul {
	list-style: disc;
	padding-left: 30px;
} 


#container #container_page_content .texte_news ol {
	padding-left: 30px;
} 



#container #container_page_content #content2 a {
   text-decoration:underline;
} 

#container #container_page_content .texte_news a {
	 text-decoration:underline;
}


#container #container_page_content .en_savoir_plus a 
{
	 text-decoration:none;
}


#TabbedPanels1 
{
	margin:0px;
	padding:0px;
	/*background-color:#0F0;*/
	position:relative;
	left:0px;
}

.TabbedPanelsTab {
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #EDEDED;
	list-style: none;
	border-left: solid 1px #3d2113;
	/*border-bottom: solid 1px #3DADEF;*/
	border-top: solid 1px #3d2113;
	border-right: solid 1px #3d2113;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size:12px;
}

.TabbedPanelsTabHover {
	background-color: #FFF;
}

.TabbedPanelsTabSelected {
	background-color: #FFF;
	/*border-bottom: 1px solid #3DADEF;*/
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	/*border-left: solid 1px #3DADEF;
	border-bottom: solid 1px #3DADEF;*/
	border-top: solid 1px #3d2113;
	/*border-right: solid 1px #3DADEF;*/
	background-color: #FFF;
	
}
.TabbedPanelsContent {
	overflow: hidden;
	padding-top: 20px;
}
.TabbedPanelsContent a {
	text-decoration: underline;
}

.TabbedPanelsContentVisible {
}


.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #EDEDED;
	border-right: solid 1px #EDEDED;
	border-left: solid 1px #EDEDED;
	/*border-bottom: solid 1px #EDEDED;*/
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #EDEDED;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
	border-top:1px solid #EDEDED;
}
 
#searchbox {	
	margin-top: 5px;
}


#search_field {

	width: 134px;
	height: 20px;
	
	font-weight: bold;
}
#searchForm input#search_valid[type=submit]
{
	background:url(../../images/search_icone.gif) bottom left no-repeat;
	width: 22px;
	height: 20px;
	cursor:pointer;	
	border: none;
} 