@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 5mm 10mm 5mm 10mm;  
} 

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

header {
	overflow: hidden;
}

header hgroup {
	width: 80%;
	float: left;
	padding: 0px;
}

header figure {
	border: 3px solid #eee;
	border-radius: 78px;
	float: right;
	height: 156px;
	width: 20%;
    position: absolute;
    top: 0px;
    right: 0px;	
}

header figure img {
	border-radius: 75px;
	height: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
	width: 150px;
}

section[role=main] h3 {
	margin-bottom: 0px;
	font-size: 20px;	
}

section[role=main] h4 {
	margin-bottom: 0px;
	font-size: 12px;	
}

section[role=main] h4 strong {
	color: #147393;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

header hgroup h1 {
	color:#555;
	font-family:'DroidSansBold', Arial, sans-serif;
	font-size: 15px;
}

header hgroup h2 {
	color:#cecece;
	font-style: italic;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	font-size: 15px;	
}

.contactform {
	display: none;
}

.grid_8 {
	width: 46%;
	float: left;
	margin-right: 2%;
	font-size: 12px;
}

.grid_16 {
	clear: both;
	font-size: 12px;
}

h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin:0px 0 0px 0;
}

.confiance{
	display: none;
}


.g{
	display: none;
}

.abientot{
	display: none;
	
}

.apropos{
	display: none;
}

.figure{
	display: none;
}

.lang {
	display: none;
}

.competences li {
	display:inline-block;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;	
	font-size: 12px;
}


.contact ul li {
	list-style: square;
	margin-left: 40px;
}

.contact ul li.form {
	display: none;
}


p {
  orphans: 3; /* pas de ligne seule en bas */
  widows: 3; /* pas de ligne seule en haut */
}