/*-- Simonet Fabrice - Avril 2010 --*/

body {
   background-color: #1D1B1B;
   color: #CD9016;
   font-size: 1em;
}

img {	border:0;}

a {font-size: 0.8em;}
a:link {color:#CD9016;}    /* unvisited link */
a:visited {color:#CD9016;} /* visited link */
a:hover {color:#CD9016;}   /* mouse over link */
a:active {color:#CD9016;}  /* selected link */

.puce_jaune {
	height:8px;
	width:8px;
	padding-right:10px;
}
/*-- Gallerie --*/

.gallerie_ligne_fond tr.gallerietr{
	background-image:url('images/liens_photos_fond.gif');
	background-repeat:repeat-x;
	background-position:center; 
}

.gallerie_ligne_fond td img{
	border-style:solid;
	border-width:3px;
	border-color:#CB901A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*-- Corps de text--*/

.text_corps{
   font-size: 0.8em;
}

.letrine{
	font-size: 2em; 
	font-weight: bold;
}

.text_separation{
	border-width:1px;
	border-color:#1D1B1B;  
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding:2px;
	margin-right:15px;
}

/*-- Trombinoscope --*/

.img_membre{
	width: 77px;
	height: 168px;
	border-style:solid;
	border-width:3px;
	border-color:#CB901A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*-- Menu de gauche --*/
.menu_lien {
	font-family:"Georgia, Times New Roman, Times, serif";
	font-size:0.8em;
}

#menu_alarecherche {
	background-image:url('images/menu_recherche_off.gif');
	width: 164px;
	height: 67px;
}

#menu_alarecherche:hover {
	background-image:url('images/menu_recherche_on.gif');
}

#menu_nostalgiques {
	background-image:url('images/menu_levie_off.gif');
	width: 164px;
	height: 98px;   
}

#menu_nostalgiques:hover {
	background-image:url('images/menu_lavie_on.gif');
}

#menu_regard {
	background-image:url('images/menu_regard_off.gif');
	width: 164px;
	height: 99px;  
}

#menu_regard:hover {
	background-image:url('images/menu_regard_on.gif');
}


