*{
	padding:0;
	margin:0;
	outline:none;
	border:0;
}
body{
	background-color:black;
	color:white;
	font-family:Arial;
	font-size:16px;
}
div#conteneur{
	width:700px;
	margin:0 auto;
}
h1{
	width:538px;
	height:111px;
	background:url(../css/design/entete.jpg) 0 0 no-repeat;
	text-align:center;
	margin:25px auto 0 auto;
	margin-bottom:35px;
}
table{
	width:700px;
}
td#photo {
	width:295px;
}

td#gauche {
	width:405px;
	vertical-align:top;
	text-align:center;
	padding:0 10px 0 10px;
	font-size:18px;
}
td#gauche p#intro {
	font-size:20px;
	text-align:left;
}
td#gauche p#contact {
	font-size:17px;
	margin-top:20px;
	text-align:left;
}
p#telecharger {
	text-align:center;
}
p#telecharger a {
	display:block;
	width:201px;
	height:32px;
	background:url(../css/design/bouton_telecharger.jpg) 0 0 no-repeat;
	margin:129px auto 144px auto;
}
p#telecharger a:hover{
	background:url(../css/design/bouton_telecharger.jpg) 0 -32px no-repeat;
}

a#interview{
	display:block;
	margin:0 auto;
	width:218px;
	height:19px;
	background:url(../css/design/bouton_interview.jpg) 0 0 no-repeat;
}
a#interview:hover{
	background:url(../css/design/bouton_interview.jpg) 0 -19px no-repeat;
}
a#impressions{
	display:block;
	margin:0 auto 10px auto;
	width:218px;
	height:19px;
	background:url(../css/design/bouton_impressions.jpg) 0 0 no-repeat;
}
a#impressions:hover{
	background:url(../css/design/bouton_impressions.jpg) 0 -19px no-repeat;
}

div#textes {
	margin-top:100px;
	margin-bottom:20px;
}
div#textes h2 {
	font-weight:600;
	font-size:20px;
	margin-top:14px;
	margin-bottom:5px;
	color:#ffb026;
	text-align:justify;
	text-decoration:underline;
	font-family:Verdana;
}
div#textes p {
	margin-left:30px;
	margin-bottom:6px;
	text-align:justify;
}
div#textes p.signature, div#textes p.introduction{
	text-align:right;
	font-style:italic;
	font-size:14px;
}
h2#interview_titre {
	padding-top:15px;
}
h3 {
	margin-top:15px;
	margin-left:30px;
	color:#cb4d4f;
	font-size:16px;
}
div#footer {
	width:439px;
	height:2px;
	margin:0 auto;
	background:url(../css/design/footer.jpg) 0 0 no-repeat;
	margin-bottom:20px;
}
