body{margin: 0; padding: 0;}

.size-shadow{max-width: 100%;height: auto;box-shadow:2px 2px 10px gray;-moz-box-shadow:2px 2px 10px gray;-webkit-box-shadow:8px 8px 10px gray;-o-box-shadow:8px 8px 10px gray;}

.list-type6{
margin:0 auto;
}
/* LIST #8 */
.list-type6 { }
.list-type6 ul {
list-style:none;
}
.list-type6 ul li {
font-size:32px;
font-family: 'Raleway', sans-serif;
}
.list-type6 ul li a {
display:block;
width:95%;
height:50px;
background-color:#ECEAE0;
border-left:5px solid #221E1D;
border-right:5px solid #221E1D;
padding-left:10px;
padding-top:5px;
padding-bottom:10px;
text-decoration:none;
color:#E9633B;
margin-bottom: 10px;
transition: all .2s ease-in-out;
  font-family: "georgia",sans-serif;
  font-size: 25px;
}
.list-type6 ul li a:hover {
-moz-transform:rotate(-2deg);
-moz-box-shadow:10px 10px 20px #000000;
-webkit-transform:rotate(-2deg);
-webkit-box-shadow:10px 10px 20px #000000;
transform:rotate(-2deg);
box-shadow:10px 10px 20px #000000;
}

.time {position: relative; top: 12px;}

.dot {position: relative; top: 9px;}

.flag {position: relative; top: 4px;}

img {max-width: 95%; height: auto;}


.textShadow {text-shadow: 8px  8px 10px maroon; font-size:30px;}

.textShadow2 {text-shadow: 8px  8px 10px maroon; font-size:50px;}


/*---------- PARAGRAPHES ----------*/
p{
  color: #555;
  font-size: 22px;
  padding: 0 !important;
  font-family: "georgia",sans-serif;
  border: 0px solid #dedede;
}
/*---------- PARAGRAPHES ----------*/

/*---------- POLICE dans TAB ----------*/
.police{
  color: #555;
  font-size: 22px;
  padding: 0 !important;
  font-family: "georgia",sans-serif;
  border: 0px solid #dedede;
}
/*---------- POLICE dans TAB ----------*/

					/*---------- 3 COLONNES ----------*/
					.container {
					  overflow: auto;
					}
					.sidebar-left {
					  width: 1%;
					  float: left;
					}

					.sidebar-right {
					  width: 1%;
					  float: right;
					}
					.content {
					  overflow: hidden;
					}
					/*---------- 3 COLONNES ----------*/


/*---------- CADRES PARAGRAPHES ----------*/
.cadre{
	color: #555;
	width: 97%;
	border-width:3px;
	border-style:solid;
	border-color:#F2F2F2;
	box-shadow:3px 3px 3px black inset;
	padding:19px;
	font-size: 22px;
	font-family: "georgia",sans-serif;
} 


.cadre2 {
	width: 97%;
	color: #555;
	font-size: 22px;
	font-family: "georgia",sans-serif;
/*background-color:#C0C0C0;*/
background-color:#FFF;
/*border:1px solid gray;#cd0000*/
border-left: 4px solid  #8A0808;
border-radius: 4px;
padding:5px;
box-shadow:2px 2px 10px gray; 
-moz-box-shadow:2px 2px 10px gray;
-webkit-box-shadow:2px 2px 10px gray;
}

.cadre2 p {
margin-bottom: 10px;
font-size: 1em;
}

/*---------- CADRES PARAGRAPHES ----------*/




/*---------- COLOR ----------*/
.yellow { background: yellow; padding: 1px; }
.pink { background: pink; padding: 1px; }
.green { background: #99FF99; padding: 0px; }
.orange { background: #FFE099; padding: 1px; }
.red { background: red; padding: 1px; }
.blue { background: #A9BCF5; 1px; }
.white { background:#F2F5A9 1px; }
/*---------- COLOR ----------*/

.vagues {
  text-decoration-line: underline;
  text-decoration-color: red;
	-webkit-text-decoration-style: wavy;
	-moz-text-decoration-style: wavy;
	-ms-text-decoration-style: wavy;
	text-decoration-style: wavy;
}

.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 2px solid red;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}






.shadow {
  box-shadow: 8px 8px 12px #aaa;
}

.without{
	box-shadow:inherit;
}


.button {
    display: block;
    margin: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 silver, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 silver, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 silver, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 40px;
    color: #000000;
}

.button span {
margin-bottom:25px;
    display: block;
    padding: 20px 20px;
    background-color: #BDBDBD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Pacifico', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.button:hover span {
    background-color: #F5F6CE;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.button:active, .button:focus {
    -webkit-box-shadow:    0 8px 0 #000000, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #000000, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #000000, 0 12px 10px rgba(0, 0, 0, .3);
}

.button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.underline 
{
    border-bottom: 3px solid red;
}

.frame {
 border:4px solid red;
 padding:1px;
 }



#main{
	min-height:100%;
	margin:0 auto;
	position:relative;
}

footer{
	background:#131313;
	position:absolute;
	bottom:0;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	color: #e7e5e4;
}

footer a {
	text-decoration:none; 
	color: #e7e5e4;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 30px;
}