/* APROPOS.CSS */
/* La page A propos */

/* Bienvenue, texte et photo */

#Bienvenue {
width:990px!important;
margin:auto!important;

}

#Presentation {
	margin-top: 25px; /* Pour une raison mysterieuse, Safari refuse de mettre la marge en bas du bloc bienvenue. Donc on la met en haut du bloc animation! */
	width: 860px;
	padding:20px;
	background-color:#FFF;
}

#Presentation a {
	font-weight:normal;
}
#Presentation a:hover {
	text-decoration:none;
}
#Presentation h2 {
	font-weight: normal;
	font-size: 2.6em;
	margin-bottom:0;
}

#Presentation h3 {
	color: #489FAC;
	font-weight: normal;
	font-size: 1.5em;
	margin-top:0;

}

/* I'M A - Scrollable */
/* Les Showcase "scrollable" */

/* Les Showcase "scrollable" */

.Scroll {
	width: 900px;
	height: 150px;
    position:relative;
	overflow:hidden;
}

.Items{
    position:absolute; 
    height:2000em;  
}

.Item {
	width: 880px;
	height: 130px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	background-color:#FFF;
	border:10px #FFF solid;
}

.Item .content {
	margin-top:40px;
	margin-left:100px;
}

.Item .content h2, .Item h3{
	display:inline;
 	padding:2px;
	background-color:#FFF!important;


}

.Item .content h2, {
	font-size:2.5em;
}

.Item .content h3 {
	text-transform:uppercase;
}

.Item .hover {
	background:url(../UI/AproposFacebookOn.png);
	width:880px;
	height:130px;
	position:absolute;
	visibility:hidden;
}

.Item#Etudiant {
	background:url(../UI/AproposEtudiant.jpg)!important;
}

.Item#Graphisme {
	background:url(../UI/AproposGraphisme.jpg)!important;
}

.Item#Life {
	background: center url(../UI/AproposLife.jpg)!important;
}


.Item#Mosbyist {
	background: url(../UI/AproposMosbyist.jpg)!important;
}

.Item#Jobiste {
	background: url(../UI/AproposJobiste.jpg)!important;
}

.Item#Geek {
	background: url(../UI/AproposGeek.jpg)!important;
}

.Item#Tee {
	background: url(../UI/AproposTee.jpg)!important;
}

.Item#Jobs {
	background: #fff no-repeat center bottom url(../UI/AproposJobs.jpg)!important;
}

.Item#Jobs h2 {
	display:block;
	text-align:center;
}
.Item#Jobs .content {
	text-align:center;
	margin-left:0!important;
}


.Item#Ecolo {
	background: url(../UI/AproposEcolo.jpg)!important;
}


/* Perso */

#Sidebar {
	width: 190px;
	float: right;
}

#Perso {
	margin-bottom: 25px;
	padding: 10px;
	border: 5px solid #FFFFFF;
	background-color: #003847;
	height:537px;

}

#Perso hr {
margin-top:3px!important;
margin-bottom:3px!important;
border-top:solid 1px #FFFFFF!important;
}

#Perso h2 {
	color:#FFFFFF;
}

#Diapo { /* Diapo de photo SLIDE.COM */
	border: 3px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 100px;
	margin-top: 35px;
}


/* Carte de visite & texte */
#Contact{
	margin-bottom: 25px;
}

	#ContactCarte{
		width: 260px;
		float: left;
		height: 180px;
	}

	#ContactTexte {
		margin-bottom: 25px;
		text-align:center;
	
		width: 290px;
		float: none;
		margin-left: 280px;
		height: 130px;
	}
	
	#ContactTexte h2 {
		padding-top:40px!important;
		padding-bottom:10px;
	}
	
	#ContactTexte h3.sous {
		color:#FFF!important;
	}


/* "Jetez un oeil sur mon cv", lien shadowbox vers le CV */
#LienCV {
	background:url(../UI/AproposCVFond.jpg) no-repeat #003847;
	margin-bottom:25px;
	border:5px solid #FFF;

	width:670px;
	padding-top:60px;
}

/* Disponibilit� */
#Dispo {
	width:285px; /* 305 avec le padding*/
	height: 160px; /*180 avec le padding*/
	padding:10px;
	float:left;
	background:#FFF;
}

/* Rencontrons-nous  */
#Rencontre {
	background-color: #FFFFFF;
	width: 350px;
	float: none;
	margin-left: 330px;
	height: 180px;
}

/* Badges socialnetworking */
#Badges {
	margin-top:20px;
	width:900px;
}

#BadgesFacebook, #BadgesLast, #BadgesYoutube {
	background-color: #FFFFFF;
	margin-bottom: 25px;

	height:200px;
	border: 5px solid #FFFFFF;
}

#BadgesYoutube{
	width: 250px; /* 260 avec la bordure*/
	float:left;
	background-color: #003847;

}
#BadgesLast {
	width:184px; /* 194 avec la bordure */
	margin-left:23px;
	float:left;

}

#BadgesFacebook {
	background:url(../UI/AproposFacebook.png) center no-repeat #FFF;
	width:390px; /* 300 avec la bordure*/
	margin-left: 500px; /* 260+23+194+23 */
	position:relative;
}

#BadgesFacebookOn {
	background:url(../UI/AproposFacebookOn.png);
	width:390px;
	height:160px;
	position:absolute;
	padding-top:40px;
	visibility:hidden;
	}

#BadgesFacebookOn a {
	background:url(../UI/AproposFacebookOn.png);
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif!important;
	font-size:1.5em;
	display:block;
	height:20px;
	padding:20px;
	width:350px;
	border-top:solid #FFF 1px!important;
	text-align:center;
	color:#FFF!important;
	}

#BadgesFacebookOn a#twitter {
	border-bottom:solid #FFF 1px!important;
	}

#BadgesFacebookOn a img {
	border:none!important;
	}

#BadgesFacebook li {
	  padding-top:60px;
	  display:block;
	  list-style:none;
	  width:300px;
	  height:200px;
	  overflow:hidden;
	  
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:1.2em;
	  font-weight:lighter;
	  letter-spacing:-0.05em;
	  color:#FFFFFF;

}

#BadgesFacebook a {
}

#BadgesFacebook a:hover {
	text-decoration:none;
	border:none;
}
