﻿/* all */
/*----------------------------------------------------------------------------------------------*/
*{font-family: arial, sans-serif;
}

html {
	background-color:#C1BEBE;
	/*background-color:yellow;*/
	
}
/*---------------fin HTML----------------------------*/
body{
	width: 758px;

	/*height:auto;	*/
	margin: auto;
 	margin-top: 20px;
  	margin-bottom: 20px; 
	overflow:auto; 
	font-size:80%;
}
/*---------------fin body----------------------------*/
header {
	height: 40px;
	background-color: #C1BEBE;	
}

h2{
	padding: 20px 0 0 25px;
	font-size:1.75em;
	/*text-shadow: 2px 2px 2px #202020;/*
}



/*----------------------------------------------------------------------------------------------*/
/* mes ajouts */
/*----------------------------------------------------------------------------------------------*/

#lireplus1 {
	width :540px;
	left :100px%;
	background-color: red;

}
#lireplusannée {
left :20%;
}

a, a:hover, a:active, a:visited {
	color: #7D7979;
	text-decoration: none;
	cursor: pointer;
}

img {
	position: relative;
	display:block;   	 	
   	/*max-width:560px;*/
max-width:300px;
	width:auto; 
  }

.drapeau_bio {
	position: absolute;
	top: 65px;
	float:left;
	margin-left:335px;
	z-index:3;
}

.drapeau_quete {
	position: absolute;
	top: 65px;
	float:left;
	margin-left:420px;
	z-index:3;
}

.drapeau_cv {
	position: absolute;
	top: 65px;
	float:left;
	margin-left:275px;
	z-index:3;
}

#liretravaux{
	/*margin-left :40px;*/
	margin-left :1%;
	width:250px;
	background-color:yellow;	
}

#bloc{
	width:540px;
	top:60px;
	margin:-30px;

}
#bloc1{
	margin-left:-120px;
}

a.lireplus:hover span{
	margin-left :250px;
}


/*-----------------fin img-----------*/