/* Website definitions */

body {
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font-family: verdana,geneva,arial,helvetica,sans-serif ;
	font: 12px Verdana, Geneva Arial, Helvetica ;
	background: #002859 ;
}

/* Website Container */

div#principal {
	width: 980px ;
	min-height: 560px ;
	margin: 0 auto ;
	padding: 0 0 20px 0 ;
	text-align: left ;
	border: 2px solid #125687 ;
	background: #002859 ;
}

/* All pages: top left logo */

div#logo {
	float: left;
	height: 120px ;
}

/* Start Page - Top right picture */

div#header01 {
	background: url(pictures/header-new-00.jpg) no-repeat right top;
	float: right top;
	Margin: 0 ;
	padding: 0 ;
	height: 120px ;
}

/* Home Page - Top right picture */

div#header {
	background: url(pictures/header-home-01.jpg) no-repeat right top;
	float: right top;
	Margin: 0 ;
	padding: 0 ;
	height: 120px ;
}

/* Products Page - Top right picture */

div#header02 {
	background: url(pictures/header-products-02.jpg) no-repeat right top;
	float: right top;
	Margin: 0 ;
	padding: 0 ;
	height: 120px ;
}

/* Technology Page - Top right picture */

div#header03 {
	background: url(pictures/header-technology-03.jpg) no-repeat right top;
	float: right top;
	Margin: 0 ;
	padding: 0 ;
	height: 120px ;
}

/* Markets Page - Top right picture */

div#header04 {
	background: url(pictures/header-markets-04.jpg) no-repeat right top;
	float: right top;
	Margin: 0 ;
	padding: 0 ;
	height: 120px ;
}

/* Contact Page - Top right picture */

div#header05 {
	background: url(pictures/header-contacts-05.jpg) no-repeat right top;
	float: right top;
	Margin: 0 ;
	padding: 0 ;
	height: 120px ;
}

/* Index Menu - ad 420x360 (flash): 
 */

div#cadre-intro {
    margin-top: 60px;
    margin-left: 30px;
    height:360px;
    width:920px;
    border: 2px solid #125687 ;
}

div#flash-index {}

#flashintro {
    position:absolute;
    margin-top: 0px;
    margin-left: 0px;
    border: 0px solid #FFFFFF;
}

/* Index Menu - language selection: */

div#menu-index {
    height:220px;
    width:200px;
    position:absolute;
    margin-top: 70px;
    margin-left: 650px;
    border: 0px solid #FF0000 ;
}

#menu0 {
	padding: 0 ;
	text-align: center ;
	width: 200px;
}
#menu0 dt {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	background: #125687;
}
#menu0 dd {
	padding: 0;
	margin: 20px -40px;
}
#menu0 li {
	margin: 1px 0;
	padding: 0;
	width: 200px;
	list-style-type: none;
	text-align: middle;
	text-indent: 25px;
	background: #FF0000;
}
#menu0 dt a {
	width: 200px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 40px;
}
#menu0 li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 40px;
}
#menu0 dt a:hover {
	background: #729ABD;
}
#menu0 li a:hover {
	background: #729ABD;
}
#menu0 dt a:active {
	background: #729ABD;
}
#menu0 li a:active {
	background: #729ABD;
}
#xmenu0 dt a:visited {
	background: #729ABD;
}
#xmenu0 li a:visited {
	background: #729ABD;
}

/* Index Page - Top Menu not activated: */

ul#menu1B {
    Margin: 0 ;
	padding: 0 ;
	background: url(pictures/Menu-1-196x30-2.gif) repeat-x 0 -30px ;
	list-style-type: none ;
}
ul#menu1B li {
	float: left ;
	text-align: center ;
}
ul#menu1B li a {
	cursor:default;
	width: 196px ;
	line-height: 30px ;
	background: url(pictures/Menu-1-196x30-1.gif) repeat-x 0 0 ;
	font-size: 14px ;
	font-weight: bold ;
	letter-spacing: 1px ;
	color: #CC0000 ;
	display: block ;
	text-decoration: none ;
}

/* All Pages - Top Menu: */

ul#menu1 {
	margin: 0 ;
	padding: 0 ;
	background: url(pictures/Menu-1-196x30-2.gif) repeat-x 0 -30px ;
	list-style-type: none ;
}
ul#menu1 li {
	float: left ;
	text-align: center ;
}
ul#menu1 li a {
	width: 196px ;
	line-height: 30px ;
	background: url(pictures/Menu-1-196x30-1.gif) repeat-x 0 0 ;
	font-size: 14px ;
	font-weight: bold ;
	letter-spacing: 1px ;
	color: #FFFFFF ;
	display: block ;
	text-decoration: none ;
}
ul#menu1 li a:hover {
	background: url(pictures/Menu-1-196x30-5.gif) repeat-x 0 0 ;
	color: #FFFFFF ;
}
ul#menu1 li a#current1 {
	background: url(pictures/Menu-1-196x30-6.gif) repeat-x 0 0 ;
	color: #FFFFFF ;
}

