* { margin: 0; padding: 0; }
body {
	background-color: #d8d2d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 600px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(fond.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	cursor: default;
	position: relative;
}
a[target=_blank] { color: #999; text-decoration: none;}
a:link { color: #999; text-decoration: none;}
a:visited { color: #999; text-decoration: none;}
a:hover{ color: #999; text-decoration: underline overline;}
a:active { color: #999; text-decoration: underline overline;}
h1 {
	color: #990000;
	font-size: 2em;
	font-weight: bolder;
	margin-top: 50px;
}
h2 {
	color: #666666;
	font-size: 1.5em;
	font-weight: bolder;
	margin-bottom: 20px;
}
h3 {
	color: #683131;
	font-size: 1.3em;
	font-weight: bolder;
	margin-top: 30px;
	margin-bottom: 20px;
}
.informations {
	margin: auto;
	margin-bottom: 50px;
	width: 280px;
	line-height: 20px;
}
.informations li {
	display: inline;
	list-style-type: none;
}
.experience li{
	width: 450px;
	margin-top: 20px;
	margin-left: 70px;
	margin-right: 70px;
	text-align: justify;
	list-style-type: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 5px;
	list-style-position: outside;
}
.rapproche li{margin-top:5px;}
.logiciel {
	width: 460px;
	margin-left: 70px;
	margin-right: 70px;
	height: 250px;
}
.logiciel li{
	list-style-type: none;
	width: 89px;
	height: 30px;
	float: left;
	margin : 5px;
	margin-right: 4px;
	padding-left: 50px;
	padding-top: 20px;
	border: 1px solid #999;
	position: relative;
	display: block;
}
*>.logiciel li {
	margin-right:5px;
}
.logiciel li.double{
	height: 40px;
	padding-top: 10px;
}
.logiciel img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.language {
	width: 460px;
	margin-left: 70px;
	margin-right: 70px;
	height: 80px;
}
.language li{
	list-style-type: none;
	width: 139px;
	height: 20px;
	float: left;
	margin : 5px;
	margin-right: 4px;
	padding-top: 8px;
	border: 1px solid #999;
	display: block;
}
.language li.double{
	padding-top: 2px;
	line-height:12px;
	height: 26px;
}
*>.language li {
	margin-right:5px;
}
.footer {
	margin-top: 50px;
	font-size: 0.9em;
	color: #999;
}