* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.7em;
}
a { 
	color: #000;
	text-decoration: none;
}
h1 {
	color: #990000;
	font-size: 2em;
	font-weight: bolder;
	margin-top: 10px;
}
h2 {
	color: #666666;
	font-size: 1.5em;
	font-weight: bolder;
	margin-bottom: 10px;
}
h3 {
	color: #683131;
	font-size: 1.5em;
	font-weight: bolder;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
}
.informations {
	margin: auto;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 5px;
	border-left: solid 4px #900;
	line-height: 1.2em;
}
.informations li {
	display: block;
	list-style-type: none;
}
.experience li{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 5px;
	border-left: solid 4px #999;
	text-align: justify;
	list-style-type: none;
}
.logiciel li{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	height: 30px;
	padding: 2px;
	list-style-type: none;
	border: 1px solid #999;
	display: block;
	width: 150px;
	vertical-align: middle;
}
.logiciel img{
	height: 30px;
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
}
.logiciel li.double{
	height: 30px;
	padding-top: 2px;
}
.language li{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
	padding: 2px;
	list-style-type: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999;
	display: block;
	width: 150px;
	height: 12px;
}
.footer {
	margin-top: 30px;
	text-align: center;
}