/* All Pages - Left side Menu */

#menu2 {
	float: left;
	margin: 20px 15px;
	width: 155px;
}
#menu2 dt {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	text-align: left;
	text-indent: 5px;
	font-weight: bold;
	background: #CC0000;
}
#menu2 dd {
	padding: 0;
	margin: 1px -40px;
}
#menu2 li {
	margin: 1px 0;
	padding: 0;
	width: 155px;
	list-style-type: none;
	text-align: left;
	text-indent: 25px;
	background: #FF0000;
}
#menu2 dt a {
	width: 155px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 23px;
}
#menu2 li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 18px;
}
#menu2 dt a:hover {
	background: #729ABD;
}
#menu2 li a:hover {
	background: #729ABD;
}
#menu2 dt a:active {
	background: #125687;
}
#menu2 li a:active {
	background: #125687;
}
#menu2 dt a#current2 {
	background: #125687;
}
#menu2 li a#current2 {
	background: #125687;
}



/* All Pages - Main Content light blue window */

div#edit {
	margin: 20px 15px 20px 185px ;
    background: #125687;
}

/* All Pages - Main Content light blue window - Title: */

div#edit H3 {
	padding: 20px 20px 0 20px;
	margin: 0 ;
	background: #125687 ;
	font-size: 16 px ;
	text-decoration: underline ;
	color: #FFFFFF ;
}

/* All Pages - Main Content light blue window - texte: */

div#edit p {
	margin: 0 0 0 0 ;
	background: #125687 ;
	padding: 20px 20px 20px 30px ;
	font-size: 14px ;
	color: #FFFFFF ;
}
div#edit a {
    color: #FFFFFF;
    text-decoration: none;
    cursor:pointer;
    font-weight:bold;
    font-style:italic;
}
div#edit a:link {
	color: #FFFFFF;
    text-decoration: none;
    cursor:pointer;
    font-weight:bold;
    font-style:italic;
}
div#edit a:hover {
	color: #FF0000 ;
    text-decoration: none;
    cursor:pointer;
    font-weight:bold;
    font-style:italic;
}

.class1 A:link {
    text-decoration: none;
	color: #FFFFFF ;
}

.class1 A:visited {
	text-decoration: none ;
	color: #FFFFFF ;
}

.class1 A:active {
	text-decoration: none ;
	color: #FFFFFF;
}

.class1 A:hover {
	text-decoration: underline ;
	color: #FFFFFF ;
}

/* Contact Page - Frames for coordinates */

div#contact-fr {
    height: 245px ;
    width: 420px ;
    position:relative ;
    margin-top: 15px ;
    margin-left: 180px ;
    margin-right: 0 ;
    margin-bottom: 0px ;
	text-align: center ;
    border: 1px #FFFFFF solid ;
    }

div#contact-ca {
    height: 210px ;
    width: 420px ;
    position:relative;
    margin-top: 15px;
    margin-left:180px;
    margin-right:0;
    margin-bottom: 0px;
	text-align: center ;
    border: 1px #FFFFFF solid ;
    }

div#contact-de {
    height: 195px ;
    width: 420px ;
    position:relative;
    margin-top: 15px;
    margin-left:180px;
    margin-right:0;
    margin-bottom: 0px;
	text-align: center ;
    border: 1px #FFFFFF solid ;
    }

/* All Pages - Footer / Copyright */

p#footer {
	margin: 0 0 0 0 ;
	line-height: 30px ;
	text-align: center ;
	font-size: 10px ;
	color: #FFFFFF ;
    }

/* Formulaire de contact */

FORM {
    margin: 0;
    padding-left:20px;
    background: #125687;
    color: #FFFFFF ;
    }
FORM * {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    }
LABEL {
    margin: 0 10px 5px 0 ;
    }
TEXTAREA {
    margin: 0 10px 5px 0;
    border: #729ABD 1px solid;
    background-color: #FFFFFF;
    width: 500px;
    }
INPUT {
    margin: 0 10px 5px 0;
    border: #729ABD 1px solid;
    background-color: #FFFFFF;
    width: 240px;
    }
TEXTAREA {
    width: 500px;
    height: 150px;
    }
FORM P {
    clear: both;
    margin: 0;
    }
FORM LABEL {
    width: 12%;
    text-align: left;
    }
#submit {
    border: 1px #FF0000 solid;
    cursor: pointer;
    padding: 1px;
    color: #FFFFFF;
    background-color: #FF0000;
    width: auto;
    }
#submit:hover {
    border: 1px white solid;
    }
.alerte {
    font-size: 14px;
    }
.focus {
    background: #FFFF99;
    }
.focusr {
    background: #FF9999;
    }
      
