body {
    margin:0;
    padding:0;
    background-color:#48687B;
    background-image:url(imagesCSS/backBody.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    font-family:verdana;
    font-size:11px;
    padding-bottom:36px;
}
object {
    margin:0;
    padding:0;
}
.clear_both_20 {
    height:15px;
    clear:both;
}
.clear_both_10 {
    height:10px;
    clear:both;
}

.clear_both_0 {
    font-size:1px;
    height:0;
    clear:both;
    padding:0;
    margin:0;
}

.clear_both_3 {
    font-size:1px;
    height:1px;
    clear:both;
    padding:0;
    margin:0;
}
#spacer {
    height:35px;
}
#page {
    background-color:#FFFFFF;
    /*margin-top:57px;*/
    margin-left:auto;
    margin-right:auto;
    width:798px;
    padding:1px;
    position:relative;
}

#banner {
    height:86px;
    background-image:url(imagesCSS/backBanner.jpg);
    background-position:top right;
    background-repeat:repeat-y;
    position:relative;
}

#banner a.account,#banner a.deconnexion {
    font-size:10px;
    font-weight:bold;
    color:#FFFFFF;
    margin:0;
    padding:0;
    text-decoration:none;
    position:absolute;
    right:12px;
}
#banner a.account{
    bottom:6px;
}
#banner a.deconnexion{
    bottom:20px;
}

#banner a:hover {
    color:#0c2841;
}

ul#menu {
    z-index:1000;
    font-size:10px;
    font-weight:bold;
    margin:0;
    padding:0;
    list-style-type:none;
}

#menu li {
    z-index:1000;
    float:left;
    display:inline;
    margin:1px 0 0 0;
    padding:0;
    background-image:url(imagesCSS/backMenu.jpg);
    background-position:bottom right;
    background-repeat:repeat-x;
}

#menu li a {
    color:#b4bec3;
    text-decoration:none;
    padding:3px 23px 3px 22px;
    margin:0;
    background-image:url(imagesCSS/dotLineMenu.gif);
    background-position:bottom right;
    background-repeat:repeat-y;
    display:block;
    position:relative;
}

#right_item {
    font-size:10px;
    font-weight:bold;
    float:right;
    text-decoration:none;
    background-image:url(imagesCSS/backRightMenu.jpg);
    background-position:bottom right;
    background-repeat:repeat-x;
    color:#0c2841;
    margin:1px 0 0 0px;
    padding:3px 22px 3px 22px;
}

#menu li a:hover, #right_item:hover {
    color:#FFFFFF;
}

/* SUB MENU */
.submenu_content {
    z-index:1000;
    display:none;
    position:absolute;
    top:106px;
    background-color:#ffffff;
}
.submenu {
    z-index:1000;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
    list-style-type:none;
    background-color:#19465D;
    padding:0;
    margin:0;
    border-top:1px #ffffff solid;
}
.submenu li {
    z-index:1000;
    border-left:1px #ffffff solid;
    border-right:1px #ffffff solid;
    border-bottom:1px #ffffff solid;
    padding:0;
    margin:0;
}
.submenu li a {
    z-index:1000;
    color:#b4bec3;
    text-decoration:none;
    padding:2px 22px 4px 22px;
    margin:0;
    display:block;
}
.submenu li a:hover {
    color:#ffffff;
}
/* */

#bottom_corner_logo {
    background-image:url(imagesCSS/bottomCornerLogo.jpg);
    width:19px;
    height:19px;
    position:absolute;
    top:87px;
    left:648px;
}

#right_corner_logo {
    background-image:url(imagesCSS/rightCornerLogo.jpg);
    width:40px;
    height:22px;
    position:absolute;
    top:20px;
    left:799px;
}

#top_corner_logo {
    background-image:url(imagesCSS/topCornerLogo.jpg);
    width:20px;
    height:37px;
    position:absolute;
    top:-36px;
    left:634px;
}

#flash {
    width:798px;
    height:194px;
    clear:both;
}

/* COLUMNS */
#left_column {
    float:left;
}
#right_column, #right_column_2 {
    float:right;
    width:527px;
    margin:0 0 1px 0;
}

