html, body {
	width: 100%;
	height: 100%;
	font-size : 20px;
	background-color : #8698a2;
}

body {
	margin : 0;
	padding : 0;
	/*font-family : Monaco, Helvetica, Verdana, Arial,  sans-serif;*/
	font-size: 0.7em;
}

*{
	font-family : "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

h1,h2{
	top : 0px;
	margin-top : 0px;
	text-align : center;
	width : 100%;
}


a{
	color : black;
	/*border-bottom : 1px dotted black;*/
}

* a{
	font-weight : bold;
	text-decoration : none;
}

a img{
	text-decoration : none;
}


#main{
	top : 0px;
	width : 1000px;
	height : 630px;
	background : #8698a2 url('background.jpg') top center no-repeat;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
}

#main_index {
	position : relative;
	margin-top : 0px;
	width : 800px;
	height : 600px;
	background : #8698a2 url('Home.jpg') top center;
	margin-left : auto;
	margin-right : auto;
}


#menu_header{
	position : relative;
	width : 100%;
	top : 80px;
	font-weight : bold;
	font-size : 20px;
	height : 65px;
	color : #f90;
	text-align : right;
}

#menu_header a{
	position : relative;
	height : 100%;
	border : none;
}

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

#menu{
	position : relative;
	float : left;
	top : 120px;
	width : 290px;
	height : 100px;
	margin: 0;
	padding:0;
	
}

#menu ul{
	list-style-type: none;
	margin : 0;
	padding : 0;
	padding-right : 5px;
}

#menu li {
	margin-bottom: 5px;
}

#menu ul li ul li{
	margin-left : 25px;
}

ul {
	list-style-image : url('images/puce.jpg');
}

#menu a{	
	width : 100%;
	display : block;
	border-bottom : 1px dotted black;
}

#menu a:hover {
	text-decoration: none;
	background-color : #FFF;
	font-style : italic;
	/*font-size : 1.1em;*/
}

#contenu{
	right : 0px;
	margin-right : 0px;
	position : relative;
	float : right;
	top : 80px;
	height : 410px;
	width : 705px;
	overflow : auto;
	background : transparent;
}

.selected{
	color : #0c5ca3;
	font-style : italic;
	/*background-color : white;*/
}
.center {
	position :relative;
	text-align : center;
	width : 100%;
	left : 0px;
	right : 0px;
}


.center td{
	text-align : center;
	left : 0px;
	right : 0px;
	padding : 0px;
	margin : 0px;
}
.center tr{
	text-align : center;
	left : 0px;
	right : 0px;
	padding : 0px;
	margin : 0px;
}

#apps {
	width : 100%;
	text-align :center;
	border : 1px solid black;
	boder-collapse : collapse;
}



#apps * {
	margin : 0;
	padding :0;
	border : 1px solid black;
}

#ln {
	width : 100%;
	text-align : right;
	right : 0px;
	top : 0;
}

#footer{
	position : relative;
	clear : both;
	width : 100%;
	text-align : right;
	top : 90px;
}

#footer a {
	border-bottom : 1px dotted black;
}

#company_fr{
	top : 5px;
}

#products_fr{
	top : 2px;
	width : 102px;
}

#contact_fr{
	width : 178px;
}

#company_en{
	top : 5px;
}

#products_en{
	top : 2px;
	width : 102px;
}

#contact_en{
	width : 178px;
}
