#bouton-promotion {
	margin-top: 10px;
}

/*--------------------------------------------------------------------
 * COLONNE GAUCHE
 **/

#colonne_gauche {
	width: 406px;
	padding-top: 488px;
}


/*--------------------------------------------------------------------
 * PRINCIPAL
 **/

#principal.image-alea-1 {
	background-image: url(../images/accueil_photos/1.jpg);
	background-repeat: no-repeat;
}

#principal.image-alea-2 {
	background-image: url(../images/accueil_photos/2.jpg);
	background-repeat: no-repeat;
}

#principal.image-alea-3 {
	background-image: url(../images/accueil_photos/3.jpg);
	background-repeat: no-repeat;
}


/*--------------------------------------------------------------------
 * CONTENU
 **/

.image-alea-1 #contenu {
	background-image: url(../images/accueil_photos/1_fade.jpg);
	background-repeat: no-repeat;
}

.image-alea-2 #contenu {
	background-image: url(../images/accueil_photos/2_fade.jpg);
	background-repeat: no-repeat;
}

.image-alea-3 #contenu {
	background-image: url(../images/accueil_photos/3_fade.jpg);
	background-repeat: no-repeat;
}


/*--------------------------------------------------------------------
 * LIENS RAPIDES
 **/

#liens_rapides {

}

#liens_rapides .unLien {
	margin-right: 8px;
	float: left;
}

#liens_rapides .dernierLien {
	margin-right: 0;
}

#liens_rapides .unLien img {
	border: 0;
}

/*--------------------------------------------------------------------
 * Photos
 **/
 
 #photos{
	height:115px;
	left:-10px;
	margin-top:1em;
	position:relative;
	width:380px;
 }
 
  #photos .unePhoto{
	background-image:url("../images/photo2-fond.gif");
	float:left;
	height:100px;
	margin-right:7px;
	padding:4px 3px 11px 10px;
	width:170px;
  }