/* BOXES */
.red_box, .red_box_2, .yellow_box {
    width:271px;
    margin:1px 0 10px 0;
}
#right_column .blue_box {
    margin:1px 0 0 1px;
}
#right_column_2 .blue_box {
    /*margin:1px 0 200px 1px;*/
    margin:1px 0 0 1px;
}
.blue_box_2 {
    float:right;
    width:526px;
    margin:1px 0 0 0;
}
.small_blue_box_left, .small_blue_box_right {
    position:relative;
    bottom:1px;
    text-align:left;
}
.small_blue_box_left {
    margin:0 1px 0 1px;
    padding:0;
    width:262px;
    bottom:1px;
    float:left;
}
.small_blue_box_right {
    margin:0;
    padding:0;
    width:262px;
    bottom:1px;
    right:1px;
    float:right;
}
.large_blue_box {
    float:right;
    width:526px;
    /*position:absolute;
    right:1px;
    top:607px;*/
}
.large_blue_box div.border {
    background-image:url(imagesCSS/backLargeBlueBox.jpg);
    background-color:#8EA1AF;
    background-repeat:repeat-x;
    padding:11px 21px 10px 17px;
    margin:0 0 1px 0;
}
.large_blue_box p.content, .large_blue_box div.content {
    line-height:14px;
}
.large_blue_box .news div.content {
    margin:0 0 15px 0;
    padding:0 0 15px 0;
    line-height:15px;
    background-image:url(imagesCSS/dottedMenuList.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
}
.small_blue_box_left div, .small_blue_box_right div, .large_blue_box div.border {
    border-color:#7d8d9b;
    border-style:solid;
}
.small_blue_box_left div, .small_blue_box_right div {
    height:160px;
    border-width:0 2px 2px 2px;
}
.small_blue_box_right div {
    position:relative;
}
.large_blue_box div.border {
    border-width:0 3px 3px 3px;
}
.blue_box span.quote, .blue_box_2 span.quote {
    color:#900835;
    font-weight:bold;
}
.red_box h1, .red_box_2 h1, .yellow_box h1, .blue_box h1, .blue_box_2 h1 {
    color:#FFFFFF;
    font-weight:bold;
    font-size:10px;
    padding:0 0 0 17px;
    margin:0 0 1px 0;
    height:20px;
    line-height:20px;
}
.yellow_box h1 {
    margin-bottom:10px;
}
.small_blue_box_left h1, .small_blue_box_right h1, .large_blue_box h1 {
    color:#FFFFFF;
    font-weight:bold;
    font-size:10px;
    padding:0 0 0 17px;
    margin:0;
    height:20px;
    line-height:20px;
}
.blue_box h1, .blue_box_2 h1, .small_blue_box_left h1, .small_blue_box_right h1, .large_blue_box h1 {
    padding-left:20px;
}
.red_box h1, .red_box_2 h1 {
    background-image:url(imagesCSS/backRedTitle.jpg);
}
.yellow_box h1 {
    background-image:url(imagesCSS/backYellowTitle.jpg);
}
.yellow_box strong {
    color:#A90333;
    font-size:13px;
}
.blue_box h1, .blue_box_2 h1, .small_blue_box_left h1, .small_blue_box_right h1, .large_blue_box h1 {
    background-image:url(imagesCSS/backBlueTitle.jpg);
}
.red_box h1 span, .red_box_2 h1 span, .yellow_box h1 span, .blue_box h1 span, .blue_box_2 h1 span, .small_blue_box_left h1 span, .small_blue_box_right h1 span, .large_blue_box h1 span {
    display:block;
    background-position:top right;
    background-repeat:no-repeat;
    top:0px;
}
.red_box h1 span, .red_box_2 h1 span {
    background-image:url(imagesCSS/redMenuListIcon.jpg);
}
.yellow_box h1 span {
    background-image:url(imagesCSS/yellowMenuListIcon.jpg);
}
.blue_box h1 span, .blue_box_2 h1 span, .small_blue_box_left h1 span, .small_blue_box_right h1 span, .large_blue_box h1 span {
    background-image:url(imagesCSS/blueMenuListIcon.jpg);
}
.yellow_box h2 {
    color:#30485D;
    font-size:10px;
    font-weight:bold;
    padding:0 0 0 17px;
    margin:10px 0 16px 0;
}
.yellow_box p {
    color:#30485D;
    font-size:10px;
    padding:0 0 0 17px;
    margin:0;
}
.blue_box p, .blue_box_2 p {
    color:#30485D;
    font-size:11px;
    line-height:15px;
    /*padding:0 0 0 20px;*/
    margin:8px 10px 10px 0;
}
.blue_box div.content {
    color:#30485D;
    /*font-size:10px;*/
    line-height:15px;
    padding:0 0 0 20px;
    margin:8px 10px 10px 0;
}
.blue_box div.content a, .link_content {
    color:#30485D;
}
.blue_box div.content a:hover {
    text-decoration:none;
}
.small_blue_box_left, .small_blue_box_right {
	 position:relative;
	 bottom:1px;
    color:#30485D;
    font-size:10px;
}
.small_blue_box_left p {
    padding:13px 20px 12px 20px;
}
.small_blue_box_right p, .small_blue_box_left p {
    font-weight:normal;
    padding:13px 20px 3px 20px;
    line-height:11px;
}
.small_blue_box_left p, .small_blue_box_right p, .large_blue_box p, .large_blue_box div {
    color:#30485D;
    font-size:10px;
    padding:0 0 5px 0;
    margin:0;
}
.small_blue_box_left div, .small_blue_box_right div {
    padding:10px 10px 10px 17px;
}
.small_blue_box_left img {
    float:right;
    margin:1px 1px 1px 3px;
}
.small_blue_box_right img {
    position:absolute;
    left:1px;
    bottom:1px;
    /*float:left;
    padding:1px;
    border-width:0 2px 2px 2px;
    border-style:solid;
    border-color:#7d8d9b;
    padding-top:8px;
    margin:0;
    margin-bottom:0;*/
}
.small_blue_box_right .more {
    /*margin:0 0 0 159px;*/
    /*float:right;*/
    position:absolute;
    bottom:68px;
    right:10px;
}
.small_blue_box_left .more {
    position:absolute;
    bottom:10px;
    right:10px;
}
.red_box ul, .red_box_2 ul {
    list-style-type:none;
    margin:0;
    padding:0;
    background-repeat:repeat-x;
    background-color:#F3F3F3;
}
.red_box ul {
    background-image:url(imagesCSS/backListMenu.jpg);
}
.red_box_2 ul {
    background-image:url(imagesCSS/backListMenu2.jpg);
}
.red_box li, .red_box_2 li {
    background-image:url(imagesCSS/dottedMenuList.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    height:20px;
    line-height:20px;
    margin:0;
    padding:0;
}
.red_box a, .red_box_2 a {
    display:block;
    text-decoration:none;
    color:#30485D;
    font-size:10px;
    font-weight:bold;
    margin:0;
    padding:0 0 0 17px;
}
.red_box a:hover, .red_box_2 a:hover {
    background-image:url(imagesCSS/redArrowRollOver.gif);
    background-position:255px 1px;
    background-repeat:no-repeat;
}
.more, .more_right {
    color:#900835;
    text-decoration:none;
    font-size:10px;
    background-image:url(imagesCSS/yellowArrow.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    padding:0 13px 0 0;
}
.yellow_box a {
    font-size:10px;
    color:#30485D;
    font-weight:bold;
}
.yellow_box a.more {
    float:right;
    margin:4px 6px 3px 0;
}
.blue_box ul, .blue_box_2 ul {
    color:#30485D;
    font-size:11px;
    margin:16px 0 16px 0;
    padding:0 0 0 15px;
}
.blue_box li, .blue_box_2 li {
    margin:0 0 2px 0;
    padding:0;
}

#copyright {
    clear:both;
    background-image:url(imagesCSS/copyrightBar.jpg);
    background-repeat:repeat-x;
}
#links a, #copyright {
    height:18px;
    line-height:18px;
    text-align:center;
    color:#7d8d9b;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
}
#links a {
    margin:1px 0 0 0;
}
#links a:hover, #afis a:hover {
    color:#FFFFFF;
}
#copyright p#middle {
    margin:0 10px 0 0;
    padding:0;
    float:right;
}
#middle {
    margin:0;
}
#links {
    margin:0;
    padding:0;
    float:left;
    margin:0 0 0 17px;
}

