@charset "utf-8";
/* CSS Document */
@import url(layout.css);
@import url(lightview.css);
@import url(glider.css);

#gauche {
	padding-right: 25px;
	width: 400px;
	float: left;
	}

/* PRESENTATION */	
#introduction {
	padding-bottom: 21px;
	}
	
#introduction h3 {
	padding-top: 60px;
	color: #839626;
	}
	
/* COMPETENCES */
#competence {
	padding: 13px 15px 13px 15px;
	margin-bottom: 25px;
	background: #839626;
	}
	
#competence h3, #contact h3 {
	color: #ffffff;
	padding-bottom: 20px;
	}
	
#competence ul, #contact ul {
	list-style: none;
	color: #FFFFFF;
	position: relative;
	}
		
#competence ul li {
	position: relative;
	width: 265px;
	}
	
.progressBar {
	position: absolute;
	left: 80px;
	text-align: right;
	width: 185px;
	}
	
.progressBar img {
	float: left;
	margin-top: 5px !important;
	}	

		
	
/* CONTACT */
#contact {
	padding: 13px 15px 13px 15px;
	margin-bottom: 25px;
	background: #016277;
	}
	
#contact ul li#mobile {
	padding-left: 32px;
	background: url(../../img/accueil/mobile.png) 5px no-repeat;
	height: 24px;
	line-height: 24px;
	}
	
#contact ul li#fixe {
	padding-left: 32px;
	background: url(../../img/accueil/fixe.png) no-repeat;
	height: 24px;
	line-height: 24px;
	}
	
#contact ul li#email {
	padding-left: 32px;
	background: url(../../img/accueil/email.png) 4px no-repeat;
	height: 24px;
	line-height: 24px;
	}
	

/* DROITE */	
#droite {
	width: 425px;
	float: left;
	background: #ffffff;
	}
		
	
/* PERSO */
		
#perso {
	height: 270px;
	width: 230px;
	margin-left: 120px;
	background:url(../../img/accueil/bonhomme.png) bottom left no-repeat;
	padding-top: 33px;
	padding-left: 20px;
	position: relative;
	}
	
#perso div#visage {
	background: url(../../img/accueil/tete.png) no-repeat;
	height: 100px;
	width: 100px;
	}
	
#perso div#visage img#tete {
	display: none;
	}
	
#perso div#bulle {
	position: absolute;
	background:url(../../img/accueil/bulle.png);
	width: 101px;
	height: 55px;
	top: 0px;
	right: 0px;
	padding: 20px 17px 23px 20px;
	font-size: 12px;
	color: #839626;
	line-height: 14px;
	text-align: left;
	}
