* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #222;
}

ul {
    margin: 2px 0 5px 17px;
}

    ul li {
        margin: 0 0 2px 0;
        padding: 0 0 2px 5px;
    }

ol {
    margin: 8px 0 22px 20px;
}

    ol li {
        margin: 0 0 11px 0;
    }

p {
    padding: 0 0 15px 0;
    line-height: 1.7em;
}

a {
    text-decoration: none;
    color: #3D00F5;
}

    a:hover {
        text-decoration: underline;
        color: #111;
    }
    
h1 a {
    text-decoration: none;
    color: #425969;
}

    h1 a:hover {
    text-decoration: none;
    color: #425969;
    }


#wrap {
    margin: 0 auto;
    width: 800px;
}

#header {
    height: 120px;
    background: #fff url(images/Hwy138headerimage5.png) no-repeat;
}

    #header h1 {
        font-size: 21px;
        letter-spacing: -1px;
        padding: 5px 0 0 5px;
        color: #534992;
		text-shadow: 0px 0px 0px 1px #fff;	
		
    }

        #header h1:before {
            content: "Rond-point de l'autoroute 138";
			
        }

        #header h1 a {
            color: #fff;
            text-decoration: none;
            font-weight: 100;
            letter-spacing: -2px;
        }

            #header h1 a:hover {
                color: #000;
            }

    #header h2 {
        font-size: 16px;
        color: #eff33f;
        padding: 0px 0 0 5px;
        letter-spacing: -1px;
        font-weight: 100;
		
    }

        #header h2:after {
			content: "";
        }


#content {
    padding: 0 20px;
}

h3 {
    font: normal 150% 'century gothic', arial, sans-serif;
    padding: 5px 0 5px 0;
    color: #A4AA04;
}

.right {
    float: right;
    width: 570px;
    text-align: justify;
    padding-top: 10px;
}

    .right h2 {
        font-size: 18px;
        font-weight: 100;
        padding-left: 10px;
        height: 30px;
        line-height: 30px;
        background: #425969;
    }

        .right h2 a {
            text-decoration: none;
            color: #fff;
        }

            .right h2 a:hover {
                color: #fff;
            }

    .right h3 a:hover {
        color: #A4AA04;
    }

    .right h3 a {
        text-decoration: none;
        color: #A4AA04;
    }

.left {
    float: left;
    width: 180px;
    padding-top: 0px;
}

    .left h2 {
        margin: 10px 0 0 0;
        padding-left: 10px;
        height: 30px;
        line-height: 30px;
        background: #425969;
        color: #fff;
        font-size: 13px;
    }

    .left ul {
        padding: 10px 0 15px 20px;
        color: #425969;
    }

        .left ul li a {
            text-decoration: none;
            font-weight: 600;
        }

            .left ul li a:hover {
            }

.news {
    clear:both;
    display:inline;
    
}
.news h3 {
        font-size: 15px;
        letter-spacing: -1px;
        padding-top: 25px;
        padding-bottom: 15px;
        color: #425969;    
        
        
        
        
}
.news p {
    
    
}

            
.articles {
    padding: 10px;
}

.popImage {
    text-align: center;
}

.popImageTitle {
    text-align: center;
    font-size: 125%;
}

.popImageText {
    text-align: center;
    font-style: italic;
}

table {
    margin: 10px 0 30px 0;
}

    table tr th, table tr td {
        background: #425969;
        color: #FFF;
        padding: 7px 16px;
        text-align: left;
    }

    table tr td {
        background: #F0EFE2;
        color: #47433F;
        border-top: 1px solid #FFF;
    }

#largeImgPanel {
    text-align: center;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100, 0.5);
}

#largeImg {
    height: auto;
    max-width: 100%;
}

#footer {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    margin-top: 40px;
    border-top: 1px dotted #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #footer a {
        color: #aaa;
    }

        #footer a:hover {
            color: #111;
        }
		
		
.language-button{
width:100px;
height:30px;
color:#ffffff;
background-color:#263C56;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:4px;
padding-top:0px;
padding-right:4px;
padding-bottom:4px;
padding-left:4px;
float:right;
border:none;
}