p.title {
    margin:0 0 1px 0;
    font-weight:bold;
}
.blue_box a.more_right, .blue_box_2 a.more_right {
    float:right;
    margin:0 24px 0 0;
    /*margin:14px 24px 0 0;*/
}
p.date {
    font-weight:bold;
    float:right;
}
#first_line .blue_box {
    float:right;
    width:526px;
    margin-top:1px;
    margin-bottom:0px;
}
#first_line .red_box {
    float:left;
}
#second_line {
    clear:both;
    margin:0;
}
#second_line .large_blue_box {
    float:right;
    margin:1px 0 0 0;
}
.news .more, .last_news .more {
    display:block;
    background:none;
    margin:5px 0 0 0;
}
.news img {
    float:right;
    margin:0 0 0 10px;
}
.image_content_box {
	float:right;
}

/* CONTACT FORM */
#right_column form {
    width:95%;
    color:#30485D;
    font-size:10px;
    padding:0 0 0 10px;
    margin:20px 0 10px 0;
}
#right_column form input, #right_column form select, #right_column form textarea {
    /*margin:3px 0 5px 0;*/
    border:1px solid #C2CBD2;
    background-color:#FFFFFF;
    font-size:10px;
    font-family:verdana;
    padding:3px 0;
}
#right_column form#form h1 {
    background-color:#C2CBD2;
    color:#30485D;
    font-size:10px;
    padding:2px 0 2px 2px;
    margin:5px 0 0 0;
    width:100%;
}
.text_input, #right_column form select, #right_column form textarea {
    margin:0 0 10px 0;
}
a#submit {
    display:block;
    text-align:center;
    padding:2px;
    text-decoration:none;
}
#submit {
    background-image:url(imagesCSS/backBlueTitle.jpg);
    color:#FFFFFF;
    font-weight:bold;
}
input {
    margin:0;
}
.text_input, #right_column form select, #submit, #right_column form textarea {
    width:100%;
}
#right_column form textarea {
    height:100px;
}
#state_div {
    display:none;
}
#contact {
    color:#30485D;
    font-size:10px;
    padding:0 20px;
    margin:20px 0 0 0;
}
#contact a {
    color:#900835;
    font-weight:bold;
}
#contact a:hover {
    text-decoration:none;
}
#contact_left, #contact_right {
    float:left;
}
#contact_left {
    margin:0 70px 0 0;
}
#contact_phone, #contact_email, #contact_post {
    position:relative;
    top:4px;
}

