@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	}

/*LES CLASSES QUI GERENT LES LIENS PAR DEFAUT*/

/*ETAT AU REPOS*/
a:link {
	color: #eeeeee;
	text-decoration:none;
	cursor:auto;
}

/*ETAT VISITE*/
a:visited {
	color: #ffffff;
	text-decoration:none;
	cursor:auto;
}

/*ETAT AU PASSAGE DE LA SOURIS*/
a:hover {
	color: #333333;
	text-decoration:none;
	cursor:auto;
	}
	
	/*ETAT CLIQUE DE LA SOURIS*/
a:active {
	color: #333333;
	text-decoration:none;
	cursor:auto;
}


/*CLASSES QUI FORCENT LES LIENS AUTRES QUE PAR DEFAUT*/

/*ETAT AU REPOS*/
a.mentionlien{
	color: #ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:underline;

	}
	
	/*ETAT AU PASSAGE DE LA SOURIS*/
a.mentionlien:hover {
	color: #ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;

	
	}

/*CLASSES QUI PERMETTENT DE POSITIONNER LES DIVERSES DIV DE LA PAGE*/

/*DIV GLOBALE QUI CONTIENT TOUT LE SITE*/
div#contenu {
	float:center;
	width:640px;
	height:480px;
	position: absolute;
	left: 50%;
	margin-top: 0px; /* moitié de la hauteur */
	margin-left:-320px; /* moitié de la largeur */
	top: 45px;
	background-image:url(../img/fond_site.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:left;
	}
	
	div#contenu_mail {
	float:center;
	width:640px;
	height:480px;
	position: absolute;
	left: 50%;
	margin-top: 0px; /* moitié de la hauteur */
	margin-left:-320px; /* moitié de la largeur */
	top: 45px;
	background-image:url(../images/logo-beaute-web-thd.jpeg);
		background-repeat:no-repeat;
	background-position:center;
	text-align:left;
	}

/*DIV ANNEWES*/

div#bandeau {
	width:988px;
	height:20px;
	background-color:#00CCFF;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-variant:small-caps;
	}
	
div#menu {
	float:left;
	width:150px;
	height:660px;
	background-color:#FF6699;
	color:#FFF;
	background-image:url(../images/fd.png);
	background-position:center;
	background-repeat:repeat-x;
	
	}
	
	div#centre {
	float:left;
	width:640px;
	height:660px;
	background-color:#ffcc00;
	color:#F00;
	
	}
	
	div#blahblah {
	float:left;
	width:350px;
	height:350px;
	background-color:#333333;
	color:#F00;
	padding-left:35px;
	
	}
	
	
	
	
	
div#pied_page {
	clear:both;
	width:640px;
	height:20px;
	background-color:#33FF99;
	font-family:Verdana, Geneva, sans-serif;
	}

/*CLASSES QUI FORCENT TOUTES LES IMAGES AVEC UN PADDING DE 45 pixels*/

	/*CLASSES TEXTE DE BASE*/
	
.texte {
	padding-left:155px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bolder;
	font-size:24px;
	}
	
	.message {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	font-variant:normal;
	}

.mentions {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	font-variant:normal;
	}
	
	.mentions_pt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#FFF;
	font-variant:normal;
	}


/* DIV FLOTTANTE*/

div#flottante {
	clear:both;
	width:640px;
	height:60px;
	position: absolute;
	top: 500px;
	text-align:center;
	left: 0px;
	z-index:5;
}

div#logo {
	clear:both;
	width:450px;
	height:188px;
	position: absolute;
	top: 0px;
	text-align:center;
	left: 0px;
	z-index:5;
}

div#message {
	clear:both;
	width:640px;
	height:33px;
	position: absolute;
	top: 496px;
	text-align:center;
	left: 0px;
	z-index:5;
}


div#homestaging {
	clear:both;
	width:450px;
	height:80px;
	position: absolute;
	top: 465px;
	text-align:center;
	left: 0px;
	z-index:5;
}
	div#actu {
	float:center;
	width:450px;
	height:508px;
	position: absolute;
	top: 11px;
	background-color:#ffffff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	z-index: 500;
	left: 20px;
	}
	
	div#logo_actu {
	clear:both;
	width:343px;
	height:137px;
	position: absolute;
	top: 15px;
	text-align:center;
	left: 4px;
	z-index: 9;
	}
	
	div#mynews {
	clear:both;
	width:533px;
	height:235px;
	position: absolute;
	top: 247px;
	text-align:justify;
	padding:0px 20px 0px 20px;
	left: 20px;
	z-index: 20;
	overflow-x: hidden;
	overflow-y: auto;
	}
	.texte_actu2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666666;
		text-align:justify;
	
	}

