
a{color: blue; text-decoration: none;}
a:hover{color: red; text-decoration: none;}

body{margin: 0; padding: 0;}

h1{color: #fa541e; font-size: 35px; font-family: Jasmin;}
h2{color: #161d64; font-size: 22px; font-family: Jasmin;}
h3{color: #33A753; font-size: 30px; font-family: Jasmin;}

.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: 5px solid   #161d64 ;
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;}

li{color: #555; font-size: 22px; font-family: Jasmin, sans-serif; line-height: 35px;}

.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;}

.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 ----------*/

/*---------- 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;
}

.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;
}