*{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #FFF; 
font-family: Verdana, Arial, Tahoma, sans-serif;
height: 100%;
background: url('images/degrad_left.jpg') 0 250px repeat-y #180E03;
/***background: url(images/faux-column-right.png) 0 100px repeat-y #fff;   This is the left column background "faked" with an image. The 100px is added to have control of where the vertically repeating starts. The background color #fff (white) will be the background color for our content area ***/
}
body {
font-size: 100%;
min-width: 760px; /* Don't work in IE */
}
p {
padding: 7px 0 7px 0;
}

a:link {text-decoration:none; color:white}
a:visited {text-decoration:none; color:white}

a.menu:link {text-decoration:none; color:white; padding: 3px}
a.menu:visited {text-decoration:none; color:white}
a.menu:hover {
color:white;
text-decoration:none;
background-color:peru;
}

.espace-menu {margin-right: 10px; padding: 2px; margin-left: 10px;}
.espace-textegalerie {margin-left: 290px}

h1 
{
    font-family: arial;
    font-size: 70%;
    color: white;
	width: 900px;
}

h2 
{
    font-family: arial;
    font-size: 10pt;
    font-weight: normal; 
    color: white;
}
/**** TEXTES ****/
.marge-texte {margin-right: 5px; margin-left:5px}
.texte-annee {margin: 0px; padding: 0px; font-family: arial; font-size: 10pt; font-weight: bold; color: black;}
.titre-section {margin: 30px 0 10px 5px; padding: 0px; font-family: arial; font-size: 18pt; font-weight: bold; color: #940000;}
.titre-section-galerie {margin: 25px 0 10px 150px; padding: 0px; font-family: arial; font-size: 18pt; font-weight: bold; color: #940000; text-align: left}
.titre-contact {margin: 0px; padding: 0px; font-family: arial; font-size: 13pt; font-weight: bold; color: white;}
.texte-contact {margin: 0px; padding: 0px; font-family: arial; font-size: 12pt; font-weight: normal; color: white;}
.texte-galerie {margin: 0 0 0 235px; color: white;}

/**** Images   ***/
.image-accueil {display: inline; margin:40px 0 0 140px; border:1px solid white; }
.image-bande_1er {display: block; margin:300px 0 0 5px; border:1px solid white; }
.image-bande_autre {display: block; margin:10px 0 0 5px; border:1px solid white; }
.image-galerie2 {margin:30px 0 10px 290px; border:1px solid white;}
.image-galerie {display: block; margin:0 0 0 0; border:1px solid white;}

.clear { clear: both; }

#zonetexte {width: 900px}
#zone-menu {background-color: #940000; width:900px; font-family: arial; font-size: 11pt; font-weight: bold;}

#galerie {
	float: left;
	background: white;
	color: black;
	margin: 20px 0 30px 220px;
	padding: 10px;
	width: 450px;
}


#mainContainer {
min-height: 100%;
background: url(images/degrad_right.jpg) 100% 250px repeat-y;
/***background: url(images/faux-column-right.png) 100% 100px repeat-y; /*** This is the right column background "faked" with an image.  The 100px is added to have control of where the vertically repeating starts. ***/
}
* html #mainContainer {
height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #180E03;
padding: 10px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 250px; /*** Same width as margin-left for the float-wrap div ***/
padding-right: 250px; /*** Our right column width ***/
}
.inner {
width: 100%;
padding-bottom: 0px; /*** Padding-bottom value is the same value as the total height of the footer ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -250px; /*** Same length as .outer padding-left but with negative value ***/
}
#content {
float: right;
margin-right: -250px; /*** Same length as .outer padding-left but with negative value ***/
width: 100%;
position: relative; /*** IE needs this  ***/
}
.contentWrap{
padding: 5px;
background: #180E03;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 240px;
padding: 5px;
position: relative; /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
#left h3, #right h3, #left a, #right a {
color: #fff;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 250px;
padding: 5px;
position: relative; /*** IE needs this  ***/
margin-right: -260px; /** This negative margin-right value is the same as the right column width (width + padding). ***/
position: relative; /*** IE needs this  ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
height: 0px; /*** The drawback with this solution is that the height of the footer can't have a flexible height. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin-top: 0px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
color: #fff;
background: #180E03;
}
#footer p {
clear: both;
}

/*********** section zoom ************/
.pg {
width: 750px;
list-style: none none;
}
 
.pg li {
list-style: none none;
display: inline;
}
 
.pg li a {
margin: 0 10px 10px 0;
border: 1px solid #CCC;
padding: 4px;
position: relative;
float: left;
display: block;
width: 125px;
height: 80px;
}
 
.pg li a img {
border: 0 none;
position: absolute;
width: 125px;
height: 80px;
}










/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

