/* CSS Document */
@import url("menu.css");

/*-------- Initialisation des balises -----------------*/
h1, h2, h3, h4, h5, h6, dl, dt, dd, form, ul, li, p
	{
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	}
	
body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f5f5f5;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

}

h2 {
	color: #81BC3C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

/*--------------------------- Position du site et délimitation  -----------------------------*/
#Page{
	width: auto;
	margin-top: 20px;
}

#Conteneur{
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#Contenu{
	height: auto;
	background-image: url(../images/fond_page01.gif);
	background-repeat: repeat-y;
}

#Entete{
	width: 980px;
	height: auto;
	text-align: left;
	position: relative;
}
#BlocMenu {
	width: 980px;
	height: 34px;
	background-image: url(../images/fond-menu.gif);
	background-repeat: no-repeat;
	z-index: 99;
}

/*--------------------------- Photos -----------------------------*/
.PhotoDroite {
	margin-left: 12px;
	float: right;
	border: 1px solid #666666;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.PhotoGauche {
	margin-right: 12px;
	float: left;
	border: 1px solid #666666;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 2px;
}

/*--------------------------- Contenant -----------------------------*/

#Contenant {
	width: 980px;
	/*height: 363px !important;
	height: 363px;*/
	padding: 0px;
	margin: 0px;
	background-image: url(../images/fond_page01.gif);
	background-repeat: repeat-y;
}
#Contenant a, #Contenant a:link, #Contenant a:active, #Contenant a:visited{
	color: #000000;
	text-decoration: underline;
}

#Contenant a:hover{
	color: #81BC3C;
	text-decoration: underline;
}
#Contenant p {
	margin-top: 7px;
	margin-bottom: 10px;
}

#Contenant h3 {
	color: #81BC3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

#Contenant h4 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#Contenant h5 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

/*--------------------------- Bloc Titre ligne de vie -----------------------------*/
#BlocTitre {
	display: block;
	width: 460px;
	margin-left: 10px;
	color: #81BC3C;
	margin-bottom: 10px;
}
#BlocTitre .lignedevie {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#BlocTitre .lignedevie2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
}

/*--------------------------- Colonnes -----------------------------*/
#ColGauche {
	float: left;
	width: 472px;
	height:auto;
	/*height: 372px !important;
	height: 343px;*/
	padding-right: 10px;
	display: inline;
}

#ColMilieu {
	float: left;
	width: 235px;
	height:auto;
	/*height: 372px !important;
	height: 343px;*/
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}

#ColDroite {
	float: right;
	width: 223px;
	height:auto;
	/*height: 327px !important;
	height: 298px;*/
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}

#BlocAnecdote {
	float: left;
	width: 190px;
	height: auto;
	padding: 10px;
	background-color: #D9EBC4;
	border: 1px solid #81BC3C;
	position: relative;
	left: 3px;
	top: -7px;
}
#ColDroite h2 {
	color: #81BC3C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #D9EBC4;
	top: 3px;
	left: 10px;
	position: relative;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	display: inline;
	z-index: 30;
}
#Ensavoirplus, #Ensavoirplus a, #Ensavoirplus a:link, #Ensavoirplus a:active, #Ensavoirplus a:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin-top: 6px;
	z-index: 50;
}
#Ensavoirplus a:hover {
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin-top: 6px;
}

#EspaceAdherents {
	float: left;
	width: 223px;
	height: 45px !important;
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	background-color: #0079C1;
}
#BlocChamois {
	width: 243px;
	height: 43px;
	position: relative;
	top: -43px !important;
	top: -60px;
	float: right;
}

#ColGaucheContenu{
	float: left;
	width: 260px;
	height: 341px;
	padding-left: 10px;
	display: inline;
	border-left: 1px solid #81BC3C;
	text-align: justify;
}

#ColDroiteContenu {
	float: left;
	width: 320px;
	display: inline;
}

#Scroll {
	float: left;
	width: 627px;
	height: 363px !important;
	height: 365px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	scrollbar-face-color: #CAD1D3;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #91B5D7;
	scrollbar-darkshadow-color: #91B5D7;
	scrollbar-track-color: #BBCACF;
	scrollbar-arrow-color: #FFFFFF
}

/*--------------------- Pied de page -----------------*/			
#Pied {
	width: 980px;
/*	height: 82px;*/
	height: 112px;
	float: left;
	position: relative;
	background-color: #FFFFFF; 
	color: #000000;
	top: -43px !important;
	top: -60px;
}
#PiedEntete {
	width: 980px;
	height: 8px;
	float: left;
	position: relative;
	background-color: #81BC3C;
}
#PiedMilieu {
	width: 980px;
	/*height: 27px;*/
	height: 42px!important;
	height: 57px;
	float: left;
	position: relative;
	padding-top:15px;
}
#PiedMilieu a, #PiedMilieu a:link, #PiedMilieu a:active, #PiedMilieu a:visited {
	color: #000000;
	text-decoration: none;
}
#PiedMilieu a:hover {
	color: #81BC3C;
	text-decoration: none;
}
#PiedBas {
	width: 980px;
	height: 22px;
	line-height: 9px;
	float: left;
	background-color: #81BC3C;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline;
}
#PiedBas a, #PiedBas a:link, #PiedBas a:active, #PiedBas a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#PiedBas a:hover {
	color: #FFE400;
	text-decoration: none;
}
#Pied .LienCa
{
height:40px;
position:absolute;
right:100px;
top:18px;
width:90px;
z-index:100;
}
		
/*--------------------- Signature Alliance-Réseaux -----------------*/					
#Signature{
	color: #C5F05C;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}

#Signature a, #Signature a:link, #Signature a:active, #Signature a:visited{
	color: #C5F05C;
	text-decoration: none;
}

#Signature a:hover{
	color: #FFE400;
	text-decoration: none;
}

/*--------------------- Popup -----------------*/					
#Popup{
	width: 663px;
	height: 580px !important;
	height: 600px;
	background-color: #BBCACF;
	padding: 10px;
	margin: 0px;
}

/*--------------------- Formulaire -----------------*/					
.combo {
	height: 14px; 
	BORDER-RIGHT: #404040 1px solid;
	BORDER-TOP: #404040 1px solid;
	BORDER-LEFT: #404040 1px solid;
	BORDER-BOTTOM: #404040 1px solid;
	 font-family: verdana;
	 font-size:11px;
	 font-style: normal;
	 color :#000000;
	 background-color: #FFFFFF;
 }
 .comborecherche {
	height: 10px; 
	BORDER-RIGHT: #404040 1px solid;
	BORDER-TOP: #404040 1px solid;
	BORDER-LEFT: #404040 1px solid;
	BORDER-BOTTOM: #404040 1px solid;
	font-family: arial;
	font-size:10px;
	font-style: normal;
	color :#000000;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-left: 3px;
 }
 .bordblanc {	BORDER-LEFT: #FFFFFF 1px solid;
 }

/*--------------------- En savoir plus - espece -----------------*/	
div#espece{
	text-align:center;
	padding-left:10px;
	background-color:#FFFFFF;
}

/*--------------------- En savoir plus - espece -----------------*/	

div#Contenuform input,div#Contenuform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #000;
	}
div#Contenuform {
	padding:0;
	width: 480px;
	position: relative;
	left: 0px;
	height: 100%;
	}
