@charset "UTF-8";
/* CSS Document */

body, td, th {
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	background-color: #808080;
	background-image: url(../images/back_page.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
a {
	color: #FF6633;
	background-color: inherit;
}
a:hover {
	color: #FF3333;
	background-color: inherit;
}
h1 {
	float: left;
	display: block;
	width: 300px;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 45px 0px 0px;
}
p {
	float: left;
	width: 600px;
	margin: 0px 0px 20px;
}
DIV#interface {
	overflow: auto;
	margin: auto;
	position: relative;
	width: 1064px;
}
DIV#interface_top {
	height: 20px;
	width: 1064px;
	background: url(../images/back_interface_top.jpg) no-repeat;
}
DIV#interface_header {
	height: 150px;
	width: 1024px;
	background: url(../images/back_interface_header.jpg) no-repeat;
	padding: 0px 20px;
	clear: both;
}
DIV#back_header {
	height: 150px;
	width: 1024px;
	background: url(../images/back_header.jpg) repeat-x;
	clear: both;
}
DIV#logo {
	height: 150px;
	width: 364px;
	float: left;
}
DIV#interface_middle {
	height: auto;
	width: 1024px;
	background: url(../images/back_interface_middle.jpg) repeat-y;
	padding: 0px 20px;
}
DIV#back_content {
	height: 620px;
	width: 1024px;
	overflow: visible;
	background: url(../images/back_content.png) repeat-x bottom;
}
DIV.content_text {
	height: 200px;
	padding: 20px;
}
DIV.company_contener {
	height: 200px;
	text-align: center;
}
DIV.portrait_contener {
	height: 200px;
	text-align: center;
	margin-top: 80px;
}
SPAN.company IMG {
	padding: 0px 60px;
}
SPAN.portrait IMG {
	padding: 0px 10px 0px 60px;
}
DIV#interface_bottom {
	height: 20px;
	width: 1064px;
	background: url(../images/back_interface_bottom.jpg) no-repeat;
}
/* styles de menus principal */
#btn_menu_level_1 {
	height: 150px;
	width: auto;
	display: inline;
	float: left;
}
#btn_menu_level_1 UL {
	height: 150px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	width: auto;
	float: left;
}
/* FOR Mozilla */
HTML>BODY #btn_menu_level_1 UL {
	display: block;
	width: auto;
}
/* */
#btn_menu_level_1 LI {
	float: left;
	height: 150px;
	display: inline;
}
#btn_menu_level_1 LI A {
	float: left;
	display: inline;
	height: 70px;
	width: 164px;
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background: url(../images/back_menu_1_off.jpg) repeat-x;
	text-transform: uppercase;
	text-align: center;
	padding-top: 80px;
	margin: 0px 0px 0px 1px;
}
#btn_menu_level_1 LI A:hover, #btn_menu_level_1 LI .act A {
	float: left;
	background: url(../images/back_menu_1_on.jpg) repeat-x;
	color: #FFFFFF;
}
/* styles de menus déroulant */
#btn_menu_level_2 {
	height: auto;
	clear: both;
	position: absolute;
	visibility: hidden;
	top: 120px;
}
#btn_menu_level_2 UL {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* FOR Mozilla */
HTML>BODY #btn_menu_level_2 UL {
	display: block;
}
/* */
#btn_menu_level_2 LI {
	clear: both;
	height: 30px;
	background: url(none);
	border-bottom: 1px solid #000000;
}
#btn_menu_level_2 LI A {
	clear: both;
	display: block;
	height: 20px;
	width: 164px;
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	margin: 0px 0px 0px 1px;
	background: #252525 url(none);
	border-bottom: 1px solid #000000;
}
#btn_menu_level_2 LI A:hover, #btn_menu_level_2 LI #act A {
	clear: both;
	color: #FFFFFF;
	background: #404040 url(none);
}
DIV#copyright, #copyright A {
	text-align: center;
	font-size: 10px;
	color: #000000;
	background: inherit;
}
DIV#copyright A:hover {
	color: #86002E;
	background: inherit;
}

