body{
	margin: 0px;
	background-color: white;
	font-family: Arial;
}

#global{
	width: 78%;
	margin-left: 11%;
}

#global h2{
	margin-top: 0px;
	font-size: 1.2em;
	color: #4bc0e3;
	padding-left: 50px;
}

#global h3{
	font-size: 0.8em;
	line-height: 8px;
	margin-top: 8px;
	color: #555555;
}

.header{
	margin: 0px;
	height: 70px;
	line-height: 70px;
	color: #555555;
	
}

.header h1{
	margin-top: 0px;
}

#realisations{
	width: 100%;
	margin-top: 20px;
	float: left;
	margin-right: 1%;
}

#realisations h2{
	float: left;
	background-image: url('images/interface/monitor.png');
	background-repeat: no-repeat;
	background-position: center left;
	height: 35px;
	line-height: 30px;
}

#realisations #pagesRea{
	height: 31px;
	float: right;
	color: #b0b0b0;
}
#realisations #pagesRea ul{
	margin: 0px;
}

#realisations #pagesRea li{
	display: block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	background-color: black;
	color: white;
	float: left;
	margin-right: 10px;
	font-size: 0.8em;
	margin-top: 2px;
	cursor: pointer;
}


#realisations #cadreRea{
	height: 280px;
	width: 700px;
	margin: auto;
	clear: both;
	border: 3px solid black;
	position: relative;
	overflow: hidden;
}

.imageRea{
	display: none;
	background-repeat: no-repeat;
	position: absolute;
	float: left;
}

#cadreRea .descriptionRea{
	background-color: black;
	height: 70px;
	opacity: 0.8;
	color: white;
	padding: 3px;
	width: 100%;
	position: absolute;
	top: 210px;
	z-index: 700;
}

.descriptionRea{
	width: 100%;
}

#global .descriptionRea h3{
	color: white;
}

.descriptionRea p{
	font-size: 0.7em;
}

#presentation{
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	background-image: url('images/interface/happy.png');
	background-repeat: no-repeat;
	text-align: justify;
}

#presentation h2{
	margin-top: 8px;
	margin-bottom: 30px;
}

#presentation p{
	text-align: justify;
	font-size: 0.8em;
	line-height: 20px;
	color: #555555;
}


#competences, #xpPro, #formation, #loisirs, #contact{
	width: 100%;
	clear: both;
}
	
.footer{
	clear: both;

}

#competences .rubrique, #xpPro .rubrique, #formation .rubrique, #loisirs .rubrique {
	width: 200px;
	float: left;
	margin-right: 4%;
	height: 180px;
	margin-bottom: 10px;
}

#xpPro h2{
	background-image: url('images/interface/chart.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 28px;
	padding-top: 7px;
	margin-bottom: 0px;
}

#xpPro .rubrique{
	height: 170px;
	margin-bottom: 60px;
}


#competences .rubrique .niveaux,#competences .rubrique p{
	float: left;
}

#competences .rubrique p{
	margin-top: 0px;
	width: 70%;
	margin-right: 5%;
	font-size: 0.8em;
}

#formation .rubrique{
	height: 120px;
}

#competences .rubrique{
	height: 190px;
}

#loisirs .rubrique{
	height: 120px;
}

#competences .competence{
	color: #555555;
}


#competences .rubrique p, #xpPro .rubrique p, #formation .rubrique p, #loisirs .rubrique p{
	font-size: 0.8em;
	text-align: justify;
	color: #555555;
}

#xpPro{
	margin-bottom: 20px;
}

#formation{
	background-image: url('images/interface/seal.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#formation h2{
	padding-top: 7px;
	margin-bottom: 20px;
}

#loisirs{
	background-image: url('images/interface/cards.png');
	background-repeat: no-repeat;
}

#loisirs h2{
	padding-top: 7px;
	margin-bottom: 20px;
}

#competences{
	background-image: url('images/interface/equalizer.png');
	background-repeat: no-repeat;
}

#competences h2{
	padding-top: 5px;
	margin-bottom: 20px;
}

#global .rubrique .date{
	color: #555555;
	font-size: 0.6em;
	font-weight: bold;
}

#global .rubrique h3{
	line-height: 20px;
}

#contact{
	color: #555555;
	font-size: 0.8em;
	width: 400px;
	background-image: url('images/interface/dialog.png');
	background-repeat: no-repeat;
	float: left;
}

#contact input, textarea{
	border: 1px solid #828282;
	font-family: Arial;
	font-size: 1em;
	width: 400px;
	background-color: #eeeeee;
	color: #555555;
}

#contact textarea{
	height: 180px;
}

#contact .alignRight{
	text-align: right;
}

#contact .alignRight input{
	width: 100px;
	font-weight: bold;
}

#global #contact h2, #global #coordonnees h2{
	font-size: 1.8em;
	padding-top: 2px;
	margin-bottom: 20px;
}

#global #coordonnees{
	float: right;
	width: 40%;
	background-image: url('images/interface/globe.png');
	background-repeat: no-repeat;
}

#global #coordonnees p{
	font-size: 0.8em;
	color: #555555;
}