/*
	CSS-Accueil pour egzakt.com
	@author Jeff - egzakt.com
	@version 2007-12-21

	2008-01-10 Simon :		Animation des realisations vedettes Pub-Com et Interactif
	2011-09-20 Emilie :		Refonte en dessous du bloc présentation
*/

/****************************************************************************
 * ACCUEIL
 */

.accueil .presentation {
	background-color:#000;
	height:26em; /* 235px*/
	margin-bottom:10px;
}

.accueil h1 {
	background-color: #000;
	color: #fff;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 1.64em;
	line-height: 1em;
	margin: 0;
}

/**************************
Bloc presentation
*/

#presentation {
	width:960px;
	height:313px;
	background:#fff;
	position:relative;
	z-index:1;
}

#overlay_accueil {
	width:362px;
	height:40px;
	position:absolute;
	background:#000;
	top:122px;
	left:293px;
	z-index:100;
	border:4px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}

#overlay_accueil a.gauche {
	height:33px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:155px;
	text-align:right;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-transform:uppercase;
	color:#a4a4a4;
	padding:7px 16px 0 0;
	cursor:default;
}

#overlay_accueil a.gauche:hover{
	color:#fff;
}

#overlay_accueil a.droite {
	height:33px;
	display:block;
	position:absolute;
	top:0;
	left:192px;
	width:155px;
	text-align:left;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-transform:uppercase;
	color:#a4a4a4;
	padding:7px 0 0 16px;
	cursor:default;
}

#overlay_accueil a.droite:hover{
	color:#fff;
}

#overlay_accueil span.plus {
	display:block;
	position:absolute;
	top:10px;
	left:172px;
	width:20px;
}

.piece_gauche,
.piece_gauche_overlay {
	position: absolute;
	top:0;
	left:0;
	width:470px;
	height: 312px;
	background: #fff;
}

.piece_gauche_overlay {
	/*z-index:20;*/
	background:#fff;
	height:285px;
	opacity:.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	display:none;
}

.piece_gauche_overlay div {
	width:190px;
	margin:40px 0 0 52px;
	font:1.18em Arial;
	color:#515151;
}

.piece_gauche_overlay div span.titre,
.piece_droite_overlay div span.titre {
	font: bold 1.27em Arial;
	text-transform:uppercase;
	color:#515151;
}

.piece_droite,
.piece_droite_overlay {
	width:470px;
	height: 312px;
	background:#fff;
	position:absolute;
	top:0;
	right:0;
}

.piece_droite_overlay {
	z-index:20;
	background:#fff;
	height:285px;
	opacity:.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	display:none;
}

.piece_droite_overlay div {
	width:190px;
	margin:40px 0 0 228px;
	font:1.18em Arial;
	color:#515151;
}

#presentation .preload {
	display:none;
	position:absolute;
}

.texte_realisation {
	text-align:right;
	padding:2px 0 10px;
	font-size: 1em;
	line-height: 1em;
	color:#000;
}

.texte_realisation a {
	color:#000;
}

.texte_realisation .nom_client {
	font:bold 1.09em arial,sans-serif;
	color:#d7001d;
}
.texte_realisation .nom_client_msie {
	font:bold 1.05em tahoma,arial,sans-serif;	/*BUG IE6 Fadeout()/Arial*/
}

#shadow {
	z-index:99;
	position:absolute;
	top:83px;
	left:253px;
	width: 455px;
	height: 131px;
	background: url(../images/ul/tuiles/accueil_shadow.png) top left no-repeat;
}

#shadow.msie {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='../images/ul/tuiles/accueil_shadow.png');
}


/* ARCHITECTURE CONTENU
-----------------------------------------*/
.accueil #conteneur_colonnes {
    background:url(../images/ul/tuiles/accueil_conteneur_colonnes.gif) no-repeat left bottom;
}

.accueil #colonne_blogue {
	float:left;
	width:225px;
	margin-right:20px;
}

.accueil #colonne_facebook {
	float:left;
	width:225px;
}

.accueil #colonne_banniere {
	float:right;
	width:470px;
}


/* BILLETS VEDETTES
-----------------------------------------*/
#billets_vedettes {
	float:right;
	width:225px;
	background-color:#fff;
	border-bottom:1px solid #fff;
}

#billets_vedettes h5 {
    font-size:1.33em;
    line-height:1.2em;
	background-color:#F0047F;
	margin-bottom:3px;
	padding:10px 13px;
}

#billets_vedettes h5 a {
	color:#fff;
}

#billets_vedettes h5 a:hover {
    text-decoration:underline;
}

#billets_vedettes li {
	background-color:#F0F0F0;
	padding:10px 13px;
	margin-top:1px;
	border:1px solid #F0F0F0;
	border-top-left-radius:5px;
}

#billets_vedettes h3 {
	font-size:1.273em;
	line-height:1.2em;
	color:#333;
	margin:0 0 2px 0;
}

#billets_vedettes h3 a {
	color:#333;
}

#billets_vedettes h3 a:hover {
	text-decoration:underline;
}

#billets_vedettes h4 {
	display:inline;
	font-size:1em;
	line-height:1.2em;
	color:#3AB5E8;
	font-weight:normal;
}

#billets_vedettes h4 a {
	color:#3AB5E8;
}

#billets_vedettes h4 a:hover {
	text-decoration:underline;
}


/* TWITTER
-----------------------------------------*/
#twitter {
	width:224px;
	margin-top:20px;
}

#twitter h5 {
	background-color:#0084B4;
	margin-bottom:3px;
}

#twitter h5 a {
	color:#fff;
}

#twitter .zone_contenu {
	padding:10px 13px;
	background-color:#daebf4;
	border:1px solid #daebf4;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

#twitter ul {
	font-size:1.182em;
	line-height:1.3em;
	margin-bottom:10px;
}

#twitter ul a {
	color:#4C91C7;
	text-decoration:underline;
}

#twitter ul a:hover {
	color:#333;
}

#twitter .date {
	margin-top:5px;
	font-size:0.846em;
	line-height:1.2em;
}

#twitter .date a {
	text-decoration:none;
}


/* BANNIÈRES
-----------------------------------------*/
#ustream {
    width:470px;
    height:300px;
}

#reel {
    display:none;
}
