body{
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-color: #070707;
}

href{
	color: red;
}

img
{
	border: none;
}

a
{
	text-decoration:none;
	color: black;
}

a:visited
{
	color:black;
}

table {
	border-collapse: collapse;
}

/*Header*/

#header {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/header.png);
	width: 800px;
	height : 206px;
}

/*Header -> Icon*/
#header_icon {
	position: absolute;
	margin-top: 115px;
	margin-left: 40px;
}

#header_icon .menu_list{
	padding : 0;
	list-style : none;
	display : table-cell;
	white-space: nowrap;
}

#header_icon .menu_list_item {
	display: table-cell;
	padding-right: 60px;
}

/*Header -> menu*/
#header_menu {
	position: absolute;
	margin-top: 40px;
	margin-left: 650px;
}

#header_menu .menu_list{
	padding : 0;
	list-style : none;
	display : table-cell;
	white-space: nowrap;
}

#header_menu .menu_list_item {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
}


/*Content*/

#content_bg {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: white;
	width: 800px;
	height : 500px;
}

#titre {
	font-family: arial;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#date {
	font-family: arial;
	font-size: 13px;
	padding-bottom: 3px;
	color: #f7900e;
	font-weight: normal;
}

#intitule {
	font-family: arial;
	font-size: 15px;
	padding-bottom: 3px;
	color: #073a75;
	font-weight: bold;
}

#contentAccueil {
	position: absolute;
}
#contentFormation {
	position: absolute;
	margin-left: 40px;
	margin-right: 20px;
	font-family: arial;
	font-size: 12px;
}
#contentExperience {
	position: absolute;
	margin-left: 40px;
	margin-right: 20px;
	font-family: arial;
	font-size: 12px;
}
#contentCompetence {
	position: absolute;
	margin-left: 40px;
	margin-right: 20px;
	font-family: arial;
	font-size: 12px;
}
#contentLoisir {
	position: absolute;
	margin-left: 40px;
	margin-right: 20px;
	font-family: arial;
	font-size: 12px;
}

/*Sizing*/
.qitem {
	width:150px;
	height:150px;	
	border:0px;	
	margin:25px 5px 5px 30px;
	background: url('bg.gif') no-repeat;
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

		.qitem .caption h4 {
			font-size:16px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#434343;
			font-weight: normal;
		}
		
		.qitem .caption .formations h4 {
			font-size:16px;
			padding:10px 5px 0 8px;
			margin:0;
			color: #f7900e;
			font-weight: normal;
		}
		
		.qitem .caption .experiences h4 {
			font-size:16px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#073a75;
			font-weight: normal;
		}

		.qitem  .formation p {
			background-image: url(../img/fond_formation.png);
			font-size:10px;	
			padding:3px 5px 0 8px;
			height: 150px;
			width: 150px;
			margin:0;
		}
		
		.qitem  .experience p {
			background-image: url(../img/fond_experience.png);
			font-size:10px;	
			padding:3px 5px 0 8px;
			height: 150px;
			width: 150px;
			margin:0;
		}
		
		.qitem  .competence p {
			background-image: url(../img/fond_competence.png);
			font-size:10px;	
			padding:3px 5px 0 8px;
			height: 150px;
			width: 150px;
			margin:0;
		}
		
		.qitem  .loisir p {
			background-image: url(../img/fond_loisir.png);
			font-size:10px;	
			padding:3px 5px 0 8px;
			height: 150px;
			width: 150px;
			margin:0;
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}




/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

/* Footer */

#footer_bg {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-color: white;
	width: 800px;
	height : 55px;
	margin-bottom: 20px;
}

#footer {
	position: absolute;
	font-family: arial;
	font-size: 10px;
	padding-top: 18px;
	padding-left: 20px;
	width: 800px;
	text-align: center;
	color: #767676;
}

#footer  p{
	margin: 2px;
}

#footer  a{
	color: #767676;
}
