*{
	margin:0;
	padding:0;
	font-family:tahoma,helvetica,arial,san-serif;	
	font-size:12px;
}
body{
	background:white;
}


h1{
	width:640px;
	height:176px;
	margin:auto;	
}

h2{
	width:600px;
	text-align:center;
	font-size:16px;
	font-weight: bold;	
	margin:-30px auto 10px auto;	
}

#container{
	position: relative;
	width:640px;
	margin:auto;
	height:400px;
	margin-top:50px;
	background: url(../img/design/bottom.jpg) no-repeat bottom;		
}

#badge1{
	position:absolute;
	height: 150px;
	width:150px;
	top:-45px;
	right:-80px;	
}

#infos{
	width:50%;
	background: White;
	border:solid 1px #B1B1B1;
	padding:2px 10px;
	text-align: center;
	font-size:11px;
	position:absolute;
	bottom:10px;
	left:150px;
	
}

#infos2{
	text-align: center;
	font-size:10px;
}

#liste_competence{
	width:40%;
	margin:30px auto 0 auto;
}
#liste_competence li{

	margin-bottom:5px;
}
a{
	color: #DC143C;
}