* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: small;
	font-family: "Arial Rounded MT", Arial, sans-serif;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a {
	color: #e2b423;
	background-color: #000;
}

h3 {
	margin-bottom: 15px;
	text-decoration: underline;
}

h4 {
	margin-top: 10px;
	background-color: #000;
	color: #e2b423;
}

.number {
	color: #e2b423;
}

hr {
	border: 1px dashed #666;
}

.right {
	float: right;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #000;
	color: #e3b323;
}

#header {
	height: 160px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#header_en {
	height: 160px;
	background-image: url(/images/header_en.jpg);
	background-repeat: no-repeat;
}


#header h1 , #header_en h1 {
	display: none;
}

#header h2 , #header_en h2 {
	display: none;
}

#menu {
	clear: both;
	height: 42px;
	background-image: url(/images/bg_menu.gif);
	background-repeat: no-repeat;
}

#menu ul {
	list-style-type: none;
	/*background-color: #e76b49;*/
	background-color: #8d454a;
	color: #000;
	width: 745px;
	margin-left: 28px;
	height: 37px;
}

#menu ul li {
	float: left;
}

#menu ul li a span {
	display: none;
}

a#mnu_fr_home {
	display: block;
	width: 91px;
	height: 36px;
	background-image: url(/images/menu_fr/mnu_home.gif);
	background-repeat: no-repeat;
}

a#mnu_fr_video {
	display: block;
	width: 88px;
	height: 36px;
	background-image: url(/images/menu_fr/mnu_video.gif);
	background-repeat: no-repeat;
}

a#mnu_fr_photos {
	display: block;
	width: 102px;
	height: 36px;
	background-image: url(/images/menu_fr/mnu_photos.gif);
	background-repeat: no-repeat;
}

a#mnu_fr_cv {
	display: block;
	width: 68px;
	height: 36px;
	background-image: url(/images/menu_fr/mnu_cv.gif);
	background-repeat: no-repeat;
}

a#mnu_fr_tech {
	display: block;
	width: 170px;
	height: 36px;
	background-image: url(/images/menu_fr/mnu_devis.gif);
	background-repeat: no-repeat;
}

a#mnu_fr_contact {
	display: block;
	width: 103px;
	height: 36px;
	background-image: url(/images/menu_fr/mnu_contact.gif);
	background-repeat: no-repeat;
}

a#mnu_fr_3dot {
	display: block;
	width: 64px;
	height: 36px;
	background-image: url(/images/menu_fr/mnu_3dot.gif);
	background-repeat: no-repeat;
}


/* English Menyu */

a#mnu_en_home {
	display: block;
	width: 70px;
	height: 36px;
	background-image: url(/images/menu_en/mnu_home.gif);
	background-repeat: no-repeat;
}

a#mnu_en_video {
	display: block;
	width: 82px;
	height: 36px;
	background-image: url(/images/menu_en/mnu_video.gif);
	background-repeat: no-repeat;
}

a#mnu_en_photos {
	display: block;
	width: 100px;
	height: 36px;
	background-image: url(/images/menu_en/mnu_photos.gif);
	background-repeat: no-repeat;
}

a#mnu_en_cv {
	display: block;
	width: 64px;
	height: 36px;
	background-image: url(/images/menu_en/mnu_cv.gif);
	background-repeat: no-repeat;
}

a#mnu_en_tech {
	display: block;
	width: 216px;
	height: 36px;
	background-image: url(/images/menu_en/mnu_devis.gif);
	background-repeat: no-repeat;
}

a#mnu_en_contact {
	display: block;
	width: 107px;
	height: 36px;
	background-image: url(/images/menu_en/mnu_contact.gif);
	background-repeat: no-repeat;
}

a#mnu_en_3dot {
	display: block;
	width: 64px;
	height: 36px;
	background-image: url(/images/menu_en/mnu_3dot.gif);
	background-repeat: no-repeat;
}


#middle {
	clear: both;
	text-align: center;
}

#content {
	color: #fff;
	width: 747px;
	background-color: #000;
	background-repeat: repeat;
	border-left: 3px solid #010000;
	border-right: 3px solid #010000;
	min-height: 380px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: auto;
}

#content_text {
	margin-top: 30px;
	margin-left: 15px;
	width: 490px;
}

#content_text p {
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content_text ul {
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-type: none;
}

#content_text ul li ul {
	list-style-type: circle;
}


#content_image {
	margin-left: 10px;
	width: 225px;
	float: right;
}

#content_image p {
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
}

#content_image table, #content_image table tr td {
	border: 1px solid #8d454a;
}

#content_image table, #content_image table tr, #content_image table tr td, #content_image table tr td a {
	margin: 0;
	padding: 0;
}

#content_image table tr td a {
	text-decoration: none;
}


#content_image table tr td:hover {
	border: 1px solid #e3b323;
}

a img {
	border: 0;
}


p.center {
	text-align: center !important;
}


.clear_both {
	clear: both;
}

table {
	color: #fff;
	background-color: #000;
}


table tr td {
	padding: 10px;
}

input, textarea {
	border: 1px solid #8d454a;
	width: 300px;
}

textarea {
	height: 100px;
}

input#submit {
	background-color: #fff;
	color: #000;
	padding: 5px;
	cursor: pointer;
	width: 100px;
	font-weight: bold;
}

#footer {
	clear: both;
	text-align: center;
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 10px;
	margin-bottom: 15px;
}

.error {
	color: #f00;
	background-color: #000;
}

#footer a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.video_thumb {
	text-align: center;
	margin: 10px;
	float: left;
	padding: 5px;
	border: 1px solid #8D4549;
}

.video_thumb:hover {
	border: 1px solid #E3B323;
}

.video_thumb a, .video_thumb a img {
	outline: none;
}

a#fr_dl_cv {
	float: left;
	width: 250px;
	height: 107px;
	background-image: url('/images/fr_bouton-pdf.png');
	background-position: 0px -107px;
	text-indent: -1000px;
	outline: none;
	margin-left: 80px;
	margin-top: 10px;
}

a#fr_dl_cv:hover {
	background-position: 0px 0px;
}

a#fr_bt_contact {
	float: left;
	width: 250px;
	height: 107px;
	background-image: url('/images/fr_bouton-contact.png');
	background-position: 0px -107px;
	text-indent: -1000px;
	outline: none;
	margin-left: 80px;
	margin-top: 10px;
}

a#fr_bt_contact:hover {
	background-position: 0px 0px;
}

a#en_dl_cv {
	float: left;
	width: 250px;
	height: 107px;
	background-image: url('/images/en_bouton-pdf.png');
	background-position: 0px -107px;
	text-indent: -1000px;
	outline: none;
	margin-left: 80px;
	margin-top: 10px;
}

a#en_dl_cv:hover {
	background-position: 0px 0px;
}

a#en_bt_contact {
	float: left;
	width: 250px;
	height: 107px;
	background-image: url('/images/en_bouton-contact.png');
	background-position: 0px -107px;
	text-indent: -1000px;
	outline: none;
	margin-left: 80px;
	margin-top: 10px;
}

a#en_bt_contact:hover {
	background-position: 0px 0px;
}

h3.align_center {
	text-align: center;
	padding: 20px;
}