

/* Général */
body {
	color: #F0E39E;
	background: #FFF;
	 color: #164B73; 
	font: 12px verdana, arial, sans-serif;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	background: url(img/11-colgauche.png) repeat-y left top;
}
#centre-bis {
	background: url(img/11-coldroite.png) repeat-y right top;
}

/* Navigation */
#navigation {

	color: #F7E1FF;
}
#navigation a {
	background: #B8DB4D;
	color:#506412;
}
#navigation a:hover, #navigation a:focus {
	background: #FF6600;
	color:#FFFFFF;
}
a.membre { /* style du texte principale - lien avant survol */
  display:block ; /* retour à la ligne après le style */
  text-decoration:none ; /* supprime le soulignement du lien */
  color : #F3E3C2 ; /* couleur du texte */
  font-size : 13px ; /* Taille de la police */

  padding: 0 2px 2px 0} /* Crée un marge intérieur de 2 pixels à droite et en bas du texte */

a.membre:hover { /* style du texte principale - lien pendant survol */
  padding: 2px 0 0 2px; /* Crée un marge intérieur de 2 pixels en haut et à gauche du texte */
  color:#B3BA3E ; /* couleur du texte, donc de l'ombre */
  }

/* Contenu principal */

#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}

#resultat{
	margin-top:10px;
	background-color: #FFF;
	color: #181A12;


}
#fiche_info{
	margin-top:10px;
	background-color: #F7E1FF;
	color: #F7E1FF;


}




#texte_actu{
	float:right;
padding-top: 80px;

}




/* Contenu secondaire */
#secondaire {
	background: #FFF;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0px 0px;
}
#global {
	width: 90%;
	max-width: 90em;
	min-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
background: url(img-annuaire/fond-moteur.png) no-repeat right top;

}
.Style1 {
	color: #841A72;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}
-->
#derniere_minute {
width:180px;
padding: 10px 10px 10px 10px;
	BORDER-TOP:#999900 1px solid;
BORDER-LEFT:#999900 1px solid;
BORDER-RIGHT: #999900 1px solid;
BORDER-BOTTOM: #999900 1px solid;
}




#logo{
	float:left;


}
#moteur{

	float:right;
padding-top: 50px;

}



/* Bloc central */
#centre-bis {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 210px;

}
#navigation ul {
	margin: 0;
	margin-top: 5px;
	padding: 10px 10px 10px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	margin-top: 5px;
}
.a membre {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	margin-top: 5px;
	background-color:#FF6600;
}
/* Contenu principal */
#principal {
	width: 70%;
margin-top: 20px;
background-color: #E7FFB8;
	margin-left: 220px;
	margin-right: 20px;
	padding-right: 20px ;
	padding-left: 20px ;

}
#principal > :first-child {
	margin-top: 0px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 200px;
		padding: 10px 10px 10px 10px;
}

/* Pied de page */
#pied {
width: 600px;
	margin: 0;
	padding: 15px 260px 10px 200px;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

h1 {
 font: bold 14px verdana, arial, sans-serif;
 color: #993300; 
text-align: center;
background-color: #C4FF55;
	width: 95%;
	padding: 10px 10px 10px 10px;
}
h2 {
 font: bold 13px verdana, arial, sans-serif;
 color: #993300; 
text-align: center;
}
h3 {
 font: bold 11px verdana, arial, sans-serif;
  color: #993300; 

}
/* the div that holds the date picker calendar */

.dpDiv {

}

 

/* the table (within the div) that holds the date picker calendar */

.dpTable {

font-family: Tahoma, Arial, Helvetica, sans-serif;

font-size: 12px;

text-align: center;

color: #505050;

background-color: #ece9d8;

border: 1px solid #AAAAAA;

}

 

/* a table row that holds date numbers (either blank or 1-31) */

.dpTR {

}

 

/* the top table row that holds the month, year, and forward/backward buttons */

.dpTitleTR {

}

 

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */

.dpDayTR {

}

 

/* the bottom table row, that has the "This Month" and "Close" buttons */

.dpTodayButtonTR {

}

 

/* a table cell that holds a date number (either blank or 1-31) */

.dpTD {

border: 1px solid #ece9d8;

}

 

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */

.dpDayHighlightTD {

background-color: #CCCCCC;

border: 1px solid #AAAAAA;

}

 

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */

.dpTDHover {

background-color: #aca998;

border: 1px solid #888888;

cursor: pointer;

color: red;

}

 

/* the table cell that holds the name of the month and the year */

.dpTitleTD {

}

 

/* a table cell that holds one of the forward/backward buttons */

.dpButtonTD {

}

 

/* the table cell that holds the "This Month" or "Close" button at the bottom */

.dpTodayButtonTD {

}

 

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */

.dpDayTD {

background-color: #CCCCCC;

border: 1px solid #AAAAAA;

color: white;

}

 

/* additional style information for the text that indicates the month and year */

.dpTitleText {

font-size: 12px;

color: gray;

font-weight: bold;

}

 

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 

.dpDayHighlight {

color: 4060ff;

font-weight: bold;

}

 

/* the forward/backward buttons at the top */

.dpButton {

font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

font-size: 10px;

color: gray;

background: #d8e8ff;

font-weight: bold;

padding: 0px;

}

 

/* the "This Month" and "Close" buttons at the bottom */

.dpTodayButton {

font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

font-size: 10px;

color: gray;

background: #d8e8ff;

font-weight: bold;

}