/* CSS Document */
#container_creationsrecentes{
	/*position calque container_créations récentes=> calque de fond*/
 height:120px;
	visibility: visible;
	/*position:absolute retire complètement l'élément concerné du flux, et le place aux coordonnées définies par les propriétés bottom, left, right ou top. Ici dans le container MenuGauche pour le déplacement harmonieux lors de l'usage du menu vertical gauche. */
 position:absolute;
	/*float non nécessaire puisque défini dans le container Menu Gauche*/
 width:251px; /*height:115px;*/
	z-index:1;
	/*Structure calque container_créations récentes*/
 /*verre-fusion-couleur.gif background-color: #CCCCCC;*/
 background-color: #CCCCCC;
	margin-top: 5px;
	/*bord gauche clair*/
  /*apparence calque container_créations récentes*/
    border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cca;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #cca;
	/*background-image: url(accueil_fichiers/verre-fusion-couleur.gif);*/
}
#creations_titre{text-align: center;font-weight:bold; font-size:12px; font-family: Arial, Helvetica, sans-serif; 
color: #993333;/*bordeaux*/ text-decoration: none; margin:0.2em 0.5em 0.5em 0 ;
}
#AutoScrollContainer {position:absolute; top:15px; left:3px; width:240px; height:95px; 
/*clip=> réglage sur hauteur valeur 7 pour que le texte disparaisse sous le titre 
en laissant une marge plus esthétique.*/
clip:rect(7,240,140,0); overflow:hidden; z-index:2; visibility:visible; background-color: #CCCCCC; border: 1px none #000000;
}
/* calque affecté au défilement */
#AutoScrollContent {position:absolute; top:140px; left:0px; width:240px; visibility:visible; 
margin:0.2em 0.5em 0.2em 0.2em; 
}

/*Contenu de la zone de texte défilant*/
#AutoScrollContent h4 { text-align: center;font-weight:bold; font-size:11px; font-family: Arial, Helvetica, sans-serif; 
color: #993333;/*bordeaux*/ text-decoration: none; margin:0.2em 0.5em 0.2em 0;
}  
#AutoScrollContent p { text-align: left; font-weight: bold;
	font-size:11px;color:#666666;/*gris*/ font-family: Arial, Helvetica, sans-serif; text-decoration: none; 
	margin: .2em .2em 0 .2em; }
/*liens des nouveautés - respect du love-hate pour affichage correct - */
#AutoScrollContent a:link {font-weight: bold; font-size:11px;font-family: Arial, Helvetica, sans-serif; 
color: #CC0099; /*rouge*/ text-decoration: none;
}
#AutoScrollContent a:visited {font-weight: bold; font-size:11px;font-family: Arial, Helvetica, sans-serif; 
color: #CC0099; /*rouge*/ text-decoration: none;
}
#AutoScrollContent a:hover  {font-weight: bold; font-size:11px;color:#6633CC; /*bleu*/
font-family: Arial, Helvetica, sans-serif; text-decoration: none;
}


