body,td,th {
	font-family:"Myriad Pro", "Myriad", Arial, Tahoma;
	font-size: 12px;
	/* color: #8a898f; */
	color: #535256;
}
body {
	background-color: #dcdbdb;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;
	padding: 0;
}
p {
	margin-top: 5px;
}
a:link, a:visited, a:active {
	color: #535256;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
/* h1 {
	font-size: 16px;
	text-align: left;
	margin: 8px 2px 8px 2px;
} */
h1 {
	font-size: 14px;
	font-weight:bold;
	color: #4d4d4f;
}
form {
	margin: 0;
}
input {
	width: 300px;
	border: solid 1px #535256;
}
textarea {
	width: 300px;
	height: 150px;
	border: solid 1px #535256;
}
.main {
	width: 1000px;
	height: 791px;
	margin: 0;
	padding: 0;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
}
.banner {
	height: 125px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-align: left;
}
a.langue_EN {
	margin-top:82px;
	float:right;
	display: block;
	width: 139px;
	height: 43px;
	background-image: url(images/bouton_english.png);
	background-repeat: no-repeat;
}
a.langue_EN:hover {
	background-image: url(images/bouton_english_over.png);
}
a.langue_FR{
	margin-top:82px;
	float:right;
	display: block;
	width: 139px;
	height: 43px;
	background-image: url(images/bouton_francais.png);
	background-repeat: no-repeat;
}
a.langue_FR:hover {
	background-image: url(images/bouton_francais_over.png);
}

#menu_content {
	width: 291px;
	float: left;
}

ul#menu { 
	width:291px;
	display:block;
	float:left;
	padding:0;
	margin:0;
} 

ul#menu li { 
	display: table-row;
	list-STYLE-TYPE: none;
	padding:0;
	margin:0;
	text-align:left;
} 


#content_texte {
	float:right;
	background-image: url(images/background_texte.png);
	background-repeat: no-repeat;
	width:709px;
	height:646px;
	/*margin-left: 291px;*/
	/* padding: 28px 40px 42px 28px; */
	text-align: justify;
}
#content_portfolio {
	float:right;
	background-image: url(images/background_photo.png);
	background-repeat: no-repeat;
	width:709px;
	height:493px;
	/* margin-left: 291px; */
	/* padding: 28px 40px 42px 28px; */
	text-align: justify;
}

#content_padding {
	padding: 17px 29px 29px 15px;
}

.footer {
	width:1000px;
	height: 20px;
	line-height: 18px;
}
.copyright {
	float:left;
	text-align:left;
	padding-left:13px;
}
.contact_info {
	float:right;
	text-align:right;
	padding-right:13px;
}
