html
{
background-color: whitesmoke;
width:100%;
font-family: arial;
font-size:18px;
}

/*---style header---*/
header
{
width: 100%;
height: 50px;
margin: 0px;
background-color: rgb(0, 0, 10);
  background-color: rgba(255,255,255, 0.6);
	position: fixed;
	/*border-bottom: solid;border-bottom-color: darkred;*/
margin-left:0px;
margin-right:0px;
}


.liensinterne
{
float: right;
margin-top: 12px;
font-size:19px;	
font-weight:600;font-family:'arial';text-transform:uppercase;
text-decoration:none;
color:red;
margin-right:15px;
	margin-left: 15px;

}
m1 {
float: right;
font-size:19px;	
font-family: arial;
	
font-style : italic;
text-decoration:none;
color:darkred;
font-weight: bold;
}
.liensinterne:hover
{
text-decoration:underline;	
}

/*---style général---*/

body
{
	height: auto;
background-image:url(images/fond-ecran.jpg);

background-attachment:fixed;
	background-repeat: repeat;
	background-size: cover;
/*width:1000px;*/
margin-left:0px;
margin-right:0px;
margin-top: 0px;
margin-bottom: 0px;
text-align: justify;
background-color: whitesmoke;
}
table
{
margin:auto;
text-align: center;
}

.image-fixed {position:fixed;top:80px;left:5px;}

.contenubody
{
Width: auto;
margin-left: 50px;
	margin-right: 50px;
padding-bottom: 0px;	
margin-top:10px;
background-color: none;
}

.titre1
{
font-size: 24px;
color: 	rgb(72,151,181);
}
h1 {
font-family:Arial;
font-size:200%;
font-weight:normal;
color:red;
background-color:transparent;
text-align:center;
}
h2 {
font-family:Arial;
font-size:150%;
font-weight:normal;
color:red;
background-color:transparent;
text-align:center;
}
h3 {
font-family:Arial;
font-size:110%;
font-weight:normal;
color:darkred;
background-color:transparent;
text-align:center;
line-height: 150%
}
h4 {
font-family:Arial;
font-size:100%;
font-weight:normal;
color:darkred;
background-color:transparent;
text-align:right;
line-height: 190%
}
h5 {
font-family:Arial;
font-size:120%;
font-weight:normal;
color:#FFFAF0;
background-color:transparent;
text-align:center;
line-height: 140%
}
h6 {
font-family:Arial;
font-size:800%;
color:red;
background-color:transparent;
text-align:center;
margin-top:1%;
margin-bottom: 1%;

}

ul,li {
font-family:Arial;
font-size:110%;
font-weight:normal;
color:black;
background-color:transparent;
line-height: 180%
}	
p {
font-family:Arial;
font-size:100%;
font-weight:normal;
color:black;
background-color:transparent;
line-height: 150%
}
tr {


}
td {
vertical-align: top;
font-family:Arial;
font-size:100%;
font-weight:normal;
color:darkred;
width: auto;
height: auto;
background-color:transparent;
line-height: 120%
}


a:hover,a:focus,{
     background:rgba(0,0,0,.4);
     box-shadow:0 1px 0 rgba(255,255,255,.4);
	opacity:1;
}
a:span, a:title, a:onMouseOver {
     position:absolute;
	margin-top:23px;
     margin-left:-35px;
	color:#09c;
     background:rgba(0,0,0,.9);
     padding:15px;
     border-radius:3px;
     box-shadow:0 0 2px rgba(0,0,0,.5);
	transform:scale(0) rotate(-12deg);
	transform:scale(1) rotate(0);
	transition:all .25s;
	opacity:0;
}
.rsswidget {
    margin: 5px;
    width: 47%;
    float:left;
}
audio {
width: 200px;
}
.blink {
  text-decoration: blink;
}
footer
{
background-color: red;
height: 60px;
}

.contenufooter
{
font-size: 12px;
padding: 9px;
height: 12px;
/*width: 982px;*/
background-color: antiquewhite;
text-align: center;
}
/*---style index---*/

.accueil
{
	position: relative;
	margin-left: 150px;
width: 350px;
padding: 10px;
height:360px;
background-color:none;
display: inline-block;
vertical-align: top;
padding-top:0px;
}

.actualites
{
width:600px;
height: auto;
background-color: whitesmoke;
margin-top: 0px;
padding: 10px;
margin-left: 20px;
display: inline-block;
vertical-align: top;
padding-top:0px;
}

.actualite
{
width: 360px;
padding:10px;
background-color: whitesmoke;
}

.bienvenue
{
font-size:48px;
color: 	rgb(72,151,181);
margin-bottom:15px;
}

/*---style contact---*/
.contact
{
width: 530px;
padding: 10px;
height:200px;
background-color:whitesmoke;
display: inline-block;
vertical-align: top;
padding-top:0px;
}
vl {
  border-left: 6px solid green;
  height: 200px;
  position: relative;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.flip-vertical-right {
	-webkit-animation: flip-vertical-right 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.1s infinite both;
	        animation: flip-vertical-right 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.1s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-2 18:48:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-vertical-right
 * ----------------------------------------
 */
@-webkit-keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}


.psv {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #5A1E6E;
	position: relative;
}
