/* CSS Document */

* {
	color:#FFF;
}
/*-----------------------------CONTENEURS------------------------------*/
.cv_conteneur {
	position:relative;
	left:30px;
	width:700px;
	margin:auto;
	text-align:left;
}

/*-----------------------------IDENTITE------------------------------*/

#identite {
	width:260px;
	background-color:#666;
	border:2px outset #999;
	margin:30px auto;
}

#identite h1 {
	font-size:1em;
	letter-spacing:.3em;
	margin:5px auto 0 auto;
	background-color:#666;
}

#identite h2, #identite h3 {
	margin:3px auto;
	text-align:center;
	font-weight:normal;
	border:none;
}

#identite h2 {
	font-size:.8em;
}

#identite h3 {
	font-size:.7em;
}
/*-----------------------------DIVERS------------------------------*/
.cvh1 {
	width:700px;
	height:54px;
	text-align:center;
	background-image:url(images/CVh1.png);
	line-height:47px;
	color:black;
	font-weight:bold;
	margin-top:20px;
}

.cv_conteneur h2 {
	line-height:1.4em;
	border-bottom:1px solid #FC0;
	width:85%;
}

.cv_conteneur ul {
	margin:15px 0 30px 20px;
}

.cv_conteneur li {
	font-size:1.05em;
	font-weight:normal;
	letter-spacing:.08em;
	line-height:1.5em;
}

.li2 {
	list-style-type:square;
	margin-left:40px;
}