/*COULEUR DE LA BARRE DE DEFILEMENT*/
BODY{
/* la couleur principale (face) */
scrollbar-face-color:#CDA55F;
/* la couleur des fleches */
scrollbar-arrow-color:#ffffff;
/* la couleur de fond (entre le curseur et la fleche) */
scrollbar-track-color:#FFE2A8;
/* la couleur claire interieure (relief) (haut+gauche) */
scrollbar-highlight-color:#F0FCBA;
/* la couleur claire exterieure (haut+gauche) */
scrollbar-3dlight-color:#CDA55F;
/* la couleur foncee interieure (bas+droite) */
scrollbar-shadow-color:#800000;
/* la couleur foncee exterieur (bas+droite) */
scrollbar-darkshadow-color:#000000;
}
/* #C98345 */
/* #FFDDBB */

/* #CDA55F */
/* #FFE2A8 */


/* GENERAL */

.fondpageweb {
	background-color : #ffffff;
}
/*-----PAGE LIENS-------*/
.lien-copain {
	background-color:#FFE2A8;
	}
.lien-new {
	background-color:#FFE2A8;
	}

/*----coups de coeur------*/
.lien-cdc {
	background-color:#FCFFBB;
	}

a:link { text-decoration: underline; color: #800000 }
a:visited { text-decoration: underline; color: #800000 }
a:active { text-decoration: underline; color: #FF6600 }
a:hover { text-decoration: none; color: #FF6600; font-weight: none;}

a:link.sponsor { text-decoration: none; color: #800000 }
a:visited.sponsor { text-decoration: none; color: #800000 }
a:active.sponsor { text-decoration: none; color: #FF6600 }
a:hover.sponsor { text-decoration: none; color: #FF6600; font-weight: none;}
/* couleur origine :
vert: #008000
rouge: #800000
orange: #FF9900  #FF6600
*/


P,td,tr {
	font-family : Comic Sans MS, arial, sans-serif; 
	font-size : 12px; 
	color : #000000;
 	text-decoration: none;
	font-weight: none;
	margin-top: 0; 
	margin-bottom: 0 }

.titrepage {
	font-family : Comic Sans MS, arial, sans-serif; 
	font-size : 30px; 
	color : #008000;
 	text-decoration: none;
	font-style: italic; }

.titre {
	font-family : Comic Sans MS, arial, sans-serif; 
	font-size : 14px; 
	color : #000000;
 	text-decoration: none;
	font-weight: bold; }

.nav  {
	font-family : comic sans ms, arial, sans-serif; 
	font-size : 12px; 
	font-weight: none;
	color:#008000
	}

.copyright {
	font-size : 12px
	}

hr {color:#FF6600}


.commentaire {color:#008000}



/* HOME */

.nav-home {
	font-family : Comic Sans MS, arial, sans-serif; 
	font-size : 16px; 
	font-weight: none;
	margin-top: 0; 
	margin-bottom: 0 }

.bandeau {
	color : #008000; 
	}

.sponsor {
	font-size : 10px; 
	}

.flash {
	font-size : 14px; 
	}


/* AUTORISATION DE REPRODUCTION */

.reproduction{
	font-size : 10px; 
	}

/* PAGES GALERIE */

.tour_vignette {
	border: 2px solid black;
	}
.tour_vignette-2 {
	border: 0px solid #404040;
	}

.tour_photo-1 {
	border: 0px solid white;
	border-left: 0px solid white;
	border-top: 0px solid white;
		}

.tour_photo-2 {
	border: 0px solid #CF9C5D;
	}

.tour_photo-3 {
	border: 0px solid #404040;
	}

.tour_photo-4 {
	border: 2px solid black;
	}

.titretheme {
	font-family : Comic Sans MS, arial, sans-serif; 
	font-size : 25px; 
	color : #008000;
 	text-decoration: none;
	font-weight: none; }

.titretheme-mosaic {
	font-family : Comic Sans MS, arial, sans-serif; 
	font-size : 14px; 
	color : #008000;
 	text-decoration: none;
	font-weight: bold; }

.titre_vignette {
	font-family : Comic Sans MS, arial, sans-serif; 
	font-size : 10px; 
	color : #000000;
 	text-decoration: none;
	font-weight: none;
	}