/* PACKAGINGS */
#packagings {
    /*position:relative;
    top:-190px;*/
    padding:0 15px 0 20px;
    color:#30485D;
    font-size:10px;
    margin:0 0 30px 0;
}
.packaging_title {
    display:block;
    padding:2px 0;
    margin:0 0 5px 0;
}
a.packaging_title:hover {
    background-color:#EEEEEE;
}
a.packaging_title {
    cursor:pointer;
}
#packagings h1 {
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding:0;
}
#packagings h2 {
    font-size:11px;
    font-weight:normal;
    margin:0 0 10px 0;
    padding:0;
}
.packs {
    margin:20px 0;
}
.packaging_details {
    border:2px dotted #DDDDDD;
    margin:0;
    padding:3px;
    margin-bottom:5px;
    /*height:210px;*/
    /*position:relative;*/
}
.packaging_details img {
    float:left;
    margin-right:15px;
    /*margin-bottom:15px;*/
}
.packaging_content {
    /*width:100%;*/
    float:left;
    margin:0;
    padding:0;
    /*position:absolute;*/
}
.packaging_content_span {
    display:block;
    float:left;
    width:200px;
}

/* PROJECTS */
#projects {
    /*position:relative;
    top:-190px;*/
    padding:0 0 0 20px;
    color:#30485D;
    /*font-size:10px;*/
    margin:0 0 30px 0;
}

