@media screen and (min-width: 320px) and (max-width: 600px)
{

}

img
{
    max-width: 100%;
}

body
{
	background: white;
	width: 600px;
	margin: 0 auto;
}

a
{
	text-decoration: none;
}

div#conteneur
{
	background: white;
	margin: 0 auto;
	width: 580px;
	font-family: "Open Sans", "Trebuchet MS", Arial;
	font-size: 15px;
	letter-spacing: 0.01em;
	line-height: 23px;
	color: #777777;
}

h1
{
	font-family: "Trebuchet MS", "Open Sans";
	font-size: 34px;
}

h2
{
	font-family: "Trebuchet MS", "Open Sans";
	font-size: 20px;
	line-height: 10px;
	padding-left: 80px;
	padding-bottom: 2px;
}

div#langues
{
	text-align: right;
	float: right;
	padding-top: 39px;
	margin: 0;
}

table
{
	text-align: right;
}

div#photo
{
	margin-top: 25px;
}

div#corps
{
	text-align: justify;
	margin-top: 18px;
}

 div#steph
{
	text-align: justify;
}

div#steph img
{
	float: left;
}

div#footer
{
	text-align: center;
	font-size : 12px;
	font-weight: normal;
	line-height: 1.4em;
}

h3
{
	padding-top: 5px;
	text-align: left;
	color: #0d65e0;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

span
{
	font-weight: bold;
}

hr
{
	padding: 1px;
	background: #888888;
	border: 0;
}

br
{
	line-height: 28px;
}