#projects p.project, #projects a.project_title {
    z-index:100;
    font-style:italic;
    margin:0 0 8px 0;
    padding:0;
    cursor:pointer;
}

#projects a.project_title {
    display:block;
    width:350px;
    color:#FFFFFF;
    background-color:#C36988;
    background-position:345px 0px;
    background-repeat:no-repeat;
    padding:3px;
}

#projects a.project_title:hover {
    background-image:url(imagesCSS/whiteArrowRollOver.gif);
}
/* SITE MAP */
#site_map {
    padding:0 10px 20px 17px;
}
#site_map a {
    display:block;
    color:#30485D;
    font-size:10px;
    text-decoration:none;
}
#site_map a:hover {
    text-decoration:underline;
}

/* QUOTE */
.link_form{
    color:#30485D;
    font-size:12px;
    margin-left:15px;
}
.link_page{
    color:#30485D;
    font-size:11px;
}
.title_form{
    color:#30485D;
    font-size:17px;
    margin-left:15px;
}
.text_form{
    color:#30485D;
    font-size:11px;
    margin-left:15px;
}

/* NEWSLETTER */
.newsletter_link {
    color:#30485D;
    text-decoration:underline;
    margin:0 0 10px 15px;
    display:block;
}
p#thank_you {
    color:#FF0000;
    font-weight:bold;
}

/* COLUMNS */
div.column_198 {
    width:198px;
}
div.column_199 {
    width:199px;
    margin:0 1px 0 0;
}
div.column_265 {
    width:265px;
    margin:0 1px 0 0;
}
div.column_266 {
    width:266px;
}
div.column_198 img, div.column_199 img, div.column_265 img, div.column_266 img {
    margin:0 0 1px 1px;
    position:absolute;
    bottom:0;
}
div.column_198 img {
    width:196px;
}
div.column_199 img {
    width:197px;
}
div.column_265 img {
    width:263px;
}
div.column_266 img {
    width:264px;
}
div.column_198, div.column_199 {
    height:250px;
}
div.column_265, div.column_266 {
    height:220px;
}
div.column_198, div.column_199, div.column_265, div.column_266 {
    position:relative;
    margin-top:1px;
    float:left;
    background-image:url(imagesCSS/backListMenu.jpg);
    background-repeat:repeat-x;
    background-position:0 21px;
}
div.column_198 h1, div.column_199 h1, div.column_265 h1, div.column_266 h1 {
    color:#FFFFFF;
    font-weight:bold;
    font-size:10px;
    padding:0 0 0 10px;
    margin:0 0 1px 0;
    height:20px;
    line-height:20px;
    background-image:url(imagesCSS/backYellowTitle.jpg);
}
div.column_198 h1 span, div.column_199 h1 span, div.column_265 h1 span, div.column_266 h1 span {
    display:block;
    background-position:top right;
    background-repeat:no-repeat;
    background-image:url(imagesCSS/yellowMenuListIcon.jpg);
}
div.column_198 div.content_text, div.column_199 div.content_text, div.column_265 div.content_text, div.column_266 div.content_text {
    padding:5px 10px 10px 10px;
    color:#30485D;
}
div.column_198 a.more_link, div.column_199 a.more_link {
    width:158px;
    top:125px;
}
div.column_265 a.more_link, div.column_266 a.more_link {
    width:235px;
    top:98px;
}
div.column_198 a.more_link, div.column_199 a.more_link, div.column_265 a.more_link, div.column_266 a.more_link {
    position:absolute;
    display:block;
    margin:0 0 3px 10px;
    font-weight:bold;
    padding:1px 10px 2px 10px;
    color:#900835;
    background-color:#FFFFFF;
    background-image:url(imagesCSS/yellowArrow.jpg);
    background-position:right 1px;
    background-repeat:no-repeat;
    font-size:10px;
    text-decoration:none;
}